Started by user Ondrej Dockal Rebuilds build #117 Running as Ondrej Dockal Agent centos-7-bhcnj 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-bhcnj" 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-bhcnj" - 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-bhcnj" - 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-bhcnj (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 811d11fce11da5712d235b55e1465c62b7b39c37 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 811d11fce11da5712d235b55e1465c62b7b39c37 # timeout=10 Commit message: "Revert required bundle to 1.8 to align with others" > git rev-list --no-walk 7641e45b0115b93a7d1e4f7e222a3b00f472dd3c # 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 :70 -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 3 21:30:05 2021 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5970 vncext: created VNC server for screen 0 [reddeer.verification.parametrized] $ /bin/sh -xe /tmp/jenkins11267442820585786530.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/ (491B) [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 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/releases/2021-03/202101151000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2021-03/202101151000/ (826.96kB) [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 202102261000&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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (155.35kB) [INFO] Unpacking org.apache.felix.scr_2.1.24.v20200924-1939... [INFO] Fetching org.eclipse.swt_3.116.0.v20210217-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (16.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.116.0.v20210217-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (16.03kB) [INFO] Unpacking org.eclipse.swt_3.116.0.v20210217-1504... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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.v20210217-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (836.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210217-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (836.9kB) [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210217-1504... [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210217-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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.v20210217-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (1.18MB) [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210217-1504... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210217-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (976.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210217-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (976.58kB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210217-1504... [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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (58.96kB) [INFO] Unpacking org.eclipse.equinox.common_3.14.100.v20210212-1143... [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (77.13kB) [INFO] Unpacking org.eclipse.equinox.registry_3.10.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/202102261000/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/202102261000/plugins/ (41.22kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.900.v20210111-0918... [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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.v20210101-1117.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (10.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210101-1117.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (10.57kB) [INFO] Unpacking org.eclipse.e4.ui.di_1.3.0.v20210101-1117... [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (9.46kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339... [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (84.06kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (84.12kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731... [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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (120.7kB) [INFO] Unpacking org.eclipse.help_3.8.800.v20200525-0755... [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210108-1216.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (14.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210108-1216.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (14.74kB) [INFO] Unpacking org.eclipse.jface.notifications_0.3.0.v20210108-1216... [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (18.03kB) [INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101... [INFO] Fetching org.eclipse.debug.core_3.17.100.v20210213-0705.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (125.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.17.100.v20210213-0705.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (125.98kB) [INFO] Unpacking org.eclipse.debug.core_3.17.100.v20210213-0705... [INFO] Fetching org.eclipse.ui.console_3.10.100.v20201211-1511.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (84.58kB) [INFO] Unpacking org.eclipse.ui.console_3.10.100.v20201211-1511... [INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210215-1224.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (1,017.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210215-1224.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (1,017.85kB) [INFO] Unpacking org.eclipse.debug.ui_3.14.800.v20210215-1224... [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (34.56kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (39.3kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.0.v20210129-2007.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (58.14kB) [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.4.0.v20210129-2007... [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (105.89kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.800.v20210205-1231... [INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (71.54kB) [INFO] Unpacking org.eclipse.equinox.security.ui_1.3.0.v20210121-0947... [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.0.v20210114-1216.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (288.69kB) [INFO] Unpacking org.eclipse.equinox.p2.ui_2.7.0.v20210114-1216... [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (124.41kB) [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/202102261000/plugins/ (124.41kB) [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/202102261000/plugins/ (273.79kB) [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/202102261000/plugins/ (273.79kB) [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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (24.28kB) [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/202102261000/plugins/ (24.28kB) [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/202102261000/plugins/ (30.17kB) [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/202102261000/plugins/ (30.17kB) [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/202102261000/plugins/ (43.08kB) [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/202102261000/plugins/ (43.08kB) [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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (403.7kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.graphiti_0.17.0.202005151449.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (20.85kB) [INFO] Unpacking org.eclipse.core.externaltools_1.1.800.v20201105-0600... [INFO] Fetching org.eclipse.jdt.core_3.25.0.v20210212-1835.jar from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/plugins/ (65.62kB) [INFO] Unpacking org.eclipse.ui.externaltools_3.4.900.v20201105-0600... [INFO] Fetching org.eclipse.jdt.ui_3.22.100.v20210215-0632.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (3.94MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.22.100.v20210215-0632.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (3.94MB) [INFO] Unpacking org.eclipse.jdt.ui_3.22.100.v20210215-0632... [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.200.v20210215-1051.jar from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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.v20210215-0632.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (532kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.300.v20210215-0632.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (532kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.14.300.v20210215-0632... [INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20210212-2031.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (901.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20210212-2031.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (901.36kB) [INFO] Unpacking org.eclipse.jdt.debug_3.17.100.v20210212-2031... [INFO] Fetching org.eclipse.search_3.13.0.v20210212-0759.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (477.13kB) [INFO] Fetching org.eclipse.pde.core_3.14.200.v20210208-1154.jar from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (743.15kB) [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946... [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (45.51kB) [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400... [INFO] Fetching org.apache.xerces_2.12.1.v20210115-0812.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (440.18kB) [INFO] Unpacking org.apache.xerces_2.12.1.v20210115-0812... [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (1.92MB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.16.0.20200610-1735.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (7.22MB) [INFO] Fetching org.eclipse.m2e.core_1.17.1.20201207-1012.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (201.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.core_1.17.1.20201207-1012.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (201.01kB) [INFO] Unpacking org.eclipse.m2e.core_1.17.1.20201207-1012... [INFO] Fetching org.eclipse.m2e.maven.indexer_1.17.1.20201207-1112.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (7.27MB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (15.56kB) [INFO] Fetching org.eclipse.m2e.core.ui_1.17.1.20201207-1012.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (209.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.core.ui_1.17.1.20201207-1012.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (209.61kB) [INFO] Unpacking org.eclipse.m2e.core.ui_1.17.1.20201207-1012... [INFO] Fetching org.eclipse.m2e.model.edit_1.16.0.20200514-1409.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (129.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.model.edit_1.16.0.20200514-1409.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (129.43kB) [INFO] Unpacking org.eclipse.m2e.model.edit_1.16.0.20200514-1409... [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.16.0.20200610-1735.jar from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (77.57kB) [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/202102261000/plugins/ (77.57kB) [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/202102261000/plugins/ (156.34kB) [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/202102261000/plugins/ (156.34kB) [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/202102261000/plugins/ (255.16kB) [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/202102261000/plugins/ (255.16kB) [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/202102261000/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/202102261000/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/202102261000/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/202102261000/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.v20210217-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (29.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt_3.18.700.v20210217-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (29.44kB) [INFO] Unpacking org.eclipse.jdt_3.18.700.v20210217-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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (271kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (17.58kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (13.22kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (566.22kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (166.46kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (344.11kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (563.55kB) [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (340.77kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (621.78kB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.200.202008192017.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (228.76kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (189.46kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (130.23kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (46.9kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (369.86kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.201.202009292210.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (463.57kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (47.44kB) [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/202102261000/plugins/ (47.44kB) [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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (13.63kB) [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/202102261000/plugins/ (13.63kB) [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/202102261000/plugins/ (46.41kB) [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/202102261000/plugins/ (46.41kB) [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/202102261000/plugins/ (130.05kB) [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/202102261000/plugins/ (130.05kB) [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/202102261000/plugins/ (53kB) [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/202102261000/plugins/ (53kB) [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/202102261000/plugins/ (134.5kB) [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/202102261000/plugins/ (134.5kB) [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/202102261000/plugins/ (119.19kB) [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/202102261000/plugins/ (119.19kB) [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/202102261000/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/202102261000/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/202102261000/plugins/ (51.02kB) [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/202102261000/plugins/ (51.02kB) [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/202102261000/plugins/ (91.68kB) [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/202102261000/plugins/ (91.68kB) [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/202102261000/plugins/ (30.96kB) [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/202102261000/plugins/ (30.96kB) [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/202102261000/plugins/ (49.52kB) [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/202102261000/plugins/ (49.52kB) [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/202102261000/plugins/ (326.9kB) [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/202102261000/plugins/ (326.9kB) [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/202102261000/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/202102261000/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/202102261000/plugins/ (119.74kB) [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/202102261000/plugins/ (119.74kB) [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/202102261000/plugins/ (856.9kB) [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/202102261000/plugins/ (856.9kB) [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/202102261000/plugins/ (589.92kB) [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/202102261000/plugins/ (589.92kB) [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/202102261000/plugins/ (356.4kB) [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/202102261000/plugins/ (356.4kB) [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/202102261000/plugins/ (43.65kB) [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/202102261000/plugins/ (43.65kB) [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/202102261000/plugins/ (49.14kB) [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/202102261000/plugins/ (49.14kB) [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/202102261000/plugins/ (36.62kB) [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/202102261000/plugins/ (36.62kB) [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/202102261000/plugins/ (72.89kB) [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/202102261000/plugins/ (72.89kB) [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/202102261000/plugins/ (31.66kB) [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/202102261000/plugins/ (31.66kB) [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/202102261000/plugins/ (39.84kB) [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/202102261000/plugins/ (39.84kB) [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/202102261000/plugins/ (25.26kB) [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/202102261000/plugins/ (25.26kB) [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/202102261000/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/202102261000/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/202102261000/plugins/ (15.97kB) [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/202102261000/plugins/ (15.97kB) [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/202102261000/plugins/ (172.15kB) [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/202102261000/plugins/ (172.15kB) [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/202102261000/plugins/ (222.28kB) [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/202102261000/plugins/ (222.28kB) [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/202102261000/plugins/ (57.52kB) [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/202102261000/plugins/ (57.52kB) [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/202102261000/plugins/ (78.75kB) [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/202102261000/plugins/ (78.75kB) [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/202102261000/plugins/ (180.57kB) [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/202102261000/plugins/ (180.57kB) [INFO] Unpacking org.eclipse.wst.css.core_1.3.0.v202101180039... [INFO] Fetching org.eclipse.wst.xml.ui_1.2.600.v202102140934.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (335.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.xml.ui_1.2.600.v202102140934.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (335.91kB) [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.600.v202102140934... [INFO] Fetching org.eclipse.wst.sse.ui_1.7.100.v202008192217.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (315.36kB) [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/202102261000/plugins/ (315.36kB) [INFO] Unpacking org.eclipse.wst.sse.ui_1.7.100.v202008192217... [INFO] Fetching org.eclipse.wst.css.ui_1.2.0.v202101180039.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (120.4kB) [INFO] Unpacking org.eclipse.wst.css.ui_1.2.0.v202101180039... [INFO] Fetching org.eclipse.wst.html.core_1.4.0.v202101180039.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (211.05kB) [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/202102261000/plugins/ (211.05kB) [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/202102261000/plugins/ (116.56kB) [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/202102261000/plugins/ (116.56kB) [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/202102261000/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/202102261000/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/202102261000/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/202102261000/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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 159 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/.settings/org.eclipse.jdt.core.prefs' could not be found! [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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/.settings/org.eclipse.jdt.core.prefs' could not be found! [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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/.settings/org.eclipse.jdt.core.prefs' could not be found! [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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/reddeer.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/202102261000/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/202102261000/plugins/ (1.28MB) [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/202102261000/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/202102261000/plugins/ (328.72kB) [INFO] Unpacking com.sun.jna.platform_4.5.1.v20190425-1842... [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (77.96kB) [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.4.v20210111-1007... [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (29.94kB) [INFO] Unpacking org.apache.felix.gogo.command_1.1.2.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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (39.24kB) [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.100.v20210209-1541... [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.116.0.v20210217-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (651.6kB) [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.v20210217-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (651.6kB) [INFO] Unpacking org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.116.0.v20210217-1504... [INFO] Fetching org.eclipse.equinox.console_1.4.300.v20210211-2058.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (52.27kB) [INFO] Unpacking org.eclipse.equinox.console_1.4.300.v20210211-2058... [INFO] Fetching org.eclipse.platform_4.19.0.v20210217-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (425.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform_4.19.0.v20210217-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (425.02kB) [INFO] Unpacking org.eclipse.platform_4.19.0.v20210217-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/202102261000/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/202102261000/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/202102261000/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/202102261000/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.v20210217-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (682.9kB) [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.v20210217-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (682.9kB) [INFO] Unpacking org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.116.0.v20210217-1504... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (8.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (8.13kB) [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/202102261000/plugins/ (69.3kB) [INFO] The user operation is waiting for background work to complete. [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/202102261000/plugins/ (69.3kB) [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.v20210217-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (944.5kB) [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.116.0.v20210217-1504.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (944.5kB) [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.v20210217-1504... [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 21:33:09.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 21:33:10.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 21:33:10.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 21:33:14.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 21:33:14.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 21:33:18.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 21:33:18.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 21:33:19.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 21:33:19.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 21:33:21.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 21:33:21.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 21:33:24.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 21:33:24.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 21:33:28.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 21:33:28.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 21:33:35.409 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.1 s - in org.eclipse.reddeer.common.test.wait.GroupWaitTest test_groupWaitTimeoutMedium(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 1.067 s test_groupWaitNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 0.001 s test_groupWaitOneFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.002 s test_groupWaitTimeoutDefault(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.002 s test_groupWaitWaitWhileFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 3.503 s test_groupWaitBothConditionsFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 2.501 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.001 s Running org.eclipse.reddeer.common.test.wait.TimePeriodTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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 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 21:33:35.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 21:33:42.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 21:33:42.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 21:33:49.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 21:33:49.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 21:33:51.947 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.507 s - in org.eclipse.reddeer.common.test.wait.WaitWhileTest test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0 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.003 s test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0 s test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 7.002 s test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 2.501 s Running org.eclipse.reddeer.common.test.wait.WaitUntilTest 21:33:51.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 21:33:58.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 21:33:58.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 21:34:05.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 21:34:05.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 21:34:08.458 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.507 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 s test_WaitUntilFulFilled(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.003 s test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.002 s test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 2.501 s Running org.eclipse.reddeer.common.test.wait.WaitProviderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.029 s - in org.eclipse.reddeer.common.test.util.XPathEvaluatorTest testXPathWithNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.023 s testXPathWithAndWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s testXPathWithUserDefinedNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0 s testXPathWithoutNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0 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.001 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.003 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 21:34:08.513 DEBUG [WorkbenchTestable][LoggerTest] DEBUG testing RedDeer logger message 21:34:08.513 DUMP [WorkbenchTestable][LoggerTest] DUMP testing RedDeer logger message 21:34:08.513 ERROR [WorkbenchTestable][LoggerTest] ERROR testing RedDeer logger message 21:34:08.513 FATAL [WorkbenchTestable][LoggerTest] FATAL testing RedDeer logger message 21:34:08.513 INFO [WorkbenchTestable][LoggerTest] INFO testing RedDeer logger message 21:34:08.513 STEP [WorkbenchTestable][LoggerTest] STEP testing RedDeer logger message 21:34:08.513 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.001 s Results: Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.common.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [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 21:34:18.691 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 21:34:18.693 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 21:34:18.698 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 21:34:18.699 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 21:34:18.712 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 21:34:18.729 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:34:18.731 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:18.733 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 21:34:18.734 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 21:34:18.734 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 21:34:18.740 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 21:34:18.806 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:18.806 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:34:18.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:18.815 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:34:18.818 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. 21:34:18.919 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:18.920 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 21:34:18.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 21:34:18.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:18.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:18.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:18.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.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 21:34:19.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.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 21:34:19.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.006 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 21:34:19.007 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:19.013 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 21:34:19.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 21:34:19.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:19.022 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:19.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:19.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:19.038 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 21:34:19.038 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:19.038 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 21:34:19.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 21:34:19.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:19.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:19.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:19.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:19.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:19.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.104 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 21:34:19.106 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 21:34:19.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 21:34:19.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:19.111 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:19.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:19.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:19.119 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 21:34:19.119 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:19.119 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 21:34:19.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 21:34:19.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:19.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:19.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:19.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:19.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:19.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.153 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 21:34:19.188 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 21:34:19.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 21:34:19.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:19.193 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:19.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:19.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:19.209 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 21:34:19.209 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:19.209 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 21:34:19.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 21:34:19.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:19.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:19.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:19.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:19.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:19.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.241 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 21:34:19.241 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 21:34:19.241 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 21:34:19.242 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 21:34:19.242 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 21:34:19.242 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 21:34:19.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 21:34:19.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:19.247 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:19.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:19.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:19.298 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 21:34:19.298 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:19.298 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 21:34:19.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 21:34:19.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:19.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:19.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:19.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:19.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:19.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.323 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 21:34:19.323 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 21:34:19.324 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 21:34:19.324 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 21:34:19.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 21:34:19.328 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:19.328 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:19.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:19.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:19.344 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 21:34:19.344 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:19.344 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 21:34:19.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 21:34:19.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:19.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:19.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:19.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:19.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:19.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.400 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 21:34:19.400 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 21:34:19.401 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem1" 21:34:19.405 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 21:34:19.405 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:19.405 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:19.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:19.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:19.421 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 21:34:19.421 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:19.422 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 21:34:19.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 21:34:19.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:19.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:19.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:19.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:19.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:19.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:19.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:19.445 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 21:34:19.446 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 21:34:19.446 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 21:34:19.446 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 21:34:19.446 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 21:34:19.446 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 21:34:19.450 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 21:34:19.450 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:19.450 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:19.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:19.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:19.496 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 21:34:19.497 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 21:34:19.497 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:19.497 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:19.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:19.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.858 s - in org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.118 s testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.081 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.089 s testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.046 s hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.077 s shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.074 s Running org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:19.523 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:19.524 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:34:19.525 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:19.525 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:19.525 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:19.525 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:34:19.526 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:19.526 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:34:19.526 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:19.526 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:19.526 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:19.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:19.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:19.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:19.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:19.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:19.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.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.shell.DefaultShell, index 0 and no matchers specified 21:34:19.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:19.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:19.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:19.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:19.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:34:19.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:34:19.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:34:19.596 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 21:34:19.596 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 21:34:19.597 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 21:34:19.598 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 21:34:19.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:34:19.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:19.600 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 21:34:19.600 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 21:34:19.601 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 21:34:19.601 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem2" 21:34:19.606 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:19.606 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:19.606 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:19.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:19.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:19.612 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:19.612 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:19.612 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:19.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:19.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:19.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:19.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:19.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.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 21:34:19.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 21:34:19.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:19.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:19.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:19.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:19.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:34:19.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:34:19.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:34:19.644 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 21:34:19.644 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 21:34:19.645 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 21:34:19.645 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 21:34:19.645 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:34:19.645 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:19.646 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 21:34:19.646 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 21:34:19.646 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 21:34:19.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:19.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:19.650 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:19.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:19.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:19.696 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:19.696 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:19.696 INFO [WorkbenchTestable][RequirementsRunner] Started test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:19.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:19.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:19.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:19.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:19.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:19.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.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.shell.DefaultShell, index 0 and no matchers specified 21:34:19.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:19.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:19.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:19.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:19.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:34:19.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:34:19.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:34:19.720 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 21:34:19.720 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 21:34:19.721 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 21:34:19.721 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 21:34:19.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:34:19.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:19.721 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 21:34:19.721 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 21:34:19.721 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 21:34:19.721 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 21:34:19.721 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 21:34:19.721 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemRadio 21:34:19.722 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemRadio" 21:34:19.722 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemRadio 21:34:19.723 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemRadio 21:34:19.727 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:19.727 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:19.727 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:19.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:19.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:19.742 INFO [WorkbenchTestable][RequirementsRunner] Finished test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:19.742 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:19.742 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:19.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:19.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:19.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:19.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:19.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:19.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.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.shell.DefaultShell, index 0 and no matchers specified 21:34:19.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:19.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:19.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:19.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:19.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:34:19.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:34:19.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:34:19.794 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 21:34:19.794 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 21:34:19.795 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 21:34:19.795 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 21:34:19.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:34:19.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:19.796 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 21:34:19.796 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 21:34:19.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:19.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:19.800 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:19.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:19.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:19.815 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:19.815 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:19.815 INFO [WorkbenchTestable][RequirementsRunner] Started test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:19.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:19.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:19.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:19.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:19.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:19.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.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.shell.DefaultShell, index 0 and no matchers specified 21:34:19.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:19.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:19.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:19.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:19.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:34:19.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:34:19.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:34:19.840 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 21:34:19.840 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 21:34:19.840 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 21:34:19.840 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:34:19.840 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:19.841 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 21:34:19.841 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 21:34:19.841 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 21:34:19.841 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 21:34:19.841 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 21:34:19.841 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 21:34:19.841 DEBUG [main][MenuItemLookup] Item match:DisabledMenu 21:34:19.888 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:19.888 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:19.888 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:19.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:19.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:19.903 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:19.903 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:19.903 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:19.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:19.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:19.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:19.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:19.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:19.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.925 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 21:34:19.925 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:19.925 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 21:34:19.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:19.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:19.929 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:19.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:19.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:19.945 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:19.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:19.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:19.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:19.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:19.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:19.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:19.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:19.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:19.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:19.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:19.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:19.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 21:34:19.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:19.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:19.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:19.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:19.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:34:19.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:34:19.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:34:19.994 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 21:34:19.994 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 21:34:19.994 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 21:34:19.994 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 21:34:19.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:34:19.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:19.995 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 21:34:19.995 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 21:34:19.995 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 21:34:19.995 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 21:34:19.995 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 21:34:19.995 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 21:34:20.001 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.001 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:20.001 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:20.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:20.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:20.015 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.016 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:20.016 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:20.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:20.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:20.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:20.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:20.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:20.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:20.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:20.037 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 21:34:20.037 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:20.038 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 21:34:20.088 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.088 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:20.088 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:20.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:20.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:20.104 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.104 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:20.104 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:20.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:20.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:20.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:20.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:20.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:20.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:20.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:20.132 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 21:34:20.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:20.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:20.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:20.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:20.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:34:20.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:34:20.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:34:20.133 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 21:34:20.133 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 21:34:20.133 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 21:34:20.133 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 21:34:20.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:34:20.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:20.134 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 21:34:20.134 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 21:34:20.134 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 21:34:20.134 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 21:34:20.135 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 21:34:20.135 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuDisabledChild" 21:34:20.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:20.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:20.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:20.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:20.198 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.198 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:20.198 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:20.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:20.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:20.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:20.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:20.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:20.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:20.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:20.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.shell.DefaultShell, index 0 and no matchers specified 21:34:20.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:20.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:20.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:20.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:20.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:34:20.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:34:20.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:34:20.218 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 21:34:20.218 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 21:34:20.218 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 21:34:20.218 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 21:34:20.218 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:34:20.218 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:20.219 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 21:34:20.219 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 21:34:20.219 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 21:34:20.219 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 21:34:20.219 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 21:34:20.219 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 21:34:20.222 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.222 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:20.222 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:20.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:20.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:20.232 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.232 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:20.233 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:20.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:20.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:20.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:20.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:20.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:20.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:20.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:20.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.shell.DefaultShell, index 0 and no matchers specified 21:34:20.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:20.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:20.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:20.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:20.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:34:20.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:34:20.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:34:20.321 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 21:34:20.321 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 21:34:20.322 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 21:34:20.322 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 21:34:20.322 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:34:20.323 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:20.323 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 21:34:20.323 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 21:34:20.323 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 21:34:20.323 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItem1 21:34:20.323 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItem1 21:34:20.323 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 21:34:20.325 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 21:34:20.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:20.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:20.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:20.326 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "MenuShell" as the parent 21:34:20.326 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:20.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:20.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:20.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:20.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:20.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:34:20.326 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:34:20.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:20.333 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:20.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:20.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:20.395 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.395 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:20.395 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:20.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:20.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:20.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:20.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:20.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:20.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:20.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:20.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.shell.DefaultShell, index 0 and no matchers specified 21:34:20.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:20.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:20.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:20.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:20.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:34:20.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:34:20.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:34:20.420 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 21:34:20.420 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 21:34:20.420 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 21:34:20.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:34:20.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:20.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:20.424 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:20.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:20.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:20.434 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.434 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:20.434 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:20.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:20.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:20.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:20.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:20.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:20.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:20.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:20.533 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 21:34:20.533 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:20.533 DEBUG [main][MenuItemLookup] Found menu:'ShellContextMenuItem' 21:34:20.533 DEBUG [main][MenuItemLookup] Item match:ShellContextMenuItem 21:34:20.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:20.538 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:20.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:20.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:20.597 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.597 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:20.598 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:20.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:20.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:20.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:20.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:20.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:20.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:20.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:20.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.shell.DefaultShell, index 0 and no matchers specified 21:34:20.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:20.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:20.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:20.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:20.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:34:20.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:34:20.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:34:20.616 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 21:34:20.617 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 21:34:20.617 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 21:34:20.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:34:20.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:20.617 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 21:34:20.617 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 21:34:20.617 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 21:34:20.617 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 21:34:20.617 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenu" 21:34:20.620 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.621 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:20.621 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:20.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:20.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:20.635 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.635 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:20.636 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:20.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:20.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:20.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:20.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:20.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:20.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:20.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:20.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 21:34:20.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:20.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:20.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:20.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:20.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:34:20.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:34:20.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:34:20.703 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 21:34:20.703 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 21:34:20.704 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 21:34:20.704 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 21:34:20.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:34:20.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:20.707 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.707 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:20.707 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:20.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:20.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:20.725 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.725 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:20.725 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:20.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:20.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:20.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:20.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:20.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:20.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:20.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:20.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.shell.DefaultShell, index 0 and no matchers specified 21:34:20.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:20.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:20.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:20.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:20.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:34:20.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:34:20.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:34:20.798 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 21:34:20.798 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 21:34:20.798 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 21:34:20.798 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:34:20.798 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:20.798 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 21:34:20.798 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 21:34:20.798 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 21:34:20.798 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 21:34:20.798 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenuEnabledChild' 21:34:20.798 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenuEnabledChild 21:34:20.799 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 21:34:20.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:20.802 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:20.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:20.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:20.815 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.815 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:20.815 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:20.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:20.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:20.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:20.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:20.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:20.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:20.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:20.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.shell.DefaultShell, index 0 and no matchers specified 21:34:20.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:20.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:20.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:20.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:20.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:34:20.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:34:20.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:34:20.900 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 21:34:20.900 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 21:34:20.901 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 21:34:20.901 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 21:34:20.901 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:34:20.901 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:20.901 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 21:34:20.901 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 21:34:20.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:20.904 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:20.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:20.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:20.920 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.920 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:20.920 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:20.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:20.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:20.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:20.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:20.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:20.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:20.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:20.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:20.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:20.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 21:34:20.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:20.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:20.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:20.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:20.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:34:20.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:34:20.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:34:20.998 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 21:34:20.998 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 21:34:20.999 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 21:34:20.999 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 21:34:20.999 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:34:20.999 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:20.999 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 21:34:20.999 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 21:34:20.999 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 21:34:20.999 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 21:34:21.000 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 21:34:21.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:21.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:21.004 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:21.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:21.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:21.019 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:21.019 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:21.019 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:21.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:21.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:21.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:21.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:21.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:21.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:21.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:21.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:21.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:21.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.shell.DefaultShell, index 0 and no matchers specified 21:34:21.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:21.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:21.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:21.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:21.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:34:21.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:34:21.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:34:21.095 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 21:34:21.095 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 21:34:21.096 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 21:34:21.096 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 21:34:21.096 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:34:21.096 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:21.096 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 21:34:21.096 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 21:34:21.096 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 21:34:21.096 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 21:34:21.096 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemCheck 21:34:21.096 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemCheck" 21:34:21.096 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemCheck 21:34:21.096 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemCheck 21:34:21.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:21.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:21.100 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:21.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:21.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:21.115 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 21:34:21.115 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 21:34:21.115 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:21.116 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:21.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:21.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.594 s - in org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.086 s menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.084 s radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.046 s getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.073 s disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.088 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.041 s getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.07 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.088 s menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.094 s getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.034 s selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.162 s getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.039 s shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.163 s menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.037 s getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.089 s menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.09 s getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.105 s menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.099 s checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.096 s Running org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 21:34:21.124 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 21:34:21.125 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:34:21.125 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:21.125 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 21:34:21.125 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:21.125 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:34:21.126 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:21.126 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:34:21.126 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:21.127 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 21:34:21.127 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 21:34:21.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:21.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:21.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:34:21.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:21.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:21.129 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") 21:34:21.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:21.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:21.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:21.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:21.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:34:21.136 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 21:34:21.136 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:34:21.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:21.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 21:34:21.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 21:34:21.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 21:34:21.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:21.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:21.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 21:34:21.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:21.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:21.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:21.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 21:34:21.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:21.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:21.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:21.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:21.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:21.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:34:21.235 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 21:34:21.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:34:21.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:34:21.237 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 21:34:21.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:34:21.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:34:21.237 TRACE [main][WidgetHandler] Notify Table with event 13 21:34:21.238 TRACE [main][WidgetHandler] Wait for synchronization 21:34:21.238 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:21.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:21.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:21.238 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 21:34:21.238 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:21.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:21.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:21.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 "Open") 21:34:21.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:21.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:21.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:21.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 21:34:21.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:21.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:21.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:21.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:21.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:21.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:34:21.245 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:34:21.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:34:21.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:34:21.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:34:21.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:21.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:34:21.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:34:21.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:34:21.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:21.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:21.647 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:34:21.647 DEBUG [main][MenuItemLookup] Found menu:'File' 21:34:21.647 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:34:21.647 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:34:21.647 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:34:21.647 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:34:21.647 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:34:21.647 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:34:21.647 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:34:21.647 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:34:21.647 DEBUG [main][MenuItemLookup] Item match:Window 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:34:21.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:21.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:21.650 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'File' 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:34:21.650 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:34:21.650 DEBUG [main][MenuItemLookup] Item match:Window 21:34:21.651 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:34:21.651 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:34:21.651 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:34:21.651 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:21.651 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:34:21.651 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:34:21.651 DEBUG [main][MenuItemLookup] Item match:Perspective 21:34:21.653 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:34:21.653 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:21.653 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:34:21.653 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:34:21.653 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:34:21.653 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:34:21.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:34:21.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:21.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:21.653 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'File' 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:34:21.654 DEBUG [main][MenuItemLookup] Item match:Window 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:21.654 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:34:21.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:21.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:21.657 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:34:21.657 DEBUG [main][MenuItemLookup] Found menu:'File' 21:34:21.657 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:34:21.657 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:34:21.657 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:34:21.657 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:34:21.657 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:34:21.657 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:34:21.657 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:34:21.657 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:34:21.657 DEBUG [main][MenuItemLookup] Item match:Window 21:34:21.657 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:34:21.657 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:34:21.657 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:34:21.657 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:21.657 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:34:21.657 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:34:21.658 DEBUG [main][MenuItemLookup] Item match:Perspective 21:34:21.658 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:34:21.658 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:21.658 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:34:21.658 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:34:21.658 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:34:21.658 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:34:21.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:21.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:21.658 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:34:21.658 DEBUG [main][MenuItemLookup] Found menu:'File' 21:34:21.658 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:34:21.658 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:34:21.658 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:34:21.658 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:34:21.658 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:34:21.658 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:34:21.658 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:34:21.658 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:34:21.658 DEBUG [main][MenuItemLookup] Item match:Window 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:34:21.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:21.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:21.659 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'File' 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:34:21.659 DEBUG [main][MenuItemLookup] Item match:Window 21:34:21.659 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:34:21.660 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:34:21.660 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:34:21.660 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:21.660 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:34:21.660 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:34:21.660 DEBUG [main][MenuItemLookup] Item match:Perspective 21:34:21.660 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:34:21.660 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:21.660 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:34:21.660 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:34:21.660 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:34:21.660 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:34:21.660 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 21:34:21.660 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 21:34:21.690 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 21:34:21.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 21:34:21.715 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 21:34:21.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 21:34:21.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:21.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:21.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:21.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:21.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:21.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 21:34:21.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:21.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:21.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:21.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 "Reset Perspective") 21:34:21.717 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:21.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:21.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:21.717 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 21:34:21.717 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:21.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:21.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:21.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:21.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:21.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:34:21.717 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 21:34:21.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:34:21.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:34:21.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:34:21.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:21.845 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:21.845 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 21:34:21.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 21:34:21.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:21.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:21.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:21.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:34:21.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:21.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:21.846 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:34:21.846 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.*') 21:34:21.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:21.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:21.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:21.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:21.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:34:21.852 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:34:21.852 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:21.944 DEBUG [main][MenuItemLookup] Found menu:'(no launch history)' 21:34:21.944 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:21.944 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:34:21.944 DEBUG [main][MenuItemLookup] Item match:Run As 21:34:21.946 DEBUG [main][MenuItemLookup] Found menu:'(none applicable)' 21:34:21.946 DEBUG [main][MenuItemLookup] Item match:(none applicable) 21:34:21.947 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"(none applicable)" 21:34:21.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 21:34:21.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:21.947 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:21.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:21.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:21.947 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 21:34:21.947 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 21:34:21.947 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:21.947 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:21.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:21.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 s - in org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) Time elapsed: 0.102 s Running org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 21:34:21.952 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 21:34:21.952 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:34:21.952 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:21.952 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 21:34:21.952 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:21.952 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:34:21.957 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:21.957 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:34:21.957 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:21.957 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:21.957 INFO [WorkbenchTestable][RequirementsRunner] Started test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 21:34:21.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 21:34:21.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:21.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:21.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:21.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:21.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:34:21.988 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' view via menu. 21:34:21.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:34:21.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:21.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:21.989 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:34:21.989 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:34:21.989 DEBUG [main][MenuItemLookup] Found menu:'File' 21:34:21.989 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:34:21.989 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:34:21.989 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:34:21.989 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:34:21.989 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:34:21.989 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:34:21.989 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:34:21.989 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:34:21.989 DEBUG [main][MenuItemLookup] Item match:Window 21:34:21.990 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:34:21.990 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:34:21.990 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:34:21.990 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:21.990 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:34:21.990 DEBUG [main][MenuItemLookup] Item match:Show View 21:34:21.995 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:34:21.995 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:34:21.995 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:34:21.995 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:34:21.995 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:34:21.995 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:34:21.995 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:34:21.995 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:34:21.995 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:34:21.995 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:34:21.995 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:34:21.995 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:34:21.995 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:34:21.995 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:34:21.995 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:21.995 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:34:21.995 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:34:21.995 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:34:21.995 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:34:21.995 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:34:22.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:34:22.041 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 21:34:22.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:34:22.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:22.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:22.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:34:22.043 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:22.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:22.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:22.043 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:34:22.043 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:22.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:22.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:22.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:22.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:22.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:34:22.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:34:22.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:34:22.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 21:34:22.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 21:34:22.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:34:22.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:34:22.548 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 21:34:22.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 21:34:22.549 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 21:34:22.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:34:22.550 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 21:34:22.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:34:22.550 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 21:34:22.550 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT 21:34:22.550 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT 21:34:22.550 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT about selection 21:34:22.551 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT 21:34:22.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:22.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:22.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:22.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:34:22.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:22.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:22.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:22.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 "Open") 21:34:22.552 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:22.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:22.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:22.552 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:34:22.552 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:22.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:22.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:22.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:22.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:22.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:34:22.553 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:34:22.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:34:22.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:34:22.553 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:34:22.553 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:22.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:34:22.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:34:22.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:34:22.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:22.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:22.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:34:22.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:22.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:22.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:34:22.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:22.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:22.606 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:34:22.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 21:34:22.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:22.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:22.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:22.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:22.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:34:22.610 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 21:34:22.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 21:34:22.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:34:22.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:34:22.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:34:22.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:34:22.618 DEBUG [main][MenuItemLookup] Found menu:'submenu' 21:34:22.618 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:22.618 DEBUG [main][MenuItemLookup] Found menu:'View Action with ID' 21:34:22.618 DEBUG [main][MenuItemLookup] Item match:View Action with ID 21:34:22.618 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"View Action with ID" 21:34:22.618 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text View Action with ID 21:34:22.618 INFO [main][MenuItemHandler] Select menu item: View Action with ID 21:34:22.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled.... 21:34:22.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled. finished successfully 21:34:22.619 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 21:34:22.619 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:22.619 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:22.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:22.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:22.619 INFO [WorkbenchTestable][RequirementsRunner] Finished test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 21:34:22.619 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:22.619 INFO [WorkbenchTestable][RequirementsRunner] Started test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 21:34:22.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 21:34:22.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:22.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:22.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:22.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:22.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:22.622 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 21:34:22.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:22.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:22.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:34:22.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:22.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:22.624 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:34:22.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 '\*?\QRedDeer SWT\E') 21:34:22.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:22.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:22.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:22.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:22.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:34:22.626 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 21:34:22.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 21:34:22.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:34:22.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:34:22.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:34:22.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:34:22.633 DEBUG [main][MenuItemLookup] Found menu:'submenu' 21:34:22.633 DEBUG [main][MenuItemLookup] Item match:submenu 21:34:22.635 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 21:34:22.635 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuA 21:34:22.635 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&A" 21:34:22.635 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuA 21:34:22.635 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&A 21:34:22.636 DEBUG [main][MenuItemLookup] Found menu:'submenu' 21:34:22.636 DEBUG [main][MenuItemLookup] Item match:submenu 21:34:22.636 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 21:34:22.636 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuB' 21:34:22.636 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuB 21:34:22.636 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&B" 21:34:22.636 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuB 21:34:22.636 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&B 21:34:22.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 21:34:22.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:22.637 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:22.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:22.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:22.637 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 21:34:22.637 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:22.637 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 21:34:22.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 21:34:22.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:22.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:22.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:22.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:22.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:34:22.641 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 21:34:22.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:34:22.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:22.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:22.641 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:34:22.642 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:34:22.642 DEBUG [main][MenuItemLookup] Found menu:'File' 21:34:22.642 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:34:22.642 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:34:22.642 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:34:22.642 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:34:22.642 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:34:22.642 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:34:22.642 DEBUG [main][MenuItemLookup] Item match:Window 21:34:22.642 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:34:22.642 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:34:22.642 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:34:22.642 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:22.642 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:34:22.642 DEBUG [main][MenuItemLookup] Item match:Show View 21:34:22.648 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:34:22.648 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:34:22.648 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:34:22.648 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:34:22.648 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:34:22.648 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:34:22.648 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:34:22.648 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:34:22.648 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:34:22.648 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:34:22.648 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:34:22.648 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:34:22.648 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:34:22.648 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:34:22.648 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:22.648 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:34:22.648 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:34:22.654 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:34:22.654 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:34:22.654 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:34:22.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:34:22.720 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 21:34:22.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:34:22.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:22.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:22.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:34:22.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:22.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:22.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:22.722 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:34:22.722 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:22.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:22.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:22.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:22.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:22.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:34:22.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:34:22.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:34:22.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:34:22.723 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:34:22.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:34:23.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:34:23.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:34:23.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:34:23.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:34:23.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:34:23.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:34:23.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:34:23.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:34:23.230 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 21:34:23.230 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 21:34:23.230 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 21:34:23.231 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 21:34:23.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:23.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:23.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:23.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:34:23.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:23.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:23.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:23.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") 21:34:23.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:23.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:23.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:23.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:34:23.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:23.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:23.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:23.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:23.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:23.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:34:23.233 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:34:23.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:34:23.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:34:23.233 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:34:23.233 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:23.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:34:23.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:34:23.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:34:23.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:23.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:23.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:34:23.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:23.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:23.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:34:23.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:23.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:23.334 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:34:23.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 21:34:23.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:23.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:23.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:23.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:23.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:34:23.336 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:34:23.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:34:23.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:34:23.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:34:23.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:34:23.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:34:23.339 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:34:23.339 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:23.339 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:34:23.339 DEBUG [main][MenuItemLookup] Item match:Filters... 21:34:23.339 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Filters..." 21:34:23.339 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Filters... 21:34:23.340 INFO [main][MenuItemHandler] Select menu item: &Filters... 21:34:23.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 21:34:23.406 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 21:34:23.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Log Filters 21:34:23.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:23.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:23.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 21:34:23.407 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:23.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:23.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:23.407 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Log Filters" as the parent 21:34:23.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:23.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:23.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:23.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:23.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:23.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:34:23.408 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:34:23.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:34:23.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:34:23.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:34:23.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:23.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 21:34:23.463 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 21:34:23.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 21:34:23.463 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 21:34:23.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 21:34:23.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:23.463 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:23.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:23.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:23.463 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 21:34:23.463 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:23.463 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 21:34:23.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 21:34:23.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:23.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:23.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:23.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:23.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:23.466 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 21:34:23.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:23.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:23.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:34:23.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:23.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:23.495 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:34:23.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 '\*?\QError Log\E') 21:34:23.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:23.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:23.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:23.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:23.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:34:23.498 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:34:23.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:34:23.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:34:23.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:34:23.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:34:23.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:34:23.500 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:34:23.500 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:23.500 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:34:23.500 DEBUG [main][MenuItemLookup] Found menu:'' 21:34:23.500 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 21:34:23.500 DEBUG [main][MenuItemLookup] Found menu:'Show text filter' 21:34:23.500 DEBUG [main][MenuItemLookup] Item match:Show text filter 21:34:23.501 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Show text filter" 21:34:23.501 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Show text filter 21:34:23.501 INFO [main][MenuItemHandler] Select menu item: &Show text filter 21:34:23.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 21:34:23.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:23.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:23.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:23.502 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 21:34:23.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:23.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:23.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:23.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:34:24.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:24.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:34:24.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:24.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:34:24.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:34:24.508 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 21:34:24.508 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 21:34:24.508 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:24.508 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:24.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:24.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:24.508 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 21:34:24.508 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 21:34:24.508 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:24.508 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:24.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:24.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.558 s - in org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.662 s parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.018 s testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.826 s testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 1.045 s Running org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 21:34:24.513 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 21:34:24.513 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:34:24.514 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:24.514 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 21:34:24.514 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:24.514 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:34:24.514 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:24.514 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:34:24.514 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:24.514 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:24.514 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 21:34:24.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 21:34:24.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:24.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:24.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:24.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:24.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:24.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:24.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:24.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:24.537 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") 21:34:24.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:24.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:24.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:24.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:24.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:34:24.538 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:34:24.538 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:24.544 DEBUG [main][MenuItemLookup] Found menu:'ToolItemMenuItem1' 21:34:24.544 DEBUG [main][MenuItemLookup] Item match:ToolItemMenuItem1 21:34:24.547 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 21:34:24.547 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:24.548 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:24.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:24.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:24.554 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 21:34:24.554 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:24.554 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 21:34:24.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 21:34:24.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:24.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:24.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:24.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:24.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:24.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:24.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:24.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:24.599 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") 21:34:24.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:24.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:24.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:24.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:24.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:34:24.600 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:34:24.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:24.606 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 21:34:24.606 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem2" 21:34:24.606 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem3" 21:34:24.610 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 21:34:24.610 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:24.610 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:24.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:24.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:24.615 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 21:34:24.615 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:24.615 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 21:34:24.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 21:34:24.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:24.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:24.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:24.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:24.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:24.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:24.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:24.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:24.647 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") 21:34:24.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:24.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:24.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:24.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:24.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:34:24.647 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:34:24.647 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:24.659 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 21:34:24.659 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:24.659 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:24.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:24.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:24.665 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 21:34:24.665 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:24.665 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 21:34:24.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 21:34:24.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:24.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:24.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:24.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:24.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:24.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:24.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:24.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:24.713 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") 21:34:24.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:24.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:24.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:24.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:24.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:34:24.714 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:34:24.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:34:24.719 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 21:34:24.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 21:34:24.723 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:24.723 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:24.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:24.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:24.737 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 21:34:24.737 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:24.737 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 21:34:24.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 21:34:24.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:24.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:24.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:24.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 21:34:24.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 21:34:24.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 21:34:24.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:34:24.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:34:24.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.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "genericToolItem") 21:34:24.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:24.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:24.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:24.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:24.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:34:24.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 21:34:24.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:24.759 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:24.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:24.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:24.804 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 21:34:24.804 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 21:34:24.804 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:24.804 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:24.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:24.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s - in org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.04 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.061 s toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.05 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.072 s toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.067 s Running org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 21:34:24.810 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 21:34:24.813 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:34:24.813 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:24.813 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 21:34:24.813 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:24.813 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:34:24.813 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:24.813 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:34:24.814 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:24.814 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:24.814 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 21:34:24.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 21:34:24.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:24.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:24.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:24.893 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 21:34:24.893 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:24.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:24.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:24.911 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:24.911 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:24.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:24.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:34:24.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 21:34:25.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:34:25.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 21:34:25.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:34:25.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 21:34:25.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:34:25.914 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 1 was not found 21:34:25.915 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:25.915 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:34:25.915 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:25.916 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:25.916 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:25.916 INFO [main][AbstractShell] Close shell Testing shell 21:34:25.916 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:25.923 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:25.923 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:25.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 21:34:25.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:25.923 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:25.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:25.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:25.937 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 21:34:25.937 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:25.937 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 21:34:25.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 21:34:25.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:25.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:25.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:25.955 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%$") 21:34:25.955 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:25.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:25.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:25.968 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:25.968 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:25.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:25.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:25.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:34:26.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:26.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:34:26.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:26.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:34:26.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:34:26.970 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was not found 21:34:26.971 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:26.971 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:34:26.971 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:26.971 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:26.971 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:26.971 INFO [main][AbstractShell] Close shell Testing shell 21:34:26.971 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:26.980 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:26.980 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:26.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 21:34:26.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:26.980 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:26.990 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 21:34:26.990 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:26.990 INFO [WorkbenchTestable][RequirementsRunner] Started test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 21:34:26.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 21:34:26.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:26.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:26.990 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 21:34:27.007 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 21:34:27.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:27.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:27.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:27.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:27.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:27.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:27.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:27.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:27.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:27.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 21:34:27.022 INFO [WorkbenchTestable][AbstractBrowser] Execute script: testExecute() 21:34:27.087 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:27.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 21:34:27.087 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:27.087 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:27.087 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:27.087 INFO [main][AbstractShell] Close shell Testing shell 21:34:27.087 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:27.094 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:27.094 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:27.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 21:34:27.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:27.094 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:27.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:27.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:27.096 INFO [WorkbenchTestable][RequirementsRunner] Finished test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 21:34:27.096 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:27.096 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 21:34:27.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 21:34:27.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:27.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:27.096 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 21:34:27.121 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 21:34:27.121 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:27.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:27.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:27.135 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:27.135 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:27.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:27.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:27.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:27.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:27.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 21:34:27.136 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: testEvaluate();return "test"; 21:34:27.215 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:27.216 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:34:27.216 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:27.216 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:27.216 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:27.216 INFO [main][AbstractShell] Close shell Testing shell 21:34:27.216 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:27.224 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:27.224 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:27.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 21:34:27.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:27.224 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:27.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:27.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:27.225 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 21:34:27.225 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:27.225 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 21:34:27.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 21:34:27.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:27.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:27.225 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 21:34:27.241 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 21:34:27.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:27.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:27.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:27.258 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:27.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:27.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:27.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:27.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:27.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:27.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 21:34:27.260 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:27.260 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:34:27.260 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:27.260 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:27.260 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:27.260 INFO [main][AbstractShell] Close shell Testing shell 21:34:27.260 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:27.354 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:27.354 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:27.354 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 21:34:27.354 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:27.354 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:27.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:27.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:27.356 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 21:34:27.356 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:27.356 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 21:34:27.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 21:34:27.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:27.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:27.356 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 21:34:27.395 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:") 21:34:27.395 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:27.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:27.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:27.410 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:27.410 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:27.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:27.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:27.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:27.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:27.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 21:34:27.411 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:27.411 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:34:27.411 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:27.411 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:27.411 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:27.411 INFO [main][AbstractShell] Close shell Testing shell 21:34:27.411 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:27.532 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:27.532 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:27.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 21:34:27.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:27.532 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:27.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:27.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:27.533 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 21:34:27.533 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:27.533 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 21:34:27.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 21:34:27.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:27.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:27.533 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 21:34:27.549 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 21:34:27.549 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:27.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:27.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:27.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:27.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:27.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:27.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:27.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:27.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:27.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 21:34:27.589 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/snippets/' 21:34:27.591 DEBUG [main][BrowserProgressListener] Calling chanded() 21:34:27.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:34:27.592 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:34:27.718 DEBUG [main][BrowserProgressListener] Calling chanded() 21:34:27.933 DEBUG [main][BrowserProgressListener] Calling chanded() 21:34:28.092 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:34:28.196 DEBUG [main][BrowserProgressListener] Calling chanded() failed to create drawable 21:34:28.324 DEBUG [main][BrowserProgressListener] Calling chanded() 21:34:28.592 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:34:28.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:34:28.592 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 21:34:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:34:38.593 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:34:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:34:38.602 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/widgets/' 21:34:38.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:34:38.602 DEBUG [main][BrowserProgressListener] Calling chanded() 21:34:38.602 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:34:38.638 DEBUG [main][BrowserProgressListener] Calling chanded() 21:34:38.705 DEBUG [main][BrowserProgressListener] Calling chanded() 21:34:39.102 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:34:39.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:34:39.102 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 21:34:49.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:34:49.103 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:34:49.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:34:49.105 INFO [WorkbenchTestable][AbstractBrowser] Browser back 21:34:49.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:34:49.105 DEBUG [main][BrowserProgressListener] Calling chanded() 21:34:49.105 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:34:49.195 DEBUG [main][BrowserProgressListener] Calling chanded() 21:34:49.605 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:34:49.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:34:49.606 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:34:50.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:34:50.606 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:34:50.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:34:50.609 INFO [WorkbenchTestable][AbstractBrowser] Browser forward 21:34:50.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:34:50.609 DEBUG [main][BrowserProgressListener] Calling chanded() 21:34:50.609 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:34:50.663 DEBUG [main][BrowserProgressListener] Calling chanded() 21:34:51.110 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:34:51.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:34:51.110 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:34:52.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:34:52.110 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:34:52.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:34:52.111 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:52.111 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:34:52.111 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:52.111 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:52.111 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:52.111 INFO [main][AbstractShell] Close shell Testing shell 21:34:52.112 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:52.120 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:52.120 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:52.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 21:34:52.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:52.120 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:52.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.133 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 21:34:52.133 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 21:34:52.133 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:52.133 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:52.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.325 s - in org.eclipse.reddeer.swt.test.impl.browser.BrowserTest findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.123 s findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.053 s executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.106 s evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.129 s findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.131 s findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.177 s navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 24.6 s Running org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:52.139 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:52.139 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:34:52.140 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:52.140 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:52.140 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:52.140 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:34:52.140 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:52.140 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:34:52.140 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:52.140 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:52.140 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 21:34:52.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:52.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:52.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:52.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:52.178 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 21:34:52.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:52.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.192 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:52.192 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:52.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:52.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:34:52.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:34:52.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:52.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 21:34:52.194 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:") 21:34:52.194 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:52.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.195 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:52.195 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:52.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:52.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:52.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:52.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:52.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 21:34:52.198 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:52.198 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:34:52.198 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:52.199 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:52.199 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:52.199 INFO [main][AbstractShell] Close shell Testing shell 21:34:52.199 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:52.208 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:52.208 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:52.208 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:52.208 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:52.208 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:52.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.214 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 21:34:52.214 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:52.214 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 21:34:52.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:52.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:52.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:52.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:52.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 ( with key 'coolId' and value '1') 21:34:52.257 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:52.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.272 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:52.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:52.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:52.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:52.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 21:34:52.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 21:34:52.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:52.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:52.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 21:34:52.275 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 21:34:52.281 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:52.281 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:34:52.281 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:52.287 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:52.287 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:52.287 INFO [main][AbstractShell] Close shell Testing shell 21:34:52.287 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:52.296 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:52.296 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:52.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:52.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:52.297 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:52.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.302 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 21:34:52.302 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:52.302 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 21:34:52.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:52.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:52.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:52.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:52.337 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") 21:34:52.337 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:52.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:52.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:52.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:52.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:52.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:52.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:52.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 21:34:52.359 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 21:34:52.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:52.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.359 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:52.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:52.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:52.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:52.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:52.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:52.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 21:34:52.360 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") 21:34:52.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:52.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:52.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:52.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:52.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:52.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:52.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:52.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 21:34:52.361 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 21:34:52.361 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:52.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:52.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:52.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:52.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:34:52.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:34:52.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:52.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 21:34:52.362 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") 21:34:52.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:52.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:52.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:52.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:52.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:52.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:52.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:52.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 21:34:52.365 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 21:34:52.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:52.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:52.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:52.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:52.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:34:52.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:34:52.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:52.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 2 was found 21:34:52.366 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") 21:34:52.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:52.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:52.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:52.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:52.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:52.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:52.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:52.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 21:34:52.369 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 21:34:52.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:52.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:52.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:52.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:52.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 21:34:52.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 21:34:52.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:52.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 3 was found 21:34:52.392 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:52.392 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:34:52.392 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:52.393 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:52.393 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:52.393 INFO [main][AbstractShell] Close shell Testing shell 21:34:52.393 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:52.402 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:52.402 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:52.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:52.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:52.402 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:52.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.407 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 21:34:52.407 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:52.407 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 21:34:52.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:52.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:52.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:52.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:52.453 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") 21:34:52.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:52.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.469 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:52.469 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:52.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:52.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:52.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:52.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:52.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 21:34:52.475 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 3 21:34:52.476 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:52.476 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:34:52.476 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:52.477 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:52.477 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:52.477 INFO [main][AbstractShell] Close shell Testing shell 21:34:52.477 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:52.486 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:52.486 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:52.487 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:52.487 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:52.487 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:52.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.501 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 21:34:52.501 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:52.501 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 21:34:52.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:52.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:52.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:52.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:52.535 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") 21:34:52.535 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:52.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:52.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:52.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:52.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:52.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:52.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:52.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 21:34:52.553 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 2 21:34:52.553 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 21:34:52.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:52.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.557 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:52.557 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:52.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:52.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:52.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:52.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:52.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:34:52.558 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:34:52.558 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:52.559 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:34:52.559 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:52.559 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:52.559 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:52.559 INFO [main][AbstractShell] Close shell Testing shell 21:34:52.559 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:52.568 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:52.568 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:52.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:52.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:52.568 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:52.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.583 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 21:34:52.583 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:52.583 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 21:34:52.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:52.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:52.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:52.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:52.617 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 21:34:52.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:52.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:52.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:52.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:52.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:34:52.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:34:52.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:52.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 21:34:52.634 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 21:34:52.635 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:52.635 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:34:52.635 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:52.636 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:52.636 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:52.636 INFO [main][AbstractShell] Close shell Testing shell 21:34:52.636 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:52.644 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:52.644 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:52.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:52.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:52.645 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:52.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.650 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 21:34:52.650 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:52.650 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 21:34:52.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:52.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:52.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:52.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:52.685 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 21:34:52.685 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:52.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:52.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:52.702 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:52.702 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:52.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:52.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 21:34:52.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 21:34:53.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 21:34:53.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 21:34:53.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 21:34:53.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 21:34:53.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:34:53.706 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 5 was not found 21:34:53.706 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:53.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 21:34:53.706 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:53.706 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:53.706 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:53.706 INFO [main][AbstractShell] Close shell Testing shell 21:34:53.706 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:53.715 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:53.715 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:53.715 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:53.715 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:53.715 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:53.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:53.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:53.729 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 21:34:53.729 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:53.729 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 21:34:53.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:53.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:53.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:53.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:53.763 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_&*") 21:34:53.763 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:53.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:53.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:53.780 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:53.780 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:53.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:53.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:53.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:34:54.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:54.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:34:54.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:54.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:34:54.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:34:54.791 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was not found 21:34:54.791 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:54.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 21:34:54.791 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:54.791 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:54.791 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:54.791 INFO [main][AbstractShell] Close shell Testing shell 21:34:54.791 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:54.800 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:54.800 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:54.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:54.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:54.800 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:54.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:54.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:54.805 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 21:34:54.805 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:54.805 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 21:34:54.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:54.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:54.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:54.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:54.839 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") 21:34:54.839 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:54.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:54.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:54.857 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:54.857 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:54.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:54.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:54.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:54.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:54.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 21:34:54.862 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to selection: Item23 21:34:54.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 21:34:54.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:54.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:54.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:54.863 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:54.863 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:54.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:54.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:54.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:54.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:54.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:34:54.864 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:34:54.865 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:54.865 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:34:54.865 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:54.865 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:54.865 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:54.865 INFO [main][AbstractShell] Close shell Testing shell 21:34:54.865 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:54.874 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:54.874 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:54.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:54.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:54.874 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:54.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:54.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:54.887 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 21:34:54.887 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 21:34:54.888 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:54.888 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:54.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:54.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.75 s - in org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.074 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.088 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.105 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.094 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.082 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.067 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.079 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.076 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.082 s Running org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:34:54.892 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:34:54.893 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:34:54.893 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:54.893 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:34:54.893 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:54.893 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:34:54.893 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:54.894 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:34:54.894 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:34:54.894 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:54.894 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 21:34:54.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:34:54.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:54.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:54.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:893): Gtk-WARNING **: 21:34:54.906: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.911: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.912: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.913: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.914: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.918: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.918: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.920: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.920: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.921: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.921: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.922: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.930: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.935: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.936: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.937: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.938: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.942: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.942: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.943: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.944: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.944: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.945: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.946: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.950: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.950: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.951: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.952: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.952: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.952: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.953: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.954: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.954: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.954: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.959: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.959: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.959: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.959: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.960: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.960: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.961: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.961: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.962: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.963: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.963: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.963: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:54.963: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 21:34:54.967 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 21:34:54.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:54.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:54.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:54.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:54.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:54.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:54.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:54.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:54.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:54.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 21:34:54.982 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 21:34:54.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:54.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:54.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:54.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:54.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:54.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:54.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:34:54.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:34:54.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:54.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 21:34:54.988 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:54.988 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:34:54.988 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:54.989 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:54.989 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:54.989 INFO [main][AbstractShell] Close shell Testing shell 21:34:54.989 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:55.004 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:55.005 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:55.005 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:34:55.005 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:55.005 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:55.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:55.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:55.010 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 21:34:55.010 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:55.010 INFO [WorkbenchTestable][RequirementsRunner] Started test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 21:34:55.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:34:55.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:55.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:55.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:893): Gtk-WARNING **: 21:34:55.021: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.026: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.027: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.028: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.028: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.033: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.033: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.034: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.034: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.035: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.036: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.036: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.043: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.049: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.050: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.051: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.051: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.056: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.056: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.057: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.058: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.059: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.060: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.060: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.064: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.065: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.065: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.066: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.066: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.066: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.067: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.068: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.068: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.068: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.073: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.073: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.074: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.074: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.075: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.075: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.075: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.075: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.076: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.077: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.077: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.078: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:55.078: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 21:34:55.080 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 21:34:55.080 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:55.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:55.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:55.097 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:55.097 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:55.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:55.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:34:55.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:34:55.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:55.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 21:34:55.097 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 21:34:55.098 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 21:34:55.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:55.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:55.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:55.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:55.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:55.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:55.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:34:55.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:34:55.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:55.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 21:34:55.098 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 21:34:55.101 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:34:56.102 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 21:34:56.102 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 2 21:34:56.102 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 21:34:56.102 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:56.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:56.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:56.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:56.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:56.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:56.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:34:56.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:34:56.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:56.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 21:34:56.103 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 21:34:56.103 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:34:57.104 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 21:34:57.104 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 4 21:34:57.104 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 21:34:57.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:57.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:57.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:57.104 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:57.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:57.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:57.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:34:57.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:34:57.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:57.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 21:34:57.105 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 4 21:34:57.106 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:34:58.106 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been expanded 21:34:58.106 INFO [WorkbenchTestable][AbstractExpandBar] Collapse all expand bar items 21:34:58.107 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 0 21:34:58.109 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been collapsed 21:34:58.109 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 1 21:34:58.109 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 is already collapsed. No action performed 21:34:58.109 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 2 21:34:58.109 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been collapsed 21:34:58.109 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 3 21:34:58.109 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 3 is already collapsed. No action performed 21:34:58.110 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 4 21:34:58.110 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been collapsed 21:34:58.110 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:58.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 21:34:58.110 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:58.111 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:58.111 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:58.111 INFO [main][AbstractShell] Close shell Testing shell 21:34:58.111 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:58.126 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:58.126 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:58.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:34:58.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:58.126 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:58.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:58.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:58.141 INFO [WorkbenchTestable][RequirementsRunner] Finished test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 21:34:58.141 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:58.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 21:34:58.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:34:58.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:58.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:58.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:893): Gtk-WARNING **: 21:34:58.151: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.156: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.157: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.157: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.158: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.162: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.163: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.164: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.164: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.165: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.165: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.165: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.173: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.178: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.179: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.180: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.180: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.185: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.186: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.187: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.187: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.188: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.189: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.189: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.194: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.194: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.194: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.195: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.196: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.196: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.197: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.198: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.198: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.198: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.203: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.203: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.203: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.204: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.205: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.205: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.205: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.205: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.206: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.207: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.207: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.207: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:58.207: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 21:34:58.209 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 21:34:58.209 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 21:34:58.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:58.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:58.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:58.222 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:58.222 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:58.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:58.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:34:58.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:34:58.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:58.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 21:34:58.223 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 21:34:58.224 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:34:59.224 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 21:34:59.225 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 21:34:59.225 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:59.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:59.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:59.225 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:59.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:59.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:59.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:34:59.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:34:59.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:59.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 21:34:59.226 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:34:59.228 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:34:59.228 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:34:59.228 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:34:59.229 DEBUG [main][AbstractWait] Waiting until shell is active... 21:34:59.229 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:34:59.229 INFO [main][AbstractShell] Close shell Testing shell 21:34:59.229 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:34:59.245 DEBUG [main][AbstractWait] Waiting while shell is available... 21:34:59.245 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:34:59.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:34:59.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:34:59.245 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:34:59.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:59.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:59.250 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 21:34:59.250 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:34:59.251 INFO [WorkbenchTestable][RequirementsRunner] Started test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 21:34:59.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:34:59.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:34:59.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:34:59.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:893): Gtk-WARNING **: 21:34:59.262: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.267: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.268: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.269: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.269: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.274: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.274: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.276: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.276: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.277: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.277: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.278: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.285: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.290: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.291: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.292: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.293: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.298: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.298: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.299: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.300: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.301: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.301: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.301: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.306: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.306: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.306: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.307: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.308: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.308: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.309: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.309: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.310: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.310: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.317: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.317: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.317: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.317: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.318: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.319: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.319: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.319: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:34:59.319: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 21:34:59.321 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 21:34:59.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:34:59.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:34:59.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:34:59.336 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:34:59.336 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:34:59.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:34:59.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:34:59.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:34:59.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:34:59.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 21:34:59.336 INFO [WorkbenchTestable][AbstractExpandBar] Expand all expand bar items 21:34:59.337 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 21:34:59.337 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:35:00.338 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 21:35:00.338 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 21:35:00.338 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:35:01.339 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 21:35:01.339 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 21:35:01.339 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:35:02.339 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 21:35:02.340 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:02.341 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:02.341 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:02.341 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:02.341 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:02.341 INFO [main][AbstractShell] Close shell Testing shell 21:35:02.341 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:02.356 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:02.356 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:02.356 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:35:02.356 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:02.356 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:02.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:02.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:02.362 INFO [WorkbenchTestable][RequirementsRunner] Finished test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 21:35:02.362 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:02.362 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 21:35:02.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:35:02.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:02.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:02.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:893): Gtk-WARNING **: 21:35:02.374: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.379: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.381: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.381: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.382: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.387: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.387: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.389: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.389: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.389: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.390: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.390: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.398: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.403: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.404: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.405: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.406: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.410: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.410: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.411: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.411: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.412: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.413: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.413: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.418: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.418: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.418: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.419: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.419: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.419: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.420: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.421: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.421: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.421: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.425: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.426: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.426: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.426: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.427: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.427: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.427: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.427: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.428: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.429: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.429: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.429: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:02.429: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 21:35:02.431 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item text: Expand Item: 1 21:35:02.431 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 21:35:02.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:02.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:02.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:02.448 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:02.448 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:02.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:02.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:02.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:02.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:02.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 21:35:02.448 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 21:35:02.449 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:35:03.450 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 21:35:03.450 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 21:35:03.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:03.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:03.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:03.450 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:03.451 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:03.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:03.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:35:03.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:35:03.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:03.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 21:35:03.451 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:03.453 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:03.453 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:03.453 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:03.454 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:03.454 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:03.454 INFO [main][AbstractShell] Close shell Testing shell 21:35:03.454 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:03.470 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:03.470 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:03.470 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:35:03.470 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:03.470 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:03.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:03.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:03.475 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 21:35:03.475 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:03.475 INFO [WorkbenchTestable][RequirementsRunner] Started test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 21:35:03.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:35:03.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:03.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:03.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:893): Gtk-WARNING **: 21:35:03.485: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.490: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.491: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.492: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.493: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.497: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.497: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.498: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.498: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.499: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.500: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.500: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.507: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.512: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.513: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.513: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.514: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.519: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.519: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.520: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.520: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.521: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.521: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.522: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.526: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.526: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.526: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.527: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.527: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.528: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.528: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.529: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.529: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.530: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.534: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.534: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.534: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.535: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.535: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.536: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.536: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.536: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.537: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.537: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.537: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.538: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.538: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 21:35:03.540 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 21:35:03.540 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:03.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:03.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:03.555 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:03.555 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:03.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:03.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:03.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:03.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:03.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 21:35:03.555 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:03.555 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:03.555 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:03.556 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:03.556 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:03.556 INFO [main][AbstractShell] Close shell Testing shell 21:35:03.556 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:03.571 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:03.572 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:03.572 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:35:03.572 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:03.572 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:03.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:03.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:03.577 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 21:35:03.577 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:03.577 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 21:35:03.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:35:03.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:03.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:03.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:893): Gtk-WARNING **: 21:35:03.596: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.601: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.602: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.602: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.603: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.607: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.608: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.608: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.609: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.609: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.610: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.610: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.617: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.622: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.623: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.624: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.625: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.629: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.629: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.630: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.630: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.631: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.631: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.632: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.636: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.636: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.636: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.646: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.646: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.646: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.647: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.648: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.648: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.648: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.653: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.654: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.654: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.654: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.655: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.655: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.655: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.655: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.656: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.657: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.657: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.657: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:03.657: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 21:35:03.659 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 3 Expand Bar Item index: 1 21:35:03.659 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 21:35:03.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:03.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:03.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:03.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:03.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:03.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:03.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 21:35:03.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 21:35:04.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 21:35:04.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 21:35:04.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 21:35:04.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 21:35:04.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:35:04.675 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 3 was not found 21:35:04.675 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:04.675 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:04.675 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:04.675 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:04.675 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:04.675 INFO [main][AbstractShell] Close shell Testing shell 21:35:04.675 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:04.691 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:04.691 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:04.692 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:35:04.692 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:04.692 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:04.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:04.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:04.706 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 21:35:04.706 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:04.706 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 21:35:04.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:35:04.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:04.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:04.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:893): Gtk-WARNING **: 21:35:04.717: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.722: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.724: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.725: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.725: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.730: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.730: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.731: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.731: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.732: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.732: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.733: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.740: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.746: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.747: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.748: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.748: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.753: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.753: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.754: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.754: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.755: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.755: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.756: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.761: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.761: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.761: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.762: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.762: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.762: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.763: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.764: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.764: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.764: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.768: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.768: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.769: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.769: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.770: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.770: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.770: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.770: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.771: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.772: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.772: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.772: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:893): Gtk-WARNING **: 21:35:04.772: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 21:35:04.774 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 0 Expand Bar Item text: NON_EXISTING_#$ 21:35:04.774 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 21:35:04.774 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:04.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:04.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:04.787 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:04.787 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:04.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:04.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:04.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:04.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:04.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 21:35:04.788 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:04.788 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:04.788 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:04.789 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:04.789 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:04.789 INFO [main][AbstractShell] Close shell Testing shell 21:35:04.789 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:04.804 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:04.804 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:04.804 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:35:04.804 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:04.804 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:04.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:04.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:04.809 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 21:35:04.809 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 21:35:04.809 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:04.809 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:04.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:04.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.918 s - in org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.116 s collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.131 s findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.109 s expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.111 s findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.113 s getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.102 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.129 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.103 s Running org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:04.812 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:04.813 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:35:04.813 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:04.813 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:04.813 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:04.813 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:35:04.821 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:04.821 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:35:04.821 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:04.821 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:04.821 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 21:35:04.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:04.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:04.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:04.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:04.827 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') 21:35:04.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:04.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:04.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:04.837 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:04.837 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:04.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:04.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:04.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:35:04.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:35:04.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:04.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:04.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 21:35:04.839 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:04.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 21:35:04.839 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:04.839 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:04.839 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:04.839 INFO [main][AbstractShell] Close shell Testing shell 21:35:04.839 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:04.842 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:04.842 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:04.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:04.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:04.842 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:04.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:04.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:04.856 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 21:35:04.856 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:04.856 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 21:35:04.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:04.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:04.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:04.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:04.861 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 21:35:04.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:04.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:04.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:04.871 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:04.871 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:04.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:04.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:04.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:04.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:04.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 21:35:04.872 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:04.872 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:04.872 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:04.872 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:04.872 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:04.872 INFO [main][AbstractShell] Close shell Testing shell 21:35:04.872 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:04.874 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:04.874 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:04.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:04.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:04.874 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:04.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:04.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:04.878 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 21:35:04.878 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:04.878 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 21:35:04.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:04.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:04.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:04.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:04.890 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 21:35:04.891 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:04.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:04.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:04.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:04.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:04.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:04.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:04.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:04.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:04.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 21:35:04.902 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 21:35:04.902 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:04.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:04.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:04.902 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:04.902 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:04.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:04.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:04.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:04.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:04.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 21:35:04.902 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 21:35:04.902 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:04.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:04.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:04.902 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:04.902 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:04.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:04.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:35:04.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:35:04.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:04.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 2 was found 21:35:04.903 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:04.903 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:04.903 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:04.903 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:04.903 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:04.903 INFO [main][AbstractShell] Close shell Testing shell 21:35:04.903 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:04.905 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:04.905 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:04.905 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:04.905 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:04.905 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:04.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:04.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:04.909 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 21:35:04.909 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:04.909 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 21:35:04.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:04.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:04.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:04.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:04.913 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 21:35:04.913 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:04.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:04.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:04.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:04.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:04.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:04.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:04.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:04.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:04.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 21:35:04.927 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:04.927 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:04.927 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:04.927 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:04.927 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:04.927 INFO [main][AbstractShell] Close shell Testing shell 21:35:04.927 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:04.930 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:04.930 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:04.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:04.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:04.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:04.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:04.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:04.936 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 21:35:04.936 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:04.936 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 21:35:04.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:04.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:04.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:04.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:04.941 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 21:35:04.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:04.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:04.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:04.960 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:04.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:04.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:04.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 21:35:04.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 21:35:05.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 21:35:05.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 21:35:05.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 21:35:05.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 21:35:05.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:35:05.962 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 11 was not found 21:35:05.962 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:05.962 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:05.962 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:05.962 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:05.962 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:05.962 INFO [main][AbstractShell] Close shell Testing shell 21:35:05.962 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:05.964 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:05.964 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:05.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:05.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:05.964 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:05.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:05.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:05.969 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 21:35:05.969 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:05.969 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 21:35:05.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:05.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:05.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:05.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:05.973 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") 21:35:05.973 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:05.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:05.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:05.986 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:05.986 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:05.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:05.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:05.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:05.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:05.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 21:35:05.986 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:05.986 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:05.986 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:05.986 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:05.986 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:05.986 INFO [main][AbstractShell] Close shell Testing shell 21:35:05.986 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:05.989 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:05.989 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:05.990 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:05.990 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:05.990 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:05.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:05.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:05.994 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 21:35:05.994 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:05.994 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 21:35:05.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:05.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:05.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:05.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:06.006 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") 21:35:06.006 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:06.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:06.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:06.018 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:06.018 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:06.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:06.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:06.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:06.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:06.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:07.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:07.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:07.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:35:07.021 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was not found 21:35:07.021 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:07.021 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:07.021 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:07.021 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:07.021 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:07.021 INFO [main][AbstractShell] Close shell Testing shell 21:35:07.021 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:07.024 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:07.024 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:07.024 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:07.024 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:07.024 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:07.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.037 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 21:35:07.037 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:07.037 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 21:35:07.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:07.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:07.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:07.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:07.041 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 21:35:07.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.052 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:07.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:07.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 21:35:07.053 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:07.053 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:07.053 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:07.053 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:07.053 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:07.053 INFO [main][AbstractShell] Close shell Testing shell 21:35:07.053 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:07.055 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:07.055 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:07.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:07.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:07.055 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:07.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.068 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 21:35:07.068 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 21:35:07.068 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:07.068 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:07.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.256 s - in org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.035 s findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.022 s hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.031 s getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.027 s findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.033 s findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.025 s findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.043 s getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.031 s Running org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 21:35:07.071 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 21:35:07.072 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:35:07.072 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:07.072 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 21:35:07.072 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:07.072 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:35:07.072 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:07.072 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:35:07.072 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:07.072 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:07.073 INFO [WorkbenchTestable][RequirementsRunner] Started test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 21:35:07.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 21:35:07.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:07.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:07.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:07.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: 32, Matcher matching widget with label: is "Label 1") 21:35:07.078 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:07.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:07.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: 32, Matcher matching widget with label: is "Label 2") 21:35:07.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:07.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:07.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:07.092 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:07.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 21:35:07.093 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:07.093 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:07.093 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:07.093 INFO [main][AbstractShell] Close shell Testing shell 21:35:07.093 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:07.095 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:07.095 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:07.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 21:35:07.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:07.095 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:07.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.100 INFO [WorkbenchTestable][RequirementsRunner] Finished test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 21:35:07.100 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 21:35:07.100 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:07.100 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:07.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) Time elapsed: 0.027 s Running org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 21:35:07.103 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 21:35:07.107 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:35:07.107 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:07.107 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 21:35:07.107 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:07.107 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:35:07.107 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:07.108 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:35:07.108 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:07.108 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:07.108 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 21:35:07.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 21:35:07.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:07.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:07.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:07.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: 16) 21:35:07.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.200 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.200 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:07.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:07.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) 21:35:07.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.200 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:07.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:07.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 21:35:07.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) 21:35:07.201 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.201 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:35:07.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:35:07.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 21:35:07.202 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") 21:35:07.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:07.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:07.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:07.203 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:07.204 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") 21:35:07.204 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.204 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.204 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:07.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:07.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:07.205 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:07.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 C") 21:35:07.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:07.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:07.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:07.207 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:07.207 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONB 21:35:07.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:07.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:07.207 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:07.207 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:07.207 TRACE [main][WidgetHandler] Notify Button with event 27 21:35:07.207 TRACE [main][WidgetHandler] Wait for synchronization 21:35:07.208 TRACE [main][WidgetHandler] Notify Button with event 13 21:35:07.208 TRACE [main][WidgetHandler] Wait for synchronization 21:35:07.208 TRACE [main][WidgetHandler] Notify Button with event 26 21:35:07.208 TRACE [main][WidgetHandler] Wait for synchronization 21:35:07.208 TRACE [main][WidgetHandler] Notify Button with event 3 21:35:07.208 TRACE [main][WidgetHandler] Wait for synchronization 21:35:07.208 TRACE [main][WidgetHandler] Notify Button with event 4 21:35:07.208 TRACE [main][WidgetHandler] Wait for synchronization 21:35:07.208 TRACE [main][WidgetHandler] Notify Button with event 13 21:35:07.208 TRACE [main][WidgetHandler] Wait for synchronization 21:35:07.209 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONC 21:35:07.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:07.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:07.209 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:07.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:07.209 TRACE [main][WidgetHandler] Notify Button with event 27 21:35:07.209 TRACE [main][WidgetHandler] Wait for synchronization 21:35:07.209 TRACE [main][WidgetHandler] Notify Button with event 13 21:35:07.209 TRACE [main][WidgetHandler] Wait for synchronization 21:35:07.209 TRACE [main][WidgetHandler] Notify Button with event 26 21:35:07.209 TRACE [main][WidgetHandler] Wait for synchronization 21:35:07.209 TRACE [main][WidgetHandler] Notify Button with event 3 21:35:07.209 TRACE [main][WidgetHandler] Wait for synchronization 21:35:07.209 TRACE [main][WidgetHandler] Notify Button with event 4 21:35:07.209 TRACE [main][WidgetHandler] Wait for synchronization 21:35:07.209 TRACE [main][WidgetHandler] Notify Button with event 13 21:35:07.209 TRACE [main][WidgetHandler] Wait for synchronization 21:35:07.210 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:07.210 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:07.210 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:07.210 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:07.210 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:07.210 INFO [main][AbstractShell] Close shell Testing shell 21:35:07.210 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:07.215 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:07.215 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:07.215 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 21:35:07.215 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:07.215 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:07.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.220 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 21:35:07.220 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 21:35:07.220 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:07.220 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:07.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) Time elapsed: 0.112 s Running org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:07.224 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:07.225 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:35:07.225 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:07.225 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:07.225 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:07.225 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:35:07.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:07.233 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:35:07.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:07.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:07.233 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:07.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:07.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:07.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:07.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:07.249 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) 21:35:07.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:07.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:07.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 21:35:07.290 INFO [WorkbenchTestable][ToggleButton] Checking Toggle Button TOOGLE-BUTTON1 21:35:07.290 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON1 21:35:07.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:07.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:07.290 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:07.290 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:07.291 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 21:35:07.291 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.291 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.291 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:07.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:07.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:07.291 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:07.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) 21:35:07.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:07.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:07.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:07.293 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 21:35:07.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:07.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:07.293 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:07.293 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:07.293 DEBUG [WorkbenchTestable][ToggleButton] Toggle Button TOOGLE-BUTTON1 already checked, no action performed 21:35:07.293 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:07.294 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:07.294 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:07.294 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:07.294 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:07.294 INFO [main][AbstractShell] Close shell Testing shell 21:35:07.294 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:07.298 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:07.298 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:07.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:07.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:07.298 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:07.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.303 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:07.303 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:07.303 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:07.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:07.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:07.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:07.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:07.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: 16, Matcher matching widgets with text that without mnenomic matches: is "RADIO-BUTTON1") 21:35:07.315 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.332 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.332 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:07.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:07.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:07.333 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 21:35:07.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:07.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:07.333 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:07.333 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:07.334 TRACE [main][WidgetHandler] Notify Button with event 27 21:35:07.334 TRACE [main][WidgetHandler] Wait for synchronization 21:35:07.334 TRACE [main][WidgetHandler] Notify Button with event 13 21:35:07.334 TRACE [main][WidgetHandler] Wait for synchronization 21:35:07.334 TRACE [main][WidgetHandler] Notify Button with event 26 21:35:07.334 TRACE [main][WidgetHandler] Wait for synchronization 21:35:07.334 TRACE [main][WidgetHandler] Notify Button with event 3 21:35:07.334 TRACE [main][WidgetHandler] Wait for synchronization 21:35:07.334 TRACE [main][WidgetHandler] Notify Button with event 4 21:35:07.334 TRACE [main][WidgetHandler] Wait for synchronization 21:35:07.334 TRACE [main][WidgetHandler] Notify Button with event 13 21:35:07.334 TRACE [main][WidgetHandler] Wait for synchronization 21:35:07.334 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 21:35:07.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:07.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:07.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:07.335 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:07.336 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:07.336 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:07.336 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:07.336 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:07.336 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:07.336 INFO [main][AbstractShell] Close shell Testing shell 21:35:07.336 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:07.340 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:07.340 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:07.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:07.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:07.341 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:07.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.346 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:07.346 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:07.346 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:07.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:07.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:07.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:07.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:07.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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") 21:35:07.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:07.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:07.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:07.401 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 21:35:07.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:07.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:07.401 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:07.401 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:07.401 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 21:35:07.401 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.401 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:07.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:07.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:07.402 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:07.402 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:07.402 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:07.402 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:07.403 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:07.403 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:07.403 INFO [main][AbstractShell] Close shell Testing shell 21:35:07.403 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:07.407 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:07.407 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:07.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:07.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:07.407 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:07.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.411 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:07.411 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:07.411 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:07.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:07.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:07.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:07.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:07.424 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) 21:35:07.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.442 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.442 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:35:07.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:35:07.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 21:35:07.442 INFO [WorkbenchTestable][AbstractButton] Click button 21:35:07.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:07.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:07.442 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:07.442 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:07.443 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 21:35:07.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:07.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:07.443 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:07.444 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:07.444 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:07.444 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:07.445 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:07.445 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:07.445 INFO [main][AbstractShell] Close shell Testing shell 21:35:07.445 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:07.449 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:07.449 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:07.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:07.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:07.449 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:07.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.459 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:07.459 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:07.459 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:07.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:07.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:07.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:07.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:07.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0") 21:35:07.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:07.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:07.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:07.498 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 21:35:07.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:07.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:07.498 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:07.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:07.498 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 21:35:07.498 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.499 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.499 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:07.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:07.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:07.499 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:07.500 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:07.500 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:07.500 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:07.501 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:07.501 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:07.501 INFO [main][AbstractShell] Close shell Testing shell 21:35:07.501 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:07.505 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:07.505 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:07.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:07.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:07.505 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:07.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.509 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:07.509 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:07.509 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:07.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:07.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:07.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:07.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:07.522 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) 21:35:07.522 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.542 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:07.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:07.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 21:35:07.543 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 21:35:07.543 INFO [WorkbenchTestable][CheckBox] Check checkbox CHECK-BOX1 21:35:07.543 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 21:35:07.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:07.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:07.543 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:07.543 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:07.543 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 21:35:07.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.548 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.548 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:07.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:07.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:07.548 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35: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: 8) 21:35:07.549 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.549 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:07.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:07.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:07.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:07.550 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 21:35:07.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:07.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:07.550 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:07.550 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:07.550 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 21:35:07.550 DEBUG [WorkbenchTestable][CheckBox] Checkbox CHECK-BOX1 already selected, no action performed 21:35:07.550 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:07.551 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:07.551 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:07.551 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:07.551 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:07.551 INFO [main][AbstractShell] Close shell Testing shell 21:35:07.551 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:07.555 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:07.555 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:07.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:07.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:07.555 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:07.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.560 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:07.560 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:07.560 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:07.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:07.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:07.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:07.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:07.607 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) 21:35:07.607 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:07.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:07.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:07.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:07.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:07.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:07.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 21:35:07.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 21:35:08.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 21:35:08.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 21:35:08.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 21:35:08.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 21:35:08.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:35:08.627 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 21:35:08.627 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:08.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 21:35:08.627 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:08.627 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:08.627 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:08.627 INFO [main][AbstractShell] Close shell Testing shell 21:35:08.627 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:08.631 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:08.631 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:08.631 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:08.631 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:08.631 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:08.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:08.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:08.636 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:08.636 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:08.636 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:08.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:08.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:08.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:08.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:08.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, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_DASLKJ") 21:35:08.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:08.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:08.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:08.670 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:08.670 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:08.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:08.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:08.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:09.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:09.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:09.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:09.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:09.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:35:09.675 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 21:35:09.675 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:09.675 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:09.675 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:09.675 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:09.675 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:09.675 INFO [main][AbstractShell] Close shell Testing shell 21:35:09.675 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:09.679 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:09.680 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:09.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:09.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:09.680 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:09.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:09.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:09.684 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:09.684 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:09.684 INFO [WorkbenchTestable][RequirementsRunner] Started test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:09.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:09.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:09.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:09.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:09.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0") 21:35:09.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:09.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:09.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:09.719 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:09.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:09.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:09.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:09.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:09.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:09.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:09.720 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 21:35:09.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:09.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:09.720 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:09.720 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:09.721 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 21:35:09.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:09.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:09.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:09.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:09.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:09.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:09.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:09.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:09.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:09.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:09.721 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:09.722 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:09.722 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:09.722 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:09.722 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:09.722 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:09.722 INFO [main][AbstractShell] Close shell Testing shell 21:35:09.722 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:09.726 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:09.726 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:09.726 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:09.727 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:09.727 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:09.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:09.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:09.731 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:09.731 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:09.731 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:09.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:09.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:09.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:09.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:09.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 4, with key 'buttonTestId' and value 'ARROW-BUTTON#2') 21:35:09.743 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:09.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:09.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:09.760 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:09.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:09.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:09.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:09.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 21:35:09.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 21:35:09.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 21:35:09.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:09.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:09.761 INFO [WorkbenchTestable][AbstractButton] Click button 21:35:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:09.761 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:09.761 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:09.761 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 21:35:09.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:09.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:09.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:09.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:09.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:09.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:09.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:09.762 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:09.762 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:09.762 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:09.762 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:09.763 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:09.763 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:09.763 INFO [main][AbstractShell] Close shell Testing shell 21:35:09.763 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:09.767 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:09.767 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:09.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:09.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:09.767 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:09.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:09.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:09.780 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:09.780 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:09.780 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:09.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:09.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:09.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:09.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:09.792 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) 21:35:09.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:09.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:09.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:09.807 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:09.807 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:09.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:09.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:09.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:09.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:09.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 21:35:09.808 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 21:35:09.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:09.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:09.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:09.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:09.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 21:35:09.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:09.809 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:09.809 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:09.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:09.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:09.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:09.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:09.809 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:09.810 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:09.810 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:09.810 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:09.810 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:09.810 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:09.810 INFO [main][AbstractShell] Close shell Testing shell 21:35:09.810 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:09.814 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:09.814 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:09.814 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:09.814 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:09.814 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:09.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:09.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:09.819 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:09.819 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:09.819 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:09.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:09.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:09.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:09.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:09.840 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) 21:35:09.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:09.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:09.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:09.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:09.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:09.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:09.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 21:35:09.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 21:35:10.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 21:35:10.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 21:35:10.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 21:35:10.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 21:35:10.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:35:10.859 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 21:35:10.859 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:10.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 21:35:10.859 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:10.859 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:10.859 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:10.859 INFO [main][AbstractShell] Close shell Testing shell 21:35:10.859 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:10.864 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:10.864 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:10.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:10.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:10.864 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:10.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:10.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:10.878 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:10.878 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:10.878 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:10.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:10.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:10.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:10.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:10.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: 2, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_KL2FG") 21:35:10.891 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:10.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:10.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:10.906 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:10.906 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:10.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:10.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:10.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:11.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:11.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:11.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:11.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:11.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:35:11.910 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 21:35:11.910 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:11.910 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:11.910 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:11.910 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:11.910 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:11.910 INFO [main][AbstractShell] Close shell Testing shell 21:35:11.910 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:11.914 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:11.914 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:11.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:11.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:11.914 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:11.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:11.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:11.928 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:11.928 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:11.928 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:11.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:11.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:11.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:11.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:11.940 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) 21:35:11.940 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:11.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:11.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:11.956 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:11.956 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:11.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:11.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 21:35:11.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 21:35:12.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 21:35:12.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 21:35:12.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 21:35:12.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 21:35:12.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:35:12.959 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 21:35:12.959 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:12.959 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:12.959 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:12.960 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:12.960 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:12.960 INFO [main][AbstractShell] Close shell Testing shell 21:35:12.960 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:12.964 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:12.964 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:12.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:12.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:12.964 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:12.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:12.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:12.977 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:12.977 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:12.977 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:12.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:12.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:12.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:12.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:12.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 "NON_EXISTING_#$SDFF@S") 21:35:12.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:13.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:13.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:13.003 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:13.003 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:13.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:13.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:13.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:13.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:13.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:14.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:14.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:14.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:35:14.007 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 21:35:14.008 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:14.008 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:14.008 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:14.008 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:14.008 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:14.008 INFO [main][AbstractShell] Close shell Testing shell 21:35:14.008 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:14.012 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:14.012 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:14.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:14.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:14.012 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:14.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:14.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:14.025 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:14.025 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:14.025 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:14.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:14.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:14.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:14.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:14.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "CHECK-BOX1") 21:35:14.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:14.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:14.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:14.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:14.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:14.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:14.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:14.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:14.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:14.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:14.054 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 21:35:14.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:14.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:14.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:14.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:14.054 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 21:35:14.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:14.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:14.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:14.054 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:14.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:14.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:14.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:14.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:14.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:14.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:14.055 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:14.055 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:14.055 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:14.055 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:14.056 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:14.056 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:14.056 INFO [main][AbstractShell] Close shell Testing shell 21:35:14.056 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:14.060 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:14.060 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:14.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:14.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:14.060 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:14.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:14.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:14.064 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:14.064 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:14.064 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:14.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:14.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:14.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:14.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:14.084 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) 21:35:14.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:14.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:14.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:14.099 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:14.099 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:14.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:14.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 21:35:14.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 21:35:14.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 21:35:14.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 21:35:15.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 21:35:15.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 21:35:15.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:35:15.103 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 6 was not found 21:35:15.103 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:15.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 21:35:15.103 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:15.103 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:15.103 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:15.103 INFO [main][AbstractShell] Close shell Testing shell 21:35:15.103 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:15.107 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:15.108 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:15.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:15.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:15.108 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:15.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.113 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:15.113 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:15.113 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:15.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:15.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:15.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:15.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:15.133 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) 21:35:15.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:15.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 21:35:15.150 INFO [WorkbenchTestable][RadioButton] Select radio button RADIO-BUTTON1 21:35:15.150 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 21:35:15.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:15.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:15.150 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:15.150 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:15.150 TRACE [main][WidgetHandler] Notify Button with event 27 21:35:15.150 TRACE [main][WidgetHandler] Wait for synchronization 21:35:15.150 TRACE [main][WidgetHandler] Notify Button with event 13 21:35:15.150 TRACE [main][WidgetHandler] Wait for synchronization 21:35:15.150 TRACE [main][WidgetHandler] Notify Button with event 26 21:35:15.150 TRACE [main][WidgetHandler] Wait for synchronization 21:35:15.150 TRACE [main][WidgetHandler] Notify Button with event 3 21:35:15.150 TRACE [main][WidgetHandler] Wait for synchronization 21:35:15.150 TRACE [main][WidgetHandler] Notify Button with event 4 21:35:15.150 TRACE [main][WidgetHandler] Wait for synchronization 21:35:15.150 TRACE [main][WidgetHandler] Notify Button with event 13 21:35:15.150 TRACE [main][WidgetHandler] Wait for synchronization 21:35:15.151 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 21:35:15.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.151 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.151 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:15.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:15.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:15.151 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:15.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 21:35:15.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:15.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:15.152 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 21:35:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:15.152 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:15.152 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:15.153 DEBUG [WorkbenchTestable][RadioButton] Radio Button RADIO-BUTTON1 already checked, no action performed 21:35:15.153 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:15.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 21:35:15.153 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:15.153 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:15.153 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:15.153 INFO [main][AbstractShell] Close shell Testing shell 21:35:15.153 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:15.157 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:15.157 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:15.157 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:15.157 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:15.157 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:15.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.162 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:15.162 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:15.162 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:15.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:15.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:15.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:15.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:15.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, with key 'buttonTestId' and value 'PUSH-BUTTON#2') 21:35:15.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.197 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.197 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:15.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 21:35:15.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 21:35:15.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 21:35:15.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:15.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:15.197 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 21:35:15.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:15.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:15.198 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:15.198 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:15.198 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 21:35:15.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.198 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.198 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:15.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:15.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:15.198 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:15.199 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:15.199 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:15.199 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:15.200 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:15.200 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:15.200 INFO [main][AbstractShell] Close shell Testing shell 21:35:15.200 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:15.203 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:15.203 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:15.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:15.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:15.203 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:15.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.208 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:15.208 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:15.208 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:15.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:15.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:15.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:15.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:15.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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') 21:35:15.220 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:15.238 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 21:35:15.238 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 21:35:15.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:15.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:15.238 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 21:35:15.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:15.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:15.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:15.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:15.239 TRACE [main][WidgetHandler] Notify Button with event 27 21:35:15.239 TRACE [main][WidgetHandler] Wait for synchronization 21:35:15.239 TRACE [main][WidgetHandler] Notify Button with event 13 21:35:15.239 TRACE [main][WidgetHandler] Wait for synchronization 21:35:15.239 TRACE [main][WidgetHandler] Notify Button with event 26 21:35:15.239 TRACE [main][WidgetHandler] Wait for synchronization 21:35:15.239 TRACE [main][WidgetHandler] Notify Button with event 3 21:35:15.239 TRACE [main][WidgetHandler] Wait for synchronization 21:35:15.239 TRACE [main][WidgetHandler] Notify Button with event 4 21:35:15.239 TRACE [main][WidgetHandler] Wait for synchronization 21:35:15.239 TRACE [main][WidgetHandler] Notify Button with event 13 21:35:15.239 TRACE [main][WidgetHandler] Wait for synchronization 21:35:15.239 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 21:35:15.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.239 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:15.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:15.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:15.240 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:15.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 21:35:15.240 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.240 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.240 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:15.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:15.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:15.241 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) 21:35:15.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.241 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:35:15.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:35:15.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 21:35:15.242 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:15.242 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:15.242 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:15.242 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:15.242 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:15.242 INFO [main][AbstractShell] Close shell Testing shell 21:35:15.242 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:15.246 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:15.246 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:15.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:15.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:15.246 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:15.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.260 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:15.260 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:15.260 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:15.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:15.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:15.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:15.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:15.272 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) 21:35:15.272 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.286 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.286 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:15.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:15.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 21:35:15.287 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 21:35:15.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:15.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:15.287 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:15.287 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:15.288 TRACE [main][WidgetHandler] Notify Button with event 27 21:35:15.288 TRACE [main][WidgetHandler] Wait for synchronization 21:35:15.288 TRACE [main][WidgetHandler] Notify Button with event 13 21:35:15.288 TRACE [main][WidgetHandler] Wait for synchronization 21:35:15.288 TRACE [main][WidgetHandler] Notify Button with event 26 21:35:15.288 TRACE [main][WidgetHandler] Wait for synchronization 21:35:15.288 TRACE [main][WidgetHandler] Notify Button with event 3 21:35:15.288 TRACE [main][WidgetHandler] Wait for synchronization 21:35:15.288 TRACE [main][WidgetHandler] Notify Button with event 4 21:35:15.288 TRACE [main][WidgetHandler] Wait for synchronization 21:35:15.288 TRACE [main][WidgetHandler] Notify Button with event 13 21:35:15.288 TRACE [main][WidgetHandler] Wait for synchronization 21:35:15.288 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 21:35:15.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.288 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.288 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:15.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:15.289 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:15.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: 16) 21:35:15.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:15.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:15.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:15.290 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) 21:35:15.290 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.290 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.290 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:35:15.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:35:15.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 21:35:15.291 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:15.291 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:15.291 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:15.291 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:15.291 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:15.291 INFO [main][AbstractShell] Close shell Testing shell 21:35:15.291 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:15.295 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:15.295 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:15.295 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:15.295 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:15.295 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:15.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.309 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:15.309 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:15.309 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:15.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:15.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:15.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:15.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:15.321 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) 21:35:15.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.337 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.337 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:35:15.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:35:15.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 21:35:15.338 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 21:35:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:15.338 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:15.338 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:15.338 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 21:35:15.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:15.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:15.339 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:15.339 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:15.339 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:15.339 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:15.340 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:15.340 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:15.340 INFO [main][AbstractShell] Close shell Testing shell 21:35:15.340 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:15.344 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:15.344 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:15.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:15.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:15.344 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:15.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.357 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:15.357 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:15.358 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:15.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:15.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:15.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:15.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:15.370 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) 21:35:15.370 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:35:15.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:35:15.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 21:35:15.390 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 21:35:15.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:15.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:15.390 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:15.390 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:15.390 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 21:35:15.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:15.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:15.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:15.390 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:15.391 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:15.391 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:15.391 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:15.392 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:15.392 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:15.392 INFO [main][AbstractShell] Close shell Testing shell 21:35:15.392 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:15.396 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:15.396 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:15.396 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:15.396 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:15.396 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:15.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.409 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:15.409 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:15.409 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:15.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:15.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:15.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:15.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:15.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, with key 'buttonTestId' and value 'CHECK-BOX#1') 21:35:15.421 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.436 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:15.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 21:35:15.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 21:35:15.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:15.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:15.437 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 21:35:15.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:15.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:15.437 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:15.437 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:15.437 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 21:35:15.437 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.438 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.438 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:15.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:15.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:15.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:15.438 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:15.439 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:15.439 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:15.439 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:15.439 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:15.439 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:15.439 INFO [main][AbstractShell] Close shell Testing shell 21:35:15.439 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:15.443 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:15.443 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:15.443 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:15.443 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:15.443 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:15.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.456 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:15.456 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:15.456 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:15.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:15.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:15.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:15.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:15.468 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) 21:35:15.468 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:15.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:15.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:15.483 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:15.483 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:15.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:15.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 21:35:15.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 21:35:15.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 21:35:15.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 21:35:16.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 21:35:16.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 21:35:16.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:35:16.486 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 21:35:16.486 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:16.486 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:16.487 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:16.487 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:16.487 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:16.487 INFO [main][AbstractShell] Close shell Testing shell 21:35:16.487 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:16.491 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:16.491 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:16.491 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:16.491 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:16.491 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:16.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:16.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:16.495 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:16.495 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:16.495 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:16.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:16.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:16.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:16.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:16.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: 16, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_@QWEDSA@") 21:35:16.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:16.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:16.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:16.530 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:16.530 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:16.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:16.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:16.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:17.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:17.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:17.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:17.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:17.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:35:17.534 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 21:35:17.534 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:17.534 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:17.534 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:17.534 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:17.534 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:17.534 INFO [main][AbstractShell] Close shell Testing shell 21:35:17.534 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:17.538 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:17.538 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:17.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:17.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:17.538 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:17.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:17.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:17.543 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:17.543 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:17.543 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:17.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:17.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:17.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:17.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:17.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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') 21:35:17.555 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:17.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:17.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:17.572 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:17.572 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:17.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:17.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:17.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 21:35:17.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 21:35:17.573 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 21:35:17.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:17.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:17.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:17.573 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 21:35:17.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:17.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:17.573 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:17.573 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:17.574 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 21:35:17.574 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:17.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:17.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:17.574 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:17.574 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:17.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:17.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:17.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:17.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:17.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:17.574 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:17.574 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:17.575 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:17.575 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:17.575 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:17.575 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:17.575 INFO [main][AbstractShell] Close shell Testing shell 21:35:17.575 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:17.579 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:17.579 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:17.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:17.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:17.579 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:17.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:17.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:17.592 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 21:35:17.592 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 21:35:17.592 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:17.592 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:17.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:17.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.37 s - in org.eclipse.reddeer.swt.test.impl.button.ButtonTest toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.07 s findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.043 s findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.065 s findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.048 s findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.05 s toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.051 s findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.076 s findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.048 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.049 s findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.039 s findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.059 s findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.05 s findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.049 s findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.048 s findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.039 s findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.049 s toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.049 s findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.046 s findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.052 s findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.049 s findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.048 s findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.051 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.039 s findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.048 s findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.049 s Running org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 21:35:17.603 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 21:35:17.603 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:35:17.604 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:17.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 21:35:17.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:17.604 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:35:17.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:17.604 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:35:17.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:17.604 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:17.604 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 21:35:17.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 21:35:17.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:17.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:17.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:17.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) 21:35:17.635 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:17.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:17.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:17.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:17.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:17.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:17.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:17.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:18.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:18.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:18.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:35:18.639 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 21:35:18.639 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:18.639 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:18.639 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:18.639 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:18.639 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:18.639 INFO [main][AbstractShell] Close shell Testing shell 21:35:18.639 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:18.645 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:18.645 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:18.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 21:35:18.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:18.645 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:18.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.649 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 21:35:18.649 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:18.650 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 21:35:18.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 21:35:18.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:18.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:18.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:18.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) 21:35:18.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.681 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.681 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:18.681 INFO [WorkbenchTestable][AbstractButton] Click button &OK 21:35:18.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:18.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:18.681 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:18.682 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:18.682 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 21:35:18.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.682 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:18.683 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:18.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 "Cancel", Widget matcher matching widgets with style: 8) 21:35:18.683 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.683 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:18.687 INFO [WorkbenchTestable][AbstractButton] Click button &Cancel 21:35:18.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:18.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:18.687 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:18.687 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:18.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 21:35:18.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.688 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:18.689 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:35:18.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:18.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:18.689 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:18.689 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:18.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 "< Back", Widget matcher matching widgets with style: 8) 21:35:18.690 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.690 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.690 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:18.691 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 21:35:18.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:18.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:18.691 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:18.691 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:18.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 "Yes", Widget matcher matching widgets with style: 8) 21:35:18.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:18.692 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 21:35:18.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:18.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:18.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:18.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:18.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 "No", Widget matcher matching widgets with style: 8) 21:35:18.693 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.693 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.693 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:18.694 INFO [WorkbenchTestable][AbstractButton] Click button &No 21:35:18.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:18.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:18.694 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:18.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:18.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 "Finish", Widget matcher matching widgets with style: 8) 21:35:18.694 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.694 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.694 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:18.695 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:35:18.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:18.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:18.696 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:18.696 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:18.696 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:18.696 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:18.696 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:18.696 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:18.696 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:18.696 INFO [main][AbstractShell] Close shell Testing shell 21:35:18.696 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:18.703 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:18.703 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:18.703 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 21:35:18.703 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:18.703 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.707 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 21:35:18.707 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 21:35:18.707 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:18.707 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 s - in org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 1.045 s testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 0.057 s Running org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 21:35:18.710 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 21:35:18.711 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:35:18.711 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:18.711 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 21:35:18.711 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:18.711 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:35:18.720 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:18.720 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:35:18.720 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:18.721 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:18.721 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 21:35:18.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 21:35:18.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:18.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:18.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:18.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 21:35:18.729 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:18.741 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:18.744 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") 21:35:18.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:18.747 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 21:35:18.747 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 21:35:18.748 TRACE [main][WidgetHandler] Notify Link with event 3 21:35:18.748 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.748 TRACE [main][WidgetHandler] Notify Link with event 4 21:35:18.748 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.748 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") 21:35:18.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:18.749 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 21:35:18.749 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 21:35:18.749 TRACE [main][WidgetHandler] Notify Link with event 3 21:35:18.749 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.749 TRACE [main][WidgetHandler] Notify Link with event 4 21:35:18.749 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.749 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") 21:35:18.749 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:18.750 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 21:35:18.750 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 21:35:18.750 TRACE [main][WidgetHandler] Notify Link with event 3 21:35:18.750 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.750 TRACE [main][WidgetHandler] Notify Link with event 4 21:35:18.751 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.751 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") 21:35:18.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:18.751 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 21:35:18.752 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 21:35:18.752 TRACE [main][WidgetHandler] Notify Link with event 3 21:35:18.752 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.752 TRACE [main][WidgetHandler] Notify Link with event 4 21:35:18.752 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.752 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") 21:35:18.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:18.753 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 21:35:18.753 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 21:35:18.753 TRACE [main][WidgetHandler] Notify Link with event 3 21:35:18.753 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.753 TRACE [main][WidgetHandler] Notify Link with event 4 21:35:18.753 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.753 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") 21:35:18.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.753 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:18.754 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 21:35:18.754 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 21:35:18.754 TRACE [main][WidgetHandler] Notify Link with event 3 21:35:18.754 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.754 TRACE [main][WidgetHandler] Notify Link with event 4 21:35:18.754 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.754 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:18.754 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:18.754 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:18.754 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:18.754 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:18.754 INFO [main][AbstractShell] Close shell Testing shell 21:35:18.754 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:18.757 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:18.757 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:18.757 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 21:35:18.757 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:18.757 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:18.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.772 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 21:35:18.772 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:18.772 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 21:35:18.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 21:35:18.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:18.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:18.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:18.777 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") 21:35:18.777 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.788 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.788 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:18.788 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") 21:35:18.788 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.788 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.788 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:18.789 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:18.789 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:18.789 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:18.789 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:18.789 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:18.789 INFO [main][AbstractShell] Close shell Testing shell 21:35:18.789 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:18.792 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:18.792 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:18.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 21:35:18.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:18.792 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:18.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.804 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 21:35:18.805 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:18.805 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 21:35:18.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 21:35:18.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:18.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:18.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:18.809 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") 21:35:18.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.820 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:18.820 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 21:35:18.821 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:18.821 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:18.821 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:18.821 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:18.821 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:18.821 INFO [main][AbstractShell] Close shell Testing shell 21:35:18.821 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:18.823 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:18.823 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:18.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 21:35:18.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:18.824 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:18.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.835 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 21:35:18.835 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:18.836 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 21:35:18.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 21:35:18.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:18.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:18.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:18.840 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") 21:35:18.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.850 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:18.851 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 21:35:18.851 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:18.851 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:18.851 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:18.851 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:18.851 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:18.851 INFO [main][AbstractShell] Close shell Testing shell 21:35:18.851 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:18.854 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:18.854 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:18.854 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 21:35:18.854 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:18.854 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:18.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.858 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 21:35:18.858 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:18.858 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 21:35:18.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 21:35:18.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:18.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:18.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:18.863 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") 21:35:18.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.876 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.876 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:18.877 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") 21:35:18.877 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.877 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:18.878 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:18.878 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:18.878 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:18.878 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:18.878 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:18.878 INFO [main][AbstractShell] Close shell Testing shell 21:35:18.878 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:18.880 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:18.880 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:18.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 21:35:18.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:18.881 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:18.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.890 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 21:35:18.890 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:18.890 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 21:35:18.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 21:35:18.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:18.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:18.890 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:18.895 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") 21:35:18.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.908 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.908 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:18.909 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") 21:35:18.909 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.910 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.910 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:18.910 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:18.910 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:18.910 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:18.910 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:18.910 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:18.910 INFO [main][AbstractShell] Close shell Testing shell 21:35:18.910 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:18.913 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:18.913 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:18.913 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 21:35:18.913 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:18.913 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:18.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.917 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 21:35:18.917 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:18.917 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 21:35:18.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 21:35:18.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:18.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:18.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:18.921 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 21:35:18.921 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:18.926 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:18.927 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") 21:35:18.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:18.936 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 21:35:18.936 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 21:35:18.936 TRACE [main][WidgetHandler] Notify Link with event 3 21:35:18.936 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.936 TRACE [main][WidgetHandler] Notify Link with event 4 21:35:18.936 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.936 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 21:35:18.936 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 21:35:18.936 TRACE [main][WidgetHandler] Notify Link with event 3 21:35:18.936 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.936 TRACE [main][WidgetHandler] Notify Link with event 4 21:35:18.936 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.937 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:18.937 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:18.937 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:18.937 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:18.937 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:18.937 INFO [main][AbstractShell] Close shell Testing shell 21:35:18.937 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:18.939 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:18.939 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:18.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 21:35:18.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:18.939 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:18.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.943 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 21:35:18.943 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 21:35:18.943 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:18.943 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:18.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 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.032 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.03 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.022 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.032 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.027 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.026 s Running org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 21:35:18.946 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 21:35:18.947 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:35:18.947 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:18.947 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 21:35:18.948 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:18.948 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:35:18.954 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:18.954 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:35:18.954 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:18.954 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:18.954 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 21:35:18.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 21:35:18.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:18.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:18.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:18.960 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 21:35:18.960 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:18.971 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:18.972 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 21:35:18.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:18.972 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 21:35:18.973 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 21:35:18.973 TRACE [main][WidgetHandler] Notify Link with event 3 21:35:18.973 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.973 TRACE [main][WidgetHandler] Notify Link with event 4 21:35:18.973 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.973 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 21:35:18.973 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.973 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.973 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:18.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:18.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 21:35:18.974 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 21:35:18.974 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 21:35:18.974 TRACE [main][WidgetHandler] Notify Link with event 3 21:35:18.974 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.974 TRACE [main][WidgetHandler] Notify Link with event 4 21:35:18.974 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.974 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 21:35:18.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.974 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:18.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:18.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 21:35:18.974 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 21:35:18.974 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 21:35:18.974 TRACE [main][WidgetHandler] Notify Link with event 3 21:35:18.974 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.975 TRACE [main][WidgetHandler] Notify Link with event 4 21:35:18.975 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.975 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 21:35:18.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.975 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.975 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:18.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:18.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:18.975 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 21:35:18.975 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 21:35:18.975 TRACE [main][WidgetHandler] Notify Link with event 3 21:35:18.975 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.975 TRACE [main][WidgetHandler] Notify Link with event 4 21:35:18.975 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.975 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 21:35:18.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:18.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:18.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 21:35:18.976 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 21:35:18.976 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 21:35:18.976 TRACE [main][WidgetHandler] Notify Link with event 3 21:35:18.976 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.976 TRACE [main][WidgetHandler] Notify Link with event 4 21:35:18.976 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.976 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 21:35:18.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:18.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:18.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:18.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:18.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:18.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:18.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:18.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 21:35:18.977 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 21:35:18.977 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 21:35:18.977 TRACE [main][WidgetHandler] Notify Link with event 3 21:35:18.977 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.977 TRACE [main][WidgetHandler] Notify Link with event 4 21:35:18.977 TRACE [main][WidgetHandler] Wait for synchronization 21:35:18.977 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:18.977 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:18.977 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:18.977 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:18.977 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:18.977 INFO [main][AbstractShell] Close shell Testing shell 21:35:18.977 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:18.979 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:18.979 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:18.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 21:35:18.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:18.980 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:18.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:18.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:18.989 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 21:35:18.989 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:18.989 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 21:35:18.989 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 21:35:18.989 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:18.989 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:18.989 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:18.994 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") 21:35:18.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:19.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:19.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:19.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:19.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:19.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:19.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:19.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:19.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:19.007 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") 21:35:19.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:19.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:19.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:19.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:19.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:19.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:19.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:19.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:19.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:19.008 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:19.008 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:19.008 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:19.008 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:19.008 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:19.008 INFO [main][AbstractShell] Close shell Testing shell 21:35:19.008 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:19.010 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:19.011 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:19.011 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 21:35:19.011 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:19.011 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:19.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:19.023 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 21:35:19.023 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:19.023 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 21:35:19.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 21:35:19.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:19.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:19.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:19.029 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 21:35:19.029 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:19.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:19.039 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:19.039 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:19.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:19.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:19.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:19.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:19.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:19.040 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 21:35:19.040 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:19.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 21:35:19.040 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:19.040 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:19.040 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:19.040 INFO [main][AbstractShell] Close shell Testing shell 21:35:19.040 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:19.043 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:19.043 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:19.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 21:35:19.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:19.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:19.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:19.056 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 21:35:19.056 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:19.056 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 21:35:19.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 21:35:19.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:19.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:19.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:19.061 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 21:35:19.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:19.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:19.072 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:19.072 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:19.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:19.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:19.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:19.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:19.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:19.072 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 21:35:19.073 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:19.073 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:19.073 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:19.073 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:19.073 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:19.073 INFO [main][AbstractShell] Close shell Testing shell 21:35:19.073 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:19.075 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:19.075 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:19.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 21:35:19.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:19.075 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:19.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:19.099 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 21:35:19.099 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:19.099 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 21:35:19.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 21:35:19.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:19.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:19.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:19.105 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 21:35:19.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:19.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:19.109 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:19.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:19.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:19.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:19.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:19.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:19.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:19.110 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 21:35:19.110 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:19.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:19.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:19.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:19.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:19.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:19.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:19.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:19.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 21:35:19.116 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:19.116 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:19.116 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:19.116 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:19.116 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:19.116 INFO [main][AbstractShell] Close shell Testing shell 21:35:19.117 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:19.119 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:19.119 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:19.119 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 21:35:19.119 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:19.119 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:19.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:19.123 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 21:35:19.123 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:19.123 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 21:35:19.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 21:35:19.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:19.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:19.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:19.128 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 21:35:19.128 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:19.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:19.140 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:19.140 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:19.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:19.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:19.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:19.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:19.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:35:19.141 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 21:35:19.141 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:19.141 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:19.141 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:19.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:19.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:19.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 21:35:19.141 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:19.141 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:19.141 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:19.141 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:19.141 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:19.141 INFO [main][AbstractShell] Close shell Testing shell 21:35:19.141 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:19.144 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:19.144 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:19.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 21:35:19.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:19.144 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:19.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:19.148 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 21:35:19.148 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:19.148 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 21:35:19.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 21:35:19.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:19.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:19.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:19.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 21:35:19.153 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:19.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:19.158 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:19.158 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:19.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:19.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:19.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:19.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:19.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:19.158 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:19.158 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 21:35:19.158 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:19.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:19.158 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:19.158 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:19.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:19.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:35:19.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:35:19.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:19.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 2 was found 21:35:19.159 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 21:35:19.159 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 21:35:19.159 TRACE [main][WidgetHandler] Notify Link with event 3 21:35:19.159 TRACE [main][WidgetHandler] Wait for synchronization 21:35:19.159 TRACE [main][WidgetHandler] Notify Link with event 4 21:35:19.159 TRACE [main][WidgetHandler] Wait for synchronization 21:35:19.159 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 21:35:19.159 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 21:35:19.160 TRACE [main][WidgetHandler] Notify Link with event 3 21:35:19.160 TRACE [main][WidgetHandler] Wait for synchronization 21:35:19.160 TRACE [main][WidgetHandler] Notify Link with event 4 21:35:19.160 TRACE [main][WidgetHandler] Wait for synchronization 21:35:19.160 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:19.160 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:19.160 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:19.160 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:19.160 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:19.160 INFO [main][AbstractShell] Close shell Testing shell 21:35:19.160 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:19.162 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:19.162 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:19.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 21:35:19.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:19.162 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:19.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:19.175 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 21:35:19.175 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 21:35:19.175 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:19.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:19.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s - in org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.035 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.034 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.033 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.043 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.024 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.025 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.027 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:19.179 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:19.179 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:35:19.179 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:19.179 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:19.180 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:19.180 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:35:19.184 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:19.184 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:35:19.184 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:19.184 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:19.184 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:19.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:19.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:19.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:19.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:19.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:19.193 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:19.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:19.204 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:19.204 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:19.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:19.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:19.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:19.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:19.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:19.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 21:35:19.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:19.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:19.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:19.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:19.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:19.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:19.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:19.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:19.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:19.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:19.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:19.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:19.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 21:35:19.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:19.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:19.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:19.708 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:19.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 21:35:19.710 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:19.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:19.710 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:19.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:19.710 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:19.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 21:35:19.710 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:19.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:20.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:20.211 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:20.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 21:35:20.213 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:20.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:20.213 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 21:35:20.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:20.213 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:20.214 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:20.214 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:20.214 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:20.214 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:20.214 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:20.214 INFO [main][AbstractShell] Close shell Testing shell 21:35:20.214 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:20.217 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:20.217 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:20.217 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:20.217 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:20.217 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:20.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:20.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:20.222 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:20.223 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:20.223 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:20.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:20.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:20.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:20.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:20.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 21:35:20.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:20.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:20.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:20.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:20.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:20.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:20.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:20.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:20.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:20.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:20.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:20.245 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:20.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:20.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:20.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:20.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:20.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:20.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:20.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:20.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:20.245 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:20.245 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:20.245 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:20.246 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:20.246 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:20.246 INFO [main][AbstractShell] Close shell Testing shell 21:35:20.246 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:20.248 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:20.248 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:20.248 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:20.248 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:20.248 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:20.253 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:20.253 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:20.253 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:20.253 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:20.253 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:20.253 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:20.253 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:20.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:20.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:20.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:20.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:20.274 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:20.274 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:20.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:20.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:20.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:20.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:20.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:20.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:20.275 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:20.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:20.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:20.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:20.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:20.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 21:35:20.276 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:20.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:20.777 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:20.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 21:35:20.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:20.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:20.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:20.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:20.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:20.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 21:35:20.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:20.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:21.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:21.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:21.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 21:35:21.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:21.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:21.283 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 21:35:21.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:21.283 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:21.283 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:21.283 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:21.283 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:21.283 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:21.283 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:21.283 INFO [main][AbstractShell] Close shell Testing shell 21:35:21.283 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:21.286 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:21.286 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:21.286 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:21.286 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:21.286 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:21.290 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:21.290 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:21.290 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:21.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:21.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:21.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:21.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:21.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:21.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:21.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:21.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:21.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:21.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:21.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:21.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:21.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:21.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:21.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:21.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:21.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:21.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:21.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:21.318 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:21.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:21.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:21.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:21.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:21.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:21.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:21.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:21.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:21.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 21:35:21.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:21.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:21.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:21.819 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:21.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 21:35:21.820 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:21.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:21.821 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:21.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:21.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:21.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 21:35:21.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:21.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:22.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:22.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:22.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 21:35:22.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:22.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:22.324 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 21:35:22.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:22.324 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:22.325 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:22.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 21:35:22.325 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:22.325 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:22.325 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:22.325 INFO [main][AbstractShell] Close shell Testing shell 21:35:22.325 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:22.327 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:22.327 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:22.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:22.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:22.327 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:22.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:22.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:22.331 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:22.331 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:22.331 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:22.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:22.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:22.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:22.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:22.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:22.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:22.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:22.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:22.356 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:22.356 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:22.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:22.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:22.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:22.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:22.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:22.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:22.357 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:22.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:22.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:22.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:22.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:22.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:22.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:22.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:22.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:22.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:22.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:22.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:22.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 21:35:22.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:22.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:22.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:22.859 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:22.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 21:35:22.861 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:22.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:22.861 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:22.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:22.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:22.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 21:35:22.861 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:22.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:23.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:23.362 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:23.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 21:35:23.364 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:23.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:23.364 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 21:35:23.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:23.364 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:23.365 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:23.365 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:23.365 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:23.366 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:23.366 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:23.366 INFO [main][AbstractShell] Close shell Testing shell 21:35:23.366 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:23.368 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:23.368 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:23.368 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:23.368 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:23.368 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:23.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:23.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:23.373 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:23.373 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:23.373 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:23.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:23.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:23.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:23.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:23.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:23.388 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:23.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:23.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:23.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:23.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:23.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:23.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:23.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:23.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:23.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:23.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:23.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:23.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:23.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:23.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:23.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:23.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:23.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:23.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:23.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:23.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:23.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:23.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:23.401 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AA of tree item A 21:35:23.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:23.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:23.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:23.901 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:23.904 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:23.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 21:35:23.904 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:23.904 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:23.904 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:23.904 INFO [main][AbstractShell] Close shell Testing shell 21:35:23.904 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:23.907 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:23.907 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:23.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:23.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:23.907 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:23.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:23.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:23.912 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:23.912 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:23.912 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:23.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:23.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:23.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:23.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:23.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:23.919 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:23.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:23.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:23.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:23.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:23.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:23.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:23.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:23.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:23.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:23.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 21:35:23.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:23.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:23.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:23.934 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:23.934 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:23.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:23.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:23.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:23.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:23.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:23.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:23.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:23.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 21:35:23.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:23.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:24.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:24.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:24.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 21:35:24.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:24.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:24.437 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:24.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:24.437 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:24.440 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 21:35:24.440 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:24.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:24.441 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 21:35:24.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:24.941 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 21:35:24.941 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:24.944 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item AA 21:35:24.944 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item AA 21:35:24.945 DEBUG [main][TreeItemHandler] Setting tree item AA collapsed 21:35:24.945 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 21:35:24.945 DEBUG [main][TreeEventsListener] Calling method treeCollapsed() 21:35:24.945 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: AA 21:35:24.946 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:24.946 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:24.946 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:24.946 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:24.946 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:24.946 INFO [main][AbstractShell] Close shell Testing shell 21:35:24.946 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:24.948 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:24.948 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:24.949 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:24.949 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:24.949 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:24.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:24.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:24.953 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:24.953 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:24.953 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:24.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:24.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:24.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:24.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:24.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 21:35:24.960 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:24.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:24.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:24.973 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:24.973 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:24.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:24.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:24.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:24.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:24.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:24.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:24.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:24.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:24.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:24.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:24.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:24.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:24.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:24.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:24.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:24.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:24.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:24.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:24.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 21:35:24.978 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:24.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:25.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:25.479 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:25.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 21:35:25.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:25.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:25.481 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:25.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:25.481 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:25.482 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 21:35:25.482 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item AA: 21:35:25.482 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 21:35:25.483 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 21:35:25.483 DEBUG [main][TreeEventsListener] It was check event: true 21:35:25.483 INFO [WorkbenchTestable][TreeItemHandler] Checked: AA 21:35:25.483 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 21:35:25.483 DEBUG [WorkbenchTestable][TreeItemHandler] UncheckTree Item AA: 21:35:25.483 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 21:35:25.484 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 21:35:25.484 DEBUG [main][TreeEventsListener] It was check event: true 21:35:25.484 INFO [WorkbenchTestable][TreeItemHandler] Unchecked: AA 21:35:25.484 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:25.484 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:25.484 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:25.484 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:25.484 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:25.484 INFO [main][AbstractShell] Close shell Testing shell 21:35:25.484 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:25.487 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:25.487 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:25.487 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:25.487 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:25.487 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:25.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:25.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:25.499 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:25.499 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:25.499 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:25.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:25.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:25.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:25.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:25.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:25.506 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:25.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:25.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:25.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:25.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:25.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:25.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:25.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:25.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:25.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:25.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 21:35:25.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:25.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:25.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:25.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:25.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:25.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:25.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:25.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:25.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:25.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:25.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:25.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:25.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 21:35:25.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 21:35:25.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:26.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:26.020 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 21:35:26.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 21:35:26.022 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 21:35:26.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:26.022 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 21:35:26.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:26.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 21:35:26.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 21:35:26.022 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 21:35:26.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:26.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:26.523 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 21:35:26.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 21:35:26.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 21:35:26.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:26.526 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 21:35:26.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:26.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 21:35:26.526 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:26.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 21:35:26.526 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:26.527 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:26.527 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:26.527 INFO [main][AbstractShell] Close shell Testing shell 21:35:26.527 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:26.529 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:26.529 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:26.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:26.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:26.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:26.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:26.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:26.533 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:26.534 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:26.534 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:26.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:26.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:26.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:26.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:26.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:26.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:26.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:26.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:26.554 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:26.554 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:26.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:26.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:26.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:26.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:26.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:26.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:26.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:26.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:26.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:26.556 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:26.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:26.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:26.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:26.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:26.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:26.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:26.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:26.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:26.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 21:35:26.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:26.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:27.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:27.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 21:35:27.059 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:27.059 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:27.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 21:35:27.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:27.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:27.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:27.560 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:27.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 21:35:27.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:27.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:27.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 21:35:27.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:27.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:27.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:27.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:27.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:27.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:27.563 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:27.563 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:27.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:27.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:27.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:27.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:27.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children... 21:35:27.564 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 21:35:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:28.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:28.064 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 21:35:28.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children finished successfully 21:35:28.065 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 21:35:28.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:28.065 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 21:35:28.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:28.065 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 21:35:28.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:28.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:28.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:28.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:28.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:28.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:28.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:28.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:28.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:28.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:28.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:28.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:28.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:28.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 21:35:28.066 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:28.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:28.067 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:28.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:28.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:28.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 21:35:28.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:28.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:28.067 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:28.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:28.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:28.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 21:35:28.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:28.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:28.067 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 21:35:28.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:28.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:28.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 21:35:28.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:28.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:28.067 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 21:35:28.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:28.068 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:28.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:28.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:28.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:28.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:28.068 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:28.068 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:28.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:28.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:28.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:28.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:28.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:28.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:28.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:28.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:28.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:28.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:28.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:28.068 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:28.068 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:28.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:28.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:28.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:28.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:28.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:28.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:28.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:28.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 21:35:28.069 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:28.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:28.069 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:28.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:28.069 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:28.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 21:35:28.069 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:28.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:28.069 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:28.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:28.069 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:28.070 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 21:35:28.070 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 21:35:28.070 DEBUG [main][TreeItemHandler] Set Tree selection 21:35:28.071 DEBUG [main][TreeHandler] Notify Tree about selection event 21:35:28.071 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 21:35:28.071 DEBUG [main][TreeEventsListener] It was check event: false 21:35:28.071 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 21:35:28.071 DEBUG [WorkbenchTestable][TreeItemHandler] AAA 21:35:28.071 DEBUG [WorkbenchTestable][TreeItemHandler] BB 21:35:28.071 DEBUG [WorkbenchTestable][TreeItemHandler] AAB 21:35:28.071 DEBUG [WorkbenchTestable][TreeItemHandler] C 21:35:28.072 INFO [WorkbenchTestable][AbstractTree] Unselect all tree items 21:35:28.072 DEBUG [main][TreeHandler] Unselect all tree items 21:35:28.072 DEBUG [main][TreeHandler] Notify Tree about selection event 21:35:28.072 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 21:35:28.072 DEBUG [main][TreeEventsListener] It was check event: false 21:35:28.072 INFO [WorkbenchTestable][TreeHandler] All tree items unselected 21:35:28.072 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:28.072 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:28.073 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:28.073 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:28.073 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:28.073 INFO [main][AbstractShell] Close shell Testing shell 21:35:28.073 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:28.075 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:28.075 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:28.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:28.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:28.075 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:28.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:28.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:28.084 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:28.084 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:28.084 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:28.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:28.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:28.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:28.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:28.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:28.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:28.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:28.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:28.111 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:28.111 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:28.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:28.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:28.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:28.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:28.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:28.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:28.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:28.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:28.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:28.113 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:28.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:28.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:28.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:28.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:28.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:28.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:28.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:28.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:28.113 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:28.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:28.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:28.614 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:28.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 21:35:28.616 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:28.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:29.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:29.117 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:29.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 21:35:29.119 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:29.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:29.119 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 21:35:29.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:29.119 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:29.119 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:29.119 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:29.119 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:29.120 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:29.120 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:29.120 INFO [main][AbstractShell] Close shell Testing shell 21:35:29.120 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:29.122 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:29.122 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:29.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:29.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:29.122 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:29.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:29.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:29.127 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:29.127 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:29.127 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:29.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:29.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:29.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:29.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:29.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:29.134 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:29.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:29.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:29.147 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:29.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:29.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:29.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:29.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:29.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:29.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:29.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:29.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:29.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:29.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:29.150 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:29.150 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:29.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:29.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:29.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:29.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:29.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:29.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:29.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:29.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 21:35:29.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:29.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:29.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:29.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:29.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 21:35:29.653 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:29.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:29.653 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:29.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:29.653 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:29.654 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:29.654 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:29.654 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:29.654 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:29.654 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:29.654 INFO [main][AbstractShell] Close shell Testing shell 21:35:29.654 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:29.656 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:29.656 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:29.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:29.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:29.657 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:29.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:29.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:29.660 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:29.661 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:29.661 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:29.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:29.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:29.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:29.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:29.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:29.668 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:29.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:29.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:29.680 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:29.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:29.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:29.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:29.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:29.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:29.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:29.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:29.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:29.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:29.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:29.682 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:29.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:29.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:29.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:29.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:29.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:29.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:29.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:29.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:29.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 21:35:29.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:29.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:30.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:30.183 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:30.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 21:35:30.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:30.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:30.186 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:30.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:30.186 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:30.186 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 21:35:30.186 DEBUG [main][TreeItemHandler] Selecting tree item: AA 21:35:30.186 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 21:35:30.186 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 21:35:30.187 DEBUG [main][TreeEventsListener] It was check event: false 21:35:30.187 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 21:35:30.188 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:30.188 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:30.188 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:30.188 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:30.188 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:30.188 INFO [main][AbstractShell] Close shell Testing shell 21:35:30.188 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:30.190 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:30.190 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:30.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:30.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:30.190 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:30.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:30.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:30.195 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:30.195 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:30.195 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:30.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:30.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:30.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:30.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:30.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:30.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:30.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:30.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:30.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:30.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:30.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:30.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:30.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:30.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:30.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:30.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:30.218 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:30.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:30.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:30.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:30.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:30.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:30.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:30.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:30.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:30.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:30.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:30.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:30.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 21:35:30.219 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:30.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:30.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:30.719 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:30.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 21:35:30.722 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:30.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:30.722 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:30.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:30.722 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:30.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 21:35:30.722 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:30.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:31.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:31.223 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:31.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 21:35:31.225 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:31.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:31.225 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 21:35:31.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:31.226 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:31.226 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:31.226 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:31.226 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:31.226 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:31.226 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:31.226 INFO [main][AbstractShell] Close shell Testing shell 21:35:31.226 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:31.229 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:31.229 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:31.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:31.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:31.229 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:31.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:31.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:31.233 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:31.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:31.233 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:31.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:31.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:31.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:31.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:31.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:31.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:31.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:31.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:31.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:31.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:31.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:31.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:31.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:31.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:31.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:31.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:31.263 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:31.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:31.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:31.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:31.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:31.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:31.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:31.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:31.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:31.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:31.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:31.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:31.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 21:35:31.264 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:31.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:31.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:31.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 21:35:31.766 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:31.767 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:31.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:31.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:31.767 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item AA 21:35:31.767 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 21:35:31.767 DEBUG [main][TreeItemHandler] Selecting tree item: AA 21:35:31.767 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 21:35:31.767 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 21:35:31.767 DEBUG [main][TreeEventsListener] It was check event: false 21:35:31.767 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 21:35:31.767 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:35:31.767 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:35:31.767 DEBUG [main][TreeEventsListener] Calling method handleEvent() with event type: 8 21:35:31.767 DEBUG [main][TreeEventsListener] SWT.MouseDoubleClick event was fired 21:35:31.767 DEBUG [main][TreeEventsListener] Calling method widgetDefaultSelected() 21:35:31.768 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:35:31.768 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:31.768 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:31.768 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:31.768 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:31.768 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:31.768 INFO [main][AbstractShell] Close shell Testing shell 21:35:31.768 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:31.771 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:31.771 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:31.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:31.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:31.771 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:31.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:31.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:31.775 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:31.775 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:31.775 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:31.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:31.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:31.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:31.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:31.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:31.783 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:31.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:31.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:31.795 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:31.795 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:31.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:31.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:31.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:31.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:31.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:31.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:31.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:31.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:31.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:31.797 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:31.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:31.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:31.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:31.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:31.797 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 21:35:31.797 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 21:35:31.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:32.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:32.298 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:32.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 21:35:32.298 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 21:35:32.298 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:32.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:32.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:32.799 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:32.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:32.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:33.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:33.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:33.800 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 21:35:33.801 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:33.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:34.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:34.302 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:34.302 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:34.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:34.803 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:34.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:34.803 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:35.303 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 21:35:35.304 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:35.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:35.304 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:35.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:35.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:35.304 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:35.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:35.304 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:35.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:35.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:35.805 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 21:35:35.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:35.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:35.805 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:35.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:35.805 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:35.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:35.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:35.806 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:35.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:35.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:36.306 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 21:35:36.306 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:36.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:36.307 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:36.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:36.307 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:36.307 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:36.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:36.307 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:36.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:36.307 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:36.808 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 21:35:36.808 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:36.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:36.808 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:36.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:36.808 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:36.808 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:36.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:36.808 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:36.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:36.808 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:36.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more finished successfully 21:35:36.809 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 21:35:36.809 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:36.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:36.809 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:36.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:36.809 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:36.809 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:36.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:36.809 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:36.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:36.809 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:36.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:36.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:36.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:36.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:36.810 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:36.810 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:36.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:36.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:36.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:36.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:36.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:36.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:36.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:36.810 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 21:35:36.810 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 21:35:36.810 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:36.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:37.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:37.311 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:37.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 21:35:37.311 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 21:35:37.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:37.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:37.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:37.812 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:37.812 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:37.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:38.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:38.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:38.814 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 21:35:38.814 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:38.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:39.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:39.314 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:39.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:39.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:39.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:39.816 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:40.316 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 21:35:40.316 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:40.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:40.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:40.817 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:40.817 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:40.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:41.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:41.318 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:41.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more failed, an exception will be thrown 21:35:41.319 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:41.319 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:41.319 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:41.319 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:41.319 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:41.319 INFO [main][AbstractShell] Close shell Testing shell 21:35:41.319 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:41.322 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:41.322 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:41.322 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:41.322 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:41.322 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:41.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:41.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:41.334 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 21:35:41.334 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 21:35:41.334 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:41.334 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:41.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:41.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.156 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.038 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.037 s testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.041 s testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.042 s getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.539 s testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.041 s testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.546 s testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.034 s testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.55 s getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.043 s testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.533 s testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.534 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.542 s testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 9.559 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 21:35:41.338 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 21:35:41.338 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:35:41.338 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:41.338 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 21:35:41.338 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:41.338 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:35:41.338 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:41.339 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:35:41.339 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:41.339 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:41.339 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 21:35:41.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 21:35:41.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:41.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:41.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:41.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:41.346 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:41.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:41.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:41.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:41.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:41.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:41.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:41.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:41.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:41.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:41.361 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:41.361 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:41.361 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:41.362 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:41.362 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:41.362 INFO [main][AbstractShell] Close shell Testing shell 21:35:41.362 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:41.364 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:41.364 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:41.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 21:35:41.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:41.364 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:41.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:41.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:41.370 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 21:35:41.370 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:41.370 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 21:35:41.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 21:35:41.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:41.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:41.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:41.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:41.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:41.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:41.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:41.393 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:41.393 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:41.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:41.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:41.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:41.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:41.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:41.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:41.395 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:41.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:41.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:41.395 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:41.395 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:41.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:41.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:41.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:41.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:41.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:41.396 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:41.396 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:41.396 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:41.397 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:41.397 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:41.397 INFO [main][AbstractShell] Close shell Testing shell 21:35:41.397 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:41.399 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:41.399 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:41.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 21:35:41.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:41.399 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:41.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:41.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:41.403 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 21:35:41.403 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:41.403 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 21:35:41.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 21:35:41.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:41.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:41.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:41.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:41.411 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:41.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:41.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:41.424 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:41.424 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:41.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:41.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:41.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:41.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:41.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:41.426 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 21:35:41.426 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:41.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:41.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:41.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:41.928 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:35:41.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:41.929 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:35:41.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:41.929 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:35:41.929 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 21:35:41.929 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:41.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:42.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:42.430 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:42.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:35:42.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:42.432 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 21:35:42.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:42.432 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:35:42.432 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 21:35:42.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 21:35:42.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:42.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:42.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 21:35:42.934 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 21:35:42.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:43.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:43.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 21:35:43.435 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 21:35:43.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 21:35:43.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:43.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:43.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 21:35:43.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 21:35:43.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:44.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:44.437 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 21:35:44.437 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 21:35:44.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 21:35:44.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:44.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:44.938 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 21:35:44.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 21:35:44.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:44.939 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 21:35:44.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:44.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 21:35:44.939 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 21:35:44.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 21:35:44.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:45.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:45.440 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 21:35:45.440 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 21:35:45.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:45.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:45.941 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 21:35:45.942 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 21:35:45.942 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 21:35:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:46.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:46.443 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 21:35:46.443 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 21:35:46.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:46.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:46.944 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 21:35:46.945 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:46.945 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:46.945 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:46.945 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:46.945 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:46.945 INFO [main][AbstractShell] Close shell Testing shell 21:35:46.945 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:46.948 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:46.948 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:46.948 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 21:35:46.948 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:46.948 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:46.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:46.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:46.966 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 21:35:46.966 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:46.966 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 21:35:46.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 21:35:46.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:46.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:46.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:46.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:46.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:46.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:46.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:46.991 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:46.991 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:46.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:46.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:46.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:46.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:46.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:46.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:46.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:46.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:46.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:46.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:46.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:46.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:46.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:46.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:46.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:46.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:46.995 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:46.995 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:46.995 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:46.995 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:46.995 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:46.995 INFO [main][AbstractShell] Close shell Testing shell 21:35:46.995 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:46.998 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:46.998 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:46.998 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 21:35:46.998 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:46.998 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:47.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.004 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 21:35:47.004 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:47.004 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 21:35:47.004 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 21:35:47.004 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:47.004 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:47.004 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:47.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:47.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:47.030 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:47.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 21:35:47.030 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:47.031 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:47.031 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:47.031 INFO [main][AbstractShell] Close shell Testing shell 21:35:47.031 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:47.033 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:47.033 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:47.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 21:35:47.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:47.033 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:47.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.046 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 21:35:47.047 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:47.047 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 21:35:47.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 21:35:47.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:47.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:47.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:47.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:47.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.064 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:47.065 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') 21:35:47.065 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.065 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 21:35:47.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:47.065 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:47.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 21:35:47.065 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:47.065 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:47.065 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:47.065 INFO [main][AbstractShell] Close shell Testing shell 21:35:47.065 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:47.067 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:47.067 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:47.067 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 21:35:47.067 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:47.067 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:47.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.080 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 21:35:47.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:47.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 21:35:47.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 21:35:47.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:47.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:47.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35: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 21:35:47.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:47.102 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:47.102 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:47.102 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:47.103 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:47.103 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:47.103 INFO [main][AbstractShell] Close shell Testing shell 21:35:47.103 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:47.105 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:47.105 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:47.105 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 21:35:47.105 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:47.105 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:47.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.109 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 21:35:47.109 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 21:35:47.109 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:47.109 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:47.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.772 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.031 s testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.033 s testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 5.563 s testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.038 s testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.042 s testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.033 s testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.028 s Running org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 21:35:47.113 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 21:35:47.113 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:35:47.114 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:47.114 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 21:35:47.114 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:47.114 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:35:47.114 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:47.114 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:35:47.114 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:47.114 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:47.114 INFO [WorkbenchTestable][RequirementsRunner] Started test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 21:35:47.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 21:35:47.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:47.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:47.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:47.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:35:47.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:35:47.147 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 21:35:47.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:35:47.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.150 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.150 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:35:47.150 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 21:35:47.150 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:47.151 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:47.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 21:35:47.151 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:47.151 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:47.151 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:47.151 INFO [main][AbstractShell] Close shell Testing shell 21:35:47.151 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:47.154 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:47.154 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:47.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 21:35:47.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:47.154 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:47.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.160 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 21:35:47.160 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:47.160 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 21:35:47.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 21:35:47.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:47.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:47.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:47.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:35:47.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.169 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.169 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:35:47.170 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 21:35:47.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:35:47.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.170 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.170 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:35:47.170 INFO [WorkbenchTestable][AbstractStyledText] Select text styled in styled text 21:35:47.196 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:47.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 21:35:47.196 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:47.197 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:47.197 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:47.197 INFO [main][AbstractShell] Close shell Testing shell 21:35:47.197 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:47.199 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:47.199 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:47.199 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 21:35:47.199 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:47.199 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:47.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.203 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 21:35:47.203 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:47.203 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 21:35:47.203 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 21:35:47.203 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:47.203 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:47.203 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:47.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:35:47.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.226 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.226 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:35:47.226 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 21:35:47.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 21:35:47.227 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.227 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:35:47.227 INFO [WorkbenchTestable][AbstractStyledText] Select position start: 8 end: 10 in styled text 21:35:47.228 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:47.228 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:47.228 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:47.228 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:47.228 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:47.228 INFO [main][AbstractShell] Close shell Testing shell 21:35:47.228 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:47.230 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:47.230 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:47.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 21:35:47.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:47.230 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:47.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.247 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 21:35:47.247 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 21:35:47.247 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:47.247 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:47.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 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.043 s selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.044 s Running org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 21:35:47.251 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 21:35:47.252 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:35:47.252 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:47.252 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 21:35:47.252 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:47.252 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:35:47.252 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:47.252 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:35:47.252 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:47.252 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:47.252 INFO [WorkbenchTestable][RequirementsRunner] Started test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 21:35:47.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 21:35:47.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:47.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:47.253 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:47.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:47.296 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 21:35:47.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:47.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:47.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:47.296 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) 21:35:47.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:47.297 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:35:47.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:47.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:47.297 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:47.297 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:47.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 21:35:47.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 21:35:47.297 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) 21:35:47.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:47.298 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:35:47.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:47.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:47.298 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:47.298 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:47.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 21:35:47.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 21:35:47.298 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:47.298 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:47.298 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:47.299 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:47.299 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:47.299 INFO [main][AbstractShell] Close shell Testing shell 21:35:47.299 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:47.301 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:47.301 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:47.301 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 21:35:47.301 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:47.301 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:47.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.313 INFO [WorkbenchTestable][RequirementsRunner] Finished test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 21:35:47.314 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 21:35:47.314 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:47.314 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:47.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) Time elapsed: 0.061 s Running org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 21:35:47.317 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 21:35:47.318 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:35:47.318 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:47.318 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 21:35:47.318 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:47.318 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:35:47.318 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:47.318 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:35:47.318 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:47.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:47.322 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 21:35:47.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:35:47.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:47.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:47.322 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:35:47.322 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:35:47.323 DEBUG [main][MenuItemLookup] Found menu:'File' 21:35:47.323 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:35:47.323 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:35:47.323 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:35:47.323 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:35:47.323 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:35:47.323 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:35:47.323 DEBUG [main][MenuItemLookup] Item match:Window 21:35:47.323 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:35:47.323 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:35:47.323 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:35:47.323 DEBUG [main][MenuItemLookup] Found menu:'' 21:35:47.323 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:35:47.323 DEBUG [main][MenuItemLookup] Item match:Show View 21:35:47.328 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:35:47.328 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:35:47.328 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:35:47.328 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:35:47.328 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:35:47.328 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:35:47.328 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:35:47.328 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:35:47.328 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:35:47.328 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:35:47.328 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:35:47.328 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:35:47.328 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:35:47.328 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:35:47.328 DEBUG [main][MenuItemLookup] Found menu:'' 21:35:47.328 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:35:47.328 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:35:47.329 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:35:47.329 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:35:47.329 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:35:47.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:35:47.398 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 21:35:47.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:35:47.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:47.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:47.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:47.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:35:47.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:47.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:47.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:47.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 21:35:47.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 21:35:47.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:47.401 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 21:35:47.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:47.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 21:35:47.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 21:35:47.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 21:35:47.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:47.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 21:35:47.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:47.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 21:35:47.402 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 21:35:47.402 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 21:35:47.402 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 21:35:47.402 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 21:35:47.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:35:47.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:35:47.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:35:47.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:47.404 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:35:47.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:47.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:47.404 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:47.404 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:47.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:35:47.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:35:47.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:35:47.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:35:47.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:35:47.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:47.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:47.439 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:35:47.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 '\*?\QRedDeer SWT Controls\E') 21:35:47.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:35:47.441 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 21:35:47.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 21:35:47.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:35:47.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:35:47.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:35:47.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:35:47.443 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:47.443 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 21:35:47.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 21:35:47.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:47.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:47.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:47.444 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') 21:35:47.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.444 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 21:35:47.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 21:35:47.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 21:35:47.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 21:35:47.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:47.445 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:47.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.446 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 21:35:47.446 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:47.446 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 21:35:47.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 21:35:47.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:47.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:47.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:47.446 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:") 21:35:47.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.446 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 21:35:47.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 21:35:47.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 21:35:47.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:47.446 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:47.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.447 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 21:35:47.447 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 21:35:47.447 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:47.447 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:47.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.003 s defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 21:35:47.449 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 21:35:47.450 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:35:47.450 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:47.450 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 21:35:47.450 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:47.450 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:35:47.455 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:47.455 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:35:47.455 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:47.455 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:47.455 INFO [WorkbenchTestable][RequirementsRunner] Started test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 21:35:47.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 21:35:47.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:47.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:47.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:47.493 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 21:35:47.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.499 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.499 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 21:35:47.501 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 21:35:47.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 21:35:47.501 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 1 21:35:47.502 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 21:35:47.502 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 21:35:47.503 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 21:35:47.503 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.503 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.503 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:47.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:47.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 21:35:47.503 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 2 21:35:47.504 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 21:35:47.504 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.504 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.504 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:47.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:47.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 21:35:47.505 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:") 21:35:47.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.505 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.505 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 21:35:47.506 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 11 21:35:47.506 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:") 21:35:47.506 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.506 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.506 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 21:35:47.507 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:") 21:35:47.507 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.507 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 21:35:47.508 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 22 21:35:47.509 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:") 21:35:47.509 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.509 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:47.509 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 21:35:47.510 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:47.510 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:47.510 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:47.510 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:47.510 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:47.510 INFO [main][AbstractShell] Close shell Testing shell 21:35:47.510 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:47.513 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:47.513 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:47.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 21:35:47.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:47.513 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:47.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.523 INFO [WorkbenchTestable][RequirementsRunner] Finished test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 21:35:47.523 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 21:35:47.523 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:47.523 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:47.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) Time elapsed: 0.068 s Running org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 21:35:47.528 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 21:35:47.529 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:35:47.529 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:47.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 21:35:47.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:47.529 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:35:47.530 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:47.530 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:35:47.530 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:47.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:47.530 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 21:35:47.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 21:35:47.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:47.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:47.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:47.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:35:47.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:47.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:47.535 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:35:47.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 '\*?\QRedDeer SWT Controls\E') 21:35:47.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:35:47.537 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 21:35:47.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 21:35:47.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:35:47.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:35:47.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:35:47.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:35:47.539 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 21:35:47.539 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 21:35:47.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 21:35:47.546 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:35:47.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:47.595 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 21:35:47.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:35:47.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:47.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:47.596 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:35:47.596 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:35:47.596 DEBUG [main][MenuItemLookup] Found menu:'File' 21:35:47.596 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:35:47.596 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:35:47.596 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:35:47.596 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:35:47.596 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:35:47.596 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:35:47.596 DEBUG [main][MenuItemLookup] Item match:Window 21:35:47.597 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:35:47.597 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:35:47.597 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:35:47.597 DEBUG [main][MenuItemLookup] Found menu:'' 21:35:47.597 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:35:47.597 DEBUG [main][MenuItemLookup] Item match:Show View 21:35:47.601 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:35:47.601 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:35:47.601 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:35:47.601 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:35:47.601 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:35:47.601 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:35:47.601 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:35:47.601 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:35:47.601 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:35:47.601 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:35:47.601 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:35:47.601 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:35:47.601 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:35:47.601 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:35:47.601 DEBUG [main][MenuItemLookup] Found menu:'' 21:35:47.601 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:35:47.601 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:35:47.601 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:35:47.601 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:35:47.601 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:35:47.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:35:47.643 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 21:35:47.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:35:47.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:47.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:47.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:47.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.644 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:35:47.644 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:47.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:47.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:47.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 21:35:47.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 21:35:47.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:47.646 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 21:35:47.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:47.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 21:35:47.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 21:35:47.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 21:35:47.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:47.646 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 21:35:47.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:47.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 21:35:47.646 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 21:35:47.646 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 21:35:47.646 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 21:35:47.647 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 21:35:47.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:35:47.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:35:47.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:35:47.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:47.648 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:35:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:47.648 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:47.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:47.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:35:47.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:35:47.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:35:47.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:35:47.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:35:47.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:47.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:47.718 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:35:47.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 '\*?\QRedDeer SWT Controls\E') 21:35:47.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:35:47.720 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 21:35:47.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 21:35:47.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:35:47.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:35:47.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:35:47.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:35:47.722 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') 21:35:47.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 21:35:47.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:47.722 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:47.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 21:35:47.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:47.722 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:47.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.723 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 21:35:47.723 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:47.723 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 21:35:47.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 21:35:47.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:47.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:47.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:47.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:35:47.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:47.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:47.727 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:35:47.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:35:47.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:35:47.735 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 21:35:47.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 21:35:47.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:35:47.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:35:47.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:35:47.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:35:47.737 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 21:35:47.737 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 21:35:47.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 21:35:47.737 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:35:47.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:47.792 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 21:35:47.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:35:47.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:47.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:47.793 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:35:47.793 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:35:47.793 DEBUG [main][MenuItemLookup] Found menu:'File' 21:35:47.793 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:35:47.793 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:35:47.793 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:35:47.793 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:35:47.793 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:35:47.793 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:35:47.793 DEBUG [main][MenuItemLookup] Item match:Window 21:35:47.793 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:35:47.793 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:35:47.793 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:35:47.793 DEBUG [main][MenuItemLookup] Found menu:'' 21:35:47.793 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:35:47.793 DEBUG [main][MenuItemLookup] Item match:Show View 21:35:47.797 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:35:47.798 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:35:47.798 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:35:47.798 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:35:47.798 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:35:47.798 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:35:47.798 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:35:47.798 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:35:47.798 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:35:47.798 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:35:47.798 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:35:47.798 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:35:47.798 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:35:47.798 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:35:47.798 DEBUG [main][MenuItemLookup] Found menu:'' 21:35:47.798 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:35:47.798 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:35:47.806 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:35:47.806 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:35:47.806 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:35:47.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:35:47.847 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 21:35:47.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:35:47.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:47.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:47.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:47.848 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:35:47.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:47.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:47.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:47.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 21:35:47.849 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 21:35:47.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:47.849 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 21:35:47.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:47.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 21:35:47.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 21:35:47.849 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 21:35:47.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:47.849 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 21:35:47.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:47.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 21:35:47.850 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 21:35:47.850 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 21:35:47.850 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 21:35:47.850 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 21:35:47.850 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.850 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:35:47.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:35:47.850 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.850 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:35:47.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:47.851 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:35:47.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:47.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:47.851 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:47.851 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:47.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:35:47.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:35:47.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:35:47.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:35:47.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:35:47.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:47.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:47.907 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:35:47.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 '\*?\QRedDeer SWT Controls\E') 21:35:47.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:35:47.909 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 21:35:47.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 21:35:47.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:35:47.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:35:47.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:35:47.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:35:47.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.910 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:35:47.911 DEBUG [main][MenuItemLookup] Found menu:'File' 21:35:47.911 DEBUG [main][MenuItemLookup] Item match:File 21:35:47.912 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:35:47.912 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:35:47.917 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:35:47.917 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:35:47.917 DEBUG [main][MenuItemLookup] Found menu:'' 21:35:47.917 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:35:47.917 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:35:47.917 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:35:47.917 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:35:47.917 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:35:47.917 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:35:47.917 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:35:47.917 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:35:47.917 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:35:47.917 DEBUG [main][MenuItemLookup] Found menu:'File' 21:35:47.917 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:35:47.917 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:35:47.917 DEBUG [main][MenuItemLookup] Found menu:'' 21:35:47.917 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:35:47.917 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:35:47.924 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:35:47.924 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:35:47.924 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:35:47.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 21:35:47.992 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 21:35:47.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:35:47.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:47.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:47.993 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 21:35:47.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 21:35:47.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:47.993 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:47.994 INFO [WorkbenchTestable][AbstractText] Text set to: myvalue 21:35:47.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:35:47.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:47.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:47.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:47.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 21:35:47.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:47.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:47.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:47.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:47.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:47.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:47.996 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:35:47.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:47.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:47.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:47.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:48.013 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 21:35:48.013 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:48.013 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:48.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.013 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 21:35:48.013 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:48.013 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 21:35:48.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 21:35:48.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:48.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:48.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:48.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:35:48.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:48.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:48.017 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:35:48.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 21:35:48.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:35:48.019 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 21:35:48.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 21:35:48.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:35:48.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:35:48.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:35:48.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:35:48.021 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 21:35:48.021 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 21:35:48.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 21:35:48.021 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:35:48.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:35:48.044 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 21:35:48.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:35:48.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:48.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:48.044 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:35:48.044 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:35:48.045 DEBUG [main][MenuItemLookup] Found menu:'File' 21:35:48.045 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:35:48.045 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:35:48.045 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:35:48.045 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:35:48.045 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:35:48.045 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:35:48.045 DEBUG [main][MenuItemLookup] Item match:Window 21:35:48.045 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:35:48.045 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:35:48.045 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:35:48.045 DEBUG [main][MenuItemLookup] Found menu:'' 21:35:48.045 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:35:48.045 DEBUG [main][MenuItemLookup] Item match:Show View 21:35:48.049 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:35:48.049 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:35:48.049 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:35:48.049 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:35:48.049 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:35:48.049 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:35:48.049 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:35:48.049 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:35:48.049 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:35:48.049 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:35:48.049 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:35:48.049 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:35:48.049 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:35:48.049 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:35:48.049 DEBUG [main][MenuItemLookup] Found menu:'' 21:35:48.049 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:35:48.049 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:35:48.049 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:35:48.049 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:35:48.049 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:35:48.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:35:48.112 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 21:35:48.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:35:48.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:48.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:48.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:35:48.112 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.113 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:35:48.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:35:48.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:35:48.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:35:48.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 21:35:48.114 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 21:35:48.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:48.114 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 21:35:48.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:48.114 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 21:35:48.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 21:35:48.114 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 21:35:48.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:35:48.114 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 21:35:48.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:35:48.115 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 21:35:48.115 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 21:35:48.115 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 21:35:48.115 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 21:35:48.115 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 21:35:48.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:35:48.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:35:48.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:35:48.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:35:48.116 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:35:48.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:35:48.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:35:48.116 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:35:48.116 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:35:48.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:35:48.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:35:48.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:35:48.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:35:48.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:35:48.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:48.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:48.156 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:35:48.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 '\*?\QRedDeer SWT Controls\E') 21:35:48.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:35:48.157 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 21:35:48.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 21:35:48.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:35:48.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:35:48.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:35:48.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:35:48.159 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 21:35:48.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.159 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 21:35:48.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:48.160 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:48.160 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") 21:35:48.160 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.160 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 21:35:48.160 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:48.160 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:48.160 INFO [WorkbenchTestable][AbstractText] Text set to: New text 21:35:48.161 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 21:35:48.161 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.161 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 21:35:48.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:48.161 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:48.161 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") 21:35:48.161 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.161 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 21:35:48.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:48.162 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:48.162 INFO [WorkbenchTestable][AbstractText] Text set to: Original text 21:35:48.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 21:35:48.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:48.162 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:48.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.162 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 21:35:48.162 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 21:35:48.162 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:48.162 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:48.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.635 s - in org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.193 s testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.29 s defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.149 s Running org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.189 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.190 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:35:48.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:48.190 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.190 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:48.190 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:35:48.195 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:48.195 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:35:48.195 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:48.195 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:48.195 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:48.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:48.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:48.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.228 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 21:35:48.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:48.228 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") 21:35:48.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.229 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:48.229 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:48.232 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:48.232 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.232 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:48.232 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:48.233 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:48.233 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:48.233 INFO [main][AbstractShell] Close shell Testing shell 21:35:48.233 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:48.239 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:48.239 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:48.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:48.239 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:48.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.249 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.249 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:48.249 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:48.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:48.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:48.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.299 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 21:35:48.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:48.299 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") 21:35:48.299 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:48.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:48.303 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:48.303 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.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 21:35:48.303 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:48.304 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:48.304 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:48.304 INFO [main][AbstractShell] Close shell Testing shell 21:35:48.304 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:48.309 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:48.309 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:48.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:48.309 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:48.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.319 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.319 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:48.319 INFO [WorkbenchTestable][RequirementsRunner] Started test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:48.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:48.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:48.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.346 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 21:35:48.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:48.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:48.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:48.347 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 21:35:48.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.347 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:48.347 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:35:48.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:35:48.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 21:35:48.347 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:48.348 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") 21:35:48.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.348 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:48.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:48.349 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:48.349 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") 21:35:48.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:48.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:48.351 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:48.352 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") 21:35:48.352 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.352 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:48.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:48.353 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:48.353 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.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 21:35:48.353 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:48.354 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:48.354 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:48.354 INFO [main][AbstractShell] Close shell Testing shell 21:35:48.354 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:48.359 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:48.359 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:48.360 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.360 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:48.360 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:48.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.364 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.364 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:48.365 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:48.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:48.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:48.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.407 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 21:35:48.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:48.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 label4") 21:35:48.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:48.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:48.411 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:48.412 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.412 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:48.412 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:48.413 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:48.413 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:48.413 INFO [main][AbstractShell] Close shell Testing shell 21:35:48.413 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:48.419 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:48.419 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:48.419 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.419 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:48.419 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:48.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.428 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:48.428 INFO [WorkbenchTestable][RequirementsRunner] Started test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:48.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:48.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:48.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.455 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 21:35:48.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:48.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:48.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:48.455 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") 21:35:48.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:48.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:48.457 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:48.458 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 21:35:48.458 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.458 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:48.458 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:48.458 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:48.458 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:48.458 INFO [main][AbstractShell] Close shell Testing shell 21:35:48.458 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:48.464 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:48.464 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:48.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:48.464 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:48.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.493 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.493 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:48.493 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:48.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:48.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:48.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.520 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 21:35:48.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:48.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:48.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:48.520 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*") 21:35:48.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:48.520 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:48.527 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:48.527 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.527 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:48.527 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:48.528 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:48.528 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:48.528 INFO [main][AbstractShell] Close shell Testing shell 21:35:48.528 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:48.533 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:48.533 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:48.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:48.533 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:48.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.539 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.539 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:48.539 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:48.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:48.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:48.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.568 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 21:35:48.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:48.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:48.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:48.568 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") 21:35:48.568 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.569 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:48.569 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:48.572 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:48.576 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.576 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:48.576 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:48.577 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:48.577 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:48.577 INFO [main][AbstractShell] Close shell Testing shell 21:35:48.577 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:48.595 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:48.595 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:48.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:48.596 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:48.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.609 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.609 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:48.609 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:48.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:48.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:48.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.640 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 21:35:48.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:48.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:48.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:48.640 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") 21:35:48.640 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.641 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:48.641 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:48.645 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:48.645 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.645 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:48.645 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:48.646 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:48.646 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:48.646 INFO [main][AbstractShell] Close shell Testing shell 21:35:48.646 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:48.651 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:48.651 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:48.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:48.651 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:48.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.660 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.660 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:48.660 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:48.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:48.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:48.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:48.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:48.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:48.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:48.704 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") 21:35:48.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.704 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:48.704 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:48.705 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:48.706 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.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 21:35:48.706 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:48.706 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:48.706 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:48.706 INFO [main][AbstractShell] Close shell Testing shell 21:35:48.706 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:48.712 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:48.712 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:48.712 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.712 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:48.712 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:48.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.721 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.721 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:48.721 INFO [WorkbenchTestable][RequirementsRunner] Started test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:48.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:48.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:48.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:48.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:48.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:48.748 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 21:35:48.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:48.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:48.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:48.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 21:35:48.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:48.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:48.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:48.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:48.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:48.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:48.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:48.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:48.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:48.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:48.750 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:48.750 INFO [WorkbenchTestable][AbstractText] Type text not so funny text 21:35:48.750 INFO [WorkbenchTestable][AbstractText] Text set to: 21:35:48.751 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:48.751 DEBUG [WorkbenchTestable][AbstractText] Force focus to receive keyboard events 21:35:48.753 INFO [WorkbenchTestable][Keyboard] Type text "not so funny text" 21:35:48.991 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:35:48.991 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 21:35:49.594 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:35:49.594 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 21:35:50.195 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:35:50.195 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:35:50.796 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:35:50.796 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 21:35:51.398 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:35:51.398 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 21:35:52.000 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:35:52.000 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 21:35:52.601 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:35:52.601 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 21:35:53.202 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:35:53.202 INFO [WorkbenchTestable][Keyboard] As char:f, as int:102 21:35:53.804 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:35:53.804 INFO [WorkbenchTestable][Keyboard] As char:u, as int:117 21:35:54.406 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:35:54.406 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 21:35:55.007 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:35:55.007 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 21:35:55.609 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:35:55.609 INFO [WorkbenchTestable][Keyboard] As char:y, as int:121 21:35:56.211 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:35:56.211 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 21:35:56.812 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:35:56.812 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:35:57.414 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:35:57.414 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 21:35:58.015 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:35:58.015 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 21:35:58.616 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:35:58.616 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:35:59.217 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") 21:35:59.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:59.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.217 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:59.217 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:59.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:59.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:59.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:59.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:59.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:59.220 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:59.220 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.220 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:59.220 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:59.221 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:59.221 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:59.221 INFO [main][AbstractShell] Close shell Testing shell 21:35:59.221 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:59.226 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:59.226 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:59.226 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:59.226 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:59.226 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:59.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.231 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:59.231 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:59.231 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:59.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:59.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:59.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:59.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:59.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.262 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 21:35:59.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:59.262 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") 21:35:59.262 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:59.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:59.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:59.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:59.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:59.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:59.264 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:59.265 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 21:35:59.265 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") 21:35:59.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:59.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:59.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:59.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:59.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:59.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:59.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:59.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:59.267 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:59.267 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.267 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:59.267 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:59.267 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:59.268 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:59.268 INFO [main][AbstractShell] Close shell Testing shell 21:35:59.268 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:59.275 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:59.275 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:59.275 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:59.275 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:59.275 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:59.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.281 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:59.282 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:59.282 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:59.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:59.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:59.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:59.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:59.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.311 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 21:35:59.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:59.311 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?") 21:35:59.311 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:59.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:59.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:59.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:59.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:59.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:59.317 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:59.317 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.317 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:59.317 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:59.318 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:59.318 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:59.318 INFO [main][AbstractShell] Close shell Testing shell 21:35:59.318 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:59.324 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:59.324 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:59.324 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:59.324 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:59.324 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:59.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.329 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:59.329 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:59.329 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:59.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:59.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:59.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:59.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:59.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.358 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 21:35:59.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:59.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:59.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:59.358 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 *") 21:35:59.358 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:59.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:59.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:59.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:59.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:59.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:59.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:59.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:59.363 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:59.365 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.365 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:59.365 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:59.365 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:59.365 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:59.365 INFO [main][AbstractShell] Close shell Testing shell 21:35:59.366 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:59.371 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:59.371 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:59.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:59.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:59.371 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:59.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.377 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:59.377 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:59.377 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:59.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:59.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:59.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:59.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:59.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.406 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 21:35:59.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:59.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:59.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:59.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label2") 21:35:59.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:59.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.406 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:59.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:59.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:59.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:59.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:59.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:59.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:59.408 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:59.409 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.409 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:59.409 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:59.409 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:59.409 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:59.409 INFO [main][AbstractShell] Close shell Testing shell 21:35:59.409 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:59.415 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:59.415 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:59.415 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:59.415 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:59.415 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:59.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.425 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:59.425 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:59.425 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:59.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:59.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:59.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:59.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:59.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.453 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 21:35:59.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:59.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:59.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:59.453 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") 21:35:59.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:59.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:59.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:59.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:59.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:59.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:59.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:59.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:59.458 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:59.458 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.458 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:59.458 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:59.459 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:59.459 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:59.459 INFO [main][AbstractShell] Close shell Testing shell 21:35:59.459 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:59.465 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:59.465 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:59.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:59.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:59.465 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:59.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.473 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:59.474 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:59.474 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:59.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:59.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:59.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:59.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:59.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.510 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 21:35:59.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:59.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:59.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:59.510 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") 21:35:59.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:59.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:59.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:59.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:59.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:59.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:59.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:59.512 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:59.513 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.513 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:59.513 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:59.513 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:59.513 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:59.513 INFO [main][AbstractShell] Close shell Testing shell 21:35:59.513 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:59.519 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:59.519 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:59.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:59.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:59.519 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:59.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.527 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:59.527 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:59.527 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:59.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:59.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:59.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:59.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:59.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.554 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 21:35:59.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:59.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:59.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:59.554 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") 21:35:59.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:59.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.554 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:59.554 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:59.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:59.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:59.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:59.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:59.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:35:59.557 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:35:59.558 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.558 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:35:59.558 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:35:59.558 DEBUG [main][AbstractWait] Waiting until shell is active... 21:35:59.558 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:35:59.558 INFO [main][AbstractShell] Close shell Testing shell 21:35:59.558 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:35:59.564 DEBUG [main][AbstractWait] Waiting while shell is available... 21:35:59.564 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:35:59.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:59.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:59.564 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:59.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.572 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 21:35:59.572 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 21:35:59.572 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:59.572 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:59.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.385 s - in org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.054 s findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.07 s setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.045 s findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.063 s setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.065 s findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.046 s getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.07 s findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.051 s findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.061 s typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 10.51 s setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.05 s findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.047 s findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.048 s findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.048 s findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.048 s findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.053 s findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.045 s Running org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 21:35:59.576 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 21:35:59.576 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:35:59.576 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:59.576 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 21:35:59.576 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:59.576 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:35:59.577 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:59.577 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:35:59.577 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:59.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:59.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:59.578 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' is already open. Activate. 21:35:59.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:59.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:59.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:35:59.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:59.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:59.581 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:35:59.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 '\*?\QRedDeer SWT Controls\E') 21:35:59.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:59.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:59.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:59.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:59.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:35:59.582 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 21:35:59.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 21:35:59.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:35:59.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:35:59.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:35:59.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:35:59.584 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:59.584 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 21:35:59.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 21:35:59.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:59.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:59.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:59.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.600 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 21:35:59.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:59.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:59.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:59.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:35:59.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:59.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.601 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:59.601 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:59.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:59.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:59.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:59.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:59.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:35:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.608 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 21:35:59.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 21:35:59.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:59.608 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:59.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.608 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 21:35:59.609 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:59.609 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 21:35:59.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 21:35:59.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:59.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:59.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:59.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.622 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 21:35:59.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:35:59.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:35:59.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:35:59.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:35:59.623 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:59.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.623 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:59.623 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:59.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:59.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:59.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:59.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:59.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:35:59.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.630 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 21:35:59.630 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 21:35:59.630 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:59.630 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:59.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.635 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 21:35:59.635 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:59.635 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 21:35:59.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 21:35:59.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:59.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:59.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:59.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:35:59.635 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:59.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.635 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 21:35:59.635 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:59.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:59.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:59.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:59.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:59.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:35:59.636 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") 21:35:59.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:59.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.636 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 21:35:59.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:59.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:59.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:35:59.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:35:59.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:35:59.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:35:59.637 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: Modified styled text 21:35:59.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:35:59.638 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 21:35:59.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 21:35:59.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:59.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:59.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.638 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 21:35:59.638 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 21:35:59.638 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:35:59.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:35:59.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.reddeer.swt.test.impl.text.StyledTextTest defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.024 s defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.026 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 21:35:59.641 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 21:35:59.641 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:35:59.641 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:59.642 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 21:35:59.642 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:59.642 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:35:59.642 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:59.642 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:35:59.642 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:59.642 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:35:59.642 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 21:35:59.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 21:35:59.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:35:59.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:35:59.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:35:59.648 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) 21:35:59.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:35:59.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:35:59.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:35:59.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:35:59.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:35:59.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:35:59.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:35:59.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 21:36:00.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:36:00.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 21:36:00.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:36:00.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 21:36:00.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:36:00.692 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 2 was not found 21:36:00.692 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:00.692 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:00.692 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:00.692 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:00.692 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:00.692 INFO [main][AbstractShell] Close shell Testing shell 21:36:00.693 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:00.694 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:00.695 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:00.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 21:36:00.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:00.695 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:00.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:00.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:00.699 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 21:36:00.699 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:00.699 INFO [WorkbenchTestable][RequirementsRunner] Started test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 21:36:00.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 21:36:00.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:00.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:00.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:00.704 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) 21:36:00.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:00.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:00.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:00.711 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:00.711 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:00.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:00.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:00.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:00.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:00.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 21:36:00.712 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) 21:36:00.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:00.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:00.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:00.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:00.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:00.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:00.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:00.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:00.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:00.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 21:36:00.712 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:00.712 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:00.712 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:00.712 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:00.712 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:00.712 INFO [main][AbstractShell] Close shell Testing shell 21:36:00.712 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:00.714 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:00.714 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:00.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 21:36:00.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:00.714 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:00.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:00.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:00.718 INFO [WorkbenchTestable][RequirementsRunner] Finished test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 21:36:00.718 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:00.718 INFO [WorkbenchTestable][RequirementsRunner] Started test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 21:36:00.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 21:36:00.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:00.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:00.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:00.726 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) 21:36:00.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:00.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:00.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:00.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:00.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:00.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:00.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:00.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:00.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:00.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 21:36:00.731 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) 21:36:00.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:00.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:00.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:00.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:00.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:00.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:00.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:00.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:00.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:00.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 21:36:00.732 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) 21:36:00.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:00.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:00.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:00.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:00.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:00.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:00.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:00.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:00.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:00.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was found 21:36:00.733 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:00.733 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:00.733 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:00.734 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:00.734 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:00.734 INFO [main][AbstractShell] Close shell Testing shell 21:36:00.734 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:00.735 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:00.735 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:00.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 21:36:00.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:00.736 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:00.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:00.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:00.743 INFO [WorkbenchTestable][RequirementsRunner] Finished test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 21:36:00.743 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:00.743 INFO [WorkbenchTestable][RequirementsRunner] Started test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 21:36:00.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 21:36:00.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:00.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:00.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:00.747 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) 21:36:00.747 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:00.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:00.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:00.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:00.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 21:36:01.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:01.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 21:36:01.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:01.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 21:36:01.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:36:01.754 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 21:36:01.755 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:01.755 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:01.755 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:01.755 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:01.755 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:01.755 INFO [main][AbstractShell] Close shell Testing shell 21:36:01.755 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:01.757 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:01.757 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:01.757 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 21:36:01.757 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:01.757 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:01.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:01.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:01.761 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 21:36:01.761 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:01.761 INFO [WorkbenchTestable][RequirementsRunner] Started test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 21:36:01.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 21:36:01.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:01.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:01.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:01.766 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) 21:36:01.766 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:01.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:01.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:01.770 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:01.770 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:01.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:01.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:01.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:01.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:01.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 21:36:01.774 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) 21:36:01.774 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:01.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:01.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:01.774 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:01.774 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:01.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:01.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:01.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:01.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:01.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 21:36:01.775 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:01.775 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:01.775 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:01.775 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:01.775 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:01.775 INFO [main][AbstractShell] Close shell Testing shell 21:36:01.775 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:01.777 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:01.777 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:01.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 21:36:01.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:01.777 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:01.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:01.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:01.781 INFO [WorkbenchTestable][RequirementsRunner] Finished test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 21:36:01.781 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:01.781 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 21:36:01.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 21:36:01.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:01.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:01.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:01.785 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) 21:36:01.785 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:01.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:01.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:01.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:01.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:01.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:01.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:01.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 21:36:02.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:02.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 21:36:02.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:02.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 21:36:02.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:36:02.796 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 21:36:02.796 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:02.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 21:36:02.796 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:02.796 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:02.796 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:02.796 INFO [main][AbstractShell] Close shell Testing shell 21:36:02.796 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:02.798 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:02.798 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:02.798 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 21:36:02.798 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:02.798 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:02.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:02.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:02.802 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 21:36:02.802 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 21:36:02.802 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:02.802 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:02.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:02.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.161 s - in org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.057 s IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.019 s horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.025 s noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.018 s verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.02 s nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.021 s Running org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 21:36:02.812 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 21:36:02.813 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:36:02.813 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:02.813 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 21:36:02.813 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:02.813 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:36:02.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:02.815 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:36:02.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:02.815 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:02.815 INFO [WorkbenchTestable][RequirementsRunner] Started test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 21:36:02.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 21:36:02.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:02.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:02.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:02.823 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 21:36:02.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:02.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:02.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:02.835 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:02.835 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:02.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:02.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:02.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:02.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:02.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 21:36:02.836 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:02.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 21:36:02.836 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:02.837 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:02.837 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:02.837 INFO [main][AbstractShell] Close shell Testing shell 21:36:02.837 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:02.839 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:02.839 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:02.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 21:36:02.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:02.839 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:02.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:02.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:02.844 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 21:36:02.844 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:02.844 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 21:36:02.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 21:36:02.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:02.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:02.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:02.849 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 21:36:02.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:02.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:02.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:02.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:02.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:02.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:02.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 21:36:02.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 21:36:03.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 21:36:03.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 21:36:03.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 21:36:03.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 21:36:03.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:36:03.856 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 4 was not found 21:36:03.856 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:03.856 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:03.856 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:03.857 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:03.857 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:03.857 INFO [main][AbstractShell] Close shell Testing shell 21:36:03.857 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:03.859 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:03.859 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:03.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 21:36:03.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:03.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:03.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:03.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:03.863 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 21:36:03.863 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:03.864 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 21:36:03.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 21:36:03.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:03.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:03.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:03.869 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 21:36:03.869 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:03.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:03.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:03.877 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:03.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:03.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:03.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:03.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:03.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:03.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 21:36:03.879 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:03.879 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:03.879 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:03.879 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:03.879 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:03.879 INFO [main][AbstractShell] Close shell Testing shell 21:36:03.879 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:03.882 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:03.882 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:03.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 21:36:03.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:03.882 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:03.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:03.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:03.887 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 21:36:03.887 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:03.887 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 21:36:03.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 21:36:03.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:03.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:03.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:03.896 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 21:36:03.896 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:03.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:03.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:03.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:03.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:03.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:03.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:03.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:03.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:03.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 21:36:03.902 TRACE [WorkbenchTestable][WidgetHandler] Notify Scale with event 13 21:36:03.902 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:36:03.902 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 21:36:03.902 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:03.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:03.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:03.902 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:03.902 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:03.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:03.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:03.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:03.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:03.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:36:03.902 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:36:03.903 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:03.903 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:03.903 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:03.904 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:03.904 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:03.904 INFO [main][AbstractShell] Close shell Testing shell 21:36:03.904 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:03.906 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:03.906 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:03.906 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 21:36:03.906 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:03.906 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:03.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:03.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:03.911 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 21:36:03.911 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:03.911 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 21:36:03.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 21:36:03.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:03.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:03.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:03.916 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 21:36:03.916 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:03.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:03.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:03.924 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:03.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:03.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:03.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:03.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:03.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:03.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 21:36:03.926 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:03.926 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:03.926 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:03.926 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:03.926 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:03.926 INFO [main][AbstractShell] Close shell Testing shell 21:36:03.926 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:03.928 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:03.928 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:03.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 21:36:03.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:03.928 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:03.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:03.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:03.933 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 21:36:03.933 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:03.933 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 21:36:03.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 21:36:03.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:03.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:03.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:03.939 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 21:36:03.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:03.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:03.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:03.947 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:03.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:03.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:03.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:03.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:03.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:03.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 21:36:03.948 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:03.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 21:36:03.948 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:03.948 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:03.948 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:03.948 INFO [main][AbstractShell] Close shell Testing shell 21:36:03.948 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:03.950 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:03.950 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:03.950 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 21:36:03.950 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:03.950 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:03.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:03.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:03.959 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 21:36:03.959 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 21:36:03.959 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:03.959 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:03.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:03.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.147 s - in org.eclipse.reddeer.swt.test.impl.scale.ScaleTest findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.029 s findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 1.019 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.024 s getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.022 s getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.026 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:03.962 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:03.963 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:36:03.963 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:03.963 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:03.963 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:03.963 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:36:03.963 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:03.963 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:36:03.963 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:03.964 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:03.964 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:03.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:03.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:03.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:03.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:04.192 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 21:36:04.192 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:04.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:04.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:04.374 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:04.374 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:04.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:04.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:04.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:04.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:04.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:04.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:04.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:04.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:04.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:04.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:04.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:04.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:04.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:04.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:04.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:04.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:04.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:04.400 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:04.400 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:04.400 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:04.400 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:04.400 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:04.400 INFO [main][AbstractShell] Close shell Testing shell 21:36:04.400 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:04.407 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:04.407 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:04.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:04.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:04.407 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:04.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:04.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:04.412 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:04.412 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:04.412 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:04.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:04.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:04.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:04.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:04.636 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 21:36:04.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:04.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:04.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:04.824 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:04.824 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:04.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:04.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:04.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:04.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:04.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:04.831 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 21:36:04.831 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:04.831 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:04.831 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:04.832 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:04.832 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:04.832 INFO [main][AbstractShell] Close shell Testing shell 21:36:04.832 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:04.838 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:04.838 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:04.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:04.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:04.838 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:04.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:04.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:04.843 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:04.843 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:04.843 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:04.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:04.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:04.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:04.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:05.068 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 21:36:05.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:05.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:05.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:05.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:05.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:05.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:05.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:05.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:05.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:05.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:05.253 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 21:36:05.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:05.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:05.254 TRACE [main][WidgetHandler] Notify Table with event 13 21:36:05.254 TRACE [main][WidgetHandler] Wait for synchronization 21:36:05.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:05.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:05.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:05.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:05.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:05.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:05.257 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:05.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 21:36:05.257 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:05.257 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:05.257 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:05.257 INFO [main][AbstractShell] Close shell Testing shell 21:36:05.257 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:05.263 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:05.263 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:05.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:05.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:05.263 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:05.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:05.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:05.268 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:05.268 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:05.268 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:05.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:05.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:05.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:05.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:05.478 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 21:36:05.478 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:05.668 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:05.668 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:05.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:36:05.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:36:05.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:05.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 21:36:05.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:05.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:05.673 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 21:36:05.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 21:36:05.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 21:36:05.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:36:05.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 21:36:05.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:05.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:05.677 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:05.678 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:05.678 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:05.678 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:05.678 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:05.678 INFO [main][AbstractShell] Close shell Testing shell 21:36:05.678 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:05.684 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:05.684 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:05.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:05.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:05.684 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:05.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:05.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:05.690 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:05.690 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:05.690 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:05.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:05.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:05.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:05.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:05.903 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 21:36:05.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:06.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:06.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:06.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:06.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:06.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:06.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:06.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:06.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:06.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:06.089 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 21:36:06.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:06.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:06.089 TRACE [main][WidgetHandler] Notify Table with event 13 21:36:06.089 TRACE [main][WidgetHandler] Wait for synchronization 21:36:06.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:06.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:06.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:06.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:06.091 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:06.091 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:06.091 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:06.091 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:06.091 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:06.091 INFO [main][AbstractShell] Close shell Testing shell 21:36:06.091 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:06.097 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:06.097 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:06.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:06.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:06.098 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:06.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:06.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:06.102 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:06.102 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:06.102 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:06.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:06.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:06.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:06.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:06.310 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 21:36:06.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:06.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:06.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:06.496 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:06.496 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:06.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:06.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:06.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:06.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:06.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:36:06.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:06.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:06.499 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 21:36:06.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:06.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:06.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:06.499 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:06.499 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:06.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:06.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:06.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:06.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:06.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:36:06.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:06.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:06.501 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 21:36:06.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:06.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:06.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:06.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:06.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:06.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:06.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:06.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:06.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:06.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:36:06.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:06.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:06.504 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:06.504 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:06.504 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:06.504 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:06.505 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:06.505 INFO [main][AbstractShell] Close shell Testing shell 21:36:06.505 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:06.511 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:06.511 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:06.511 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:06.511 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:06.511 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:06.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:06.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:06.516 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:06.516 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:06.516 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:06.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:06.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:06.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:06.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:06.726 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 21:36:06.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:06.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:06.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:06.911 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:06.911 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:06.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:06.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:06.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:06.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:06.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:36:06.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:06.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:06.914 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 21:36:06.914 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:06.914 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:06.914 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:06.914 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:06.914 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:06.914 INFO [main][AbstractShell] Close shell Testing shell 21:36:06.914 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:06.920 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:06.920 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:06.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:06.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:06.921 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:06.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:06.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:06.925 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:06.925 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:06.925 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:06.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:06.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:06.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:06.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:07.132 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 21:36:07.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:07.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:07.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:07.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:07.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:07.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:07.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:07.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:07.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:07.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:36:07.319 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 21:36:07.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:07.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:07.319 TRACE [main][WidgetHandler] Notify Table with event 13 21:36:07.319 TRACE [main][WidgetHandler] Wait for synchronization 21:36:07.320 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:07.320 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:07.320 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:07.320 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:07.320 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:07.320 INFO [main][AbstractShell] Close shell Testing shell 21:36:07.320 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:07.326 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:07.326 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:07.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:07.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:07.326 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:07.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:07.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:07.334 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:07.334 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:07.335 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:07.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:07.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:07.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:07.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:07.543 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 21:36:07.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:07.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:07.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:07.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:07.728 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:07.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:07.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:36:07.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:36:07.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:07.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 21:36:07.733 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 21:36:07.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:07.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:07.733 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:07.733 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:07.733 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:07.733 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:07.733 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:07.733 INFO [main][AbstractShell] Close shell Testing shell 21:36:07.733 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:07.739 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:07.739 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:07.739 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:07.739 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:07.739 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:07.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:07.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:07.744 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:07.745 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:07.745 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:07.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:07.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:07.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:07.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:07.956 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 21:36:07.956 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:08.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:08.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:08.140 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:08.140 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:08.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:08.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:08.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:08.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:08.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:36:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2... 21:36:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2 finished successfully 21:36:08.143 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:08.143 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:08.143 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:08.143 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:08.143 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:08.143 INFO [main][AbstractShell] Close shell Testing shell 21:36:08.143 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:08.149 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:08.149 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:08.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:08.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:08.149 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:08.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:08.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:08.157 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:08.157 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:08.158 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:08.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:08.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:08.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:08.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:08.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 21:36:08.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:08.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:08.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:08.598 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:08.598 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:08.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:08.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:08.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:08.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:08.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:08.599 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:08.599 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:08.599 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:08.600 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:08.600 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:08.600 INFO [main][AbstractShell] Close shell Testing shell 21:36:08.600 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:08.608 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:08.608 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:08.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:08.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:08.608 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:08.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:08.613 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:08.613 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:08.613 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:08.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:08.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:08.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:08.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:08.823 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 21:36:08.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:09.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:09.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:09.008 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:09.008 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:09.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:09.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:09.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:09.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:09.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:36:09.011 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') 21:36:09.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:09.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:09.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:09.011 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:09.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:09.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:09.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:09.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 21:36:09.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 21:36:09.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:09.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:09.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:09.014 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:09.014 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:09.014 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:09.014 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:09.014 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:09.014 INFO [main][AbstractShell] Close shell Testing shell 21:36:09.014 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:09.020 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:09.020 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:09.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:09.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:09.020 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:09.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:09.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:09.024 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:09.024 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:09.024 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:09.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:09.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:09.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:09.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:09.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 21:36:09.232 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:09.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:09.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:09.418 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:09.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:09.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:09.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:09.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:09.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:09.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:09.419 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 21:36:09.420 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:09.420 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:09.420 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:09.420 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:09.420 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:09.420 INFO [main][AbstractShell] Close shell Testing shell 21:36:09.420 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:09.426 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:09.426 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:09.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:09.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:09.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:09.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:09.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:09.435 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:09.435 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:09.435 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:09.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:09.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:09.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:09.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:09.674 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 21:36:09.674 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:09.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:09.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:09.858 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:09.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:09.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:09.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:09.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:09.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:09.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:09.859 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 21:36:09.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:09.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:09.859 TRACE [main][WidgetHandler] Notify Table with event 13 21:36:09.859 TRACE [main][WidgetHandler] Wait for synchronization 21:36:09.860 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:09.860 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:09.860 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:09.860 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:09.860 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:09.860 INFO [main][AbstractShell] Close shell Testing shell 21:36:09.860 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:09.866 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:09.866 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:09.866 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:09.866 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:09.866 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:09.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:09.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:09.871 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:09.871 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:09.871 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:09.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:09.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:09.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:09.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:10.079 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 21:36:10.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:10.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:10.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:10.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:10.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:10.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:10.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:10.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:10.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:10.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:10.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:10.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:10.266 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 21:36:10.267 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:10.267 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:10.267 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:10.267 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:10.267 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:10.267 INFO [main][AbstractShell] Close shell Testing shell 21:36:10.267 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:10.273 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:10.273 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:10.273 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:10.273 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:10.273 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:10.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:10.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:10.281 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:10.281 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:10.281 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:10.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:10.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:10.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:10.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:10.488 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 21:36:10.488 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:10.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:10.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:10.670 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:10.670 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:10.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:10.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:10.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:10.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:10.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:10.671 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:10.671 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:10.671 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:10.672 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:10.672 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:10.672 INFO [main][AbstractShell] Close shell Testing shell 21:36:10.672 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:10.678 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:10.678 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:10.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:10.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:10.678 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:10.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:10.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:10.686 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:10.686 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:10.686 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:10.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:10.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:10.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:10.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:10.894 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 21:36:10.894 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:11.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:11.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:11.075 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:11.075 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:11.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:11.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:11.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:11.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:11.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:11.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:11.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:11.083 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:11.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 21:36:11.083 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:11.084 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:11.084 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:11.084 INFO [main][AbstractShell] Close shell Testing shell 21:36:11.084 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:11.090 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:11.090 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:11.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:11.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:11.090 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:11.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:11.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:11.094 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:11.094 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:11.094 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:11.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:11.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:11.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:11.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:11.300 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 21:36:11.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:11.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:11.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:11.486 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:11.486 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:11.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:11.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:36:11.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:36:11.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:11.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 21:36:11.489 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 21:36:11.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:11.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:11.490 TRACE [main][WidgetHandler] Notify Table with event 13 21:36:11.490 TRACE [main][WidgetHandler] Wait for synchronization 21:36:11.490 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:11.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 21:36:11.490 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:11.490 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:11.490 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:11.490 INFO [main][AbstractShell] Close shell Testing shell 21:36:11.490 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:11.496 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:11.496 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:11.496 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:11.496 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:11.496 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:11.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:11.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:11.501 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:11.501 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:11.501 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:11.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:11.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:11.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:11.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:11.706 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 21:36:11.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:11.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:11.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:11.891 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:11.891 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:11.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:11.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:11.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:11.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:11.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:11.893 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:11.893 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:11.893 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:11.893 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:11.893 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:11.893 INFO [main][AbstractShell] Close shell Testing shell 21:36:11.893 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:11.899 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:11.899 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:11.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:11.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:11.899 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:11.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:11.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:11.908 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:11.908 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:11.908 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:11.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:11.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:11.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:11.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:12.117 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 21:36:12.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:12.301 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:12.301 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:12.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:12.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:12.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:12.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:36:12.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:12.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:12.304 INFO [WorkbenchTestable][AbstractTableItem] Double click table item x 21:36:12.305 TRACE [main][WidgetHandler] Notify Table with event 13 21:36:12.305 TRACE [main][WidgetHandler] Wait for synchronization 21:36:12.305 TRACE [main][WidgetHandler] Notify Table with event 8 21:36:12.305 TRACE [main][WidgetHandler] Wait for synchronization 21:36:12.306 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:12.306 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:12.306 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:12.306 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:12.306 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:12.306 INFO [main][AbstractShell] Close shell Testing shell 21:36:12.306 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:12.312 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:12.312 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:12.312 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:12.312 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:12.312 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:12.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:12.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:12.317 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:12.317 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:12.317 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:12.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:12.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:12.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:12.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:12.527 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 21:36:12.527 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:12.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:12.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:12.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:12.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:12.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:12.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:12.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:12.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:12.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:36:12.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:12.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:12.716 TRACE [main][WidgetHandler] Notify Table with event 13 21:36:12.716 TRACE [main][WidgetHandler] Wait for synchronization 21:36:12.716 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 21:36:12.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:12.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:12.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:12.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:12.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:12.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:12.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:12.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:12.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:12.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:36:12.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:12.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:12.719 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:12.719 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:12.719 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:12.719 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:12.719 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:12.719 INFO [main][AbstractShell] Close shell Testing shell 21:36:12.719 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:12.725 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:12.725 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:12.725 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:12.725 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:12.725 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:12.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:12.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:12.730 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:12.730 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:12.730 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:12.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:12.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:12.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:12.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:12.940 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 21:36:12.940 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:13.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:13.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:13.125 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:13.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:13.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:13.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:13.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:13.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:13.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:13.126 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4, 5) 21:36:13.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:13.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:13.132 TRACE [main][WidgetHandler] Notify Table with event 13 21:36:13.132 TRACE [main][WidgetHandler] Wait for synchronization 21:36:13.132 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:13.132 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:13.132 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:13.132 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:13.132 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:13.132 INFO [main][AbstractShell] Close shell Testing shell 21:36:13.132 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:13.138 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:13.139 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:13.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:13.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:13.139 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:13.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:13.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:13.143 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:13.143 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:13.143 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:13.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:13.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:13.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:13.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:13.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 21:36:13.352 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:13.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:13.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:13.540 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:13.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:13.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:13.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:13.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:13.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:13.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:36:13.543 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 21:36:13.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:13.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:13.544 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:13.544 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:13.544 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:13.544 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:13.544 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:13.544 INFO [main][AbstractShell] Close shell Testing shell 21:36:13.544 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:13.550 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:13.550 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:13.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:13.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:13.550 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:13.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:13.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:13.555 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:13.555 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:13.555 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:13.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:13.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:13.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:13.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:13.762 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 21:36:13.762 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:13.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:13.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:13.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:13.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:13.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:13.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:13.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:13.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:13.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:13.947 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 21:36:13.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:13.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:13.947 TRACE [main][WidgetHandler] Notify Table with event 13 21:36:13.947 TRACE [main][WidgetHandler] Wait for synchronization 21:36:13.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:13.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:13.949 INFO [WorkbenchTestable][AbstractTable] Deselect all table rows 21:36:13.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:13.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:13.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:13.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:13.951 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:13.951 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:13.951 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:13.951 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:13.951 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:13.951 INFO [main][AbstractShell] Close shell Testing shell 21:36:13.951 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:13.957 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:13.957 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:13.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:13.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:13.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:13.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:13.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:13.961 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:13.961 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:13.962 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:13.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:13.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:13.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:13.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:14.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 21:36:14.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:14.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:14.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:14.351 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:14.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:14.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:14.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:14.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:14.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:14.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:14.352 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 21:36:14.352 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:14.352 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:14.352 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:14.353 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:14.353 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:14.353 INFO [main][AbstractShell] Close shell Testing shell 21:36:14.353 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:14.359 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:14.359 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:14.359 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:14.359 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:14.359 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:14.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:14.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:14.368 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:14.368 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:14.368 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:14.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:14.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:14.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:14.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:14.575 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 21:36:14.575 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:14.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:14.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:14.760 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:14.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:14.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:14.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:14.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:14.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:14.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:36:14.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2... 21:36:14.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:14.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:15.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:15.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:15.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:15.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:16.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:16.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:16.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:16.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:17.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:17.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:17.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:17.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:18.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:18.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:18.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:18.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:19.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:19.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:19.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:19.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:20.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:20.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:20.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:20.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:21.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:21.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:21.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:21.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:22.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:22.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:22.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:22.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:23.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:23.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:23.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:23.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:24.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:24.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:24.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:24.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:24.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2 failed, an exception will be thrown 21:36:24.801 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:24.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 21:36:24.801 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:24.801 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:24.801 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:24.801 INFO [main][AbstractShell] Close shell Testing shell 21:36:24.801 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:24.809 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:24.809 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:24.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:24.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:24.809 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:24.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:24.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:24.814 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 21:36:24.814 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 21:36:24.814 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:24.814 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:24.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:24.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.852 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.448 s testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.431 s testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.425 s testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.422 s testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.412 s testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.414 s testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.409 s testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.409 s testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.409 s waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.412 s testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.455 s testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.411 s testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.411 s testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.436 s testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.41 s testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.405 s indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.408 s testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.407 s testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.407 s doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.409 s testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.413 s testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.413 s testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.412 s testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.406 s testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.406 s waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 10.446 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 21:36:24.820 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 21:36:24.821 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:36:24.821 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:24.821 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 21:36:24.821 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:24.821 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:36:24.822 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:24.822 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:36:24.822 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:24.822 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:24.822 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 21:36:24.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 21:36:24.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:24.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:24.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:24.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 21:36:24.964 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:25.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:25.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:25.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:25.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:25.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:25.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:25.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:25.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:25.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:36:25.096 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") 21:36:25.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:25.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:25.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:25.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:25.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 21:36:25.097 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:25.097 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:25.097 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:25.097 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:25.097 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:25.097 INFO [main][AbstractShell] Close shell Testing shell 21:36:25.097 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:25.102 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:25.102 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:25.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 21:36:25.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:25.102 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:25.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:25.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:25.106 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 21:36:25.106 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:25.106 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 21:36:25.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 21:36:25.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:25.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:25.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:25.249 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 21:36:25.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:25.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:25.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:25.377 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:25.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:25.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:25.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:25.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:25.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:25.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 21:36:25.378 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:25.378 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:25.378 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:25.378 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:25.378 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:25.378 INFO [main][AbstractShell] Close shell Testing shell 21:36:25.378 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:25.383 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:25.383 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:25.383 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 21:36:25.383 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:25.383 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:25.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:25.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:25.387 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 21:36:25.387 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:25.387 INFO [WorkbenchTestable][RequirementsRunner] Started test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 21:36:25.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 21:36:25.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:25.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:25.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:25.527 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") 21:36:25.527 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:25.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:25.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:25.658 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:25.658 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:25.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:25.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:25.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:25.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:25.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 21:36:25.658 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:25.658 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:25.658 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:25.658 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:25.658 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:25.658 INFO [main][AbstractShell] Close shell Testing shell 21:36:25.658 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:25.663 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:25.663 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:25.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 21:36:25.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:25.663 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:25.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:25.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:25.667 INFO [WorkbenchTestable][RequirementsRunner] Finished test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 21:36:25.667 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:25.667 INFO [WorkbenchTestable][RequirementsRunner] Started test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 21:36:25.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 21:36:25.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:25.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:25.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:25.806 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 21:36:25.806 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:25.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:25.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:25.936 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:25.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:25.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:25.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:25.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:25.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:25.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:36:25.940 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") 21:36:25.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:25.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:25.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:25.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:25.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 21:36:25.941 INFO [WorkbenchTestable][AbstractTableItem] Double click table item 1 2 21:36:25.941 TRACE [main][WidgetHandler] Notify Table with event 13 21:36:25.941 TRACE [main][WidgetHandler] Wait for synchronization 21:36:25.942 TRACE [main][WidgetHandler] Notify Table with event 3 21:36:25.942 TRACE [main][WidgetHandler] Wait for synchronization 21:36:25.942 TRACE [main][WidgetHandler] Notify Table with event 4 21:36:25.942 TRACE [main][WidgetHandler] Wait for synchronization 21:36:25.943 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:25.943 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:25.943 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:25.943 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:25.943 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:25.943 INFO [main][AbstractShell] Close shell Testing shell 21:36:25.943 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:25.948 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:25.948 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:25.948 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 21:36:25.948 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:25.948 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:25.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:25.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:25.953 INFO [WorkbenchTestable][RequirementsRunner] Finished test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 21:36:25.953 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:25.953 INFO [WorkbenchTestable][RequirementsRunner] Started test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 21:36:25.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 21:36:25.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:25.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:25.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:26.094 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 21:36:26.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:26.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.222 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:26.222 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:26.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:26.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:26.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:26.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:26.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 21:36:26.222 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:26.222 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:26.222 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:26.222 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:26.222 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:26.222 INFO [main][AbstractShell] Close shell Testing shell 21:36:26.222 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:26.229 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:26.229 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:26.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 21:36:26.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:26.229 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:26.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.234 INFO [WorkbenchTestable][RequirementsRunner] Finished test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 21:36:26.234 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:26.234 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 21:36:26.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 21:36:26.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:26.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:26.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:26.372 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 21:36:26.372 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:26.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.506 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:26.506 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:26.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:26.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:26.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:26.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:26.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:36:26.510 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 21:36:26.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:26.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:26.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:26.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:26.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 21:36:26.510 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:26.510 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:26.510 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:26.511 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:26.511 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:26.511 INFO [main][AbstractShell] Close shell Testing shell 21:36:26.511 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:26.519 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:26.519 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:26.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 21:36:26.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:26.519 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:26.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.529 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 21:36:26.529 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:26.529 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 21:36:26.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 21:36:26.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:26.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:26.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:26.681 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 21:36:26.681 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:26.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:26.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:26.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:26.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:26.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:26.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:26.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:36:26.815 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 21:36:26.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:26.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:26.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:26.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:26.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 21:36:26.815 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:26.816 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:26.816 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:26.816 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:26.816 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:26.816 INFO [main][AbstractShell] Close shell Testing shell 21:36:26.816 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:26.821 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:26.821 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:26.821 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 21:36:26.821 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:26.821 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:26.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.825 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 21:36:26.825 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 21:36:26.825 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:26.825 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:26.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.005 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.284 s defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.281 s text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.28 s click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.286 s index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.281 s referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.295 s referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.296 s Running org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:26.828 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:26.829 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:36:26.829 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:26.829 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:26.829 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:26.829 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:36:26.831 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:26.831 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:36:26.831 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:26.831 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:26.831 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 21:36:26.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:26.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:26.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:26.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:26.848 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 21:36:26.848 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:26.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:26.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:26.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:26.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:26.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:26.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:26.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 21:36:26.857 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:") 21:36:26.857 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:26.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.857 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:26.857 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:26.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:26.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:26.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:26.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:26.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:36:26.859 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:26.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 21:36:26.859 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:26.860 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:26.860 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:26.860 INFO [main][AbstractShell] Close shell Testing shell 21:36:26.860 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:26.865 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:26.865 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:26.865 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:26.865 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:26.865 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:26.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.869 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 21:36:26.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:26.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 21:36:26.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:26.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:26.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:26.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:26.883 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') 21:36:26.883 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:26.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.894 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:26.894 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:26.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:26.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:26.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 21:36:26.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 21:36:26.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 21:36:26.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 21:36:26.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:26.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:26.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:36:26.896 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 21:36:26.897 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:26.897 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:26.897 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:26.898 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:26.898 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:26.898 INFO [main][AbstractShell] Close shell Testing shell 21:36:26.898 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:26.903 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:26.903 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:26.903 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:26.903 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:26.903 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:26.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.908 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 21:36:26.908 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:26.908 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 21:36:26.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:26.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:26.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:26.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:26.921 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") 21:36:26.921 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:26.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:26.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:26.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:26.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:26.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:26.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:26.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:36:26.934 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 21:36:26.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:26.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.934 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:26.934 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:26.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:26.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:26.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:26.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:26.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:36:26.935 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") 21:36:26.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:26.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:26.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:26.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:26.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:26.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:26.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:26.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:36:26.936 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 21:36:26.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:26.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.936 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:26.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:26.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:26.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:26.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:26.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 21:36:26.937 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") 21:36:26.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:26.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:26.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:26.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:26.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:26.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:36:26.938 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 21:36:26.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:26.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:26.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:26.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:26.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:36:26.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:36:26.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:26.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 2 was found 21:36:26.939 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") 21:36:26.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:26.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:26.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:26.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:26.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:26.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:26.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:26.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:36:26.941 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 21:36:26.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:26.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:26.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:26.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:26.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 21:36:26.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 21:36:26.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:26.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 3 was found 21:36:26.941 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:26.941 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:26.941 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:26.942 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:26.942 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:26.942 INFO [main][AbstractShell] Close shell Testing shell 21:36:26.942 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:26.947 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:26.947 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:26.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:26.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:26.947 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:26.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.951 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 21:36:26.951 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:26.951 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 21:36:26.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:26.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:26.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:26.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:26.964 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") 21:36:26.964 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:26.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:26.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:26.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:26.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:26.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:26.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:26.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:26.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:26.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:36:26.996 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 21:36:26.996 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:26.996 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:26.996 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:26.997 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:26.997 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:26.997 INFO [main][AbstractShell] Close shell Testing shell 21:36:26.997 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:27.002 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:27.002 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:27.002 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:27.002 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:27.002 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:27.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:27.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:27.006 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 21:36:27.006 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:27.006 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 21:36:27.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:27.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:27.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:27.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:27.020 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") 21:36:27.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:27.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:27.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:27.031 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:27.031 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:27.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:27.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:27.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:27.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:27.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:36:27.032 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 2 21:36:27.033 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 21:36:27.033 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:27.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:27.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:27.033 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:27.033 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:27.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:27.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:27.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:27.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:27.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:36:27.033 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:36:27.034 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:27.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 21:36:27.034 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:27.034 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:27.034 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:27.034 INFO [main][AbstractShell] Close shell Testing shell 21:36:27.034 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:27.039 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:27.039 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:27.039 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:27.039 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:27.039 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:27.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:27.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:27.048 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 21:36:27.048 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:27.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 21:36:27.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:27.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:27.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:27.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:27.062 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 21:36:27.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:27.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:27.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:27.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:27.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:27.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:27.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:27.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:27.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:27.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 21:36:27.092 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 1 21:36:27.093 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:27.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 21:36:27.093 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:27.093 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:27.093 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:27.093 INFO [main][AbstractShell] Close shell Testing shell 21:36:27.093 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:27.098 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:27.098 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:27.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:27.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:27.098 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:27.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:27.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:27.102 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 21:36:27.102 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:27.102 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 21:36:27.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:27.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:27.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:27.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:27.116 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 21:36:27.116 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:27.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:27.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:27.128 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:27.128 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:27.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:27.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 21:36:27.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 21:36:27.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 21:36:27.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 21:36:28.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 21:36:28.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 21:36:28.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:36:28.131 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 5 was not found 21:36:28.131 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:28.131 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:28.131 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:28.131 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:28.131 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:28.131 INFO [main][AbstractShell] Close shell Testing shell 21:36:28.131 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:28.137 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:28.137 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:28.137 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:28.137 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:28.137 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:28.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:28.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:28.141 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 21:36:28.141 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:28.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 21:36:28.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:28.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:28.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:28.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:28.156 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_&*") 21:36:28.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:28.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:28.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:28.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:28.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:28.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:28.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:28.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:36:28.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:28.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:36:29.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:29.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:36:29.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:36:29.171 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was not found 21:36:29.171 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:29.171 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:29.171 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:29.171 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:29.171 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:29.171 INFO [main][AbstractShell] Close shell Testing shell 21:36:29.171 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:29.176 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:29.176 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:29.176 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:29.176 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:29.176 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:29.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:29.180 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 21:36:29.180 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:29.180 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 21:36:29.180 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:29.180 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:29.180 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:29.180 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:29.193 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") 21:36:29.193 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:29.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:29.204 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:29.204 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:29.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:29.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:29.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:29.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:29.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:36:29.206 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Item23 21:36:29.207 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 21:36:29.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:29.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:29.208 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:29.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:29.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:29.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:29.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:36:29.208 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:36:29.208 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:29.209 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:29.209 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:29.209 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:29.209 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:29.209 INFO [main][AbstractShell] Close shell Testing shell 21:36:29.209 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:29.213 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:29.213 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:29.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:29.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:29.213 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:29.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:29.218 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 21:36:29.218 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 21:36:29.218 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:29.218 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:29.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.39 s - in org.eclipse.reddeer.swt.test.impl.combo.ComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.038 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.039 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.043 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.055 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.042 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.054 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.039 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.039 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.038 s Running org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:29.221 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:29.222 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:36:29.222 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:29.222 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:29.222 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:29.222 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:36:29.222 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:29.222 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:36:29.222 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:29.222 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:29.222 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 21:36:29.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:29.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:29.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:29.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:29.237 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 21:36:29.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:29.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:29.246 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:29.246 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:29.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:29.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:36:29.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:36:29.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:29.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 2 was found 21:36:29.247 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 2 21:36:29.249 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 21:36:29.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:29.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:29.249 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:29.249 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:29.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:29.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:29.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:29.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:29.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:36:29.249 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:36:29.250 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:29.250 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:29.250 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:29.250 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:29.250 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:29.250 INFO [main][AbstractShell] Close shell Testing shell 21:36:29.250 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:29.253 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:29.253 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:29.253 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:29.253 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:29.253 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:29.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:29.258 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 21:36:29.258 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:29.258 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 21:36:29.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:29.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:29.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:29.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:29.275 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 21:36:29.275 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:29.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:29.282 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:29.282 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:29.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:29.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:29.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:29.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:29.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 21:36:29.283 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:29.283 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:29.283 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:29.284 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:29.284 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:29.284 INFO [main][AbstractShell] Close shell Testing shell 21:36:29.284 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:29.287 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:29.287 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:29.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:29.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:29.287 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:29.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:29.297 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 21:36:29.297 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:29.297 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 21:36:29.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:29.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:29.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:29.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:29.313 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 21:36:29.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:29.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:29.322 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:29.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:29.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:29.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:29.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:29.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:29.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 21:36:29.323 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 21:36:29.323 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 21:36:29.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:29.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:29.323 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:29.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:29.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:29.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:29.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:29.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:29.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 21:36:29.324 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:29.324 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:29.324 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:29.325 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:29.325 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:29.325 INFO [main][AbstractShell] Close shell Testing shell 21:36:29.325 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:29.329 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:29.329 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:29.329 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:29.329 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:29.329 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:29.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:29.334 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 21:36:29.334 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:29.334 INFO [WorkbenchTestable][RequirementsRunner] Started test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 21:36:29.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:29.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:29.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:29.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:29.362 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") 21:36:29.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:29.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:29.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:29.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:29.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:29.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:29.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:29.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:29.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 21:36:29.389 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") 21:36:29.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:29.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:29.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:29.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:29.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:29.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:29.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:29.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:29.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 21:36:29.390 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 21:36:29.392 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 21:36:29.393 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:29.393 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:29.393 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:29.393 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:29.393 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:29.393 INFO [main][AbstractShell] Close shell Testing shell 21:36:29.393 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:29.397 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:29.397 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:29.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:29.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:29.397 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:29.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:29.407 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 21:36:29.407 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:29.407 INFO [WorkbenchTestable][RequirementsRunner] Started test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 21:36:29.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:29.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:29.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:29.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:29.419 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 21:36:29.419 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:29.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:29.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:29.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:29.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:29.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:29.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:29.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:29.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 21:36:29.427 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:29.427 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:29.427 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:29.427 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:29.427 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:29.427 INFO [main][AbstractShell] Close shell Testing shell 21:36:29.427 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:29.430 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:29.430 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:29.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:29.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:29.430 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:29.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:29.438 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 21:36:29.439 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:29.439 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 21:36:29.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:29.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:29.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:29.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:29.450 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 21:36:29.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:29.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:29.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:29.458 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:29.458 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:29.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:29.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 21:36:29.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 21:36:29.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 21:36:29.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 21:36:30.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 21:36:30.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 21:36:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:36:30.460 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 5 was not found 21:36:30.461 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:30.461 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:30.461 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:30.461 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:30.461 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:30.461 INFO [main][AbstractShell] Close shell Testing shell 21:36:30.461 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:30.464 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:30.464 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:30.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:30.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:30.464 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:30.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:30.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:30.472 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 21:36:30.472 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:30.472 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 21:36:30.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:30.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:30.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:30.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:30.483 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_#$") 21:36:30.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:30.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:30.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:30.491 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:30.491 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:30.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:30.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:30.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:36:30.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:30.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:36:31.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:31.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:36:31.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:36:31.493 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was not found 21:36:31.493 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:31.493 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:31.493 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:31.493 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:31.493 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:31.493 INFO [main][AbstractShell] Close shell Testing shell 21:36:31.493 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:31.497 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:31.497 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:31.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:31.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:31.497 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:31.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.505 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 21:36:31.505 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:31.506 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 21:36:31.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:31.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:31.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:31.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:31.518 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") 21:36:31.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:31.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.526 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:31.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:31.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:31.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:31.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:31.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:31.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 21:36:31.526 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 21:36:31.526 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 21:36:31.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:31.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.527 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:31.527 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:31.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:31.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:31.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:31.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:31.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:36:31.527 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:36:31.527 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:31.527 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:31.527 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:31.528 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:31.528 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:31.528 INFO [main][AbstractShell] Close shell Testing shell 21:36:31.528 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:31.531 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:31.531 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:31.531 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:31.531 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:31.531 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:31.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.535 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 21:36:31.535 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 21:36:31.535 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:31.535 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:31.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.314 s - in org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.036 s getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.039 s getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.037 s isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.073 s tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.031 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.033 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.033 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.029 s Running org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 21:36:31.538 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 21:36:31.538 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:36:31.538 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:31.538 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 21:36:31.538 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:31.539 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:36:31.539 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:31.539 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:36:31.539 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:31.539 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:31.539 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 21:36:31.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 21:36:31.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:31.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:31.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:31.547 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 21:36:31.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:31.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.554 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:31.554 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:31.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:31.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:31.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:31.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:31.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 21:36:31.556 TRACE [main][WidgetHandler] Notify List with event 13 21:36:31.556 TRACE [main][WidgetHandler] Wait for synchronization 21:36:31.556 TRACE [main][WidgetHandler] Notify List with event 13 21:36:31.556 TRACE [main][WidgetHandler] Wait for synchronization 21:36:31.556 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:31.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 21:36:31.557 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:31.557 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:31.557 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:31.557 INFO [main][AbstractShell] Close shell Testing shell 21:36:31.557 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:31.559 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:31.559 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:31.559 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 21:36:31.559 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:31.559 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:31.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.563 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 21:36:31.563 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:31.563 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 21:36:31.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 21:36:31.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:31.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:31.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:31.571 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 21:36:31.571 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:31.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.576 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:31.576 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:31.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:31.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:31.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:31.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:31.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 21:36:31.577 TRACE [main][WidgetHandler] Notify List with event 13 21:36:31.577 TRACE [main][WidgetHandler] Wait for synchronization 21:36:31.577 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:31.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 21:36:31.577 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:31.577 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:31.577 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:31.577 INFO [main][AbstractShell] Close shell Testing shell 21:36:31.577 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:31.579 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:31.579 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:31.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 21:36:31.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:31.579 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:31.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.588 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 21:36:31.588 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:31.588 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 21:36:31.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 21:36:31.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:31.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:31.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:31.593 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 21:36:31.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:31.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.602 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:31.602 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:31.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:31.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:31.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:31.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:31.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 21:36:31.604 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:31.604 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:31.604 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:31.604 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:31.604 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:31.604 INFO [main][AbstractShell] Close shell Testing shell 21:36:31.604 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:31.606 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:31.606 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:31.606 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 21:36:31.606 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:31.606 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:31.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.610 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 21:36:31.610 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:31.610 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 21:36:31.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 21:36:31.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:31.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:31.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:31.615 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 21:36:31.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:31.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:31.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:31.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:31.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:31.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:31.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:31.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 21:36:31.623 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 21:36:31.623 TRACE [main][WidgetHandler] Notify List with event 13 21:36:31.623 TRACE [main][WidgetHandler] Wait for synchronization 21:36:31.624 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:31.624 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:31.624 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:31.624 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:31.624 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:31.624 INFO [main][AbstractShell] Close shell Testing shell 21:36:31.624 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:31.626 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:31.626 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:31.626 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 21:36:31.626 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:31.626 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:31.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.630 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 21:36:31.630 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:31.630 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 21:36:31.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 21:36:31.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:31.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:31.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:31.639 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 21:36:31.639 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:31.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:31.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:31.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:31.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:31.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:31.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:31.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 21:36:31.645 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') 21:36:31.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:31.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.646 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:31.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:31.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:31.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:31.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 21:36:31.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:31.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:31.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 21:36:31.646 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:31.646 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:31.646 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:31.646 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:31.646 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:31.646 INFO [main][AbstractShell] Close shell Testing shell 21:36:31.646 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:31.648 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:31.648 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:31.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 21:36:31.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:31.648 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:31.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.656 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 21:36:31.656 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:31.656 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 21:36:31.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 21:36:31.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:31.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:31.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:31.662 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 21:36:31.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:31.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:31.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:31.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:31.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 21:36:31.670 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 3) 21:36:31.670 TRACE [main][WidgetHandler] Notify List with event 13 21:36:31.670 TRACE [main][WidgetHandler] Wait for synchronization 21:36:31.671 TRACE [main][WidgetHandler] Notify List with event 13 21:36:31.671 TRACE [main][WidgetHandler] Wait for synchronization 21:36:31.671 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:31.671 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:31.671 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:31.672 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:31.672 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:31.672 INFO [main][AbstractShell] Close shell Testing shell 21:36:31.672 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:31.674 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:31.674 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:31.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 21:36:31.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:31.674 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:31.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.678 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 21:36:31.678 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:31.678 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 21:36:31.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 21:36:31.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:31.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:31.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:31.683 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 21:36:31.683 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:31.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:31.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:31.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:31.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:31.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:31.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:31.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 21:36:31.692 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 21:36:31.692 TRACE [main][WidgetHandler] Notify List with event 13 21:36:31.692 TRACE [main][WidgetHandler] Wait for synchronization 21:36:31.693 TRACE [main][WidgetHandler] Notify List with event 13 21:36:31.693 TRACE [main][WidgetHandler] Wait for synchronization 21:36:31.693 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:31.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 21:36:31.693 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:31.694 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:31.694 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:31.694 INFO [main][AbstractShell] Close shell Testing shell 21:36:31.694 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:31.695 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:31.695 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:31.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 21:36:31.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:31.696 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:31.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.703 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 21:36:31.703 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 21:36:31.703 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:31.703 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:31.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 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.022 s testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.02 s testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.026 s testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.022 s testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.025 s Running org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 21:36:31.706 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 21:36:31.706 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:36:31.707 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:31.707 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 21:36:31.707 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:31.707 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:36:31.707 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:31.707 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:36:31.707 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:31.707 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:31.707 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 21:36:31.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 21:36:31.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:31.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:31.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:31.718 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 21:36:31.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:31.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:31.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:31.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:31.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:36:31.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:36:31.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:31.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 2 was found 21:36:31.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 2 21:36:31.726 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 21:36:31.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:31.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:31.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:31.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:31.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:31.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:31.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:31.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:36:31.726 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:36:31.727 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 21:36:31.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:31.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:31.728 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:31.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:31.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:31.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:31.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:31.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 21:36:31.729 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:31.729 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:31.729 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:31.729 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:31.729 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:31.729 INFO [main][AbstractShell] Close shell Testing shell 21:36:31.729 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:31.732 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:31.732 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:31.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 21:36:31.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:31.732 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:31.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.736 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 21:36:31.736 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:31.736 INFO [WorkbenchTestable][RequirementsRunner] Started test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 21:36:31.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 21:36:31.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:31.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:31.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:31.747 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 21:36:31.747 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:31.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.757 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:31.757 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:31.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:31.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 21:36:31.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 21:36:31.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:31.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was found 21:36:31.757 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Item 3 21:36:31.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 3 21:36:31.758 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:36:31.759 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 21:36:31.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:31.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:31.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:31.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:31.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:31.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:31.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 21:36:31.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 21:36:32.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 21:36:32.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 21:36:32.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 21:36:32.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 21:36:32.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:36:32.761 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was not found 21:36:32.761 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:32.762 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:32.762 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:32.762 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:32.762 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:32.762 INFO [main][AbstractShell] Close shell Testing shell 21:36:32.762 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:32.764 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:32.764 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:32.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 21:36:32.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:32.764 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:32.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:32.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:32.768 INFO [WorkbenchTestable][RequirementsRunner] Finished test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 21:36:32.768 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:32.768 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 21:36:32.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 21:36:32.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:32.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:32.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:32.779 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 21:36:32.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:32.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:32.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:32.788 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:32.788 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:32.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:32.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 21:36:32.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 21:36:33.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 21:36:33.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 21:36:33.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 21:36:33.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 21:36:33.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:36:33.790 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 5 was not found 21:36:33.791 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:33.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 21:36:33.791 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:33.791 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:33.791 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:33.791 INFO [main][AbstractShell] Close shell Testing shell 21:36:33.791 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:33.794 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:33.794 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:33.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 21:36:33.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:33.794 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:33.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:33.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:33.803 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 21:36:33.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:33.803 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 21:36:33.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 21:36:33.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:33.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:33.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:33.813 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_#$") 21:36:33.813 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:33.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:33.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:33.820 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:33.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:33.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:33.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:33.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:36:34.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:34.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:36:34.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:34.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:36:34.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:36:34.823 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was not found 21:36:34.823 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:34.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 21:36:34.823 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:34.823 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:34.823 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:34.823 INFO [main][AbstractShell] Close shell Testing shell 21:36:34.823 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:34.826 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:34.826 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:34.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 21:36:34.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:34.826 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:34.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:34.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:34.835 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 21:36:34.835 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:34.835 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 21:36:34.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 21:36:34.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:34.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:34.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:34.845 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") 21:36:34.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:34.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:34.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:34.852 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:34.853 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:34.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:34.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:34.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:34.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:34.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:36:34.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 1 21:36:34.854 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 21:36:34.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:34.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:34.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:34.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:34.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:34.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:34.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:34.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:34.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:34.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:36:34.854 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:36:34.855 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 21:36:34.855 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:34.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:34.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:34.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:34.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:34.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:34.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:34.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:34.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:34.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 21:36:34.855 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:34.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 21:36:34.855 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:34.855 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:34.855 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:34.855 INFO [main][AbstractShell] Close shell Testing shell 21:36:34.855 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:34.858 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:34.858 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:34.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 21:36:34.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:34.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:34.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:34.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:34.866 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 21:36:34.866 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 21:36:34.866 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:34.866 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:34.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:34.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.16 s - in org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.029 s close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.032 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.035 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.032 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.031 s Running org.eclipse.reddeer.swt.test.DummyTest 21:36:34.869 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.DummyTest 21:36:34.869 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:36:34.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:34.869 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 21:36:34.869 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:34.869 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:36:34.870 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:34.870 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:36:34.870 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:34.870 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:34.870 INFO [WorkbenchTestable][RequirementsRunner] Started test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 21:36:34.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 21:36:34.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:34.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:34.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:34.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 21:36:34.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:34.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:34.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:34.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:34.870 INFO [WorkbenchTestable][RequirementsRunner] Finished test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 21:36:34.870 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 21:36:34.870 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:34.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:34.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:34.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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 21:36:34.879 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 21:36:34.879 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:36:34.879 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:34.879 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 21:36:34.879 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:34.879 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:36:34.879 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:34.879 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:36:34.879 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:34.880 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:34.880 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 21:36:34.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 21:36:34.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:34.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:34.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:34.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:34.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:34.890 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:34.890 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 21:36:34.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:34.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:36:34.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:36:34.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:34.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 2 was found 21:36:34.890 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:34.890 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:34.890 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:34.890 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:34.890 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:34.890 INFO [main][AbstractShell] Close shell Testing shell 21:36:34.890 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:34.892 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:34.892 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:34.892 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 21:36:34.892 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:34.892 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:34.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:34.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:34.900 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 21:36:34.900 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:34.900 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 21:36:34.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 21:36:34.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:34.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:34.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:34.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:34.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:34.911 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:34.911 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') 21:36:34.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:34.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:34.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:34.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:34.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:36:34.913 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:34.913 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:34.913 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:34.913 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:34.913 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:34.913 INFO [main][AbstractShell] Close shell Testing shell 21:36:34.913 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:34.915 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:34.915 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:34.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 21:36:34.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:34.915 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:34.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:34.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:34.919 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 21:36:34.919 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:34.919 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 21:36:34.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 21:36:34.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:34.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:34.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:34.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:36:34.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:34.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:34.933 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:36:34.934 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") 21:36:34.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:34.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:34.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:34.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:34.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:36:34.939 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:34.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 21:36:34.939 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:34.939 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:34.939 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:34.939 INFO [main][AbstractShell] Close shell Testing shell 21:36:34.939 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:34.941 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:34.941 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:34.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 21:36:34.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:34.941 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:34.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:35.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 21:36:35.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 21:36:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 21:36:36.945 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 21:36:36.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:36.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 21:36:36.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 21:36:36.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:36.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:36.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:36.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:36.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:36.955 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:36.955 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") 21:36:36.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:36.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:36.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:36.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:36.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:36:36.955 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:36.955 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:36.955 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:36.955 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:36.955 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:36.955 INFO [main][AbstractShell] Close shell Testing shell 21:36:36.955 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:36.957 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:36.957 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:36.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 21:36:36.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:36.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:36.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:36.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:36.968 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 21:36:36.968 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:36.968 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 21:36:36.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 21:36:36.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:36.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:36.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:36.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:36.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:36.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:36.983 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 21:36:36.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:36.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:36.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:36.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:36.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found PUSH tooltip 21:36:36.983 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:36.983 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:36.983 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:36.983 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:36.983 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:36.983 INFO [main][AbstractShell] Close shell Testing shell 21:36:36.983 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:36.985 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:36.985 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:36.985 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 21:36:36.985 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:36.985 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:36.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:36.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:36.988 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 21:36:36.988 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 21:36:36.989 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:36.989 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:36.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:36.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.111 s - in org.eclipse.reddeer.swt.test.toolitem.ToolItemTest constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.02 s constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.019 s WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 2.026 s testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.023 s constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.02 s Running org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 21:36:36.991 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 21:36:36.992 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:36:36.992 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:36.992 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 21:36:36.992 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:36.992 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:36:36.992 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:36.992 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:36:36.992 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:36.992 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:36.992 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 21:36:36.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 21:36:36.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:36.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:36.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:37.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:36:37.005 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:37.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:37.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:37.014 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:37.014 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:37.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:37.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:37.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:37.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:37.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:37.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX]... 21:36:37.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:37.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:37.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 21:36:37.017 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:36:37.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:36:37.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:36:37.518 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:36:37.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 21:36:37.520 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:36:37.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:36:37.520 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:36:37.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:36:37.520 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:36:38.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:38.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:38.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 21:36:38.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:36:38.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:36:38.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:36:38.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:36:38.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:36:38.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 21:36:38.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:36:38.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:36:38.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:36:38.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:36:38.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:36:38.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX] failed, an exception will be thrown 21:36:38.021 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:38.021 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:38.021 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:38.022 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:38.022 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:38.022 INFO [main][AbstractShell] Close shell Testing shell 21:36:38.022 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:38.025 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:38.025 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:38.025 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 21:36:38.025 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:38.025 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:38.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:38.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:38.030 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 21:36:38.030 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:38.030 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 21:36:38.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 21:36:38.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:38.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:38.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:38.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:36:38.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:38.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:38.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:38.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:38.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:38.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:38.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:38.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:38.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:38.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:38.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 21:36:38.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:38.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:38.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 21:36:38.050 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:36:38.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:36:38.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:36:38.551 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:36:38.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 21:36:38.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:36:38.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:36:38.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:36:38.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:36:38.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:36:38.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 21:36:38.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:36:38.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:36:39.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:36:39.054 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:36:39.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 21:36:39.056 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:36:39.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:36:39.056 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 21:36:39.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:36:39.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:36:39.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 21:36:39.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:36:39.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:39.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:39.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:39.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:39.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:39.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:39.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:39.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:39.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:39.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:39.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 21:36:39.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 21:36:39.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:36:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:36:39.057 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:36:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:36:39.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:36:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 21:36:39.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:36:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:36:39.057 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:36:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:36:39.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:36:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 21:36:39.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:36:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:36:39.057 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 21:36:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:36:39.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:36:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 21:36:39.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:36:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:36:39.057 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 21:36:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:36:39.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:36:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 21:36:39.058 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:39.058 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:39.058 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:39.058 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:39.058 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:39.058 INFO [main][AbstractShell] Close shell Testing shell 21:36:39.058 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:39.060 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:39.060 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:39.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 21:36:39.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:39.060 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:39.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:39.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:39.064 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 21:36:39.064 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:39.064 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 21:36:39.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 21:36:39.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:39.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:39.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:39.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:36:39.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:39.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:39.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:39.082 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:39.082 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:39.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:39.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:39.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:39.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:39.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:39.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 21:36:39.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:39.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:39.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 21:36:39.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:36:39.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:39.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:39.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:39.084 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:39.084 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:39.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:39.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:39.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:39.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:39.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:39.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 21:36:39.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:39.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:39.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 21:36:39.084 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:39.084 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:39.084 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:39.085 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:39.085 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:39.085 INFO [main][AbstractShell] Close shell Testing shell 21:36:39.085 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:39.087 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:39.087 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:39.087 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 21:36:39.087 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:39.087 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:39.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:39.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:39.099 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 21:36:39.099 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:39.099 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 21:36:39.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 21:36:39.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:39.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:39.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:39.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:36:39.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:39.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:39.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:39.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:39.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:39.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:39.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:39.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:39.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:39.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA]... 21:36:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:39.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:39.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:40.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:40.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:40.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA] failed, NO exception will be thrown 21:36:40.119 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:40.119 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:40.119 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:40.119 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:40.119 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:40.119 INFO [main][AbstractShell] Close shell Testing shell 21:36:40.119 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:40.121 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:40.121 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:40.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 21:36:40.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:40.122 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:40.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:40.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:40.126 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 21:36:40.126 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:40.126 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 21:36:40.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 21:36:40.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:40.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:40.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:40.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:36:40.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:40.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:40.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:40.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:40.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:40.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:40.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:40.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:40.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:40.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:40.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 21:36:40.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:40.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:40.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:40.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:41.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:41.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:41.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 21:36:41.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 21:36:41.147 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:41.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:41.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:41.148 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:41.148 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:41.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:41.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:41.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:41.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:41.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:41.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 21:36:41.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:41.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:41.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:41.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:42.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:42.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:42.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 21:36:42.150 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:42.150 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:42.150 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:42.151 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:42.151 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:42.151 INFO [main][AbstractShell] Close shell Testing shell 21:36:42.151 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:42.153 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:42.153 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:42.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 21:36:42.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:42.153 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:42.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:42.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:42.165 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 21:36:42.165 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:42.165 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 21:36:42.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 21:36:42.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:42.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:42.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:42.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:36:42.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:42.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:42.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:42.181 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:42.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:42.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:42.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:42.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:42.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:42.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:42.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null... 21:36:43.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null failed, an exception will be thrown 21:36:43.184 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:43.184 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:43.184 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:43.185 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:43.185 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:43.185 INFO [main][AbstractShell] Close shell Testing shell 21:36:43.185 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:43.187 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:43.187 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:43.187 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 21:36:43.187 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:43.187 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:43.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:43.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:43.191 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 21:36:43.191 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:43.191 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 21:36:43.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 21:36:43.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:43.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:43.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:43.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:36:43.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:43.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:43.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:43.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:43.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:43.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:43.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:43.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:43.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:43.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:43.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 21:36:44.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] failed, an exception will be thrown 21:36:44.213 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:44.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 21:36:44.213 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:44.213 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:44.213 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:44.213 INFO [main][AbstractShell] Close shell Testing shell 21:36:44.213 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:44.216 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:44.216 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:44.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 21:36:44.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:44.216 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:44.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:44.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:44.227 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 21:36:44.227 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 21:36:44.227 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:44.227 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:44.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:44.227 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.038 s testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.034 s testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 0.035 s testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.027 s testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 2.039 s testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.026 s testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.036 s Running org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest 21:36:44.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 21:36:44.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 21:36:44.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 21:36:44.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:44.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:44.243 INFO [WorkbenchTestable][AbstractShell] Close shell shell 21:36:44.243 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 21:36:44.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:36:44.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:36:44.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 21:36:44.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 21:36:44.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 21:36:44.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:44.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:44.263 INFO [WorkbenchTestable][AbstractShell] Close shell shell 21:36:44.263 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 21:36:44.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:36:44.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:36:44.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 21:36:44.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 21:36:44.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 21:36:44.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:44.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:44.282 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'shell' 21:36:44.282 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'shell' 21:36:44.293 INFO [WorkbenchTestable][AbstractShell] Close shell shell 21:36:44.293 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 21:36:44.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:36:44.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:36:44.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 21:36:44.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 21:36:44.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 21:36:44.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:44.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:44.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 21:36:44.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 21:36:44.307 INFO [WorkbenchTestable][AbstractShell] Close shell shell 21:36:44.307 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 21:36:44.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:36:44.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:36:44.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 21:36:44.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 21:36:44.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 21:36:44.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:44.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:44.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 21:36:45.328 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 21:36:45.328 INFO [WorkbenchTestable][AbstractShell] Close shell shell 21:36:45.328 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 21:36:45.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:36:45.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:36:45.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 21:36:45.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 21:36:45.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 21:36:45.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:45.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:45.348 INFO [WorkbenchTestable][AbstractShell] Close shell shell 21:36:45.348 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 21:36:45.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:36:45.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:36:45.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 21:36:45.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 21:36:45.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 21:36:45.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:45.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:45.372 INFO [WorkbenchTestable][AbstractShell] Close shell shell 21:36:45.372 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 21:36:45.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:36:45.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:36:45.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 21:36:45.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 21:36:45.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 21:36:45.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:45.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:45.390 INFO [WorkbenchTestable][AbstractShell] Close shell shell 21:36:45.390 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 21:36:45.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:36:45.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:36:45.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 21:36:45.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 21:36:45.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 21:36:45.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:45.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:45.410 INFO [WorkbenchTestable][AbstractShell] Close shell shell 21:36:45.410 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 21:36:45.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:36:45.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:36:45.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 21:36:45.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 21:36:45.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 21:36:45.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:45.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:45.429 INFO [WorkbenchTestable][AbstractShell] Close shell shell 21:36:45.429 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 21:36:45.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:36:45.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:36:45.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 21:36:45.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 21:36:45.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 21:36:45.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:45.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:45.449 INFO [WorkbenchTestable][AbstractShell] Close shell shell 21:36:45.449 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 21:36:45.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:36:45.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:36:45.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 21:36:45.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 21:36:45.472 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 21:36:45.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:45.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:45.473 INFO [WorkbenchTestable][AbstractShell] Close shell shell 21:36:45.473 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 21:36:45.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:36:45.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.249 s - in org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest testGetResultShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.018 s testShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.02 s testMinimizeMaximize(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.026 s testWaitUntil(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.018 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.027 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.019 s testShellWithLabelMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.027 s testShellWithMatcher(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.019 s testGetResultShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.017 s Running org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:45.490 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:45.491 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:36:45.491 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:45.491 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:45.491 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:45.491 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:36:45.496 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:45.496 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:36:45.496 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:45.497 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:45.497 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 21:36:45.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:45.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:45.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:45.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:45.581 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 21:36:45.581 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:45.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:45.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:45.646 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:45.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:45.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:45.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:45.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:45.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:45.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:45.647 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:45.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 21:36:45.647 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:45.648 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:45.648 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:45.648 INFO [main][AbstractShell] Close shell Testing shell 21:36:45.648 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:45.652 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:45.652 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:45.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:45.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:45.652 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:45.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:45.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:45.656 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 21:36:45.656 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:45.656 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 21:36:45.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:45.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:45.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:45.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:45.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 21:36:45.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:45.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:45.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:45.794 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:45.794 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:45.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:45.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:45.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:45.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:45.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:45.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:45.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:45.802 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:45.802 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:45.802 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:45.802 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:45.802 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:45.802 INFO [main][AbstractShell] Close shell Testing shell 21:36:45.802 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:45.807 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:45.807 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:45.807 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:45.807 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:45.807 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:45.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:45.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:45.811 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 21:36:45.811 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:45.811 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 21:36:45.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:45.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:45.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:45.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:45.882 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 21:36:45.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:45.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:45.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:45.948 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:45.948 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:45.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:45.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:45.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:45.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:45.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:45.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:45.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:45.958 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:45.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 21:36:45.958 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:45.958 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:45.958 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:45.958 INFO [main][AbstractShell] Close shell Testing shell 21:36:45.958 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:45.962 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:45.962 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:45.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:45.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:45.962 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:45.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:45.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:45.967 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 21:36:45.967 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:45.967 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 21:36:45.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:45.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:45.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:45.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:46.044 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 21:36:46.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:46.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:46.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:46.108 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:46.108 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:46.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:46.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:36:46.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:36:46.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:46.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:36:46.111 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:46.111 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:46.111 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:46.111 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:46.111 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:46.111 INFO [main][AbstractShell] Close shell Testing shell 21:36:46.111 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:46.115 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:46.116 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:46.116 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:46.116 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:46.116 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:46.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:46.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:46.120 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 21:36:46.120 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:46.120 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 21:36:46.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:46.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:46.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:46.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:46.191 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 21:36:46.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:46.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:46.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:46.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:46.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:46.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:46.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:46.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:46.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:46.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:46.266 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:46.266 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:46.266 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:46.266 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:46.266 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:46.266 INFO [main][AbstractShell] Close shell Testing shell 21:36:46.266 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:46.272 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:46.272 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:46.272 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:46.272 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:46.272 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:46.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:46.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:46.277 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 21:36:46.277 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:46.277 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 21:36:46.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:46.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:46.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:46.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:46.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 21:36:46.357 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:46.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:46.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:46.421 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:46.421 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:46.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:46.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:46.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:46.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:46.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:46.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:46.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:46.435 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:46.435 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:46.435 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:46.435 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:46.435 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:46.435 INFO [main][AbstractShell] Close shell Testing shell 21:36:46.435 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:46.439 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:46.439 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:46.439 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:46.439 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:46.439 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:46.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:46.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:46.450 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 21:36:46.450 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:46.450 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 21:36:46.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:46.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:46.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:46.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:46.522 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 21:36:46.522 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:46.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:46.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:46.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:46.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:46.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:46.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:46.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:46.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:46.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:46.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 21:36:46.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:46.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:46.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:46.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:46.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:46.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:46.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:46.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:46.590 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:46.590 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:46.590 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:46.590 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:46.590 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:46.590 INFO [main][AbstractShell] Close shell Testing shell 21:36:46.590 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:46.594 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:46.594 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:46.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:46.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:46.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:46.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:46.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:46.598 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 21:36:46.598 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:46.598 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 21:36:46.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:46.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:46.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:46.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:46.670 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 21:36:46.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:46.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:46.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:46.737 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:36:46.737 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:46.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:46.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:46.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:46.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:46.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:36:46.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:36:46.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:36:46.746 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:46.746 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:46.746 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:46.746 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:46.746 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:46.746 INFO [main][AbstractShell] Close shell Testing shell 21:36:46.746 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:46.750 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:46.750 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:46.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:46.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:46.750 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:46.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:46.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:46.754 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 21:36:46.754 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 21:36:46.754 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:46.754 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:46.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:46.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.264 s - in org.eclipse.reddeer.swt.test.condition.TableHasRowsTest tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.159 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.156 s tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.152 s tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.157 s tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.173 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 21:36:46.756 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 21:36:46.757 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:36:46.757 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:46.757 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 21:36:46.757 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:46.757 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:36:46.764 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:46.764 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:36:46.764 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:46.764 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:46.765 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 21:36:46.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 21:36:46.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:46.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:46.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:46.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 21:36:46.783 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 21:36:46.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 21:36:46.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:46.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:46.784 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") 21:36:46.784 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:46.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:46.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:46.784 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 21:36:46.784 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:46.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:46.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:46.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:46.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:46.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 21:36:46.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available.... 21:36:46.784 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 21:36:46.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 1 21:36:46.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:46.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:46.784 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") 21:36:46.784 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:46.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:46.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:46.784 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 1" as the parent 21:36:46.784 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:46.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:46.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:46.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:46.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 21:36:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 21:36:46.786 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 21:36:46.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 21:36:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:46.786 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") 21:36:46.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:46.786 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 21:36:46.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:46.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:46.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:46.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 21:36:46.786 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") 21:36:46.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:46.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:46.786 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 21:36:46.787 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:46.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:46.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:46.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:36:47.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:47.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:36:47.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:47.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:36:47.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:36:47.788 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was not found 21:36:47.789 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 1 21:36:47.789 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 1' 21:36:47.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:36:47.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:36:47.790 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 2 21:36:47.790 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 2' 21:36:47.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:36:47.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:36:47.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 21:36:47.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:47.796 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:47.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:47.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:47.797 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 21:36:47.797 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:47.797 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 21:36:47.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 21:36:47.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:47.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:47.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:47.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 21:36:47.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 21:36:47.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 21:36:47.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:47.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:47.812 INFO [WorkbenchTestable][AbstractShell] Close shell 21:36:47.812 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 21:36:47.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:36:47.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:36:47.818 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 21:36:47.818 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:47.818 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:47.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:47.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:47.819 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 21:36:47.819 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:47.819 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 21:36:47.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 21:36:47.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:47.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:47.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:47.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:47.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:47.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:36:47.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:47.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:47.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 21:36:47.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:47.819 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:47.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:47.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:47.819 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 21:36:47.819 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:47.819 INFO [WorkbenchTestable][RequirementsRunner] Started test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 21:36:47.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 21:36:47.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:47.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:47.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:47.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available.... 21:36:47.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available. finished successfully 21:36:47.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MaxMin 21:36:47.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:47.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:47.834 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'MaxMin' 21:36:47.835 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 21:36:47.835 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'MaxMin' 21:36:47.836 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 21:36:47.836 INFO [WorkbenchTestable][AbstractShell] Close shell MaxMin 21:36:47.836 INFO [WorkbenchTestable][ShellHandler] Closing shell 'MaxMin' 21:36:47.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:36:47.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:36:47.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 21:36:47.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:47.850 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:47.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:47.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:47.850 INFO [WorkbenchTestable][RequirementsRunner] Finished test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 21:36:47.850 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:47.850 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 21:36:47.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 21:36:47.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:47.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:47.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:47.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 21:36:47.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 21:36:47.866 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 21:36:47.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:47.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:47.866 INFO [WorkbenchTestable][AbstractShell] Close shell 21:36:47.866 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 21:36:47.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:36:47.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:36:47.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 21:36:47.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:47.872 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:47.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:47.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:47.879 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 21:36:47.879 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:47.879 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 21:36:47.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 21:36:47.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:47.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:47.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:47.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available.... 21:36:47.895 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 21:36:47.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Dummy shell 21:36:47.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:47.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:47.895 INFO [WorkbenchTestable][AbstractShell] Close shell Dummy shell 21:36:47.895 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Dummy shell' 21:36:47.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:36:47.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:36:47.900 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 21:36:47.900 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:47.900 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:47.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:47.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:47.901 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 21:36:47.901 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 21:36:47.901 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:47.901 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:47.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:47.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.145 s - in org.eclipse.reddeer.swt.test.shell.DefaultShellTest activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 1.032 s testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.022 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.031 s testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.029 s closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.021 s Running org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 21:36:47.903 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 21:36:47.904 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:36:47.904 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:47.904 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 21:36:47.904 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:47.904 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:36:47.904 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:47.904 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:36:47.904 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:47.904 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:47.904 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 21:36:47.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 21:36:47.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:47.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:47.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:47.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:36:47.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:47.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:47.905 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:36:47.905 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 21:36:47.905 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:47.905 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:47.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:47.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:47.905 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 21:36:47.905 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:47.905 INFO [WorkbenchTestable][RequirementsRunner] Started test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 21:36:47.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 21:36:47.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:47.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:47.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:47.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:36:47.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:47.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:47.905 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:36:47.905 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 21:36:47.913 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 21:36:47.914 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 21:36:47.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 21:36:47.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:47.914 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:47.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:47.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:47.914 INFO [WorkbenchTestable][RequirementsRunner] Finished test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 21:36:47.914 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 21:36:47.914 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:47.914 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:47.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:47.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.009 s Running org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 21:36:47.917 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 21:36:47.917 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:36:47.917 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:47.917 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 21:36:47.917 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:47.917 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:36:47.918 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:47.918 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:36:47.918 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:47.918 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:47.918 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 21:36:47.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 21:36:47.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:47.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:47.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:47.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:47.943 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 21:36:47.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:36:47.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:47.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:47.944 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) 21:36:47.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:47.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:47.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:47.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:47.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:36:47.945 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:47.945 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:47.945 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:47.945 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:47.945 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:47.945 INFO [main][AbstractShell] Close shell Testing shell 21:36:47.945 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:47.947 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:47.947 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:47.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 21:36:47.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:47.947 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:47.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:47.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:47.950 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 21:36:47.951 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 21:36:47.951 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:47.951 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:47.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:47.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.reddeer.swt.test.widgets.DefaultControlTest defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) Time elapsed: 0.032 s Running org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 21:36:47.953 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 21:36:47.954 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:36:47.954 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:47.954 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 21:36:47.954 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:47.954 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:36:47.954 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:47.954 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:36:47.954 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:47.954 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:47.954 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 21:36:47.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 21:36:47.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:47.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:47.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:47.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:47.969 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 21:36:47.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:36:47.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:47.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:47.969 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) 21:36:47.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:47.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:47.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:47.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:47.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:36:47.969 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Testing shell' 21:36:47.970 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:36:47.970 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:36:47.970 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:36:47.970 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:47.970 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:47.970 INFO [main][AbstractShell] Close shell Testing shell 21:36:47.970 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:36:47.972 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:47.972 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:47.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 21:36:47.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:47.972 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:47.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:47.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:47.980 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 21:36:47.980 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 21:36:47.980 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:47.980 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:47.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:47.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) Time elapsed: 0.026 s Running org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 21:36:47.985 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 21:36:47.985 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:36:47.985 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:47.985 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 21:36:47.985 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:47.985 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:36:47.986 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:47.986 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:36:47.986 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:47.986 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:47.986 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 21:36:47.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 21:36:47.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:47.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:47.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:47.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:47.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:47.996 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 21:36:47.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:47.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:47.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:36:47.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:47.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:47.997 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:36:47.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 21:36:47.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:47.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:47.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:47.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:47.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:36:47.998 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 21:36:47.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 21:36:48.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:36:48.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:36:48.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:36:48.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:36:48.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:36:48.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:48.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:48.008 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:36:48.010 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 21:36:48.010 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:48.010 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:48.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.010 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 21:36:48.010 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:48.010 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 21:36:48.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 21:36:48.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:48.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:48.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:48.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.012 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 21:36:48.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:36:48.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:48.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:48.013 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:36:48.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 '\*?\QRedDeer SWT\E') 21:36:48.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:36:48.015 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 21:36:48.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 21:36:48.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:36:48.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:36:48.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:36:48.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:36:48.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.016 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 21:36:48.017 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") 21:36:48.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:36:48.017 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 21:36:48.017 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:48.017 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:48.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.017 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 21:36:48.017 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:48.017 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 21:36:48.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 21:36:48.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:48.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:48.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:48.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.019 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 21:36:48.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:36:48.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:48.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:48.029 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:36:48.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 21:36:48.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:36:48.031 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 21:36:48.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 21:36:48.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:36:48.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:36:48.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:36:48.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:36:48.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.032 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 21:36:48.032 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") 21:36:48.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:36:48.032 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 21:36:48.032 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:36:48.032 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:36:48.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 21:36:48.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:48.033 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:48.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.033 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 21:36:48.033 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:48.033 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 21:36:48.033 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 21:36:48.033 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:48.033 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:48.033 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:48.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.035 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 21:36:48.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:36:48.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:48.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:48.036 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:36:48.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 '\*?\QRedDeer SWT\E') 21:36:48.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:36:48.037 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 21:36:48.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 21:36:48.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:36:48.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:36:48.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:36:48.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:36:48.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.044 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 21:36:48.044 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.*') 21:36:48.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:36:48.044 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 21:36:48.044 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:36:48.044 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:36:48.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 21:36:48.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:48.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:48.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.045 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 21:36:48.045 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 21:36:48.045 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:48.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:48.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.024 s testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.007 s testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.016 s testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.012 s Running org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 21:36:48.048 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 21:36:48.048 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:36:48.048 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:48.048 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 21:36:48.048 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:48.048 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:36:48.048 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:48.048 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:36:48.048 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:48.049 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:48.049 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 21:36:48.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 21:36:48.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:48.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:48.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:48.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:36:48.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:48.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:48.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:36:48.049 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") 21:36:48.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:36:48.051 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 21:36:48.052 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:36:48.052 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:36:48.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 21:36:48.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:48.052 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.052 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 21:36:48.052 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:48.052 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 21:36:48.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 21:36:48.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:48.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:48.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:48.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:36:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:48.052 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:36:48.052 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.*') 21:36:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:36:48.087 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 21:36:48.093 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:36:48.093 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:36:48.093 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 21:36:48.093 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:48.093 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:48.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.094 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 21:36:48.094 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:48.094 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 21:36:48.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 21:36:48.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:48.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:48.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:48.098 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:36:48.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:36:48.098 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:36:48.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:36:48.099 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:36:48.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:36:48.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:36:48.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:48.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:48.099 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:36:48.099 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:36:48.099 DEBUG [main][MenuItemLookup] Found menu:'File' 21:36:48.099 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:36:48.099 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:36:48.099 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:36:48.099 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:36:48.099 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:36:48.099 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:36:48.099 DEBUG [main][MenuItemLookup] Item match:Window 21:36:48.099 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:36:48.100 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:36:48.100 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:36:48.100 DEBUG [main][MenuItemLookup] Found menu:'' 21:36:48.100 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:36:48.100 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:36:48.100 DEBUG [main][MenuItemLookup] Found menu:'' 21:36:48.100 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:36:48.100 DEBUG [main][MenuItemLookup] Found menu:'' 21:36:48.100 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:36:48.100 DEBUG [main][MenuItemLookup] Item match:Preferences 21:36:48.100 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:36:48.100 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:36:48.100 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:36:48.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 'Preferences.*'] is available.... 21:36:48.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 'Preferences.*'] is available. finished successfully 21:36:48.194 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:36:48.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:48.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:48.195 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:36:48.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:36:48.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:36:48.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:48.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.195 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.195 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:48.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:48.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:48.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:48.196 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 21:36:48.196 DEBUG [main][TreeItemHandler] Selecting tree item: General 21:36:48.196 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 21:36:48.196 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 21:36:48.196 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 21:36:48.196 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:48.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.197 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.197 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:48.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 21:36:48.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:36:48.197 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:48.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.197 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.197 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:48.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:48.198 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 21:36:48.198 DEBUG [main][TreeItemHandler] Selecting tree item: Java 21:36:48.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 21:36:48.198 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 21:36:48.198 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 21:36:48.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:48.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:48.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 21:36:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.232 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 21:36:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:36:48.232 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Back to General 21:36:48.232 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:36:48.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:36:48.235 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 21:36:48.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.235 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 21:36:48.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:36:48.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.235 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:48.236 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 21:36:48.236 DEBUG [main][TreeItemHandler] Selecting tree item: General 21:36:48.236 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 21:36:48.236 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 21:36:48.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:36:48.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:36:48.237 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:36:48.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:36:48.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:36:48.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:36:48.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:36:48.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 21:36:48.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:48.254 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:48.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.255 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 21:36:48.255 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:48.255 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 21:36:48.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 21:36:48.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:48.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:48.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:48.255 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:36:48.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:36:48.255 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:36:48.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:36:48.255 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:36:48.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:36:48.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:36:48.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:48.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:48.255 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:36:48.256 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:36:48.256 DEBUG [main][MenuItemLookup] Found menu:'File' 21:36:48.256 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:36:48.256 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:36:48.256 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:36:48.256 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:36:48.256 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:36:48.256 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:36:48.256 DEBUG [main][MenuItemLookup] Item match:Window 21:36:48.256 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:36:48.256 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:36:48.256 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:36:48.256 DEBUG [main][MenuItemLookup] Found menu:'' 21:36:48.256 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:36:48.256 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:36:48.256 DEBUG [main][MenuItemLookup] Found menu:'' 21:36:48.256 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:36:48.256 DEBUG [main][MenuItemLookup] Found menu:'' 21:36:48.256 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:36:48.256 DEBUG [main][MenuItemLookup] Item match:Preferences 21:36:48.256 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:36:48.256 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:36:48.256 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:36:48.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 'Preferences.*'] is available.... 21:36:48.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:36:48.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:36:48.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:48.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:48.332 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:36:48.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:36:48.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 21:36:48.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:48.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.332 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.332 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:48.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:48.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:48.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:48.333 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 21:36:48.333 DEBUG [main][TreeItemHandler] Selecting tree item: General 21:36:48.333 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 21:36:48.333 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 21:36:48.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.333 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.333 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 21:36:48.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:36:48.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:36:48.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:48.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:48.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:48.334 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 21:36:48.334 DEBUG [main][TreeItemHandler] Selecting tree item: General 21:36:48.334 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 21:36:48.334 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 21:36:48.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 "Cancel") 21:36:48.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:48.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:48.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:36:48.336 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:36:48.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:36:48.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:36:48.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:36:48.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:36:48.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 21:36:48.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:48.348 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:48.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.349 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 21:36:48.349 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:48.349 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 21:36:48.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 21:36:48.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:48.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:48.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:48.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.*'] 21:36:48.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:36:48.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.*'] 21:36:48.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:36:48.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.*'] 21:36:48.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:36:48.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:36:48.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:48.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:48.349 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:36:48.349 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:36:48.350 DEBUG [main][MenuItemLookup] Found menu:'File' 21:36:48.350 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:36:48.350 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:36:48.350 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:36:48.350 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:36:48.350 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:36:48.350 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:36:48.350 DEBUG [main][MenuItemLookup] Item match:Window 21:36:48.350 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:36:48.350 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:36:48.350 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:36:48.350 DEBUG [main][MenuItemLookup] Found menu:'' 21:36:48.350 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:36:48.350 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:36:48.350 DEBUG [main][MenuItemLookup] Found menu:'' 21:36:48.350 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:36:48.350 DEBUG [main][MenuItemLookup] Found menu:'' 21:36:48.350 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:36:48.350 DEBUG [main][MenuItemLookup] Item match:Preferences 21:36:48.350 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:36:48.350 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:36:48.350 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:36:48.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.... 21:36:48.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 21:36:48.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:36:48.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:48.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:48.416 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:36:48.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:36:48.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:36:48.417 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:48.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.417 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.417 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:48.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:48.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:48.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:48.418 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 21:36:48.418 DEBUG [main][TreeItemHandler] Selecting tree item: General 21:36:48.418 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 21:36:48.418 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 21:36:48.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:36:48.418 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:48.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.418 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:48.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:48.418 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 21:36:48.418 DEBUG [main][TreeItemHandler] Selecting tree item: Java 21:36:48.418 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 21:36:48.419 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 21:36:48.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.456 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.456 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.*') 21:36:48.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:36:48.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:36:48.457 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:48.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.457 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.457 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:48.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:48.457 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 21:36:48.457 DEBUG [main][TreeItemHandler] Selecting tree item: General 21:36:48.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 21:36:48.457 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 21:36:48.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 21:36:48.457 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:48.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.459 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.459 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:48.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:36:48.460 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:36:48.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:36:48.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:36:48.460 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:36:48.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:36:48.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 21:36:48.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:48.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:48.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.482 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 21:36:48.482 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:48.482 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 21:36:48.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 21:36:48.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:48.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:48.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:48.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.*'] 21:36:48.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:36:48.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.*'] 21:36:48.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:36:48.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.*'] 21:36:48.483 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:36:48.483 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:36:48.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:48.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:48.483 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:36:48.483 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:36:48.483 DEBUG [main][MenuItemLookup] Found menu:'File' 21:36:48.483 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:36:48.483 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:36:48.483 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:36:48.483 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:36:48.483 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:36:48.483 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:36:48.483 DEBUG [main][MenuItemLookup] Item match:Window 21:36:48.484 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:36:48.484 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:36:48.484 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:36:48.484 DEBUG [main][MenuItemLookup] Found menu:'' 21:36:48.484 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:36:48.484 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:36:48.484 DEBUG [main][MenuItemLookup] Found menu:'' 21:36:48.484 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:36:48.484 DEBUG [main][MenuItemLookup] Found menu:'' 21:36:48.484 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:36:48.484 DEBUG [main][MenuItemLookup] Item match:Preferences 21:36:48.484 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:36:48.484 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:36:48.484 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:36:48.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 'Preferences.*'] is available.... 21:36:48.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:36:48.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:36:48.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:48.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:48.569 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:36:48.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:36:48.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:36:48.569 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:48.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.569 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.569 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:48.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:48.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:36:48.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:36:48.570 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 21:36:48.570 DEBUG [main][TreeItemHandler] Selecting tree item: General 21:36:48.570 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 21:36:48.570 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 21:36:48.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:36:48.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:48.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:48.571 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 21:36:48.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolBar and index 0 was found 21:36:48.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:36:48.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:48.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.600 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:48.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:36:48.601 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 21:36:48.601 DEBUG [main][TreeItemHandler] Selecting tree item: General 21:36:48.601 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 21:36:48.601 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 21:36:48.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 "Cancel") 21:36:48.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:48.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.602 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:36:48.602 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:48.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:36:48.603 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:36:48.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:36:48.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:36:48.603 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:36:48.603 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:36:48.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 21:36:48.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:48.622 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:48.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.622 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 21:36:48.623 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 21:36:48.623 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:48.623 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:48.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.576 s - in org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.003 s workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.042 s testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.161 s testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.094 s testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.133 s testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.14 s Running org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 21:36:48.625 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 21:36:48.626 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:36:48.626 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:48.626 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 21:36:48.626 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:48.626 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:36:48.627 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:48.627 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:36:48.627 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:48.627 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:48.627 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 21:36:48.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 21:36:48.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:48.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:48.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:48.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 21:36:48.644 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 21:36:48.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 21:36:48.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:48.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:48.644 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 21:36:48.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:48.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:48.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:48.644 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 21:36:48.644 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:48.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:48.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:48.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:48.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:48.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:36:48.644 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:36:48.645 INFO [WorkbenchTestable][Keyboard] Type text "test123" 21:36:48.645 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:36:48.645 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:36:49.247 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:36:49.247 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 21:36:49.848 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:36:49.848 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 21:36:50.450 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:36:50.450 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:36:51.051 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:36:51.051 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 21:36:51.652 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:36:51.652 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 21:36:52.254 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:36:52.254 INFO [WorkbenchTestable][Keyboard] As char:3, as int:51 21:36:52.856 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 21:36:52.856 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 21:36:52.856 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 21:36:52.856 DEBUG [main][AbstractWait] Waiting until shell is active... 21:36:52.856 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:36:52.856 INFO [main][AbstractShell] Close shell Keyboard testing shell 21:36:52.856 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 21:36:52.858 DEBUG [main][AbstractWait] Waiting while shell is available... 21:36:52.858 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:36:52.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 21:36:52.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:36:52.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:36:52.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:52.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:52.869 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 21:36:52.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:36:52.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 21:36:52.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 21:36:52.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:36:52.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:36:52.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:36:52.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 21:36:52.878 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 21:36:52.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 21:36:52.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:36:52.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:36:52.878 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 21:36:52.878 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:36:52.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:36:52.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:36:52.878 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 21:36:52.878 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:36:52.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:36:52.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:36:52.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:36:52.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:36:52.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:36:52.883 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:36:52.883 INFO [WorkbenchTestable][Keyboard] Type text "test" 21:36:52.883 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:36:52.884 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:36:53.485 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:36:53.485 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 21:36:54.087 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:36:54.087 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 21:36:54.688 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:36:54.688 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:36:55.289 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 21:36:55.289 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 21:36:55.490 INFO [WorkbenchTestable][Keyboard] Move cursor 21:36:55.691 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 21:36:55.691 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 21:36:55.891 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 21:36:56.294 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 21:36:56.294 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 21:36:56.494 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 21:36:56.695 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 21:36:56.896 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 21:36:56.896 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 21:36:57.096 INFO [WorkbenchTestable][Keyboard] Type character 'x', as int:120 21:36:57.096 DEBUG [WorkbenchTestable][Keyboard] Press character 'x', as int:120 21:36:57.296 DEBUG [WorkbenchTestable][Keyboard] Release character 'x', as int:120 21:36:57.497 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 21:36:57.698 INFO [WorkbenchTestable][Keyboard] Move cursor 21:36:57.898 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 21:36:57.898 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 21:36:58.099 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 21:36:58.500 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 21:36:58.500 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 21:36:58.700 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 21:36:59.101 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 21:36:59.101 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 21:36:59.302 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 21:36:59.703 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 21:36:59.703 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 21:36:59.904 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 21:37:00.305 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 21:37:00.305 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 21:37:00.506 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 21:37:00.706 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 21:37:00.706 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 21:37:00.907 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 21:37:00.907 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 21:37:01.108 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 21:37:01.309 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 21:37:01.511 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 21:37:01.511 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 21:37:01.511 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 21:37:01.511 DEBUG [main][AbstractWait] Waiting until shell is active... 21:37:01.512 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:37:01.512 INFO [main][AbstractShell] Close shell Keyboard testing shell 21:37:01.512 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 21:37:01.514 DEBUG [main][AbstractWait] Waiting while shell is available... 21:37:01.514 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:37:01.514 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 21:37:01.514 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:37:01.514 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:37:01.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:01.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:01.525 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 21:37:01.525 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:37:01.525 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 21:37:01.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 21:37:01.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:37:01.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:37:01.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:37:01.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 21:37:01.533 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 21:37:01.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 21:37:01.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:01.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:01.533 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 21:37:01.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:01.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:01.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:01.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 21:37:01.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:01.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:01.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:01.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:01.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:01.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:37:01.534 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:37:01.534 INFO [WorkbenchTestable][Keyboard] Type text "{@Test}" 21:37:01.534 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:37:01.534 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 21:37:01.734 INFO [WorkbenchTestable][Keyboard] As char:[, as int:91 21:37:02.736 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:37:02.736 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 21:37:02.937 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 21:37:03.939 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:37:03.939 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 21:37:04.139 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:37:05.141 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:37:05.141 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 21:37:05.742 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:37:05.742 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 21:37:06.344 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:37:06.344 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:37:06.945 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:37:06.945 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 21:37:07.145 INFO [WorkbenchTestable][Keyboard] As char:], as int:93 21:37:08.147 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 21:37:08.147 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 21:37:08.147 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 21:37:08.148 DEBUG [main][AbstractWait] Waiting until shell is active... 21:37:08.148 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:37:08.148 INFO [main][AbstractShell] Close shell Keyboard testing shell 21:37:08.148 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 21:37:08.150 DEBUG [main][AbstractWait] Waiting while shell is available... 21:37:08.150 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:37:08.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 21:37:08.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:37:08.150 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:37:08.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:08.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:08.155 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 21:37:08.155 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:37:08.155 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 21:37:08.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 21:37:08.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:37:08.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:37:08.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:37:08.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 21:37:08.169 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 21:37:08.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 21:37:08.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:08.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:08.170 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 21:37:08.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:08.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:08.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:08.170 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 21:37:08.170 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:08.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:08.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:08.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:08.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:08.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:37:08.170 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:37:08.171 INFO [WorkbenchTestable][Keyboard] Type text "test" 21:37:08.171 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:37:08.171 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:37:08.772 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:37:08.772 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 21:37:09.374 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:37:09.374 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 21:37:09.975 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:37:09.975 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:37:10.576 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 21:37:10.576 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 21:37:10.777 INFO [WorkbenchTestable][Keyboard] Move cursor 21:37:10.978 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 21:37:10.978 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 21:37:11.178 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 21:37:11.580 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 21:37:11.580 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 21:37:11.781 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 21:37:11.982 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 21:37:12.182 INFO [WorkbenchTestable][Keyboard] Type character '', as int:127 21:37:12.182 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:127 21:37:12.383 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:127 21:37:12.585 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 21:37:12.585 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 21:37:12.585 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 21:37:12.585 DEBUG [main][AbstractWait] Waiting until shell is active... 21:37:12.585 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:37:12.585 INFO [main][AbstractShell] Close shell Keyboard testing shell 21:37:12.585 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 21:37:12.587 DEBUG [main][AbstractWait] Waiting while shell is available... 21:37:12.587 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:37:12.588 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 21:37:12.588 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:37:12.588 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:37:12.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:12.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:12.591 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 21:37:12.591 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:37:12.591 INFO [WorkbenchTestable][RequirementsRunner] Started test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 21:37:12.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 21:37:12.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:37:12.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:37:12.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:37:12.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:12.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:12.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:37:12.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:12.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:12.592 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:37:12.592 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 21:37:12.792 INFO [WorkbenchTestable][Keyboard] As char:h, as int:104 21:37:13.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available.... 21:37:13.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available. finished successfully 21:37:13.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Search 21:37:13.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:13.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:13.802 INFO [WorkbenchTestable][AbstractShell] Close shell Search 21:37:13.802 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Search' 21:37:13.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:37:13.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:37:13.823 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 21:37:13.823 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 21:37:13.823 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:37:13.823 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:37:13.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:13.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:13.824 INFO [WorkbenchTestable][RequirementsRunner] Finished test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 21:37:13.824 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:37:13.824 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 21:37:13.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 21:37:13.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:37:13.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:37:13.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:37:13.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 21:37:13.836 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 21:37:13.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 21:37:13.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:13.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:13.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 21:37:13.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:13.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:13.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:13.837 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 21:37:13.837 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:13.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:13.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:13.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:13.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:13.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:37:13.837 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:37:13.838 INFO [WorkbenchTestable][Keyboard] Type text "test" 21:37:13.838 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:37:13.838 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:37:14.439 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:37:14.439 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 21:37:15.040 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:37:15.040 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 21:37:15.642 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:37:15.642 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:37:16.243 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 21:37:16.244 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 21:37:16.444 INFO [WorkbenchTestable][Keyboard] Move cursor 21:37:16.644 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 21:37:16.644 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 21:37:16.845 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 21:37:17.246 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 21:37:17.246 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 21:37:17.447 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 21:37:17.648 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 21:37:17.849 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 21:37:17.849 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 21:37:18.050 INFO [WorkbenchTestable][Keyboard] Type character 'c', as int:99 21:37:18.050 DEBUG [WorkbenchTestable][Keyboard] Press character 'c', as int:99 21:37:18.250 DEBUG [WorkbenchTestable][Keyboard] Release character 'c', as int:99 21:37:18.451 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 21:37:18.651 INFO [WorkbenchTestable][Keyboard] Move cursor 21:37:18.851 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 21:37:18.851 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 21:37:19.052 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 21:37:19.453 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 21:37:19.453 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 21:37:19.654 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 21:37:20.055 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 21:37:20.055 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 21:37:20.256 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 21:37:20.657 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 21:37:20.657 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 21:37:20.858 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 21:37:21.259 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 21:37:21.259 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 21:37:21.459 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 21:37:21.660 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 21:37:21.660 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 21:37:21.860 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 21:37:21.861 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 21:37:22.061 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 21:37:22.262 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 21:37:22.462 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 21:37:22.462 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 21:37:22.462 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 21:37:22.463 DEBUG [main][AbstractWait] Waiting until shell is active... 21:37:22.463 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:37:22.463 INFO [main][AbstractShell] Close shell Keyboard testing shell 21:37:22.463 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 21:37:22.465 DEBUG [main][AbstractWait] Waiting while shell is available... 21:37:22.465 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:37:22.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 21:37:22.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:37:22.465 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:37:22.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:22.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:22.469 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 21:37:22.469 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 21:37:22.469 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:37:22.469 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:37:22.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:22.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.844 s - in org.eclipse.reddeer.swt.test.keyboard.KeyboardTest typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.242 s cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.656 s typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 6.63 s selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.436 s keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 1.233 s copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.645 s Running org.eclipse.reddeer.swt.test.WidgetResolverTest 21:37:22.472 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.WidgetResolverTest 21:37:22.472 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:37:22.472 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:37:22.472 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 21:37:22.472 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:37:22.472 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:37:22.473 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:37:22.473 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:37:22.473 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:37:22.473 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:37:22.473 INFO [WorkbenchTestable][RequirementsRunner] Started test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 21:37:22.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 21:37:22.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:37:22.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:37:22.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:37:22.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:22.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:22.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:37:22.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:22.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:22.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widgets with specified parent and matchers 21:37:22.484 TRACE [WorkbenchTestable][WidgetLookup] 130 widget(s) found 21:37:22.484 INFO [WorkbenchTestable][WidgetResolverTest] Testing 130 widgets for matching children to parent. 21:37:22.485 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 21:37:22.485 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 21:37:22.485 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 21:37:22.485 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 21:37:22.485 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 21:37:22.486 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 21:37:22.486 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 21:37:22.486 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 21:37:22.486 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 21:37:22.486 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} matches to its parent widget Composite {} 21:37:22.486 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 21:37:22.487 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} matches to its parent widget Composite {} 21:37:22.487 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} matches to its parent widget Composite {} 21:37:22.487 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 21:37:22.487 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 21:37:22.487 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 21:37:22.487 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 21:37:22.487 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Package Explorer} matches to its parent widget CTabFolder {} 21:37:22.488 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 21:37:22.488 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 21:37:22.488 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 21:37:22.488 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 21:37:22.488 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} 21:37:22.488 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} 21:37:22.489 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 21:37:22.489 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} matches to its parent widget Composite {} 21:37:22.489 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ContributedPartRenderer$1 {} 21:37:22.489 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 21:37:22.489 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 21:37:22.489 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Tree {} matches to its parent widget Composite {} 21:37:22.490 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 21:37:22.490 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Link {There are no projects in your workspace. To add a project:} matches to its parent widget Composite {} 21:37:22.490 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 21:37:22.490 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} 21:37:22.490 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} matches to its parent widget Composite {} 21:37:22.490 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} 21:37:22.490 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} matches to its parent widget Composite {} 21:37:22.491 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} 21:37:22.491 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} matches to its parent widget Composite {} 21:37:22.491 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {Package Explorer} 21:37:22.491 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 21:37:22.491 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} matches to its parent widget Composite {} 21:37:22.491 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 21:37:22.492 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 21:37:22.492 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 21:37:22.492 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 21:37:22.492 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 21:37:22.492 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 21:37:22.492 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 21:37:22.492 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 21:37:22.493 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 21:37:22.493 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Outline} matches to its parent widget CTabFolder {} 21:37:22.493 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 21:37:22.493 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 21:37:22.493 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 21:37:22.493 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 21:37:22.493 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} matches to its parent widget Composite {} 21:37:22.493 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ContributedPartRenderer$1 {} 21:37:22.494 INFO [WorkbenchTestable][WidgetResolverTest] Child widget PageBook {} matches to its parent widget Composite {} 21:37:22.494 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget PageBook {} 21:37:22.494 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {There is no active editor that provides an outline.} matches to its parent widget Composite {} 21:37:22.494 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {Outline} 21:37:22.494 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 21:37:22.494 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 21:37:22.494 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 21:37:22.494 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 21:37:22.495 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 21:37:22.495 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 21:37:22.495 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 21:37:22.495 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Problems} matches to its parent widget CTabFolder {} 21:37:22.495 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Javadoc} matches to its parent widget CTabFolder {} 21:37:22.495 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Declaration} matches to its parent widget CTabFolder {} 21:37:22.495 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT} matches to its parent widget CTabFolder {} 21:37:22.496 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Error Log} matches to its parent widget CTabFolder {} 21:37:22.496 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT Controls} matches to its parent widget CTabFolder {} 21:37:22.496 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 21:37:22.496 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 21:37:22.496 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 21:37:22.496 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 21:37:22.496 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 {} 21:37:22.496 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 21:37:22.497 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} matches to its parent widget Composite {} 21:37:22.497 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ContributedPartRenderer$1 {} 21:37:22.497 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {Problems} 21:37:22.497 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {RedDeer SWT} 21:37:22.497 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {Error Log} 21:37:22.497 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {RedDeer SWT Controls} 21:37:22.497 INFO [WorkbenchTestable][WidgetResolverTest] Child widget StatusLine {} matches to its parent widget Composite {} 21:37:22.497 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 21:37:22.497 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CLabel {} matches to its parent widget StatusLine {} 21:37:22.498 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget StatusLine {} 21:37:22.498 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget StatusLine {} 21:37:22.498 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 21:37:22.498 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} matches to its parent widget Composite {} 21:37:22.498 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} 21:37:22.498 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} 21:37:22.498 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressRegion$1 {} matches to its parent widget ImageBasedFrame {} 21:37:22.498 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Canvas {} matches to its parent widget ProgressRegion$1 {} 21:37:22.498 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ProgressRegion$1 {} 21:37:22.499 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget Composite {} 21:37:22.499 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 21:37:22.499 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 21:37:22.499 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 21:37:22.499 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 21:37:22.499 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 21:37:22.499 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 21:37:22.499 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 21:37:22.499 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 21:37:22.499 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} matches to its parent widget Composite {} 21:37:22.499 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} matches to its parent widget Composite {} 21:37:22.500 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 21:37:22.500 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} matches to its parent widget Composite {} 21:37:22.500 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 21:37:22.500 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 21:37:22.500 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=newWizardDropDown, visible=true)} matches to its parent widget ToolBar {} 21:37:22.500 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=save, visible=true)} matches to its parent widget ToolBar {} 21:37:22.500 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=saveAll, visible=true)} matches to its parent widget ToolBar {} 21:37:22.500 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 21:37:22.501 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 {} 21:37:22.501 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 {} 21:37:22.501 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 21:37:22.501 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.OpenPackageWizard, visible=true)} matches to its parent widget ToolBar {} 21:37:22.501 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.NewTypeDropDown, visible=true)} matches to its parent widget ToolBar {} 21:37:22.501 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 21:37:22.502 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 {} 21:37:22.502 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 {} 21:37:22.502 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 21:37:22.502 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.ui.actions.SkipAllBreakpoints, visible=true)} matches to its parent widget ToolBar {} 21:37:22.502 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 21:37:22.502 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=openType, visible=true)} matches to its parent widget ToolBar {} 21:37:22.502 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.search.OpenSearchDialogPage, visible=true)} matches to its parent widget ToolBar {} 21:37:22.503 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 21:37:22.503 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextAnnotation, visible=true)} matches to its parent widget ToolBar {} 21:37:22.503 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoPreviousAnnotation, visible=true)} matches to its parent widget ToolBar {} 21:37:22.503 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoLastEditPosition, visible=true)} matches to its parent widget ToolBar {} 21:37:22.503 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextEditPosition, visible=true)} matches to its parent widget ToolBar {} 21:37:22.503 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=backardHistory, visible=true)} matches to its parent widget ToolBar {} 21:37:22.503 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=forwardHistory, visible=true)} matches to its parent widget ToolBar {} 21:37:22.503 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: Separator(id=pin.group, visible=true)} matches to its parent widget ToolBar {} 21:37:22.504 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.ui.window.pinEditor, visible=true)} matches to its parent widget ToolBar {} 21:37:22.504 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 21:37:22.504 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 21:37:22.504 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 21:37:22.504 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ImageBasedFrame {} 21:37:22.505 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 21:37:22.505 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 21:37:22.505 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 21:37:22.505 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.ui.resourcePerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@6dd20ec9 (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@3d8d52be, 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 {} 21:37:22.505 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.jdt.ui.JavaPerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@35f35c59 (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@3d8d52be, 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 {} 21:37:22.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 21:37:22.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:37:22.505 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:37:22.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:22.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:22.506 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 21:37:22.506 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 21:37:22.506 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:37:22.506 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:37:22.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:22.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.reddeer.swt.test.WidgetResolverTest parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) Time elapsed: 0.033 s Running org.eclipse.reddeer.swt.test.EditorBarTest 21:37:22.510 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.EditorBarTest 21:37:22.511 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:37:22.511 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:37:22.511 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 21:37:22.511 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:37:22.511 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:37:22.511 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:37:22.511 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:37:22.511 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:37:22.511 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:37:22.511 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 21:37:22.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 21:37:22.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:37:22.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:37:22.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:37:22.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:37:22.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:22.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:22.512 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:37:22.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:22.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:22.512 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:37:22.512 DEBUG [main][MenuItemLookup] Found menu:'File' 21:37:22.512 DEBUG [main][MenuItemLookup] Item match:File 21:37:22.513 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:37:22.513 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:37:22.517 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:37:22.517 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:37:22.517 DEBUG [main][MenuItemLookup] Found menu:'' 21:37:22.517 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:37:22.517 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:37:22.517 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:37:22.517 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:37:22.517 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:37:22.517 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:37:22.517 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:37:22.517 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:37:22.517 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:37:22.517 DEBUG [main][MenuItemLookup] Found menu:'File' 21:37:22.517 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:37:22.517 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:37:22.517 DEBUG [main][MenuItemLookup] Found menu:'' 21:37:22.517 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:37:22.517 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:37:22.518 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:37:22.518 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:37:22.518 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:37:22.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 21:37:22.595 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 21:37:22.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:37:22.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:22.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:22.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:37:22.596 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:22.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:22.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:22.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 21:37:22.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:22.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:22.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:22.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:22.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:22.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:37:22.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:37:22.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:37:22.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:37:22.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:37:22.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:37:23.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:37:23.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:37:23.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:37:23.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:37:23.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:37:23.101 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:37:23.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:37:23.101 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:37:23.101 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 21:37:23.101 DEBUG [main][TreeItemHandler] Selecting tree item: Project 21:37:23.101 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 21:37:23.104 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 21:37:23.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 "Next >") 21:37:23.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:23.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:23.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:23.104 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 21:37:23.104 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:23.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:23.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:23.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:23.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:23.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:37:23.105 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:37:23.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:37:23.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:37:23.105 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:37:23.105 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:37:23.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 21:37:23.131 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 21:37:23.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 21:37:23.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:23.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:23.132 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:") 21:37:23.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:23.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:23.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:23.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 21:37:23.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:23.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:23.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:23.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:23.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:23.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:37:23.133 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:37:23.134 INFO [WorkbenchTestable][AbstractText] Text set to: EditorBarTest-test 21:37:23.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:37:23.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:23.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:23.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:23.135 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 21:37:23.135 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:23.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:23.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:23.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:23.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:23.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:37:23.137 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:37:23.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:37:23.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:37:23.137 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:37:23.137 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:37:23.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:37:23.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:37:23.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:37:23.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:37:23.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:37:23.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:37:23.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:37:23.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:23.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:37:23.646 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 21:37:23.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:37:23.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:23.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:23.646 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:37:23.646 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:37:23.646 DEBUG [main][MenuItemLookup] Found menu:'File' 21:37:23.646 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:37:23.646 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:37:23.646 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:37:23.646 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:37:23.646 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:37:23.646 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:37:23.646 DEBUG [main][MenuItemLookup] Item match:Window 21:37:23.646 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:37:23.647 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:37:23.647 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:37:23.647 DEBUG [main][MenuItemLookup] Found menu:'' 21:37:23.647 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:37:23.647 DEBUG [main][MenuItemLookup] Item match:Show View 21:37:23.650 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:37:23.650 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:37:23.650 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:37:23.650 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:37:23.650 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:37:23.650 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:37:23.650 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:37:23.651 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:37:23.651 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:37:23.651 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:37:23.651 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:37:23.651 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:37:23.651 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:37:23.651 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:37:23.651 DEBUG [main][MenuItemLookup] Found menu:'' 21:37:23.651 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:37:23.651 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:37:23.651 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:37:23.651 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:37:23.651 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:37:23.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:37:23.689 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 21:37:23.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:37:23.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:23.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:23.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:37:23.690 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:23.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:23.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:23.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:37:23.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:23.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:23.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:23.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:23.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:23.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:37:23.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:37:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:37:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:37:23.692 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:37:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:37:23.692 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:37:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:37:23.692 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:37:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:37:23.692 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:37:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:37:23.692 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:37:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:37:23.692 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:37:23.693 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 21:37:23.693 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 21:37:23.693 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 21:37:23.693 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 21:37:23.693 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:23.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:23.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:23.693 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:37:23.693 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:23.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:23.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:23.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 "Open") 21:37:23.693 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:23.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:23.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:23.693 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:37:23.693 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:23.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:23.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:23.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:23.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:23.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:37:23.694 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:37:23.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:37:23.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:37:23.694 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:37:23.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:37:23.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:37:23.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:37:23.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 21:37:23.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:23.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:23.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 21:37:23.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:23.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:23.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:37:23.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:23.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:23.723 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:37:23.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 '\*?\QProject Explorer\E') 21:37:23.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:23.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:23.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:23.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:23.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:37:23.723 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:37:23.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:37:23.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:37:23.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:37:23.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:37:23.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:37:23.725 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:37:23.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:37:23.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:37:23.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:37:23.725 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:37:23.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:37:23.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:37:23.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:37:23.727 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:37:23.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:37:23.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:37:23.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:37:23.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:23.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:23.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:37:24.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:24.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:37:24.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:24.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:37:24.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:37:24.729 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:37:24.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:37:24.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:37:24.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:37:24.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 21:37:24.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:24.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:24.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:24.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:24.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:37:24.732 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 21:37:24.737 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:37:24.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:37:24.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:37:24.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:37:24.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 21:37:24.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:24.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:24.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:24.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:24.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:37:24.738 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 21:37:24.738 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 21:37:24.738 DEBUG [main][TreeItemHandler] Set Tree selection 21:37:24.738 DEBUG [main][TreeHandler] Notify Tree about selection event 21:37:24.748 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 21:37:24.753 DEBUG [WorkbenchTestable][TreeItemHandler] EditorBarTest-test 21:37:24.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:24.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:24.753 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:37:24.753 DEBUG [main][MenuItemLookup] Found menu:'File' 21:37:24.753 DEBUG [main][MenuItemLookup] Item match:File 21:37:24.754 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:37:24.754 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:37:24.759 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:37:24.759 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:37:24.759 DEBUG [main][MenuItemLookup] Found menu:'' 21:37:24.759 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:37:24.759 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:37:24.759 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:37:24.759 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:37:24.759 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:37:24.759 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:37:24.759 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:37:24.759 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:37:24.759 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:37:24.760 DEBUG [main][MenuItemLookup] Found menu:'File' 21:37:24.760 DEBUG [main][MenuItemLookup] Item match:File 21:37:24.760 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"File" 21:37:24.760 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text File 21:37:24.760 INFO [main][MenuItemHandler] Select menu item: File 21:37:24.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 21:37:24.812 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 21:37:24.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 21:37:24.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:24.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:24.813 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:") 21:37:24.813 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:24.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:24.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:24.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 21:37:24.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:24.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:24.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:24.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:24.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:24.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:37:24.815 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:37:24.815 INFO [WorkbenchTestable][AbstractText] Text set to: test.tlb 21:37:24.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:37:24.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:24.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:24.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:24.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 21:37:24.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:24.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:24.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:24.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:24.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:24.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:37:24.818 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:37:24.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:37:24.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:37:24.818 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:37:24.818 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:37:24.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:37:25.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:37:25.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20c12e8a is found... 21:37:25.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20c12e8a is found finished successfully 21:37:25.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.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') 21:37:25.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:25.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:25.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:25.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:25.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:37:25.329 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:37:25.329 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Editor with toolbar example TooltipText=null 21:37:25.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:25.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:25.330 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editor-with-toolbar"as the parent 21:37:25.330 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") 21:37:25.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:25.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:25.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:25.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:25.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:37:25.330 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Execute task 21:37:25.330 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:37:25.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:37:25.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:25.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:25.331 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:37:25.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:25.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:25.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - editor-with-toolbar - Eclipse Platform 21:37:25.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:25.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:25.332 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - editor-with-toolbar - Eclipse Platform' 21:37:25.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') 21:37:25.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:25.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:25.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:25.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:25.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:37:25.333 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:37:25.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:37:25.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:37:25.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:37:25.339 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:37:25.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:37:25.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:37:25.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:37:25.339 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:37:25.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:37:25.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:37:25.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:37:25.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:25.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:25.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:37:25.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:25.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:37:26.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:26.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:37:26.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:37:26.342 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:37:26.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:37:26.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:37:26.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:37:26.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 21:37:26.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:26.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:26.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:26.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:26.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:37:26.344 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 21:37:26.345 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 21:37:26.345 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 21:37:26.345 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 21:37:26.352 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 21:37:26.353 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:37:26.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:37:26.382 DEBUG [main][MenuItemLookup] Found menu:'New' 21:37:26.382 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:37:26.382 DEBUG [main][MenuItemLookup] Found menu:'' 21:37:26.382 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:37:26.382 DEBUG [main][MenuItemLookup] Found menu:'' 21:37:26.382 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:37:26.382 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:37:26.382 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:37:26.382 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:37:26.382 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:37:26.382 DEBUG [main][MenuItemLookup] Found menu:'' 21:37:26.382 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:37:26.382 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:37:26.382 DEBUG [main][MenuItemLookup] Found menu:'' 21:37:26.382 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:37:26.382 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:37:26.382 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:37:26.382 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:37:26.382 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:37:26.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:37:26.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 21:37:26.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:37:26.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:37:26.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:37:26.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:37:26.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:37:26.884 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'EditorBarTest-test' via Explorer 21:37:26.884 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 21:37:26.884 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 21:37:26.884 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 21:37:26.888 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 21:37:26.889 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:37:26.889 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:37:26.906 DEBUG [main][MenuItemLookup] Found menu:'New' 21:37:26.906 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:37:26.906 DEBUG [main][MenuItemLookup] Found menu:'' 21:37:26.906 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:37:26.906 DEBUG [main][MenuItemLookup] Found menu:'' 21:37:26.906 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:37:26.906 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:37:26.906 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:37:26.906 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:37:26.906 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:37:26.906 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:37:26.906 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:37:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 21:37:27.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 'Delete.*'] is available. finished successfully 21:37:27.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:37:27.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:27.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:27.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:27.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:27.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: 32) 21:37:27.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:27.508 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:37:27.508 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:27.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:27.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:27.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:37:27.509 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:37:27.509 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:37:27.509 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:37:27.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:37:27.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:37:27.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:37:27.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:37:27.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 "OK", Widget matcher matching widgets with style: 8) 21:37:27.509 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:27.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:27.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:27.509 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:37:27.509 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:27.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:27.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:27.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:27.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:27.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:37:27.510 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:37:27.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:37:27.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:37:27.510 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:37:27.510 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:37:27.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:37:27.515 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:37:28.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:37:28.016 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:37:28.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:37:28.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:37:28.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:37:28.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:37:28.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:37:28.016 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 21:37:28.016 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:37:28.016 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:37:28.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:28.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:28.016 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 21:37:28.016 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 21:37:28.016 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:37:28.016 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:37:28.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:28.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.507 s - in org.eclipse.reddeer.swt.test.EditorBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) Time elapsed: 5.505 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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.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 21:37:38.232 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 21:37:38.232 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:38.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:38.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:38.431 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:37:38.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:38.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:38.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:37:38.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:37:38.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:38.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 21:37:38.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:38.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:38.459 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:37:38.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:38.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:38.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:38.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:38.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:37:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:38.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:37:38.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:37:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:38.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:37:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:38.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:37:38.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:37:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:38.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:37:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:38.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 21:37:38.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 21:37:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:38.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:37:38.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:38.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:38.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 21:37:38.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 21:37:38.470 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:37:38.473 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:37:38.473 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:37:38.473 DEBUG [main][AbstractWait] Waiting until shell is active... 21:37:38.473 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:37:38.473 INFO [main][AbstractShell] Close shell Testing shell 21:37:38.473 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:37:38.495 DEBUG [main][AbstractWait] Waiting while shell is available... 21:37:38.495 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:37:38.716 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 21:37:38.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:38.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:38.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:38.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:37:38.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:38.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:38.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:37:38.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:37:38.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:38.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 21:37:38.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:38.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:38.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:37:38.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:38.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:38.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:38.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:38.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:37:38.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:38.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:38.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:38.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:38.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:37:38.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:38.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:38.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:38.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:38.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:37:38.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:38.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:38.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:38.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:38.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:37:38.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:37:38.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:37:38.912 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:37:38.912 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:37:38.912 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:37:38.912 DEBUG [main][AbstractWait] Waiting until shell is active... 21:37:38.912 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:37:38.912 INFO [main][AbstractShell] Close shell Testing shell 21:37:38.913 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:37:38.923 DEBUG [main][AbstractWait] Waiting while shell is available... 21:37:38.923 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:37:38.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:38.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:37:38.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:37:38.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 21:37:38.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:37:38.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 21:37:38.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 21:37:38.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 21:37:38.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 21:37:38.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 21:37:39.173 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 21:37:39.173 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:39.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:39.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:39.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:37:39.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:39.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:39.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:37:39.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:37:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:39.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 21:37:39.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:39.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:39.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:39.368 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:37:39.368 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:39.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:39.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:39.369 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:37:39.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 21:37:39.369 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:37:39.370 DEBUG [main][AbstractWait] Waiting until shell is active... 21:37:39.370 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:37:39.370 INFO [main][AbstractShell] Close shell Testing shell 21:37:39.370 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:37:39.376 DEBUG [main][AbstractWait] Waiting while shell is available... 21:37:39.376 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:37:39.596 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 21:37:39.597 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:39.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:39.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:39.782 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:37:39.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:39.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:39.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:37:39.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:37:39.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:39.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 21:37:39.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:39.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:39.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:39.788 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:37:39.788 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:39.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:39.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:39.789 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:37:39.790 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:37:39.790 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:37:39.790 DEBUG [main][AbstractWait] Waiting until shell is active... 21:37:39.790 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:37:39.790 INFO [main][AbstractShell] Close shell Testing shell 21:37:39.790 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:37:39.796 DEBUG [main][AbstractWait] Waiting while shell is available... 21:37:39.797 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:37:39.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:39.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:37:40.013 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 21:37:40.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:40.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:40.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:40.201 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:37:40.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:40.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:40.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:37:40.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:37:40.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:40.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 21:37:40.206 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 21:37:40.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:40.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:40.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:40.206 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:37:40.206 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:40.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:40.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:40.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:40.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:40.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:37:40.207 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 21:37:40.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:40.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:40.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:40.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:37:40.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:40.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:40.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:37:40.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:37:40.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:40.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:37:40.210 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 21:37:40.210 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:40.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:40.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:40.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:37:40.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:40.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:40.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:37:40.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:37:40.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:40.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 21:37:40.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:40.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:40.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:40.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:40.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:40.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:40.216 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:37:40.216 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:37:40.216 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:37:40.217 DEBUG [main][AbstractWait] Waiting until shell is active... 21:37:40.217 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:37:40.217 INFO [main][AbstractShell] Close shell Testing shell 21:37:40.217 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:37:40.223 DEBUG [main][AbstractWait] Waiting while shell is available... 21:37:40.223 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:37:40.449 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 21:37:40.449 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:40.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:40.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:40.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:37:40.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:40.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:37:40.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:37:40.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:37:40.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:37:40.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 21:37:40.640 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:37:40.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:40.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:40.641 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:37:40.641 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:37:40.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:37:40.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:37:40.641 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:37:40.641 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:37:40.641 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:37:40.642 DEBUG [main][AbstractWait] Waiting until shell is active... 21:37:40.642 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:37:40.642 INFO [main][AbstractShell] Close shell Testing shell 21:37:40.642 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:37:40.647 DEBUG [main][AbstractWait] Waiting while shell is available... 21:37:40.648 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.747 s - in org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest testIndex(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.575 s testNotFoundAfterClose(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.427 s testMatcher(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.453 s testGetResult(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.42 s testParent(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.426 s testSimple(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.425 s Running org.eclipse.reddeer.core.test.condition.JobIsRunningTest 21:37:40.670 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 21:37:40.670 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 21:37:40.677 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 21:37:40.677 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 21:37:40.692 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 21:37:40.700 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:37:40.701 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:37:40.703 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 21:37:40.705 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 21:37:40.705 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 21:37:40.705 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 21:37:40.706 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:37:40.706 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:37:40.708 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:37:40.709 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:37:40.711 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. 21:37:40.817 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:37:40.818 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 21:37:40.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 21:37:40.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:37:40.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:37:40.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:37:40.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:37:40.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:37:40.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:37:40.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:37:40.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:37:40.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:37:40.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:37:40.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:41.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:41.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not listed in considered jobs, ignore it 21:37:41.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:37:42.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not listed in considered jobs, ignore it 21:37:42.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:37:42.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 21:37:42.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 21:37:42.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 21:37:42.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:37:43.825 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 21:37:43.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 21:37:43.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:37:43.830 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:37:43.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:43.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:43.831 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 21:37:43.831 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:37:43.831 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 21:37:43.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 21:37:43.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:37:43.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:37:43.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:37:43.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:37:43.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:37:43.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:37:43.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:44.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:44.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:45.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:45.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:46.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:46.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:47.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:47.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:47.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running failed, an exception will be thrown 21:37:48.838 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' was successfully killed 21:37:48.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 21:37:48.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:37:48.838 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:37:48.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:48.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:48.839 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 21:37:48.839 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:37:48.839 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 21:37:48.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 21:37:48.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:37:48.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:37:48.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:37:48.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:37:48.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:37:48.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:37:48.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:37:48.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:37:48.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 21:37:48.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:49.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 21:37:49.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:49.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 21:37:49.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:50.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 21:37:50.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:50.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 21:37:50.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:51.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 21:37:51.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:51.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 21:37:51.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:52.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 21:37:52.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:52.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 21:37:52.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:53.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 21:37:53.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:53.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 21:37:53.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:54.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 21:37:54.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:37:54.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 21:37:54.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 21:37:54.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 21:37:54.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:37:55.847 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' was successfully killed 21:37:55.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 21:37:55.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:37:55.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:37:55.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:37:55.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:37:55.848 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 21:37:55.848 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:37:55.848 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 21:37:55.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 21:37:55.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:37:55.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:37:55.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:37:55.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:37:55.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:37:55.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:37:55.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:37:55.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:37:55.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:37:55.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:37:55.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:37:55.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:37:55.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:37:55.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:37:56.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:37:56.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:37:56.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:37:56.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:37:57.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:37:57.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:37:57.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:37:57.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:37:58.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:37:58.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:37:58.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:37:58.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:37:59.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:37:59.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:37:59.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:37:59.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:38:00.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:38:00.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:38:00.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:38:00.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:38:01.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:38:01.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:38:01.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:38:01.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 21:38:02.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:38:02.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 21:38:02.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:38:02.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 21:38:03.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:38:03.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 21:38:03.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:38:03.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 21:38:04.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:38:04.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 21:38:04.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:38:04.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 21:38:04.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 21:38:04.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:38:05.856 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 21:38:05.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 21:38:05.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:38:05.856 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:38:05.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:05.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:05.857 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 21:38:05.857 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:38:05.858 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 21:38:05.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 21:38:05.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:38:05.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:38:05.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:38:05.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:38:06.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:38:06.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:38:06.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:38:06.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:38:06.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:38:06.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:38:06.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:38:06.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:38:06.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 21:38:06.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:38:07.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 21:38:07.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:38:07.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 21:38:07.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:38:08.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 21:38:08.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:38:08.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:38:09.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:38:09.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:38:10.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:38:10.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:38:11.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:38:11.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 21:38:12.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 21:38:12.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 21:38:12.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 21:38:12.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 21:38:12.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:38:13.364 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 21:38:14.364 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 21:38:14.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 21:38:14.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:38:14.364 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:38:14.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:14.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:14.365 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 21:38:14.365 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:38:14.365 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 21:38:14.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 21:38:14.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:38:14.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:38:14.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:38:14.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:38:14.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:38:14.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:38:14.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:38:14.866 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:38:15.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:38:15.866 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 21:38:16.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:38:16.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:38:16.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:38:16.367 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 21:38:16.367 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:38:16.367 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:38:16.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:16.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:16.367 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 21:38:16.368 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 21:38:16.368 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:38:16.368 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:38:16.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:16.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.701 s - in org.eclipse.reddeer.core.test.condition.JobIsRunningTest testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 3.014 s testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 5.008 s testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 7.009 s testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 10.009 s testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 8.507 s testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 2.002 s Running org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 21:38:16.374 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 21:38:16.376 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:38:16.376 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:38:16.376 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 21:38:16.376 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:38:16.376 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:38:16.376 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:38:16.376 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:38:16.377 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:38:16.377 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:38:16.377 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 21:38:16.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 21:38:16.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:38:16.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:38:16.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:38:16.590 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 21:38:16.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:16.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:16.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:16.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:38:16.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:16.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:16.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 21:38:16.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 21:38:16.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:38:16.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 21:38:16.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:16.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:16.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:38:16.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:16.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:16.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:38:16.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:38:16.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:38:16.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:38:16.804 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:38:16.804 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 21:38:16.804 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:38:16.804 DEBUG [main][AbstractWait] Waiting until shell is active... 21:38:16.804 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:38:16.804 INFO [main][AbstractShell] Close shell Testing shell 21:38:16.804 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:38:16.810 DEBUG [main][AbstractWait] Waiting while shell is available... 21:38:16.810 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:38:16.810 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 21:38:16.810 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:38:16.810 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:38:16.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:16.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:16.816 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 21:38:16.816 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:38:16.816 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 21:38:16.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 21:38:16.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:38:16.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:38:16.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:38:16.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:38:16.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:16.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:16.844 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:38:16.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:16.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:16.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:38:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:38:16.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:38:16.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:16.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:16.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 21:38:16.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:16.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:16.890 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 21:38:16.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 21:38:16.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:17.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:17.394 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 21:38:17.395 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 21:38:17.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:17.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:17.896 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 21:38:17.896 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 21:38:17.896 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 21:38:17.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:18.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:18.397 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 21:38:18.397 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 21:38:18.397 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 21:38:18.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:18.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:18.898 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 21:38:18.901 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 21:38:18.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:18.901 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 21:38:18.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:18.901 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 21:38:18.901 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 21:38:18.901 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 21:38:18.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:18.901 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 21:38:18.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:18.901 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 21:38:18.902 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 21:38:18.902 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 21:38:18.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:19.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:19.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 21:38:19.403 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 21:38:19.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:19.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:19.903 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 21:38:19.904 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 21:38:19.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 21:38:19.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:20.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:20.404 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 21:38:20.405 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 21:38:20.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:38:20.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:20.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:20.905 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:38:20.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:38:20.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:20.908 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:38:20.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:20.908 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:38:20.908 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 21:38:20.908 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 21:38:20.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:20.908 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 21:38:20.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:20.908 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 21:38:20.908 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 21:38:20.908 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:38:20.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:21.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:21.409 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:38:21.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:38:21.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:21.411 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 21:38:21.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:21.411 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:38:21.412 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 21:38:21.412 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 21:38:21.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:21.412 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 21:38:21.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:21.412 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 21:38:21.412 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 21:38:21.412 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 21:38:21.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:21.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:21.912 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 21:38:21.913 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 21:38:21.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:22.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:22.413 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 21:38:22.413 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 21:38:22.413 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 21:38:22.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:22.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:22.914 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 21:38:22.914 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 21:38:22.915 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 21:38:22.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:23.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:23.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 21:38:23.416 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 21:38:23.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:23.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:23.916 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 21:38:23.917 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 21:38:23.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 21:38:23.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:38:24.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:38:24.418 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 21:38:24.418 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:38:24.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 21:38:24.419 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:38:24.419 DEBUG [main][AbstractWait] Waiting until shell is active... 21:38:24.419 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:38:24.419 INFO [main][AbstractShell] Close shell Testing shell 21:38:24.419 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:38:24.422 DEBUG [main][AbstractWait] Waiting while shell is available... 21:38:24.422 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:38:24.422 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 21:38:24.422 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:38:24.422 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:38:24.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:24.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:24.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 21:38:24.427 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 21:38:24.427 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:38:24.427 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:38:24.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:24.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.055 s - in org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 0.439 s testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 7.611 s Running org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest 21:38:24.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available.... 21:38:24.453 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 21:38:24.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 21:38:24.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:24.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:24.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 21:38:24.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:24.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:24.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 21:38:24.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:24.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:24.454 INFO [WorkbenchTestable][AbstractShell] Close shell Test shell 21:38:24.454 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Test shell' 21:38:24.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:38:24.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest testActiveShellExistsGetResult(org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest) Time elapsed: 0.03 s Running org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 21:38:24.463 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 21:38:24.464 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:38:24.464 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:38:24.464 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 21:38:24.464 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:38:24.464 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:38:24.471 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:38:24.471 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:38:24.471 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:38:24.472 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:38:24.472 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 21:38:24.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 21:38:24.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:38:24.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:38:24.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:38:24.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:38:24.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:38:24.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:38:24.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:24.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:24.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:38:24.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:38:24.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:38:24.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:24.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:24.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:38:24.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:38:24.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:38:24.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:24.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:24.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:38:24.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:38:24.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:38:24.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:24.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:24.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:38:24.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:38:24.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:38:24.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:24.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:24.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:38:24.515 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 21:38:24.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:38:24.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:24.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:24.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 21:38:24.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:24.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:24.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:24.528 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:38:24.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:24.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:24.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:24.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:25.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:25.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:25.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:25.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:25.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:25.536 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:25.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:38:25.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:38:25.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:38:25.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:25.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:25.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:25.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:25.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:25.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:25.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:38:25.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:25.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:25.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:25.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:26.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:26.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:26.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:26.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:26.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:26.542 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:26.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:38:26.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:38:26.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:38:26.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:26.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:26.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:26.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:26.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:26.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:26.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:38:26.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:26.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:26.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:26.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:27.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:27.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:27.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:27.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:27.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:27.546 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:27.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:38:27.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:38:27.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:38:27.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:27.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:27.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:27.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:27.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:27.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:27.547 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:38:27.547 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:27.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:27.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:27.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:28.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:28.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:28.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:28.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:28.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:28.550 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:28.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:38:28.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:38:28.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:38:28.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:28.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:28.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 21:38:28.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:28.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:28.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:28.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:38:28.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:28.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:28.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:28.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:29.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:29.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:29.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:29.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:29.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:29.554 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:29.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:38:29.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:38:29.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:38:29.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:29.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:29.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:29.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:29.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:29.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:29.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:38:29.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:29.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:29.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:30.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:30.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:30.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:30.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:30.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:30.559 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:30.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:38:30.560 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 21:38:30.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:38:30.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:30.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:30.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 21:38:30.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:30.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:30.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:30.565 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:38:30.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:30.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:30.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:30.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:31.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:31.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:31.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:31.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:31.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:31.569 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:31.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:38:31.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:38:31.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:38:31.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:31.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:31.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:31.569 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:31.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:31.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:31.574 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:38:31.574 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:31.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:31.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:31.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:32.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:32.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:32.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:32.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:32.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:32.575 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:38:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:38:32.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:38:32.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:32.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:32.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:32.577 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:32.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:32.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:32.577 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:38:32.577 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:32.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:32.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:32.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:33.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:33.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:33.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:33.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:33.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:33.578 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:33.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:38:33.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:38:33.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:38:33.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:33.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:33.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:33.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:33.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:33.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:33.580 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:38:33.580 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:33.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:33.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:33.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:34.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:34.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:34.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:34.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:34.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:34.582 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:34.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:38:34.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:38:34.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:38:34.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:34.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:34.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:34.583 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:34.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:34.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:34.583 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:38:34.583 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:34.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:34.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:34.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:35.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:35.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:35.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:35.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:35.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:35.586 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:35.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:38:35.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:38:35.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:38:35.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:35.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:35.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:35.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:35.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:35.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:35.587 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:38:35.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:35.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:35.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:35.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:36.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:36.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:36.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:36.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:36.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:36.590 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:36.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:38:36.591 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 21:38:36.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:38:36.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:36.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:36.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:36.591 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:36.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:36.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:36.596 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:38:36.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:36.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:36.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:36.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:37.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:37.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:37.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:37.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:37.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:37.599 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:37.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:38:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:38:37.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:38:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:37.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:37.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:37.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:37.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:37.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:38:37.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:37.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:37.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:37.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:38.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:38.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:38.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:38.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:38.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:38.611 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:38.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:38:38.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:38:38.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:38:38.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:38.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:38.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:38.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:38.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:38.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:38.612 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:38:38.612 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:38.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:38.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:38.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:39.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:39.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:39.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:39.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:39.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:39.613 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:39.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:38:39.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:38:39.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:38:39.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:39.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:39.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:39.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:39.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:39.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:39.616 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:38:39.616 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:39.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:39.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:39.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:40.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:40.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:40.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:40.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:40.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:40.618 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:40.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:38:40.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:38:40.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:38:40.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:40.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:40.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:40.619 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:40.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:40.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:40.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:38:40.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:40.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:40.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:40.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:41.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:41.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:41.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:41.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:41.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:41.621 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:38:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:38:41.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:38:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:41.622 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:41.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:41.624 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:38:41.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:41.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:41.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:41.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:42.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:42.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:42.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:42.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:42.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:42.625 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:42.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:38:42.626 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 21:38:42.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:38:42.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:42.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:42.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 21:38:42.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:42.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:42.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:42.630 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:38:42.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:42.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:42.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:42.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:43.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:43.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:43.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:43.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:43.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:43.634 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:43.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:38:43.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:38:43.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:38:43.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:43.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:43.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 21:38:43.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:43.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:43.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:43.638 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:38:43.638 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:43.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:43.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:43.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:44.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:44.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:44.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:44.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:44.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:44.639 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:44.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:38:44.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:38:44.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:38:44.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:44.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:44.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:44.640 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:44.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:44.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:44.642 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:38:44.642 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:44.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:44.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:44.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:45.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:45.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:45.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:45.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:45.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:45.643 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:45.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:38:45.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:38:45.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:38:45.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:45.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:45.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:45.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:45.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:45.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:45.644 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:38:45.644 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:45.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:45.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:45.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:46.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:46.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:46.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:46.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:46.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:46.647 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:46.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:38:46.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 21:38:46.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:38:46.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:46.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:46.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 21:38:46.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:46.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:46.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:46.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:38:46.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:46.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:46.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:46.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:47.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:47.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:47.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:47.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:47.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:47.651 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:47.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:38:47.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:38:47.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:38:47.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:47.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:47.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:47.653 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:47.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:47.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:47.653 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:38:47.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:47.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:47.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:47.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:48.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:48.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:48.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:48.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:48.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:48.655 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:48.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.... 21:38:48.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 21:38:48.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:38:48.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:48.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:48.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 21:38:48.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:48.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:48.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:48.656 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:38:48.672 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:48.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:48.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:48.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:49.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:49.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:49.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:49.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:49.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:49.675 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:49.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:38:49.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:38:49.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:38:49.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:49.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:49.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:49.675 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:49.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:49.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:49.680 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:38:49.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:49.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:49.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:49.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:50.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:50.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:50.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:50.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:50.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:50.681 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:50.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:38:50.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:38:50.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:38:50.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:50.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:50.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:50.683 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:50.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:50.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:50.685 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:38:50.685 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:50.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:50.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:50.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:51.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:51.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:51.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:51.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:51.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:51.686 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:51.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:38:51.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:38:51.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:38:51.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:51.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:51.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 21:38:51.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:51.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:51.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:51.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:38:51.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:51.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:51.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:51.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:52.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:52.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:52.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:52.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:52.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:52.690 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:52.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:38:52.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:38:52.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:38:52.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:52.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:52.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:52.690 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:52.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:52.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:52.693 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:38:52.693 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:52.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:52.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:52.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:53.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:53.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:53.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:53.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:54.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:54.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:54.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:54.194 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:54.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:38:54.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:38:54.194 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:38:54.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:54.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:54.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:54.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:54.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:54.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:54.197 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:38:54.197 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:54.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:54.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:54.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:54.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:54.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:55.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:55.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:55.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:55.198 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:55.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:38:55.212 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 21:38:55.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:38:55.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:55.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:55.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:55.213 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:55.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:55.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:55.226 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:38:55.226 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:55.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:55.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:55.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:55.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:55.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:56.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:56.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:56.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:56.229 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:56.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:38:56.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:38:56.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:38:56.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:56.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:56.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:56.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:56.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:56.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:56.233 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:38:56.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:56.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:56.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:56.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:38:56.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:38:56.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:38:56.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.... 21:38:56.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 21:38:56.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:38:56.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:56.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:56.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:56.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:56.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:56.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:56.243 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:38:56.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:56.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:56.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:56.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:56.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:56.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:57.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:57.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:57.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:57.247 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:57.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:38:57.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:38:57.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:38:57.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:57.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:57.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:57.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:57.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:57.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:57.248 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:38:57.248 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:57.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:57.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:57.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:38:57.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:38:57.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:38:57.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:38:57.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:38:57.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:38:57.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:57.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:57.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:57.253 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:57.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:57.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:57.253 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:38:57.253 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:57.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:57.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:57.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:57.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:57.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:58.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:58.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:58.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:58.256 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:58.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:38:58.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:38:58.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:38:58.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:58.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:58.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:58.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:58.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:58.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:58.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:38:58.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:58.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:58.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:58.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:58.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:58.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:59.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:59.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:59.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:38:59.261 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:38:59.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:38:59.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:38:59.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:38:59.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:38:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:38:59.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:38:59.262 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:38:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:38:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:38:59.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:38:59.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:38:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:38:59.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:59.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:38:59.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:38:59.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:00.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:00.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:00.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:00.264 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:00.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:39:00.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:39:00.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:39:00.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:00.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:00.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:00.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:00.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:00.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:00.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:39:00.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:00.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:00.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:00.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:00.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:00.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:01.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:01.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:01.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:01.267 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:01.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:01.268 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 21:39:01.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:01.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:01.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:01.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:01.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:01.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:01.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:01.272 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:01.282 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:01.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:01.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:01.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:01.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:01.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:02.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:02.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:02.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:02.286 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:02.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:02.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:02.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:02.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:02.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:02.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:02.286 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:02.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:02.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:02.287 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:02.287 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:02.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:02.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:02.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:02.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:02.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:02.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:02.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:02.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:02.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:02.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:02.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 21:39:02.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:02.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:02.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:02.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:02.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:02.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:02.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:02.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:02.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:02.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:03.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:03.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:03.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:03.302 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:03.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:03.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:03.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:03.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:03.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:03.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:03.303 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:03.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:03.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:03.304 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:39:03.304 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:03.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:03.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:03.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:03.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:03.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:04.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:04.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:04.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:04.306 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:04.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:39:04.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:39:04.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:39:04.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:04.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:04.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:04.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:04.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:04.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:04.306 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:39:04.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:04.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:04.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:04.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:04.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:04.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:05.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:05.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:05.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:05.309 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:05.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:39:05.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:39:05.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:39:05.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:05.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:05.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:05.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:05.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:05.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:05.310 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:39:05.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:05.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:05.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:05.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:05.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:05.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:06.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:06.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:06.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:06.313 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 21:39:06.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:06.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:06.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:06.318 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:06.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:06.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:06.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:06.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:06.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:06.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:07.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:07.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:07.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:07.321 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:07.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:07.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:07.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:07.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:07.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:07.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:07.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:07.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:07.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:07.326 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:07.326 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:07.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:07.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:07.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:07.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:07.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:07.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:07.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:07.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:07.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:07.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:07.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:07.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:07.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:07.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:07.327 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:07.327 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:07.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:07.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:07.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:07.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:07.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:08.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:08.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:08.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:08.335 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:08.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:08.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:08.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:08.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:08.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:08.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 21:39:08.336 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:08.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:08.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:08.336 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:39:08.336 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:08.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:08.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:08.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:08.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:08.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:09.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:09.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:09.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:09.339 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:09.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:39:09.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:39:09.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:39:09.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:09.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:09.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 21:39:09.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:09.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:09.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:09.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:39:09.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:09.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:09.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:09.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:09.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:09.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:10.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:10.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:10.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:10.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:10.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:10.841 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:10.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:39:10.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:39:10.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:39:10.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:10.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:10.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:10.842 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:10.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:10.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:10.842 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:39:10.842 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:10.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:10.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:10.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:11.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:11.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:11.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:11.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:11.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:11.843 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:11.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:11.844 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 21:39:11.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:11.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:11.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:11.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:11.844 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:11.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:11.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:11.849 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:11.849 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:11.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:11.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:11.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:12.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:12.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:12.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:12.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:12.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:12.852 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:12.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:12.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:12.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:12.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:12.853 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:12.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:12.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:12.853 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:12.853 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:12.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:12.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:12.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:12.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:12.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:12.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:12.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:12.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:12.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:12.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:12.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:12.862 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:12.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:12.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:12.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:12.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:12.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:12.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:12.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:13.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:13.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:13.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:13.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:13.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:13.867 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:13.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:13.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:13.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:13.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:13.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:13.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 21:39:13.868 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:13.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:13.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:13.870 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:39:13.870 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:13.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:13.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:13.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:14.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:14.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:14.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:14.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:14.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:14.871 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:14.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:39:14.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:39:14.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:39:14.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:14.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:14.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:14.872 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:14.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:14.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:14.874 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:39:14.874 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:14.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:14.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:14.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:15.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:15.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:15.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:15.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:15.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:15.876 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:15.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:39:15.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:39:15.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:39:15.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:15.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:15.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:15.877 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:15.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:15.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:15.877 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:39:15.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:15.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:15.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:15.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:16.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:16.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:16.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:16.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:16.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:16.879 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:16.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:16.882 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 21:39:16.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:16.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:16.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:16.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:16.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:16.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:16.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:16.886 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:16.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:16.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:16.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:16.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:17.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:17.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:17.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:17.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:17.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:17.889 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:17.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:17.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:17.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:17.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:17.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:17.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:17.889 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:17.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:17.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:17.893 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:17.893 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:17.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:17.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:17.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:17.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:17.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:17.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:17.894 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 21:39:17.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:17.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:17.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:17.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:17.894 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:17.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:17.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:17.895 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:17.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:17.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:17.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:17.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:18.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:18.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:18.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:18.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:18.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:18.911 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:18.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:18.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:18.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:18.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:18.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:18.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:18.912 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:18.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:18.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:18.915 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:18.915 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:18.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:18.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:18.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:18.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:18.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:18.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:18.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:18.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:18.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:18.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:18.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:18.916 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:18.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:18.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:18.916 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:18.916 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:18.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:18.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:18.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:19.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:19.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:19.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:19.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:19.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:19.917 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:19.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:19.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:19.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:19.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:19.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:19.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:19.919 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:19.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:19.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:19.920 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:39:19.920 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:19.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:19.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:19.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:20.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:20.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:20.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:20.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:20.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:20.921 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:20.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:39:20.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:39:20.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:39:20.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:20.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:20.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:20.922 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:20.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:20.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:20.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:39:20.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:20.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:20.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:20.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:20.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:20.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:20.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:20.924 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 21:39:20.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:20.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:20.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:20.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:20.924 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:20.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:20.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:20.925 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:20.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:20.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:20.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:20.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:21.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:21.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:21.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:21.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:21.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:21.932 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:21.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:21.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:21.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:21.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:21.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:21.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:21.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:21.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:21.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:21.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:21.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:21.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:21.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:21.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:21.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:21.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:21.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:21.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:21.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:21.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:21.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:21.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:21.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:21.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:21.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:21.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:21.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:21.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:21.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:21.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:22.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:22.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:22.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:22.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:22.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:22.945 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:22.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:22.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:22.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:22.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:22.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:22.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 21:39:22.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:22.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:22.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:22.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:39:22.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:22.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:22.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:22.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:23.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:23.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:23.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:23.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:23.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:23.947 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:23.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:39:23.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:39:23.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:39:23.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:23.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:23.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:23.948 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:23.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:23.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:23.948 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:39:23.948 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:23.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:23.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:23.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:23.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:23.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:23.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:39:23.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:39:23.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:39:23.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:23.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:23.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:23.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:23.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:23.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:23.951 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:39:23.951 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:23.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:23.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:23.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:24.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:24.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:24.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:24.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:24.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:24.952 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:24.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:24.953 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 21:39:24.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:24.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:24.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:24.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:24.953 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:24.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:24.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:24.957 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:24.957 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:24.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:24.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:24.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:25.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:25.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:25.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:25.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:25.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:25.959 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:25.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:25.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:25.959 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:25.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:25.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:25.959 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:25.959 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:25.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:25.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:25.963 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:25.963 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:25.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:25.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:25.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:25.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:25.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:25.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:25.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:25.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:25.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:25.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:25.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:25.964 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:25.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:25.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:25.964 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:25.964 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:25.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:25.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:25.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:26.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:26.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:26.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:26.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:26.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:26.972 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:26.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:26.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:26.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:26.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:26.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:26.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:26.973 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:26.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:26.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:26.973 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:39:26.973 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:26.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:26.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:26.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:27.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:27.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:27.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:27.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:27.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:27.976 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:27.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:39:27.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:39:27.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:39:27.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:27.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:27.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 21:39:27.977 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:27.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:27.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:27.977 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:39:27.977 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:27.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:27.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:27.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:27.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:27.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:27.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:39:27.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:39:27.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:39:27.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:27.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:27.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:27.980 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:27.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:27.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:27.980 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:39:27.980 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:27.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:27.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:27.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:28.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:28.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:28.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:28.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:28.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:28.983 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:28.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:28.983 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 21:39:28.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:28.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:28.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:28.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:28.983 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:28.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:28.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:28.984 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:28.984 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:28.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:28.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:28.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:29.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:29.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:29.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:29.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:29.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:29.990 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:29.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:29.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:29.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:29.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:29.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:29.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:29.991 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:29.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:29.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:29.991 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:29.991 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:29.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:29.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:29.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:29.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:29.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:29.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:29.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:30.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:30.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:30.000 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:30.000 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:30.000 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:30.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:30.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:30.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:30.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:31.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:31.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:31.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:31.002 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:31.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:31.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:31.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:31.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:31.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:31.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:31.003 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:31.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:31.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:31.003 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:39:31.003 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:31.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:31.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:31.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:31.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:31.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:32.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:32.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:32.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:32.005 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:32.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:39:32.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:39:32.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:39:32.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:32.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:32.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:32.006 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:32.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:32.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:32.006 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:39:32.006 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:32.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:32.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:32.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:32.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:32.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:32.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:39:32.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:39:32.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:39:32.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:32.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:32.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:32.008 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:32.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:32.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:32.008 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:39:32.008 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:32.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:32.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:32.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:32.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:32.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:33.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:33.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:33.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:33.009 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:33.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:33.011 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 21:39:33.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:33.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:33.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:33.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 21:39:33.012 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:33.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:33.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:33.015 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:33.015 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:33.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:33.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:33.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:33.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:33.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:34.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:34.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:34.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:34.018 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:34.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:34.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:34.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:34.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:34.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:34.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:34.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:34.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:34.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:34.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:34.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:34.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:34.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:34.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:34.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:34.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:34.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:34.028 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 21:39:34.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:34.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:34.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:34.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:34.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:34.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:34.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:34.033 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:34.033 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:34.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:34.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:34.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:34.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:34.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:35.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:35.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:35.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:35.036 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:35.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:35.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:35.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:35.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:35.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:35.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:35.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:35.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:35.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:35.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:35.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:35.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:35.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:35.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:35.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:35.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:35.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:35.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:35.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:35.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:35.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:35.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:36.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:36.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:36.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:36.043 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:36.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:36.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:36.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:36.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:36.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:36.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:36.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:36.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:36.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:36.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:39:36.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:36.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:36.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:36.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:36.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:36.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:36.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:39:36.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:39:36.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:39:36.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:36.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:36.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:36.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:36.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:36.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:36.047 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:39:36.047 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:36.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:36.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:36.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:36.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:36.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:36.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:36.047 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 21:39:36.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:36.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:36.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:36.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:36.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:36.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:36.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:36.066 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:36.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:36.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:36.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:36.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:36.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:36.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:37.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:37.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:37.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:37.068 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:37.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:37.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:37.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:37.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:37.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:37.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:37.069 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:37.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:37.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:37.072 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:37.072 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:37.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:37.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:37.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:37.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:37.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:37.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:37.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:37.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:37.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:37.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:37.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:37.073 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:37.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:37.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:37.074 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:37.074 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:37.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:37.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:37.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:37.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:37.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:38.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:38.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:38.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:38.076 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:38.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:38.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:38.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:38.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:38.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:38.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:38.077 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:38.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:38.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:38.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:39:38.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:38.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:38.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:38.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:38.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:38.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:38.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:38.080 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 21:39:38.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:38.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:38.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:38.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:38.080 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:38.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:38.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:38.084 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:38.084 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:38.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:38.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:38.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:38.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:38.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:39.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:39.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:39.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:39.087 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:39.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:39.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:39.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:39.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:39.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:39.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:39.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:39.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:39.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:39.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:39.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:39.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:39.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:39.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:39.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:39.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:39.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:39.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:39.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:39.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:39.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:39.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 21:39:39.101 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:39.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:39.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:39.104 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:39.104 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:39.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:39.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:39.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:39.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:39.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:40.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:40.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:40.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:40.105 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:40.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:40.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:40.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:40.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:40.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:40.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:40.106 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:40.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:40.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:40.106 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:39:40.106 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:40.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:40.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:40.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:40.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:40.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:40.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:39:40.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:39:40.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:39:40.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:40.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:40.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:40.109 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:40.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:40.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:40.111 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:39:40.111 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:40.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:40.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:40.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:40.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:40.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:40.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:39:40.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 21:39:40.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:39:40.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:40.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:40.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 21:39:40.112 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:40.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:40.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:40.112 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:39:40.112 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:40.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:40.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:40.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:40.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:40.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:41.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:41.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:41.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:41.115 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:41.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:41.115 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 21:39:41.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:41.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:41.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:41.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:41.116 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:41.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:41.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:41.121 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:41.121 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:41.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:41.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:41.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:41.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:41.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:42.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:42.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:42.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:42.123 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:42.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:42.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:42.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:42.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:42.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:42.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 21:39:42.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:42.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:42.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:42.130 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:42.130 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:42.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:42.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:42.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:42.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:42.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:42.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:42.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:42.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:42.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:42.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:42.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 21:39:42.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:42.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:42.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:42.133 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:42.133 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:42.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:42.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:42.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:42.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:42.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:43.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:43.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:43.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:43.134 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:43.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:43.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:43.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:43.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:43.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:43.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:43.134 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:43.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:43.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:43.135 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:39:43.135 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:43.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:43.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:43.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:43.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:43.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:43.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:39:43.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:39:43.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:39:43.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:43.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:43.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:43.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:43.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:43.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:43.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:39:43.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:43.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:43.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:43.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:43.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:43.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:43.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:39:43.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:39:43.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:39:43.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:43.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:43.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:43.139 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:43.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:43.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:43.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:39:43.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:43.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:43.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:43.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:43.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:43.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:44.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:44.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:44.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:44.140 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:44.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:44.142 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 21:39:44.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:44.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:44.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:44.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:44.143 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:44.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:44.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:44.161 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:44.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:44.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:44.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:44.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:44.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:44.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:45.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:45.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:45.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:45.163 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:45.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:45.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:45.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:45.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:45.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:45.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:45.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:45.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:45.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:45.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:45.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:45.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:45.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:45.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:45.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:45.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:45.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:45.169 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 21:39:45.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:45.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:45.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:45.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:45.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:45.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:45.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:45.174 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:45.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:45.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:45.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:45.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:45.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:45.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:46.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:46.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:46.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:46.176 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:46.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:46.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:46.177 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:46.177 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:46.177 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:46.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:46.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:46.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:46.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:46.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:46.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:46.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:46.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:46.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:46.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:46.181 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:46.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:46.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:46.188 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:46.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:46.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:46.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:46.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:46.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:46.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:46.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:46.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:46.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:46.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:46.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:46.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:46.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:46.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:46.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:46.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:39:46.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:46.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:46.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:46.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:46.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:46.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:46.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:39:46.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:39:46.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:39:46.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:46.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:46.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:46.192 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:46.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:46.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:46.192 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:39:46.192 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:46.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:46.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:46.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:46.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:46.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:46.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:46.199 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 21:39:46.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:46.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:46.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:46.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:46.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:46.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:46.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:46.203 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:46.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:46.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:46.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:46.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:46.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:46.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:47.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:47.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:47.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:47.205 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:47.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:47.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:47.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:47.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:47.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:47.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:47.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:47.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:47.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:47.214 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:47.214 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:47.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:47.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:47.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:47.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:47.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:47.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:47.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:47.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:47.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:47.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:47.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:47.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:47.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:47.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:47.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:47.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:47.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:47.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:47.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:47.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:47.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:47.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:47.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:47.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:47.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:47.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:47.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:47.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:47.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:47.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:47.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:39:47.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:47.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:47.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:47.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:47.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:47.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:47.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:47.221 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 21:39:47.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:47.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:47.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:47.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 21:39:47.222 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:47.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:47.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:47.222 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:47.222 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:47.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:47.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:47.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:47.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:47.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:48.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:48.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:48.237 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:48.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:48.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:48.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:48.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:48.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:48.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:48.240 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:48.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:48.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:48.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:48.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:48.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:48.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:48.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:48.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:48.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:48.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:48.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:48.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:48.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:48.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:48.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:48.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:48.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:48.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:48.245 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:48.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:48.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:48.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:48.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:48.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:48.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:48.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:48.247 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 21:39:48.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:48.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:48.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:48.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:48.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:48.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:48.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:48.249 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:48.253 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:48.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:48.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:48.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:48.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:48.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:49.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:49.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:49.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:49.256 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:49.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:49.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:49.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:49.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:49.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:49.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:49.256 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:49.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:49.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:49.256 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:49.256 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:49.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:49.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:49.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:49.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:49.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:49.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:49.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:49.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:49.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:49.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:49.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:49.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:49.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:49.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:49.261 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:49.261 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:49.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:49.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:49.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:49.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:49.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:49.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:49.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:49.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:49.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:49.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:49.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:49.263 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:49.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:49.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:49.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:39:49.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:49.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:49.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:49.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:49.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:49.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:39:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:39:49.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:39:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:49.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:49.266 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:49.266 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:39:49.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:49.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:49.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:49.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:49.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:49.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:39:49.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:39:49.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:39:49.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:49.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:49.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 21:39:49.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:49.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:49.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:49.269 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:39:49.269 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:49.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:49.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:49.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:49.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:49.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:50.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:50.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:50.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:50.272 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:50.274 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 21:39:50.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:50.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:50.274 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:50.275 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:50.275 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:50.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:50.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:50.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:50.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:50.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:51.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:51.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:51.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:51.281 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:51.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:51.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:51.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:51.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:51.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:51.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 21:39:51.281 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:51.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:51.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:51.290 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:51.290 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:51.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:51.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:51.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:51.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:51.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:51.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:51.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 21:39:51.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:51.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:51.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:51.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:51.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:51.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:51.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:51.296 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:51.297 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:51.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:51.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:51.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:51.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:51.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:52.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:52.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:52.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:52.300 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:52.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:52.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:52.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:52.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:52.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:52.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 21:39:52.301 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:52.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:52.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:52.305 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:52.305 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:52.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:52.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:52.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:52.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:52.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:52.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:52.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:52.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:52.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:52.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:52.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:52.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:52.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:52.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:52.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:52.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:52.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:52.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:52.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:52.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:52.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:52.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:52.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:52.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:52.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:52.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:52.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:52.311 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:52.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:52.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:52.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:39:52.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:52.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:52.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:52.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:52.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:52.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:52.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:39:52.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:39:52.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:39:52.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:52.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:52.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 21:39:52.312 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:52.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:52.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:52.312 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:39:52.312 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:52.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:52.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:52.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:52.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:52.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:52.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:52.318 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 21:39:52.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:52.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:52.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:52.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:52.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:52.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:52.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:52.328 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:52.332 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:52.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:52.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:52.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:52.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:52.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:53.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:53.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:53.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:53.343 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:53.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:53.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:53.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:53.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:53.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:53.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 21:39:53.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:53.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:53.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:53.352 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:53.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:53.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:53.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:53.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:53.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:53.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:53.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:53.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:53.353 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:53.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:53.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:53.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:53.354 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:53.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:53.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:53.354 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:53.354 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:53.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:53.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:53.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:53.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:53.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:53.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:53.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:53.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:53.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:53.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:53.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:53.357 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:53.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:53.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:53.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:39:53.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:53.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:53.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:53.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:53.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:53.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:53.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:53.359 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 21:39:53.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:53.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:53.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:53.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:53.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:53.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:53.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:53.360 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:53.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:53.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:53.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:53.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:53.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:53.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:54.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:54.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:54.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:54.362 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:54.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:54.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:54.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:54.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:54.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:54.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:54.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:54.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:54.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:54.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:54.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:54.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:54.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:54.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:54.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:54.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:54.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:54.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:54.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:54.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:54.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:54.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:54.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:54.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:54.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:54.367 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:54.367 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:54.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:54.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:54.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:54.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:54.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:54.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:54.369 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 21:39:54.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:54.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:54.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:54.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 21:39:54.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:54.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:54.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:54.369 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:54.370 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:54.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:54.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:54.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:54.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:54.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:55.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:55.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:55.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:55.372 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:55.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:55.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:55.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:55.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:55.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:55.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:55.373 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:55.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:55.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:55.373 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:39:55.373 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:55.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:55.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:55.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:55.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:55.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:55.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:55.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:55.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:55.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:55.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:55.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:55.382 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:55.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:55.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:55.382 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:55.382 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:55.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:55.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:55.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:55.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:55.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:55.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:55.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:55.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:55.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:55.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:55.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 21:39:55.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:55.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:55.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:55.385 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:39:55.385 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:55.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:55.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:55.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:55.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:55.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:55.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:39:55.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:39:55.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:39:55.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:55.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:55.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:55.385 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:55.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:55.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:55.386 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:39:55.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:55.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:55.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:55.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:55.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:55.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:55.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:39:55.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 21:39:55.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:39:55.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:55.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:55.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:55.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:55.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:55.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:55.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:39:55.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:55.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:55.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:55.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:39:55.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:39:55.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:39:55.391 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 21:39:55.392 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 21:39:55.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:39:55.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:39:55.396 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 21:39:55.396 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 21:39:55.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:39:55.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:39:55.398 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 21:39:55.398 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 21:39:55.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:39:55.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:39:55.400 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 21:39:55.400 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 21:39:55.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:39:55.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:39:55.402 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 21:39:55.402 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 21:39:55.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:39:55.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:39:55.408 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 21:39:55.408 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:39:55.408 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:39:55.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:55.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:55.408 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 21:39:55.408 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:39:55.408 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 21:39:55.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 21:39:55.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:39:55.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:39:55.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:39:55.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:39:55.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:39:55.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:39:55.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:55.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:55.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:39:55.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:39:55.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:39:55.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:55.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:55.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:55.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:55.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:55.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:55.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:55.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:55.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:55.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:55.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:55.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:55.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:39:55.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:39:55.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:39:55.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:55.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:55.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:39:55.490 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 21:39:55.490 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:39:55.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:55.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:55.490 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:55.490 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:55.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:55.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:55.494 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:39:55.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:55.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:55.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:55.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:55.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:55.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:56.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:56.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:56.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:56.496 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:56.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:39:56.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:39:56.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:39:56.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:56.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:56.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:56.496 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:56.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:56.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:56.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:39:56.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:56.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:56.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:56.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:57.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:57.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:57.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:57.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:57.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:57.503 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:57.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:39:57.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:39:57.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:39:57.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:57.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:57.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:57.504 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:57.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:57.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:57.505 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:39:57.505 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:57.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:57.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:57.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:58.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:58.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:58.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:58.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:58.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:58.506 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:58.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:39:58.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:39:58.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:39:58.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:58.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:58.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:58.507 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:58.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:58.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:58.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:39:58.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:58.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:58.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:58.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:59.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:59.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:59.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:59.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:39:59.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:39:59.512 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:39:59.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:39:59.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:39:59.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:39:59.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:39:59.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:39:59.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:39:59.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:39:59.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:39:59.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:39:59.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:39:59.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:39:59.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:39:59.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:39:59.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:00.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:00.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:00.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:00.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:00.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:00.516 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:00.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:40:00.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:40:00.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:40:00.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:00.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:00.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:00.517 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:00.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:00.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:00.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:40:00.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:00.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:00.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:00.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:01.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:01.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:01.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:01.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:01.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:01.519 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:01.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:40:01.521 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 21:40:01.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:01.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:01.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:01.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 21:40:01.522 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:01.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:01.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:01.525 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:40:01.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:01.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:01.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:01.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:02.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:02.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:02.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:02.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:02.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:02.528 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:40:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:40:02.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:40:02.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:02.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:02.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:02.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:02.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:02.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:02.531 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:40:02.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:02.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:02.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:02.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:03.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:03.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:03.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:03.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:03.533 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:40:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:40:03.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:40:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:03.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:03.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:03.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:03.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:40:03.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:03.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:03.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:03.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:04.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:04.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:04.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:04.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:04.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:04.535 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:04.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:40:04.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:40:04.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:40:04.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:04.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:04.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:04.536 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:04.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:04.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:04.537 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:40:04.537 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:04.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:04.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:04.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:05.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:05.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:05.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:05.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:05.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:05.538 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:05.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:40:05.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:40:05.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:40:05.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:05.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:05.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:05.539 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:05.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:05.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:05.539 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:40:05.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:05.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:05.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:05.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:06.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:06.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:06.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:06.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:06.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:06.542 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:06.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:40:06.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:40:06.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:40:06.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:06.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:06.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:06.542 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:06.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:06.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:06.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:40:06.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:06.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:06.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:06.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:06.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:06.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:40:06.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:40:06.545 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 21:40:06.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:06.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:06.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:06.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:06.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:06.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:06.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:06.545 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:40:06.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:06.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:06.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:06.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:07.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:07.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:07.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:07.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:07.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:07.551 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:40:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:40:07.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:40:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:07.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 21:40:07.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:07.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:07.559 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:40:07.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:07.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:07.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:07.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:08.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:08.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:08.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:08.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:08.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:08.561 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:08.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:40:08.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:40:08.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:40:08.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:08.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:08.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:08.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:08.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:08.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:08.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:40:08.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:08.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:08.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:08.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:09.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:09.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:09.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:09.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:09.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:09.564 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:09.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:40:09.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:40:09.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:40:09.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:09.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:09.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:09.565 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:09.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:09.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:09.565 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:40:09.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:09.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:09.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:09.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:10.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:10.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:10.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:10.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:10.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:10.566 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:40:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:40:10.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:40:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:10.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:10.567 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:10.567 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:40:10.567 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:10.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:10.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:11.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:11.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:11.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:11.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:11.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:11.570 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:11.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:40:11.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:40:11.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:40:11.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:11.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:11.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:11.571 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:11.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:11.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:11.571 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:40:11.571 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:11.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:11.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:11.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:11.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:11.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:40:11.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:40:11.574 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 21:40:11.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:11.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:11.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:11.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:11.574 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:11.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:11.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:11.578 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:40:11.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:11.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:11.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:11.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:12.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:12.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:12.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:12.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:12.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:12.581 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:12.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:40:12.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:40:12.581 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:40:12.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:12.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:12.581 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:12.581 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:12.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:12.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:12.581 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:40:12.581 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:12.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:12.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:12.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:13.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:13.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:13.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:13.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:13.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:13.583 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:13.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:40:13.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:40:13.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:40:13.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:13.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:13.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:13.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:13.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:13.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:13.585 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:40:13.585 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:13.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:13.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:13.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:14.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:14.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:14.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:14.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:14.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:14.586 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:14.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:40:14.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:40:14.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:40:14.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:14.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:14.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:14.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:14.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:14.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:14.587 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:40:14.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:14.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:14.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:14.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:15.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:15.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:15.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:15.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:15.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:15.589 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:15.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:40:15.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:40:15.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:40:15.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:15.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:15.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:15.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:15.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:15.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:15.591 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:40:15.592 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:15.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:15.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:15.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:15.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:15.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:40:15.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:40:15.592 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 21:40:15.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:15.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:15.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:15.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:15.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:15.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:15.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:15.593 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:40:15.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:15.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:15.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:15.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:16.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:16.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:16.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:16.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:16.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:16.599 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:16.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:40:16.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:40:16.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:40:16.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:16.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:16.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:16.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:16.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:16.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:16.600 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:40:16.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:16.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:16.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:16.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:17.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:17.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:17.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:17.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:17.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:17.601 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:17.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:40:17.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:40:17.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:40:17.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:17.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:17.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:17.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:17.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:17.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:17.603 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:40:17.603 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:17.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:17.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:17.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:18.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:18.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:18.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:18.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:18.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:18.604 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:18.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:40:18.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:40:18.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:40:18.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:18.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:18.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:18.605 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:18.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:18.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:18.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:40:18.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:18.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:18.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:18.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:19.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:19.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:19.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:19.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:19.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:19.607 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:19.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:40:19.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:40:19.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:40:19.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:19.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:19.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:19.607 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:19.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:19.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:19.609 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:40:19.609 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:19.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:19.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:19.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:19.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:19.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:40:19.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:40:19.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:40:19.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:40:19.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:19.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:19.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:19.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:19.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:19.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:19.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:40:19.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:19.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:19.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:19.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:19.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:19.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:40:19.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:40:19.614 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 21:40:19.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:19.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:19.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:19.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:19.614 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:19.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:19.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:19.627 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:40:19.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:19.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:19.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:19.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:20.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:20.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:20.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:20.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:20.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:20.629 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:40:20.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 21:40:20.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:40:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:20.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:20.630 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:20.630 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:40:20.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:20.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:20.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:20.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:20.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:40:20.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:40:20.639 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 21:40:20.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:20.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:20.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:20.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:20.640 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:20.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:20.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:20.643 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:40:20.644 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:20.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:20.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:20.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:21.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:21.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:21.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:21.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:21.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:21.647 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:21.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:40:21.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:40:21.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:40:21.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:21.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:21.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:21.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:21.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:21.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:21.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:40:21.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:21.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:21.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:21.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:21.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:21.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:40:21.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:40:21.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:40:21.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:40:21.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:21.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:21.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:21.653 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:21.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:21.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:21.654 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:40:21.654 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:21.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:21.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:21.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:22.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:22.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:22.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:22.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:22.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:22.655 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:40:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:40:22.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:40:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:22.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 21:40:22.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:22.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:40:22.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:22.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:22.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:23.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:23.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:23.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:23.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:23.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:23.658 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:23.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:40:23.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:40:23.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:40:23.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:23.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:23.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 21:40:23.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:23.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:23.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:23.659 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:40:23.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:23.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:23.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:23.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:23.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:23.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:40:23.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:40:23.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:40:23.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:40:23.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:23.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:23.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:23.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:23.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:23.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:23.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:40:23.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:23.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:23.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:23.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:23.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:23.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:40:23.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:40:23.664 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 21:40:23.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:23.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:23.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:23.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:23.664 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:23.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:23.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:23.664 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:40:23.664 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:23.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:23.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:23.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:24.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:24.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:24.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:24.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:24.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:24.667 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:24.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:40:24.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:40:24.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:40:24.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:24.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:24.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:24.668 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:24.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:24.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:24.668 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:40:24.668 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:24.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:24.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:24.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:24.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:24.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:40:24.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:40:24.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:40:24.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:40:24.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:24.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:24.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 21:40:24.673 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:24.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:24.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:24.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:40:24.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:24.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:24.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:24.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:24.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:24.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:40:24.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:40:24.680 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 21:40:24.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:24.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:24.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:24.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 21:40:24.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:24.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:24.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:24.683 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:40:24.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:24.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:24.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:24.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:25.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:25.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:25.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:25.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:25.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:25.686 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:25.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:40:25.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:40:25.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:40:25.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:25.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:25.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 21:40:25.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:25.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:25.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:25.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:40:25.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:25.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:25.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:25.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:25.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:25.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:40:25.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:40:25.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:40:25.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:40:25.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:25.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:25.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:25.699 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:25.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:25.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:25.700 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:40:25.700 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:25.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:25.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:25.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:25.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:25.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:40:25.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:40:25.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:40:25.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:40:25.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:25.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:25.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 21:40:25.703 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:25.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:25.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:25.703 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:40:25.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:25.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:25.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:25.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:26.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:26.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:26.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:26.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:26.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:26.705 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:26.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 21:40:26.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 21:40:26.705 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 21:40:26.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:26.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:26.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:26.705 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:26.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:26.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:26.706 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 21:40:26.706 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:26.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:26.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:26.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:26.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:26.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:40:26.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 21:40:26.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 21:40:26.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 21:40:26.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:26.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:26.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:26.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:26.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:26.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:26.708 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 21:40:26.708 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:26.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:26.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:26.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:26.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:26.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:40:26.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 21:40:26.711 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 21:40:26.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:26.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:26.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:26.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:26.711 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:26.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:26.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:26.711 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 21:40:26.711 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:26.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:26.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:26.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:27.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:27.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:27.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:27.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:27.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:40:27.714 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 21:40:27.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 21:40:27.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 21:40:27.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 21:40:27.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:27.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:27.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 21:40:27.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:27.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:27.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:27.719 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 21:40:27.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:27.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:27.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:27.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:27.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:27.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:40:27.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 21:40:27.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 21:40:27.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 21:40:27.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:27.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:27.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 21:40:27.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:27.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:27.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:27.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 21:40:27.728 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:27.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:27.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:27.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:27.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:27.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:40:27.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 21:40:27.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 21:40:27.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 21:40:27.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:27.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:27.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:40:27.729 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:27.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:27.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:27.729 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 21:40:27.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:27.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:27.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:27.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:27.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:27.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:40:27.731 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 21:40:27.731 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 21:40:27.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:27.733 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 21:40:27.733 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 21:40:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:27.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:27.734 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 21:40:27.734 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 21:40:27.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:27.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:27.735 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 21:40:27.735 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 21:40:27.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:27.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:27.736 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 21:40:27.736 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 21:40:27.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:27.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:27.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 21:40:27.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:27.741 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:27.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:27.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:27.742 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 21:40:27.742 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 21:40:27.742 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:27.742 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:27.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:27.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 123.279 s - in org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 90.936 s testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 32.334 s Running org.eclipse.reddeer.core.test.DummyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/reddeer.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 21:40:38.621 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 21:40:38.623 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 21:40:38.633 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 21:40:38.634 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 21:40:38.689 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 21:40:38.717 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:40:38.720 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:38.723 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 21:40:38.726 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 21:40:38.726 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 21:40:38.735 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 21:40:38.805 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:38.805 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:40:38.816 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:38.816 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:40:38.820 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:38.822 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 21:40:38.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:40:38.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:40:38.843 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:40:38.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:40:38.844 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:40:38.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:40:38.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:38.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:38.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:38.856 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:38.891 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:38.895 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:38.896 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:38.896 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:38.896 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:38.896 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:38.896 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:38.896 DEBUG [main][MenuItemLookup] Item match:Window 21:40:38.901 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:38.901 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:38.901 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:38.901 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:38.901 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:38.901 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:40:38.901 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:38.901 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:40:38.902 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:38.902 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:40:38.902 DEBUG [main][MenuItemLookup] Item match:Preferences 21:40:38.905 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:40:38.905 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:40:38.907 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:40:39.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 'Preferences.*'] is available.... 21:40:39.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:40:39.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:40:39.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:39.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:39.097 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:40:39.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:40:39.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:40:39.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:39.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:39.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:39.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:39.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:39.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:39.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:39.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:40:39.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:39.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:39.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:39.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:39.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:39.146 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:40:39.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:39.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:39.147 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:39.148 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:39.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:40:39.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:40:39.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:39.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:39.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:39.212 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:39.214 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 21:40:39.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 21:40:39.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:39.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:39.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:39.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:39.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:39.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:39.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:39.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:39.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:39.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:39.234 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:39.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 '\*?\QProject Explorer\E') 21:40:39.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:39.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:39.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:39.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:39.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:39.238 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:40:39.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:40:39.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:39.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:39.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:39.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:39.290 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 21:40:39.291 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 21:40:39.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:40:39.294 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:40:39.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:39.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:39.343 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 21:40:39.343 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:39.344 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:39.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:39.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:39.346 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 21:40:39.346 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:39.347 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 21:40:39.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 21:40:39.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:39.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:39.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:39.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:39.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:39.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:39.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:39.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:39.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:39.390 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 21:40:39.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:39.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:39.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:39.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:39.400 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:39.400 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:39.400 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:39.400 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:39.401 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:39.401 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:39.401 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:39.401 DEBUG [main][MenuItemLookup] Item match:Window 21:40:39.402 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:39.402 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:39.402 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:39.402 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:39.402 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:39.402 DEBUG [main][MenuItemLookup] Item match:Show View 21:40:39.414 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:40:39.414 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:40:39.414 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:40:39.414 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:40:39.415 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:40:39.415 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:40:39.415 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:40:39.415 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:40:39.415 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:39.415 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:40:39.415 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:40:39.416 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:40:39.416 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:40:39.416 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:40:39.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:40:39.456 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 21:40:39.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:40:39.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:39.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:39.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:40:39.458 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:39.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:39.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:39.458 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:39.458 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:39.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:39.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:39.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:39.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:39.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:39.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:39.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:39.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:40:39.493 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:40:39.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:39.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:40.001 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:40:40.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:40:40.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:40:40.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:40.005 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:40:40.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:40.005 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:40:40.006 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 21:40:40.007 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 21:40:40.008 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 21:40:40.009 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 21:40:40.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:40.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:40.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:40.009 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:40.009 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:40.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:40.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:40:40.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:40.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:40.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:40.011 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:40.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:40.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:40.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:40.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:40.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:40.014 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:40:40.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:40.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:40.014 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:40.014 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:40.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:40.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:40.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:40:40.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:40.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:40:40.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:40.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:40.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:40.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:40.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:40.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 21:40:40.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:40.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:40.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:40.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:40.144 INFO [WorkbenchTestable][AbstractView] Activate view Markers 21:40:40.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 21:40:40.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:40.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:40.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:40.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:40.191 INFO [WorkbenchTestable][AbstractView] Activate view Markers 21:40:40.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 21:40:40.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:40.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:40:40.193 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 21:40:40.193 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 21:40:40.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 21:40:40.194 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:40:40.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:40.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 21:40:40.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:40.239 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:40.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:40.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:40.240 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 21:40:40.240 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:40.240 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 21:40:40.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 21:40:40.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:40.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:40.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:40.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:40.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:40.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:40.247 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 21:40:40.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:40.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:40.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:40.247 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:40.247 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:40.248 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:40.248 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:40.248 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:40.248 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:40.248 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:40.248 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:40.248 DEBUG [main][MenuItemLookup] Item match:Window 21:40:40.248 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:40.249 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:40.249 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:40.249 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:40.249 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:40.249 DEBUG [main][MenuItemLookup] Item match:Show View 21:40:40.252 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:40:40.252 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:40:40.252 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:40:40.252 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:40:40.252 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:40:40.253 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:40:40.253 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:40:40.253 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:40:40.253 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:40.253 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:40:40.253 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:40:40.294 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:40:40.294 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:40:40.294 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:40:40.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:40:40.350 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 21:40:40.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:40:40.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:40.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:40.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:40:40.352 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:40.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:40.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:40.352 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:40.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:40.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:40.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:40.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:40.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:40.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:40.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:40.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:40:40.354 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:40:40.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:40.354 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:40:40.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:40.354 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:40:40.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:40:40.355 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:40:40.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:40.355 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:40:40.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:40.355 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:40:40.355 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 21:40:40.355 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 21:40:40.355 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 21:40:40.356 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 21:40:40.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:40.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:40.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:40.356 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:40.356 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:40.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:40.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:40:40.357 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:40.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:40.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:40.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:40.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:40.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:40.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:40.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:40.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:40.358 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:40:40.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:40.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:40.358 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:40.358 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:40.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:40.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:40.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:40:40.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:40.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:40:40.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:40.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:40.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:40.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:40.456 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:40.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:40:40.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:40.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:40.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:40.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:40.457 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:40:40.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:40:40.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:40.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:40.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:40.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:40.504 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:40:40.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:40:40.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:40.506 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 21:40:40.506 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 21:40:40.506 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 21:40:40.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:40:40.507 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:40:40.521 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 21:40:40.521 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:40.521 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:40.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:40.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:40.532 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 21:40:40.533 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 21:40:40.533 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:40.533 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:40.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:40.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.935 s - in org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.132 s testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.893 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.292 s Running org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:40.550 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:40.551 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:40:40.552 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:40.552 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:40.552 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:40.552 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:40:40.552 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:40.552 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:40:40.552 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:40.552 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 21:40:40.552 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:40:40.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:40:40.553 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:40:40.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:40:40.553 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:40:40.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:40:40.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:40.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:40.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:40.554 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:40.554 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:40.554 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:40.554 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:40.554 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:40.554 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:40.554 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:40.554 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:40.554 DEBUG [main][MenuItemLookup] Item match:Window 21:40:40.555 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:40.555 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:40.555 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:40.555 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:40.555 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:40.555 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:40:40.555 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:40.555 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:40:40.555 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:40.555 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:40:40.555 DEBUG [main][MenuItemLookup] Item match:Preferences 21:40:40.555 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:40:40.555 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:40:40.555 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:40:40.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:40:40.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:40:40.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:40:40.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:40.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:40.659 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:40:40.659 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:40:40.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:40:40.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:40.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:40.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:40.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:40.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:40.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:40.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:40:40.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:40.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:40.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:40.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:40.663 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:40:40.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:40.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:40.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:40.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:40.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:40:40.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:40:40.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:40.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:40.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:40.709 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:40.709 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:40.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:40.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:40.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:40.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:40.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:40.712 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 21:40:40.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:40.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:40.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:40.713 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:40.713 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:40.713 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:40.713 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:40.713 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:40.713 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:40.713 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:40.713 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:40.713 DEBUG [main][MenuItemLookup] Item match:Window 21:40:40.714 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:40.714 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:40.714 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:40.714 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:40.714 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:40.714 DEBUG [main][MenuItemLookup] Item match:Show View 21:40:40.718 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:40:40.718 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:40:40.718 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:40:40.718 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:40:40.718 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:40:40.718 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:40:40.718 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:40:40.718 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:40:40.718 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:40.718 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:40:40.719 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:40:40.719 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:40:40.719 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:40:40.719 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:40:40.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:40:40.759 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 21:40:40.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:40:40.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:40.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:40.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 21:40:40.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:40.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:40.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:40.791 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:40.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:40.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:40.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:40.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:40.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:40.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:40.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:40.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:40.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 21:40:40.793 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:40.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:41.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:41.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 21:40:41.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:41.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:41.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:41.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:41.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:41.295 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 21:40:41.295 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 21:40:41.296 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 21:40:41.296 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 21:40:41.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:41.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:41.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:41.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.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 "Open") 21:40:41.297 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:41.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.297 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:41.297 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:41.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:41.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:41.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:41.298 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:40:41.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:41.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:41.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:41.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:41.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:41.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:41.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:40:41.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:40:41.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:41.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:41.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:41.340 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:41.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 '\*?\QWorkbench Test\E') 21:40:41.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:41.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:41.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:41.342 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:41.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:41.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:41.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:41.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:41.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:41.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:41.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:41.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:41.346 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:41.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 '\*?\QWorkbench Test\E') 21:40:41.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:41.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:41.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:41.347 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:41.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:41.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:41.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:41.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:41.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:41.349 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 21:40:41.349 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 21:40:41.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:41.349 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:40:41.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:41.362 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:41.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.394 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.394 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:41.394 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:41.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:41.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:41.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:41.397 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 21:40:41.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:41.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:41.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:41.398 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:41.398 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:41.398 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:41.398 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:41.398 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:41.398 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:41.398 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:41.398 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:41.398 DEBUG [main][MenuItemLookup] Item match:Window 21:40:41.399 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:41.399 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:41.399 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:41.399 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:41.399 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:41.399 DEBUG [main][MenuItemLookup] Item match:Show View 21:40:41.402 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:40:41.402 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:40:41.402 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:40:41.402 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:40:41.402 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:40:41.402 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:40:41.402 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:40:41.402 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:40:41.402 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:41.402 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:40:41.402 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:40:41.403 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:40:41.403 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:40:41.403 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:40:41.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:40:41.448 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 21:40:41.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:40:41.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:41.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:41.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:40:41.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:41.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.450 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:41.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:41.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:41.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:41.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:41.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:41.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:41.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 21:40:41.451 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:41.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:41.451 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:41.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:41.451 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:41.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 21:40:41.451 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:41.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:41.451 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:41.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:41.451 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:41.451 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 21:40:41.451 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 21:40:41.452 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 21:40:41.452 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 21:40:41.452 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:41.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.452 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:41.452 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:41.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.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") 21:40:41.452 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:41.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.452 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:41.452 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:41.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:41.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:41.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:41.453 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:40:41.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:41.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:41.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:41.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:41.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:41.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:41.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:40:41.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:40:41.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:41.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:41.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:41.515 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:41.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 '\*?\QWorkbench Test\E') 21:40:41.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:41.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:41.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:41.516 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:41.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:41.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:41.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:41.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:41.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:41.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:41.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:41.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:41.521 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:41.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 21:40:41.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:41.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:41.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:41.526 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:41.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:41.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:41.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:41.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:41.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:41.527 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 21:40:41.527 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 21:40:41.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:41.528 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:40:41.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:41.541 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:41.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.550 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.550 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:41.550 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:41.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:41.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:41.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:41.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:41.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:41.555 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:41.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.555 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.555 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:41.555 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:41.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:41.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:41.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:41.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:41.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:41.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:41.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.592 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.592 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:41.592 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:41.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:41.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:41.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:41.594 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 21:40:41.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:41.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:41.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:41.602 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:41.603 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:41.603 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:41.603 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:41.603 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:41.603 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:41.603 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:41.603 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:41.603 DEBUG [main][MenuItemLookup] Item match:Window 21:40:41.604 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:41.604 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:41.604 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:41.604 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:41.604 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:41.604 DEBUG [main][MenuItemLookup] Item match:Show View 21:40:41.609 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:40:41.609 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:40:41.609 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:40:41.609 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:40:41.609 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:40:41.609 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:40:41.609 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:40:41.609 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:40:41.609 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:41.609 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:40:41.609 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:40:41.609 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:40:41.609 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:40:41.610 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:40:41.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:40:41.657 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 21:40:41.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:40:41.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:41.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:41.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:40:41.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:41.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.659 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:41.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:41.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:41.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:41.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:41.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:41.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:41.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 21:40:41.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:41.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:41.660 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:41.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:41.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:41.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 21:40:41.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:41.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:41.661 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:41.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:41.661 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:41.661 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 21:40:41.661 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 21:40:41.661 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 21:40:41.661 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 21:40:41.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:41.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:41.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:41.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.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") 21:40:41.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:41.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:41.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:41.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:41.693 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:40:41.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:41.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:41.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:41.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:41.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:41.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:41.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:40:41.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:40:41.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:41.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:41.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:41.731 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:41.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:40:41.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:41.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:41.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:41.732 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 21:40:41.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 21:40:41.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:41.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:41.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:41.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:41.734 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 21:40:41.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 21:40:41.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:41.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text= TooltipText=null 21:40:41.735 INFO [WorkbenchTestable][AbstractView] Close view '*Workbench Dirty Test' 21:40:41.735 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem *Workbench Dirty Test 21:40:41.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 21:40:41.736 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:40:41.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:41.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:41.759 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:41.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.759 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.759 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:41.759 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:41.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:41.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:41.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:41.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:41.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:41.791 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:41.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.792 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.792 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:41.792 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:41.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:41.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:41.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:41.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:41.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:41.797 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:41.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.797 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.797 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:41.797 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:41.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:41.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:41.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:41.800 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 21:40:41.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:41.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:41.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:41.806 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:41.806 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:41.806 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:41.808 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:41.808 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:41.808 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:41.808 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:41.808 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:41.808 DEBUG [main][MenuItemLookup] Item match:Window 21:40:41.809 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:41.809 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:41.809 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:41.809 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:41.809 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:41.809 DEBUG [main][MenuItemLookup] Item match:Show View 21:40:41.812 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:40:41.812 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:40:41.812 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:40:41.812 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:40:41.812 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:40:41.812 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:40:41.812 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:40:41.812 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:40:41.812 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:41.812 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:40:41.812 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:40:41.812 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:40:41.812 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:40:41.813 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:40:41.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:40:41.854 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 21:40:41.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:40:41.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:41.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:41.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:40:41.855 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:41.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:41.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:41.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:41.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:41.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:41.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:41.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:41.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 21:40:41.857 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:41.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:41.857 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:41.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:41.857 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:41.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 21:40:41.857 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:41.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:41.857 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:41.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:41.858 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:41.858 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 21:40:41.858 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 21:40:41.858 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 21:40:41.858 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 21:40:41.858 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:41.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:41.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:41.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.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 "Open") 21:40:41.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:41.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:41.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:41.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:41.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:41.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:41.860 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:40:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:41.860 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:41.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:41.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:41.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:41.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:40:41.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:40:41.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:41.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:41.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:41.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:41.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 '\*?\QWorkbench Test\E') 21:40:41.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:41.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:41.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:41.919 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:41.919 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:41.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:41.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:41.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:41.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:41.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:41.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:41.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:41.929 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:41.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 '\*?\QWorkbench Test\E') 21:40:41.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:41.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:41.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:41.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:41.930 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:41.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:41.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:41.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:41.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:41.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:41.932 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 21:40:41.932 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 21:40:41.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:41.932 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:40:41.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:41.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:41.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.952 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.952 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:41.952 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:41.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:41.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:41.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:41.954 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.954 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:41.954 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:41.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.955 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.955 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:41.955 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:41.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:41.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:41.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:41.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:41.959 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.959 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:41.959 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:41.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:41.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:41.989 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.989 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:41.989 INFO [WorkbenchTestable][RequirementsRunner] Started test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:41.989 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:41.989 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:41.989 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:41.989 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:41.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:41.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:41.992 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 21:40:41.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:41.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:41.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:41.999 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:41.999 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:42.000 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:42.000 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:42.000 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:42.000 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:42.000 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:42.000 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:42.000 DEBUG [main][MenuItemLookup] Item match:Window 21:40:42.001 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:42.001 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:42.001 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:42.001 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:42.001 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:42.001 DEBUG [main][MenuItemLookup] Item match:Show View 21:40:42.005 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:40:42.005 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:40:42.005 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:40:42.005 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:40:42.005 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:40:42.005 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:40:42.005 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:40:42.005 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:40:42.005 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:42.005 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:40:42.005 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:40:42.006 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:40:42.006 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:40:42.006 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:40:42.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:40:42.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 21:40:42.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:40:42.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.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 21:40:42.048 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.049 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.049 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:42.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:42.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:42.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 21:40:42.050 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:42.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:42.050 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:42.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:42.050 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:42.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 21:40:42.050 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:42.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:42.050 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:42.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:42.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:42.051 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 21:40:42.051 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 21:40:42.051 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 21:40:42.051 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 21:40:42.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.051 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.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 "Open") 21:40:42.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.052 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:42.053 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:40:42.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:42.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:42.053 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:42.053 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:42.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:42.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:42.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:40:42.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:40:42.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:42.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.115 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:42.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 '\*?\QWorkbench Dirty Test\E') 21:40:42.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:42.116 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 21:40:42.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 21:40:42.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:42.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:42.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:42.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:42.121 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: ") 21:40:42.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:40:42.129 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:40:42.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:42.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:42.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:42.131 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:42.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.132 INFO [WorkbenchTestable][RequirementsRunner] Finished test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:42.132 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:42.132 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:42.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:42.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:42.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:42.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:42.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:42.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:42.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:42.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:42.135 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:42.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.136 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:42.136 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:42.136 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:42.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:42.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:42.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:42.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:42.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:42.138 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 21:40:42.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:42.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.143 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:42.143 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:42.143 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:42.143 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:42.143 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:42.143 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:42.143 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:42.143 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:42.143 DEBUG [main][MenuItemLookup] Item match:Window 21:40:42.143 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:42.143 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:42.143 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:42.143 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:42.143 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:42.143 DEBUG [main][MenuItemLookup] Item match:Show View 21:40:42.146 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:40:42.146 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:40:42.146 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:40:42.146 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:40:42.146 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:40:42.146 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:40:42.146 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:40:42.146 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:40:42.146 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:42.146 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:40:42.146 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:40:42.147 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:40:42.147 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:40:42.147 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:40:42.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:40:42.215 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 21:40:42.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:40:42.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:40:42.218 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:42.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:42.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:42.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 21:40:42.220 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:42.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:42.220 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:42.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:42.220 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:42.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 21:40:42.220 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:42.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:42.220 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:42.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:42.220 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:42.220 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 21:40:42.220 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 21:40:42.221 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 21:40:42.221 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 21:40:42.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.226 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.226 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:40:42.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.227 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:42.227 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:40:42.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:42.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:42.228 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:42.228 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:42.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:42.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:40:42.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:40:42.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.255 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:42.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 '\*?\QWorkbench Test\E') 21:40:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:42.257 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:42.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:42.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:42.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:42.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:42.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:42.258 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:42.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:42.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:42.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:40:42.259 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 21:40:42.259 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 21:40:42.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:42.259 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:40:42.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:42.295 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 21:40:42.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:42.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:42.296 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:42.296 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:42.296 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:42.296 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:42.296 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:42.296 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:42.296 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:42.296 DEBUG [main][MenuItemLookup] Item match:Window 21:40:42.296 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:42.296 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:42.296 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:42.296 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:42.296 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:42.296 DEBUG [main][MenuItemLookup] Item match:Show View 21:40:42.300 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:40:42.300 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:40:42.300 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:40:42.301 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:40:42.301 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:40:42.301 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:40:42.301 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:40:42.301 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:40:42.301 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:42.301 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:40:42.301 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:40:42.301 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:40:42.301 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:40:42.301 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:40:42.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:40:42.344 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 21:40:42.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:40:42.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.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 21:40:42.345 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.345 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 21:40:42.346 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:42.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:42.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:42.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 21:40:42.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:42.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:42.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:42.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:42.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:42.347 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 21:40:42.347 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 21:40:42.347 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 21:40:42.348 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 21:40:42.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.348 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.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 "Open") 21:40:42.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:42.359 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:40:42.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:42.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:42.359 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:42.359 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:42.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:42.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:42.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:40:42.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:40:42.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:42.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.419 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:42.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 '\*?\QWorkbench Test\E') 21:40:42.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:42.420 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:42.420 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:42.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:42.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:42.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:42.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:42.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:42.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.429 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:42.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') 21:40:42.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:42.430 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:42.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:42.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:42.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:42.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:42.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:42.431 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 21:40:42.431 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 21:40:42.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:42.431 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:40:42.438 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:42.438 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:42.438 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:42.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.444 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:42.444 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:42.444 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:42.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:42.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:42.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:42.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:42.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:42.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:42.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:42.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:42.448 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:42.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.448 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:42.448 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:42.448 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:42.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:42.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:42.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:42.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:42.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:42.450 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:42.450 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:42.450 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:42.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.451 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:42.451 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:42.451 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:42.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:42.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:42.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:42.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:42.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:42.453 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 21:40:42.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:42.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.453 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:42.453 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:42.454 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:42.454 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:42.454 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:42.454 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:42.454 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:42.454 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:42.454 DEBUG [main][MenuItemLookup] Item match:Window 21:40:42.454 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:42.454 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:42.454 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:42.454 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:42.454 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:42.454 DEBUG [main][MenuItemLookup] Item match:Show View 21:40:42.457 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:40:42.457 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:40:42.457 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:40:42.457 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:40:42.457 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:40:42.457 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:40:42.457 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:40:42.457 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:40:42.457 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:42.457 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:40:42.457 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:40:42.461 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:40:42.461 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:40:42.462 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:40:42.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:40:42.529 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 21:40:42.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:40:42.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.530 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:40:42.530 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.530 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.530 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:42.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:42.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 21:40:42.532 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:42.532 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:42.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 21:40:42.532 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:42.532 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:42.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:42.532 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 21:40:42.532 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 21:40:42.532 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 21:40:42.532 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 21:40:42.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:40:42.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:42.534 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:40:42.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:42.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:42.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:42.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:42.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:42.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:42.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:40:42.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:40:42.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:42.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:42.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 '\*?\QWorkbench Test\E') 21:40:42.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:42.565 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:42.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:42.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:42.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:42.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:42.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:42.566 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:42.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:42.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:42.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:40:42.567 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 21:40:42.567 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 21:40:42.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:42.567 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:40:42.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:42.600 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:42.601 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:42.601 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:42.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.601 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:42.601 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:42.601 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:42.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:42.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:42.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:42.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:42.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:42.604 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 21:40:42.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:42.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.604 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:42.604 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:42.604 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:42.605 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:42.605 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:42.605 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:42.606 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:42.606 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:42.606 DEBUG [main][MenuItemLookup] Item match:Window 21:40:42.606 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:42.606 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:42.606 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:42.606 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:42.606 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:42.606 DEBUG [main][MenuItemLookup] Item match:Show View 21:40:42.610 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:40:42.610 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:40:42.610 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:40:42.610 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:40:42.610 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:40:42.610 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:40:42.610 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:40:42.610 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:40:42.610 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:42.610 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:40:42.610 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:40:42.611 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:40:42.611 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:40:42.611 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:40:42.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:40:42.648 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 21:40:42.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:40:42.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.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 21:40:42.650 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.650 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.650 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:42.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:42.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:42.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 21:40:42.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:42.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:42.651 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:42.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:42.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:42.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 21:40:42.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:42.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:42.651 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:42.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:42.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:42.652 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 21:40:42.652 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 21:40:42.652 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 21:40:42.652 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 21:40:42.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.652 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:40:42.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.652 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:42.653 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:40:42.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:42.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:42.653 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:42.653 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:42.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:42.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:42.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:40:42.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:40:42.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:42.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.709 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:42.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 '\*?\QWorkbench Test\E') 21:40:42.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:42.710 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:42.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:42.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:42.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:42.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:42.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:42.712 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:42.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:42.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:42.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:40:42.713 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 21:40:42.713 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 21:40:42.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:42.713 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:40:42.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:42.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:42.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:42.732 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:42.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.732 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:42.732 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:42.732 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:42.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:42.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:42.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:42.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:42.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:42.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:42.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:42.734 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:42.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.735 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:42.735 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:42.735 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:42.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:42.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:42.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:42.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:42.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:42.737 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 21:40:42.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:42.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.737 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:42.737 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:42.737 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:42.738 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:42.738 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:42.738 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:42.738 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:42.738 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:42.738 DEBUG [main][MenuItemLookup] Item match:Window 21:40:42.738 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:42.738 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:42.738 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:42.738 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:42.738 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:42.738 DEBUG [main][MenuItemLookup] Item match:Show View 21:40:42.741 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:40:42.741 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:40:42.741 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:40:42.741 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:40:42.741 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:40:42.741 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:40:42.741 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:40:42.741 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:40:42.741 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:42.741 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:40:42.741 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:40:42.741 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:40:42.741 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:40:42.741 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:40:42.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:40:42.804 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 21:40:42.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:40:42.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:40:42.805 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.805 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.805 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:42.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:42.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:42.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 21:40:42.806 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:42.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:42.806 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:42.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:42.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:42.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 21:40:42.807 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:42.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:42.807 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:42.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:42.807 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:42.807 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 21:40:42.807 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 21:40:42.807 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 21:40:42.807 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 21:40:42.808 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.808 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.808 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:40:42.808 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.808 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.808 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:42.809 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:40:42.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:42.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:42.809 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:42.809 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:42.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:42.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:42.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:40:42.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:40:42.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:42.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:42.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 21:40:42.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:42.843 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:42.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:42.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:42.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:42.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:42.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:42.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:42.847 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 21:40:42.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:42.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:42.847 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:42.847 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:42.847 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:42.847 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:42.847 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:42.847 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:42.847 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:42.847 DEBUG [main][MenuItemLookup] Item match:Window 21:40:42.848 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:42.848 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:42.848 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:42.848 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:42.848 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:42.848 DEBUG [main][MenuItemLookup] Item match:Show View 21:40:42.852 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:40:42.852 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:40:42.852 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:40:42.852 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:40:42.852 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:40:42.852 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:40:42.852 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:40:42.852 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:40:42.852 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:42.852 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:40:42.852 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:40:42.859 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:40:42.859 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:40:42.888 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:40:42.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:40:42.934 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 21:40:42.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:40:42.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:42.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:42.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 21:40:42.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:42.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:42.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:42.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:40:42.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:40:42.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:42.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:40:42.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:42.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:40:42.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:40:42.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:40:42.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:42.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:40:42.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:42.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:40:42.937 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 21:40:42.937 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 21:40:42.937 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 21:40:42.937 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 21:40:42.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:40:42.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:42.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:42.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:42.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:42.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:42.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:42.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:42.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:42.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:42.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:42.939 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:40:42.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:42.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:42.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:42.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:43.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:43.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:43.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:40:43.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:40:43.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:43.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.014 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:43.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:40:43.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:43.016 INFO [WorkbenchTestable][AbstractView] Activate view Markers 21:40:43.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 21:40:43.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:43.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:43.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:43.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:43.017 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:43.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:43.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:43.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 21:40:43.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:43.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:43.033 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 21:40:43.033 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 21:40:43.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:43.034 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:40:43.043 INFO [WorkbenchTestable][AbstractView] Activate view Markers 21:40:43.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 21:40:43.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:43.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:40:43.043 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 21:40:43.043 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 21:40:43.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 21:40:43.044 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:40:43.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:43.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:43.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:43.062 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:43.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.062 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:43.062 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:43.062 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:43.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:43.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:43.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:43.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:43.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:43.064 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 21:40:43.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:43.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.064 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:43.065 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:43.065 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:43.065 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:43.065 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:43.065 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:43.065 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:43.065 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:43.065 DEBUG [main][MenuItemLookup] Item match:Window 21:40:43.065 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:43.065 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:43.065 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:43.065 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:43.065 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:43.065 DEBUG [main][MenuItemLookup] Item match:Show View 21:40:43.068 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:40:43.068 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:40:43.068 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:40:43.068 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:40:43.068 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:40:43.068 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:40:43.068 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:40:43.068 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:40:43.068 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:43.068 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:40:43.068 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:40:43.094 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:40:43.094 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:40:43.094 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:40:43.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:40:43.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 21:40:43.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:40:43.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:40:43.141 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:43.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:43.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:43.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:43.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:43.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:43.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 21:40:43.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:43.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:43.143 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:43.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:43.143 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:43.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 21:40:43.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:43.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:43.143 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:43.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:43.143 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:43.143 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 21:40:43.143 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 21:40:43.143 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 21:40:43.143 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 21:40:43.143 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:43.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:43.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:43.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.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 "Open") 21:40:43.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:43.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:43.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:43.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:43.145 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:40:43.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:43.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:43.145 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:43.145 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:43.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:43.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:43.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:40:43.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:40:43.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:43.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.198 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:43.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 '\*?\QWorkbench Test\E') 21:40:43.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:43.199 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:43.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:43.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:43.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:43.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:43.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:43.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:43.209 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 21:40:43.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:43.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.209 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:43.209 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:43.209 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:43.210 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:43.210 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:43.210 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:43.210 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:43.210 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:43.210 DEBUG [main][MenuItemLookup] Item match:Window 21:40:43.210 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:43.210 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:43.210 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:43.210 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:43.210 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:43.210 DEBUG [main][MenuItemLookup] Item match:Show View 21:40:43.214 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:40:43.214 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:40:43.214 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:40:43.214 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:40:43.214 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:40:43.214 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:40:43.214 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:40:43.214 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:40:43.214 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:43.214 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:40:43.214 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:40:43.215 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:40:43.215 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:40:43.215 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:40:43.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:40:43.256 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 21:40:43.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:40:43.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:40:43.257 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:43.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.258 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:43.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:43.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:43.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:43.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:43.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:40:43.259 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:40:43.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:43.259 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:40:43.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:43.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:40:43.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:40:43.259 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:40:43.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:43.259 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:40:43.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:43.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:40:43.259 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 21:40:43.259 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 21:40:43.260 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 21:40:43.260 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 21:40:43.260 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:43.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:43.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:43.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:40:43.260 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:43.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:43.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:43.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:43.261 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:40:43.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:43.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:43.261 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:43.261 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:43.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:43.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:43.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:40:43.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:40:43.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:43.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.342 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:43.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 '\*?\QMarkers\E') 21:40:43.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:43.343 INFO [WorkbenchTestable][AbstractView] Activate view Markers 21:40:43.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 21:40:43.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:43.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:43.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:43.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:43.344 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:43.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:43.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:43.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 21:40:43.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:43.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:43.356 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:43.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:43.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:43.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:40:43.357 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 21:40:43.357 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 21:40:43.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:43.358 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:40:43.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:43.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:43.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:43.400 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:43.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.400 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:43.400 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:43.400 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:43.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:43.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:43.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:43.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:43.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:43.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:43.405 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 21:40:43.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:43.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:43.406 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:43.406 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:43.407 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:43.407 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:43.407 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:43.407 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:43.407 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:43.407 DEBUG [main][MenuItemLookup] Item match:Window 21:40:43.407 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:43.407 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:43.407 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:43.407 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:43.407 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:43.407 DEBUG [main][MenuItemLookup] Item match:Show View 21:40:43.411 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:40:43.411 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:40:43.411 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:40:43.411 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:40:43.411 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:40:43.411 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:40:43.411 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:40:43.411 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:40:43.411 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:43.411 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:40:43.411 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:40:43.411 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:40:43.411 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:40:43.411 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:40:43.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:40:43.454 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 21:40:43.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:40:43.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:40:43.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:43.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:43.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:43.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:43.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:43.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:43.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 21:40:43.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:43.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:43.457 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:43.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:43.457 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:43.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 21:40:43.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:43.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:43.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:43.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:43.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:43.458 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 21:40:43.458 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 21:40:43.459 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 21:40:43.459 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 21:40:43.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:43.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.459 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:43.459 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:43.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:40:43.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:43.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.460 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:43.460 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:43.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:43.461 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:40:43.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:43.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:43.461 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:43.461 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:43.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:43.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:43.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:40:43.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:40:43.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:43.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.527 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:43.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:40:43.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:43.529 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:43.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:43.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:43.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:43.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:43.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:43.531 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:43.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:43.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:43.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:40:43.531 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 21:40:43.531 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 21:40:43.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:43.532 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:40:43.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:43.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:43.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:43.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:43.552 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:43.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.553 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:43.553 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:43.553 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:43.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:43.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:43.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:43.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:43.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.554 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' is already open. Activate. 21:40:43.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:43.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.556 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:43.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:40:43.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:43.557 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 21:40:43.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 21:40:43.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:43.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:43.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:43.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:43.590 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: ") 21:40:43.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:43.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.595 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Workbench Dirty Test"as the parent 21:40:43.595 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:43.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:40:43.596 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:40:43.596 INFO [WorkbenchTestable][AbstractText] Text set to: hello 21:40:43.598 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 21:40:43.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 21:40:43.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:43.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 21:40:43.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.600 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:43.600 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:43.600 DEBUG [main][MenuItemLookup] Item match:File 21:40:43.602 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:40:43.602 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:40:43.602 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:40:43.602 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:40:43.602 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:43.602 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:40:43.602 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:40:43.602 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:43.602 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:40:43.603 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:40:43.603 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:40:43.603 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:40:43.603 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:40:43.610 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 21:40:43.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 21:40:43.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:43.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 21:40:43.619 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 21:40:43.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 21:40:43.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:43.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 21:40:43.620 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Dirty Test' 21:40:43.620 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Dirty Test 21:40:43.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 21:40:43.620 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:40:43.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:43.639 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:43.639 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:43.639 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:43.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.639 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:43.639 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:43.639 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:43.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:43.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:43.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:43.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:43.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:40:43.641 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 21:40:43.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:43.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.642 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:43.642 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:43.642 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:43.642 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:43.642 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:43.642 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:43.642 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:43.642 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:43.642 DEBUG [main][MenuItemLookup] Item match:Window 21:40:43.642 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:43.642 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:43.642 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:43.642 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:43.642 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:43.642 DEBUG [main][MenuItemLookup] Item match:Show View 21:40:43.645 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:40:43.645 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:40:43.645 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:40:43.645 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:40:43.645 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:40:43.645 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:40:43.645 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:40:43.645 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:40:43.645 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:43.645 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:40:43.645 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:40:43.645 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:40:43.645 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:40:43.645 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:40:43.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:40:43.713 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 21:40:43.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:40:43.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:40:43.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:43.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:43.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:43.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:43.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:43.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:43.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 21:40:43.715 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:43.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:43.715 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:43.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:43.715 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:43.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 21:40:43.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 21:40:43.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:40:43.716 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 21:40:43.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:40:43.716 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 21:40:43.716 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 21:40:43.716 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 21:40:43.716 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 21:40:43.716 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 21:40:43.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:43.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:43.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:43.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.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 "Open") 21:40:43.717 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:40:43.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.717 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:40:43.717 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:40:43.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:43.718 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:40:43.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:43.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:43.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:43.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:43.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:40:43.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:40:43.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 21:40:43.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 21:40:43.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:43.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.756 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:43.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 '\*?\QWorkbench Test\E') 21:40:43.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:43.758 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:43.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:43.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:43.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:43.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:43.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:43.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.759 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' is already open. Activate. 21:40:43.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:43.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.761 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:43.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 21:40:43.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:43.766 INFO [WorkbenchTestable][AbstractView] Activate view Markers 21:40:43.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 21:40:43.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:43.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:40:43.797 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:43.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:43.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:43.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 21:40:43.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:43.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:43.806 INFO [WorkbenchTestable][AbstractView] Activate view Markers 21:40:43.807 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 21:40:43.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:43.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:40:43.819 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 21:40:43.819 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 21:40:43.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 21:40:43.819 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:40:43.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:43.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.840 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:43.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 21:40:43.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:40:43.842 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 21:40:43.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:43.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:40:43.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:40:43.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:40:43.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:40:43.843 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 21:40:43.843 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 21:40:43.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 21:40:43.843 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:40:43.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:43.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:43.853 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:43.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:43.861 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 21:40:43.861 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 21:40:43.861 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:43.861 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:43.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:43.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.313 s - in org.eclipse.reddeer.workbench.test.view.ViewTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.685 s getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.156 s testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.005 s testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.037 s testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.167 s testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.033 s testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.005 s getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.155 s testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.003 s testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.034 s viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.143 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.308 s testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.004 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.15 s testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.131 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.327 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.338 s testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.153 s testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.086 s testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.222 s Running org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 21:40:43.887 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 21:40:43.888 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:40:43.889 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:43.889 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 21:40:43.889 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:43.889 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:40:43.889 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:43.889 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:40:43.889 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:43.889 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 21:40:43.889 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:40:43.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:40:43.890 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:40:43.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:40:43.890 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:40:43.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:40:43.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:43.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.891 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:40:43.891 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:40:43.892 DEBUG [main][MenuItemLookup] Found menu:'File' 21:40:43.892 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:40:43.892 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:40:43.892 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:40:43.892 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:40:43.892 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:40:43.892 DEBUG [main][MenuItemLookup] Item match:Window 21:40:43.892 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:40:43.892 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:40:43.892 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:40:43.892 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:43.892 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:40:43.892 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:40:43.892 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:43.892 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:40:43.892 DEBUG [main][MenuItemLookup] Found menu:'' 21:40:43.892 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:40:43.892 DEBUG [main][MenuItemLookup] Item match:Preferences 21:40:43.893 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:40:43.893 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:40:43.898 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:40:43.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 'Preferences.*'] is available.... 21:40:43.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:40:43.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:40:43.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.956 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:40:43.956 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:40:43.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:40:43.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:40:43.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:40:43.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:40:43.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:40:43.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:40:43.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:40:43.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:40:43.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:40:43.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:40:43.959 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:40:43.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:40:43.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:40:43.959 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:40:43.959 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:40:43.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:40:43.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:40:43.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:40:43.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:40:43.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:40:43.998 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:43.998 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 21:40:43.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 21:40:43.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:43.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:43.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:43.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 21:40:43.999 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job' will be killed 21:40:44.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 21:40:44.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 21:40:44.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:40:44.000 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:40:44.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:40:44.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:40:44.001 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 21:40:44.001 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:40:44.001 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 21:40:44.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 21:40:44.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:40:44.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:40:44.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:40:44.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState... 21:40:44.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState finished successfully 21:40:44.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 21:40:44.002 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:44.002 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:44.502 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:44.502 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:45.002 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:45.002 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:45.502 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:45.502 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:46.003 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:46.003 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:46.503 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:46.503 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:47.003 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:47.003 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:47.503 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:47.503 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:48.003 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:48.003 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:48.503 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:48.503 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:49.004 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:49.004 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:49.504 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:49.504 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:50.004 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:50.004 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:50.504 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:50.504 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:51.004 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:51.004 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:51.504 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:51.504 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:52.005 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:52.005 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:52.505 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:52.505 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:53.005 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:53.005 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:53.505 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:53.505 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:54.005 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 21:40:54.005 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 21:40:54.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, an exception will be thrown 21:40:54.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:40:54.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:40:54.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:40:55.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:40:55.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:40:56.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:40:56.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:40:57.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:40:57.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:40:58.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:40:58.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:40:59.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:40:59.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:00.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:00.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:01.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:01.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:02.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:02.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:03.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:03.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:04.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:04.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:05.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:05.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:06.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:06.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:07.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:07.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:08.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:08.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:09.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:09.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:10.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:10.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:11.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:11.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:12.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:12.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:13.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:13.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:14.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:14.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:15.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:15.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:16.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:16.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:17.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:17.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:18.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:18.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:19.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:19.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:20.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:20.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:21.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:21.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:22.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:22.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:23.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:23.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:24.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:24.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:25.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:25.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:26.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:26.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:27.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:27.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:28.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:28.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:29.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:29.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:30.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:30.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:31.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:31.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:32.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:32.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:33.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:33.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:34.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:34.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:35.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:35.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:36.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:36.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:37.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:37.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:38.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:38.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:39.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:39.526 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:40.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:40.526 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:41.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:41.526 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:42.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:42.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:43.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:43.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 21:41:44.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:41:44.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:41:44.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:41:44.028 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 21:41:44.028 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:41:44.028 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:41:44.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:44.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:41:44.028 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 21:41:44.028 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 21:41:44.028 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:41:44.028 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:41:44.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:44.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.161 s - in org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 0.003 s testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 60.027 s Running org.eclipse.reddeer.workbench.test.editor.EditorFileTest 21:41:44.040 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 21:41:44.041 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:41:44.041 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:41:44.042 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 21:41:44.042 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:41:44.042 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:41:44.042 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:41:44.042 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:41:44.042 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:41:44.042 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 21:41:44.042 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:41:44.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:44.042 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:41:44.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:44.043 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:41:44.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:44.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:41:44.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:44.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:44.043 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:41:44.043 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:41:44.043 DEBUG [main][MenuItemLookup] Found menu:'File' 21:41:44.043 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:41:44.043 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:41:44.043 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:41:44.043 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:41:44.043 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:41:44.043 DEBUG [main][MenuItemLookup] Item match:Window 21:41:44.044 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:41:44.044 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:41:44.044 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:41:44.044 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:44.044 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:41:44.044 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:41:44.044 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:44.044 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:41:44.044 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:44.044 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:41:44.044 DEBUG [main][MenuItemLookup] Item match:Preferences 21:41:44.044 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:41:44.044 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:41:44.044 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:41:44.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 'Preferences.*'] is available.... 21:41:44.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:41:44.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:41:44.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:44.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:44.107 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:41:44.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:44.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:41:44.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:44.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:44.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:44.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:41:44.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:41:44.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:41:44.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:41:44.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:44.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:44.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:44.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:41:44.112 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:41:44.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:41:44.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:41:44.112 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:41:44.112 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:41:44.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:41:44.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:41:44.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:41:44.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:44.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:44.134 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:41:44.135 DEBUG [main][EditorHandler] 0 editor(s) found 21:41:44.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:44.139 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 21:41:44.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:41:44.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:44.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:44.139 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:41:44.139 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:41:44.139 DEBUG [main][MenuItemLookup] Found menu:'File' 21:41:44.139 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:41:44.139 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:41:44.139 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:41:44.139 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:41:44.139 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:41:44.139 DEBUG [main][MenuItemLookup] Item match:Window 21:41:44.140 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:41:44.140 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:41:44.140 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:41:44.140 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:44.140 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:41:44.140 DEBUG [main][MenuItemLookup] Item match:Show View 21:41:44.143 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:41:44.143 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:41:44.143 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:41:44.143 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:41:44.143 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:41:44.143 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:41:44.143 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:41:44.143 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:41:44.143 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:44.143 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:41:44.143 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:41:44.143 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:41:44.143 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:41:44.143 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:41:44.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:41:44.205 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 21:41:44.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:41:44.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:44.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:44.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 21:41:44.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:41:44.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:44.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:41:44.206 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:41:44.206 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:41:44.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:44.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:44.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:44.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:41:44.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:41:44.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:41:44.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:41:44.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:41:44.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:44.208 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:41:44.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:44.208 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:41:44.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:41:44.209 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:41:44.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:44.209 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:41:44.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:44.209 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:41:44.209 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 21:41:44.209 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 21:41:44.209 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 21:41:44.209 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 21:41:44.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:41:44.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:44.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:41:44.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:41:44.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:41:44.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:44.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") 21:41:44.211 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:41:44.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:44.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:41:44.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:41:44.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:41:44.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:44.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:44.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:44.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:41:44.212 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:41:44.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:41:44.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:41:44.212 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:41:44.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:41:44.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:41:44.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:41:44.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 21:41:44.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:44.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 21:41:44.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:44.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:41:44.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:44.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:44.299 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:41:44.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 '\*?\QProject Explorer\E') 21:41:44.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:44.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:44.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:44.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:44.300 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:41:44.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:41:44.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:44.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:41:44.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:41:44.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:41:44.302 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:41:44.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:41:44.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:44.303 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 21:41:44.304 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:41:44.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:41:44.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:44.305 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 21:41:44.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:44.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:44.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:44.306 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:41:44.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:41:44.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:44.307 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 21:41:44.338 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:41:44.338 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 21:41:44.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 21:41:44.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:41:44.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:41:44.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:41:44.339 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 21:41:44.339 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:41:44.339 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:41:44.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:44.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:41:44.494 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 21:41:44.494 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:41:44.494 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 21:41:44.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 21:41:44.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:41:44.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:41:44.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:41:44.494 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 21:41:44.495 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:41:44.495 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:41:44.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:44.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:41:44.495 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 21:41:44.495 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:41:44.495 DEBUG [main][EditorHandler] 0 editor(s) found 21:41:44.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:44.497 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:41:44.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:44.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:41:44.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:44.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:44.499 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:41:44.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 '\*?\QProject Explorer\E') 21:41:44.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:44.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:44.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:44.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:44.500 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:41:44.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:41:44.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:44.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:41:44.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:41:44.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:41:44.502 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:41:44.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:41:44.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:44.504 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 21:41:44.504 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:41:44.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:41:44.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:44.506 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 21:41:44.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:44.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:44.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:44.507 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:41:44.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:41:44.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:44.508 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 21:41:44.508 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 21:41:44.508 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:41:44.508 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:41:44.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:44.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 s - in org.eclipse.reddeer.workbench.test.editor.EditorFileTest testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.156 s testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.workbench.test.editor.EditorTest 21:41:44.522 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:41:44.523 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:41:44.524 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:41:44.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:41:44.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:41:44.524 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:41:44.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:41:44.524 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:41:44.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:41:44.524 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 21:41:44.525 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:41:44.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:44.525 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:41:44.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:44.525 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:41:44.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:44.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:41:44.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:44.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:44.526 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:41:44.526 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:41:44.526 DEBUG [main][MenuItemLookup] Found menu:'File' 21:41:44.527 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:41:44.527 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:41:44.527 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:41:44.527 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:41:44.527 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:41:44.527 DEBUG [main][MenuItemLookup] Item match:Window 21:41:44.528 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:41:44.528 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:41:44.528 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:41:44.528 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:44.528 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:41:44.528 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:41:44.528 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:44.528 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:41:44.528 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:44.528 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:41:44.528 DEBUG [main][MenuItemLookup] Item match:Preferences 21:41:44.528 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:41:44.528 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:41:44.528 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:41:44.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:41:44.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 'Preferences.*'] is available. finished successfully 21:41:44.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:41:44.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:44.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:44.617 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:41:44.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:44.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:41:44.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:44.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:44.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:44.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:41:44.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:41:44.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:41:44.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:41:44.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:44.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:44.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:44.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:41:44.621 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:41:44.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:41:44.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:41:44.621 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:41:44.621 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:41:44.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:41:44.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:41:44.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:41:44.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:44.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:44.638 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:41:44.638 DEBUG [main][EditorHandler] 0 editor(s) found 21:41:44.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:44.639 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:41:44.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:44.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:41:44.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:44.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:44.640 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:41:44.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 '\*?\QProject Explorer\E') 21:41:44.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:44.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:44.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:44.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:44.641 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:41:44.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:41:44.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:44.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:41:44.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:41:44.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:41:44.651 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:41:44.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:41:44.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:44.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:44.652 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:41:44.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:41:44.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:44.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:44.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:44.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:45.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:45.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:45.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:45.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:45.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:41:45.655 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:41:45.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:41:45.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:45.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:45.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:41:45.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:45.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:45.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:45.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:45.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:41:45.658 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 21:41:45.663 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:41:45.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:41:45.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:45.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:45.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:45.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:45.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:46.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:46.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:46.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:46.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:46.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:41:46.666 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:41:46.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:41:46.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:46.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:46.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:41:46.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:46.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:46.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:46.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:46.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:41:46.667 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 21:41:46.668 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:41:46.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:41:46.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:46.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:46.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 21:41:46.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:46.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:46.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:46.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:46.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:41:46.669 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 21:41:46.669 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 21:41:46.670 DEBUG [main][TreeItemHandler] Set Tree selection 21:41:46.670 DEBUG [main][TreeHandler] Notify Tree about selection event 21:41:46.683 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 21:41:46.685 DEBUG [WorkbenchTestable][TreeItemHandler] MyProject 21:41:46.686 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:41:46.686 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:41:46.725 DEBUG [main][MenuItemLookup] Found menu:'New' 21:41:46.725 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:41:46.725 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:46.725 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:41:46.725 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:46.725 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:41:46.725 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:41:46.725 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:41:46.725 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:41:46.725 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:41:46.725 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:46.725 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:41:46.725 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:41:46.725 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:46.725 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:41:46.725 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:41:46.725 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:41:46.725 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:41:46.726 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:41:46.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:41:46.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:41:46.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 21:41:47.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:41:47.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:41:47.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:41:47.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:41:47.227 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:41:47.227 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:41:47.250 DEBUG [main][MenuItemLookup] Found menu:'New' 21:41:47.250 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:41:47.250 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:47.250 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:41:47.250 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:47.250 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:41:47.250 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:41:47.250 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:41:47.250 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:41:47.250 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:41:47.250 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:41:47.250 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:41:47.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 21:41:47.900 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 21:41:47.900 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:41:47.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:47.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:47.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 21:41:47.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:41:47.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:47.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:41:47.903 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:41:47.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:41:47.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:47.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:47.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:47.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:47.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:41:47.904 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:41:47.904 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:41:47.904 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:41:47.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:41:47.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:41:47.904 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:41:47.904 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:41:47.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 21:41:47.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:41:47.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:47.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:41:47.905 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:41:47.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:41:47.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:47.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:47.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:47.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:47.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:41:47.906 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:41:47.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:41:47.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:41:47.906 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:41:47.906 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:41:47.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:41:47.913 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:41:48.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:41:48.414 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:41:48.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:41:48.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:41:48.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:41:48.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:41:48.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:41:48.415 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:41:48.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:41:48.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:48.416 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 21:41:48.421 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:48.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:48.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'] 21:41:48.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:48.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: "New Project"] 21:41:48.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:48.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'] 21:41:48.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:48.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'] 21:41:48.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:48.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'] 21:41:48.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:48.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: "New Project"] 21:41:48.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:48.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'] 21:41:48.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:48.424 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:48.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:48.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:41:48.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:48.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:48.424 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:41:48.424 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:41:48.425 DEBUG [main][MenuItemLookup] Found menu:'File' 21:41:48.425 DEBUG [main][MenuItemLookup] Item match:File 21:41:48.426 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:41:48.426 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:41:48.429 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:41:48.429 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:48.429 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:41:48.429 DEBUG [main][MenuItemLookup] Found menu:'File' 21:41:48.429 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:41:48.429 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:48.430 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:41:48.430 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:41:48.437 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:41:48.437 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:41:48.437 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:41:48.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:41:48.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. finished successfully 21:41:48.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:41:48.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:48.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:48.504 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:41:48.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:48.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 21:41:48.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:48.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:48.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:48.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:48.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:41:48.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:41:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:41:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:41:48.507 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:41:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:49.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:49.009 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:41:49.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:41:49.010 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:41:49.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:49.010 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:41:49.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:49.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:41:49.010 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 21:41:49.010 DEBUG [main][TreeItemHandler] Selecting tree item: Project 21:41:49.011 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 21:41:49.014 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 21:41:49.014 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:41:49.014 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:41:49.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:41:49.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:49.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:49.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:49.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:49.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:41:49.017 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:41:49.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:41:49.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:41:49.017 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:41:49.017 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:41:49.052 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:49.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:49.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:49.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 21:41:49.052 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 21:41:49.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 21:41:49.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:49.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:49.053 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 21:41:49.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:49.054 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 21:41:49.054 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:") 21:41:49.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:49.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:49.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:49.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:49.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:41:49.055 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:41:49.056 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 21:41:49.057 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 21:41:49.057 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 21:41:49.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.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) 21:41:49.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:49.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:49.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:49.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:49.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:41:49.060 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:41:49.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:41:49.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:41:49.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:41:49.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:41:49.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:41:49.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:41:49.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:41:49.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:41:49.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:41:49.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:41:49.564 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:49.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:49.564 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:49.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:49.564 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 21:41:49.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:49.565 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:49.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:49.565 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:49.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:49.565 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:49.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:49.565 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 21:41:49.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:49.566 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:49.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:49.566 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:49.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:49.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:41:49.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:49.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:49.566 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:41:49.566 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:41:49.566 DEBUG [main][MenuItemLookup] Found menu:'File' 21:41:49.566 DEBUG [main][MenuItemLookup] Item match:File 21:41:49.567 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:41:49.567 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:41:49.568 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:41:49.568 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:49.568 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:41:49.568 DEBUG [main][MenuItemLookup] Found menu:'File' 21:41:49.568 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:41:49.568 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:49.568 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:41:49.568 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:41:49.569 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:41:49.569 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:41:49.569 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:41:49.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:41:49.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 21:41:49.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:41:49.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:49.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:49.615 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:41:49.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:49.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:41:49.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:49.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:49.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:49.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:49.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:41:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:41:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:41:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:41:49.617 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:41:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:49.617 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:41:49.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:49.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:41:49.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:41:49.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:41:49.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:49.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:41:49.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:49.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:41:49.618 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 21:41:49.618 DEBUG [main][TreeItemHandler] Selecting tree item: File 21:41:49.618 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 21:41:49.624 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 21:41:49.624 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:41:49.624 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:41:49.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:41:49.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:49.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:49.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:49.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:49.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:41:49.626 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:41:49.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:41:49.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:41:49.626 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:41:49.626 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:41:49.655 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:49.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:49.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:49.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.... 21:41:49.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 21:41:49.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 21:41:49.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:49.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:49.657 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 21:41:49.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:49.658 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:") 21:41:49.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:49.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:49.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:49.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:49.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:41:49.661 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:41:49.661 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 21:41:49.662 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:") 21:41:49.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:49.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:49.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:49.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:49.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:41:49.692 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:41:49.693 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 21:41:49.693 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 21:41:49.693 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 21:41:49.693 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) 21:41:49.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:49.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:49.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:49.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:49.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:41:49.695 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:41:49.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:41:49.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:41:49.695 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:41:49.695 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:41:49.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:41:50.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:41:50.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:41:50.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:41:50.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:41:50.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:41:50.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:41:50.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:41:50.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 21:41:50.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:50.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:50.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:50.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:50.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:50.208 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:50.208 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 21:41:50.208 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:41:50.208 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:41:50.209 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:50.210 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 21:41:50.210 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 21:41:50.211 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:41:50.234 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:41:50.235 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:50.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.235 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:50.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.235 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 21:41:50.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.235 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:50.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.236 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:50.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.236 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:50.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.236 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 21:41:50.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.236 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:50.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:50.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:41:50.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:50.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:50.237 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:41:50.238 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:41:50.238 DEBUG [main][MenuItemLookup] Found menu:'File' 21:41:50.238 DEBUG [main][MenuItemLookup] Item match:File 21:41:50.239 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:41:50.239 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:41:50.240 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:41:50.240 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:50.240 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:41:50.240 DEBUG [main][MenuItemLookup] Found menu:'File' 21:41:50.240 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:41:50.240 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:50.240 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:41:50.240 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:41:50.240 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:41:50.240 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:41:50.241 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:41:50.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.... 21:41:50.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 21:41:50.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:41:50.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:50.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:50.307 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:41:50.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:41:50.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:50.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:50.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:50.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:50.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:41:50.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:41:50.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:41:50.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:41:50.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:41:50.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:50.309 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:41:50.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:50.309 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:41:50.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:41:50.310 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:41:50.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:50.311 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:41:50.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:50.311 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:41:50.311 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 21:41:50.311 DEBUG [main][TreeItemHandler] Selecting tree item: File 21:41:50.312 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 21:41:50.312 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 21:41:50.312 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:41:50.312 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:41:50.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:41:50.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:50.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:50.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:50.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:50.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:41:50.313 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:41:50.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:41:50.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:41:50.314 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:41:50.314 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:41:50.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:50.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 21:41:50.340 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 21:41:50.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 21:41:50.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:50.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:50.341 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 21:41:50.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.341 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:") 21:41:50.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:50.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:50.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:50.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:50.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:41:50.345 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:41:50.345 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest1.min 21:41:50.346 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:") 21:41:50.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:50.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:50.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:50.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:50.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:41:50.348 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:41:50.349 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 21:41:50.349 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 21:41:50.349 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 21:41:50.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 21:41:50.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:50.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:50.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:50.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:50.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:41:50.351 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:41:50.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:41:50.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:41:50.351 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:41:50.351 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:41:50.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:41:50.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:41:50.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:41:50.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:41:50.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:41:50.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:41:50.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:41:50.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:41:50.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:41:50.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:41:50.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:41:50.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:41:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:50.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.421 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:50.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.421 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 21:41:50.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.421 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:50.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.421 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:41:50.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.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'] 21:41:50.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.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"] 21:41:50.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.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'] 21:41:50.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.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'] 21:41:50.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 21:41:50.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:50.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:50.422 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 21:41:50.422 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 21:41:50.422 DEBUG [main][MenuItemLookup] Found menu:'File' 21:41:50.423 DEBUG [main][MenuItemLookup] Item match:File 21:41:50.423 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:41:50.423 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:41:50.426 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:41:50.426 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:50.426 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:41:50.426 DEBUG [main][MenuItemLookup] Found menu:'File' 21:41:50.426 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:41:50.426 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:50.426 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:41:50.426 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:41:50.427 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:41:50.427 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:41:50.427 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:41:50.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.... 21:41:50.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 'New|Select a wizard'] is available. finished successfully 21:41:50.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:41:50.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:50.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:50.503 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:41:50.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:41:50.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:50.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:50.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:50.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:50.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:41:50.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:41:50.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:41:50.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:41:50.505 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:41:50.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:50.505 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:41:50.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:50.505 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:41:50.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:41:50.506 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:41:50.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:50.506 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:41:50.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:50.506 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:41:50.506 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 21:41:50.507 DEBUG [main][TreeItemHandler] Selecting tree item: File 21:41:50.507 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 21:41:50.507 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 21:41:50.507 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:41:50.507 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:41:50.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:41:50.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:50.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:50.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:50.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:50.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:41:50.509 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:41:50.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:41:50.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:41:50.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:41:50.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:41:50.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'] 21:41:50.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 21:41:50.534 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 21:41:50.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 21:41:50.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:50.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:50.535 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 21:41:50.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:41:50.536 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:") 21:41:50.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:50.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:50.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:50.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:50.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:41:50.539 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:41:50.540 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest+.min 21:41:50.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.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 21:41:50.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:50.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:50.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:50.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:50.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:41:50.542 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:41:50.542 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 21:41:50.542 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 21:41:50.542 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 21:41:50.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.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) 21:41:50.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:50.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:50.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:50.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:50.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:41:50.544 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:41:50.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:41:50.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:41:50.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:41:50.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:41:50.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:41:51.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:41:51.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:41:51.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:41:51.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:41:51.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:41:51.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:41:51.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:41: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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E') 21:41:51.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:51.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:51.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:51.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:51.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:51.061 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:51.061 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 21:41:51.061 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:41:51.061 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:41:51.062 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:51.062 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 21:41:51.062 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 21:41:51.062 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 21:41:51.068 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 21:41:51.068 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:41:51.068 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:41:51.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:41:51.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:41:51.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:41:51.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:41:51.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:51.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:51.073 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 21:41:51.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 21:41:51.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:51.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:51.083 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 21:41:51.083 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 21:41:51.083 DEBUG [main][MenuItemLookup] Found menu:'File' 21:41:51.083 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:41:51.083 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:41:51.083 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:41:51.083 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:41:51.083 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:41:51.083 DEBUG [main][MenuItemLookup] Item match:Window 21:41:51.084 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:41:51.084 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:41:51.084 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:41:51.084 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:51.084 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:41:51.084 DEBUG [main][MenuItemLookup] Item match:Show View 21:41:51.088 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:41:51.088 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:41:51.088 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:41:51.088 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:41:51.088 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:41:51.088 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:41:51.088 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:41:51.088 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:41:51.088 DEBUG [main][MenuItemLookup] Found menu:'' 21:41:51.088 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:41:51.088 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:41:51.088 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:41:51.088 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:41:51.088 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:41:51.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:41:51.130 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 21:41:51.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:41:51.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:51.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:51.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 21:41:51.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:41:51.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:51.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:41:51.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:41:51.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:41:51.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:51.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:51.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:51.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:51.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:41:51.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:41:51.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:41:51.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:41:51.132 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:41:51.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:51.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:51.634 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:41:51.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:41:51.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:41:51.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:51.635 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:41:51.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:51.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:41:51.635 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 21:41:51.635 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 21:41:51.635 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 21:41:51.635 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 21:41:51.635 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:41:51.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:51.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:41:51.635 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:41:51.635 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:41:51.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:51.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:51.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:41:51.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:41:51.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:51.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:41:51.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:41:51.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:41:51.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:51.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:51.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:51.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:51.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:41:51.637 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:41:51.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:41:51.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:41:51.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:41:51.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:41:51.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:41:51.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:41:51.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 21:41:51.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:51.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:51.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 21:41:51.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:51.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:51.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 21:41:51.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:51.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:51.809 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 21:41:51.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:41:51.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:51.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:51.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:51.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:51.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:51.811 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:51.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:51.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:51.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 21:41:51.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:41:51.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:41:51.812 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:51.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:51.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:51.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:51.813 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:51.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:51.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:51.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:51.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:51.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:51.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:52.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:52.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:52.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:52.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:52.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:41:52.815 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:52.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:52.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:52.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41: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 21:41:52.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:52.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:52.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:52.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:52.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:41:52.817 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:41:52.820 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:41:52.820 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:41:52.820 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:41:52.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:53.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:53.321 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:41:53.322 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:41:53.322 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:41:53.322 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:41:53.325 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:41:53.325 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:41:53.325 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:41:53.325 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:41:53.325 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:41:53.327 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:41:53.327 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:41:53.327 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:41:53.350 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:41:53.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:41:53.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:41:53.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:41:53.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:41:53.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:41:53.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 21:41:53.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:53.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:53.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:53.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:53.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:53.355 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:53.355 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:53.355 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:41:53.355 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:41:53.356 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:41:53.356 DEBUG [main][EditorHandler] 2 editor(s) found 21:41:53.356 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 21:41:53.362 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 21:41:53.362 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:41:53.390 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:41:53.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:41:53.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:41:53.390 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:41:53.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:53.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:41:53.390 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:41:53.390 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:41:53.390 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:41:53.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:41:53.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:41:53.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:41:53.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:41:53.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:53.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:53.392 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:41:53.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:53.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:53.394 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:41:53.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:53.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:53.394 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:41:53.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:41:53.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:53.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:53.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:53.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:53.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:53.396 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:53.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:53.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:53.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:41:53.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:41:53.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:41:53.398 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:53.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:53.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:53.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:53.407 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:53.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:53.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:53.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:53.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:53.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:53.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:53.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:53.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:54.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:54.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:54.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:41:54.410 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:54.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:54.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:54.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:54.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 21:41:54.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:54.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:54.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:54.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:54.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:41:54.412 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:41:54.412 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:41:54.413 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:41:54.413 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:41:54.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:54.413 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:41:54.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:54.413 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:41:54.413 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:41:54.413 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:41:54.413 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:41:54.415 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:41:54.415 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:41:54.416 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:41:54.416 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:41:54.416 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:41:54.418 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:41:54.418 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:41:54.418 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:41:54.438 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:41:54.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:41:54.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:41:54.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:41:54.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:41:54.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:41:54.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 '\*?\QeditorTest.min\E') 21:41:54.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:54.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:54.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:54.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:54.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:54.440 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:54.440 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:54.441 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:41:54.441 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:41:54.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 21:41:54.441 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:41:54.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:54.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:41:54.441 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 21:41:54.442 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:41:54.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:54.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:54.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:54.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:54.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:41:54.442 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 21:41:54.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:41:54.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:41:54.442 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:41:54.442 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:41:54.443 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:41:54.443 DEBUG [main][EditorHandler] 1 editor(s) found 21:41:54.444 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:41:54.465 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:41:54.465 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:41:54.465 DEBUG [main][EditorHandler] 0 editor(s) found 21:41:54.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:41:54.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:41:54.465 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:41:54.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:54.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:41:54.465 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:41:54.465 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:41:54.465 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:41:54.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:41:54.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:41:54.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:41:54.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:41:54.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:54.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:54.467 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:41:54.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:54.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:54.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:41:54.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:54.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:54.469 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:41:54.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 '\*?\QPackage Explorer\E') 21:41:54.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:54.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:54.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:54.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:54.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:54.471 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:54.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:54.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:54.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:41:54.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:41:54.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:41:54.472 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:54.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:54.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:54.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:54.473 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:54.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:54.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:54.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:54.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:54.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:54.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:54.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:55.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:55.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:55.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:41:55.475 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:55.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:55.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:55.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:55.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 21:41:55.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:55.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:55.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:55.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:55.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:41:55.476 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:41:55.477 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:41:55.477 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:41:55.477 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:41:55.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:55.478 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:41:55.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:55.478 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:41:55.478 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:41:55.479 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:41:55.479 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:41:55.480 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:41:55.481 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:41:55.481 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:41:55.481 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:41:55.481 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:41:55.483 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:41:55.483 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:41:55.483 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:41:55.501 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:41:55.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:41:55.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:41:55.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:41:55.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:41:55.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:41:55.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:55.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:55.503 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:41:55.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:55.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:55.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 21:41:55.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:55.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:55.505 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 21:41:55.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 '\*?\QPackage Explorer\E') 21:41:55.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:55.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:55.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:55.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:55.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:55.507 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:55.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:55.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:55.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:55.531 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:55.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:55.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:55.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:55.532 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:55.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:55.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:55.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:55.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:55.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:55.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:56.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:56.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:56.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:56.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:56.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:41:56.534 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:56.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:56.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:56.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:56.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 21:41:56.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:56.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:56.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:56.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:56.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:41:56.536 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:41:56.536 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:41:56.537 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:41:56.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:41:56.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:56.537 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:41:56.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:56.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:41:56.537 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:41:56.537 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:41:56.537 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:41:56.539 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:41:56.539 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:41:56.539 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:41:56.539 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:41:56.540 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:41:56.541 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:41:56.541 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:41:56.541 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:41:56.549 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:41:56.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:41:56.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:41:56.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:41:56.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:41:56.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:41:56.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6a1fdb12 is found... 21:41:56.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6a1fdb12 is found finished successfully 21:41:56.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 21:41:56.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:56.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:56.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:56.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:56.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:56.554 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:56.554 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:56.554 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:41:56.554 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:41:56.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:56.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:56.556 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:41:56.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:56.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:56.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 21:41:56.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:56.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:56.558 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 21:41:56.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 '\*?\QPackage Explorer\E') 21:41:56.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:56.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:56.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:56.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:56.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:56.560 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:56.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:56.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:56.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:56.584 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:56.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:56.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:56.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:56.585 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:56.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:56.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:56.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:56.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:56.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:56.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:57.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:57.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:57.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:57.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:57.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:41:57.588 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:57.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:57.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:57.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:57.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 21:41:57.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:57.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:57.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:57.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:57.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:41:57.590 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:41:57.590 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:41:57.590 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 21:41:57.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:41:57.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:57.590 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:41:57.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:57.590 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:41:57.591 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 21:41:57.591 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 21:41:57.591 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 21:41:57.593 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 21:41:57.593 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 21:41:57.593 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 21:41:57.593 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 21:41:57.593 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 21:41:57.595 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 21:41:57.595 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:41:57.595 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:41:57.616 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:41:57.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:41:57.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:41:57.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:41:57.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:41:57.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:41:57.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d0b0de9 is found... 21:41:57.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d0b0de9 is found finished successfully 21:41:57.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 '\*?\QeditorTest1.min\E') 21:41:57.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:57.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:57.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:57.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:57.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:57.619 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:57.619 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:57.619 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:41:57.619 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:41:57.620 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:41:57.620 DEBUG [main][EditorHandler] 2 editor(s) found 21:41:57.620 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:41:57.624 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:41:57.624 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 21:41:57.648 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 21:41:57.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:41:57.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:41:57.648 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:41:57.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:57.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:41:57.649 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:41:57.649 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:41:57.649 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:41:57.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:41:57.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:41:57.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:41:57.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:41:57.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:57.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:57.651 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:41:57.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:57.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:57.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:41:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:57.653 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:41: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 '\*?\QPackage Explorer\E') 21:41:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:57.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:57.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:57.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:57.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:57.654 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:57.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:57.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:57.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:41:57.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:41:57.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:41:57.656 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:57.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:57.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:57.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:57.657 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:57.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:57.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:57.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:57.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:57.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:57.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:58.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:58.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:58.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:58.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:58.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:41:58.660 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:58.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:58.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:58.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:58.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 21:41:58.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:58.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:58.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:58.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:58.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:41:58.661 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:41:58.662 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:41:58.662 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:41:58.662 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:41:58.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:58.662 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:41:58.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:58.662 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:41:58.663 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:41:58.663 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:41:58.663 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:41:58.664 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:41:58.664 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:41:58.664 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:41:58.664 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:41:58.664 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:41:58.665 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:41:58.665 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:41:58.665 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:41:58.676 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:41:58.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:41:58.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:41:58.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:41:58.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:41:58.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:41:58.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 21:41:58.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:58.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:58.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:58.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:58.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:58.683 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:58.683 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:58.683 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:41:58.683 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:41:58.684 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:58.684 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 21:41:58.684 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 21:41:58.684 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:41:58.707 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:41:58.708 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:41:58.708 DEBUG [main][EditorHandler] 0 editor(s) found 21:41:58.708 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:41:58.708 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:41:58.708 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:41:58.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:58.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:41:58.708 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:41:58.708 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:41:58.709 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:41:58.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:41:58.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:41:58.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:41:58.709 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:41:58.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:58.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:58.710 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:41:58.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:58.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:58.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:41:58.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:58.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:58.712 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:41:58.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 '\*?\QPackage Explorer\E') 21:41:58.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:58.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:58.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:58.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:58.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:58.713 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:58.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:58.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:58.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:41:58.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:41:58.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:41:58.715 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:58.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:58.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:58.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:58.716 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:58.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:58.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:58.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:58.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:58.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:58.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:59.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:59.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:59.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:59.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:41:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:41:59.718 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:59.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:59.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:59.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:59.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 21:41:59.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:59.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:59.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:59.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:59.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:41:59.720 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:41:59.720 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:41:59.721 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:41:59.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:41:59.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:41:59.721 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:41:59.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:41:59.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:41:59.721 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:41:59.721 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:41:59.724 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:41:59.725 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:41:59.726 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:41:59.726 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:41:59.726 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:41:59.726 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:41:59.728 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:41:59.728 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:41:59.728 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:41:59.748 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:41:59.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:41:59.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:41:59.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:41:59.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:41:59.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:41: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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 21:41:59.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:59.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:59.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:59.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:59.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:59.750 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:59.750 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:59.750 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:41:59.750 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:41:59.751 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) 21:41:59.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:59.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:59.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:59.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:59.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:41:59.751 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:41:59.751 DEBUG [main][EditorHandler] 1 editor(s) found 21:41:59.751 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:41:59.771 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:41:59.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:41:59.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:41:59.771 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:41:59.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:41:59.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:41:59.772 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:41:59.772 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:41:59.772 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:41:59.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:41:59.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:41:59.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:41:59.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:41:59.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:59.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:59.774 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:41:59.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:59.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:59.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:41:59.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:41:59.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:41:59.775 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:41:59.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 '\*?\QPackage Explorer\E') 21:41:59.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:59.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:59.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:41:59.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:41:59.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:41:59.777 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:59.777 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:59.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:59.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:41:59.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:41:59.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:41:59.778 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:59.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:59.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:59.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:59.779 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:41:59.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:41:59.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:41:59.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:41:59.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:41:59.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:41:59.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:00.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:00.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:00.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:00.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:00.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:00.781 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:00.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:00.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:00.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:00.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 21:42:00.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:00.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:00.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:00.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:00.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:00.782 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:00.782 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:00.783 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:00.783 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:00.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:00.783 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:00.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:00.783 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:00.783 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:00.783 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:00.783 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:00.786 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:00.786 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:00.786 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:00.786 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:00.787 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:00.788 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:00.788 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:00.788 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:00.800 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:00.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:00.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:00.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:00.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:00.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:00.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:00.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:00.806 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:00.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:00.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:00.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 21:42:00.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:00.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:00.808 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 21:42:00.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') 21:42:00.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:00.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:00.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:00.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:00.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:00.809 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:00.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:00.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:00.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:00.831 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:00.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:00.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:00.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:00.832 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:00.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:00.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:00.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:00.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:00.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:01.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:01.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:01.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:01.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:01.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:01.834 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:01.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:01.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:01.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:01.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 21:42:01.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:01.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:01.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:01.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:01.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:01.835 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:01.835 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:01.836 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:01.836 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:01.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:01.836 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:01.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:01.836 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:01.836 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:01.836 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:01.836 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:01.838 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:01.838 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:01.838 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:01.838 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:01.838 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:01.839 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:01.839 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:01.839 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:01.847 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:01.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:01.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:01.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:01.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:01.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:01.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@68944a88 is found... 21:42:01.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@68944a88 is found finished successfully 21:42:01.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 21:42:01.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:01.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:01.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:01.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:01.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:01.849 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:01.849 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:01.849 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:01.849 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:01.850 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:01.850 DEBUG [main][EditorHandler] 1 editor(s) found 21:42:01.850 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:42:01.863 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:42:01.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:01.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:01.863 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:01.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:01.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:01.870 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:01.870 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:01.870 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:01.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:01.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:01.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:01.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:01.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:01.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:01.872 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:01.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:01.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:01.873 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:01.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:01.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:01.873 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:01.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 '\*?\QPackage Explorer\E') 21:42:01.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:01.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:01.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:01.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:01.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:01.875 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:01.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:01.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:01.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:01.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:01.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:01.876 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:01.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:01.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:01.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:01.877 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:01.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:01.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:01.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:01.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:01.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:01.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:02.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:02.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:02.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:02.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:02.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:02.879 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:02.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:02.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:02.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:02.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:42:02.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:02.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:02.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:02.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:02.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:02.881 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:02.881 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:02.881 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:02.882 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:02.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:02.882 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:02.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:02.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:02.882 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:02.882 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:02.882 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:02.883 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:02.883 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:02.883 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:02.883 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:02.883 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:02.884 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:02.884 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:02.884 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:02.904 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:02.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:02.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:02.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:02.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:02.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:02.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 21:42:02.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:02.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:02.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:02.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:02.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:02.906 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:02.906 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:02.906 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:02.906 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:02.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:42:02.907 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:42:02.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:02.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:02.907 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 21:42:02.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:42:02.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:02.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:02.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:02.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:02.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:02.907 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 21:42:02.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:02.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:02.907 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:02.907 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:02.908 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:02.909 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 21:42:02.909 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 21:42:02.909 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:42:02.929 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:42:02.929 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:02.929 DEBUG [main][EditorHandler] 0 editor(s) found 21:42:02.929 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:02.929 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:02.929 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:02.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:02.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:02.930 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:02.930 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:02.930 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:02.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:02.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:02.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:02.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:02.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:02.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:02.931 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:02.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:02.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:02.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:02.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:02.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:02.932 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:02.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:42:02.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:02.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:02.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:02.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:02.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:02.934 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:02.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:02.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:02.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:02.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:02.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:02.935 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:02.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:02.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:02.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:02.936 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:02.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:02.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:02.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:02.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:02.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:02.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:03.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:03.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:03.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:03.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:03.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:03.938 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:03.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:03.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:03.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:03.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 21:42:03.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:03.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:03.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:03.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:03.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:03.939 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:03.939 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:03.940 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:03.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:03.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:03.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:03.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:03.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:03.940 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:03.940 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:03.940 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:03.941 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:03.941 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:03.941 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:03.941 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:03.942 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:03.945 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:03.945 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:03.945 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:03.964 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:03.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:03.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:03.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:03.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:03.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:03.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 21:42:03.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:03.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:03.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:03.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:03.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:03.966 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:03.966 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:03.966 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:03.966 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:03.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 "Make Dirty") 21:42:03.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:42:03.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:03.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:03.967 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 21:42:03.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:42:03.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:03.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:03.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:03.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:03.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:03.967 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 21:42:03.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:03.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:03.967 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:03.967 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:03.968 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:03.968 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 21:42:03.969 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 21:42:03.969 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:42:03.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 'Save .*'] is available.... 21:42:04.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 21:42:04.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 21:42:04.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:04.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:04.491 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:42:04.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:04.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:04.491 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 21:42:04.491 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:42:04.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:04.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:04.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") 21:42:04.491 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:42:04.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:04.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:04.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 21:42:04.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:42:04.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:04.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:04.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:04.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:04.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:04.492 INFO [WorkbenchTestable][AbstractButton] Click button &Save 21:42:04.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:04.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:04.493 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:04.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:04.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:42:04.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:42:04.544 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:42:04.544 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:04.544 DEBUG [main][EditorHandler] 0 editor(s) found 21:42:04.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:04.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:04.544 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:04.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:04.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:04.545 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:04.545 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:04.545 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:04.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:04.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:04.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:04.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:04.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:04.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:04.547 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:04.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:04.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:04.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:04.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:04.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:04.548 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:04.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 '\*?\QPackage Explorer\E') 21:42:04.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:04.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:04.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:04.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:04.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:04.550 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:04.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:04.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:04.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:04.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:04.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:04.551 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:04.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:04.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:04.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:04.552 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:04.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:04.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:04.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:04.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:04.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:04.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:05.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:05.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:05.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:05.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:05.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:05.553 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:05.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:05.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:05.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:05.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 21:42:05.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:05.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:05.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:05.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:05.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:05.555 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:05.555 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:05.556 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:05.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:05.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:05.556 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:05.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:05.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:05.556 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:05.556 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:05.556 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:05.559 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:05.559 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:05.559 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:05.559 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:05.559 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:05.561 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:05.561 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:05.561 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:05.573 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:05.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:05.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:05.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:05.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:05.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:05.573 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:05.574 DEBUG [main][EditorHandler] 1 editor(s) found 21:42:05.574 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:42:05.593 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:42:05.594 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:05.594 DEBUG [main][EditorHandler] 0 editor(s) found 21:42:05.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:05.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:05.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:05.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:05.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:05.594 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:05.594 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:05.594 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:05.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:05.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:05.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:05.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:05.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:05.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:05.596 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:05.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:05.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:05.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:05.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:05.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:05.598 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:05.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 '\*?\QPackage Explorer\E') 21:42:05.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:05.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:05.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:05.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:05.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:05.601 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:05.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:05.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:05.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:05.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:05.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:05.603 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:05.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:05.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:05.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:05.604 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:05.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:05.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:05.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:05.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:05.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:05.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:06.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:06.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:06.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:06.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:06.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:06.607 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:06.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:06.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:06.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:06.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:42:06.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:06.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:06.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:06.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:06.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:06.609 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:06.609 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:06.609 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:06.609 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:06.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:06.609 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:06.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:06.609 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:06.610 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:06.610 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:06.610 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:06.611 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:06.611 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:06.611 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:06.611 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:06.611 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:06.612 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:06.612 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:06.612 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:06.627 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:06.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:06.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:06.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:06.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:06.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:06.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6eb0be49 is found... 21:42:06.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6eb0be49 is found finished successfully 21:42:06.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 21:42:06.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:06.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:06.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:06.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:06.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:06.630 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:06.630 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:06.630 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:06.630 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:06.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:06.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:06.632 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:06.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:06.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:06.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 21:42:06.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:06.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:06.633 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 21:42:06.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:42:06.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:06.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:06.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:06.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:06.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:06.635 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:06.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:06.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:06.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:06.657 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:06.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:06.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:06.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:06.658 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:06.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:06.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:06.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:06.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:06.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:06.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:07.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:07.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:07.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:07.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:07.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:07.661 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:07.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:07.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:07.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:07.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 21:42:07.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:07.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:07.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:07.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:07.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:07.662 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:07.662 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:07.663 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 21:42:07.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:07.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:07.663 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:07.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:07.663 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:07.663 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 21:42:07.663 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 21:42:07.663 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 21:42:07.664 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 21:42:07.664 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 21:42:07.665 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 21:42:07.665 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 21:42:07.665 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 21:42:07.666 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 21:42:07.666 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:07.666 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:07.685 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:07.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:07.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:07.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:07.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:07.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:07.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1fa8b78b is found... 21:42:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1fa8b78b is found finished successfully 21:42:07.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 21:42:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:07.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:07.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:07.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:07.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:07.688 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 21:42:07.696 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:07.696 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:07.696 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:07.696 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:07.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6b47b082 is found... 21:42:07.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6b47b082 is found finished successfully 21:42:07.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 21:42:07.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:07.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:07.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:07.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:07.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:07.699 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest1.min 21:42:07.711 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:07.711 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 21:42:07.711 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:07.711 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:07.712 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:07.712 DEBUG [main][EditorHandler] 2 editor(s) found 21:42:07.712 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:42:07.716 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:42:07.716 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 21:42:07.738 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 21:42:07.738 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:07.738 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:07.738 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:07.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:07.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:07.739 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:07.739 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:07.739 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:07.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:07.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:07.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:07.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:07.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:07.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:07.740 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:07.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:07.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:07.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:07.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:07.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:07.742 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:07.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 '\*?\QPackage Explorer\E') 21:42:07.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:07.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:07.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:07.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:07.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:07.744 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:07.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:07.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:07.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:07.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:07.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:07.745 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:07.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:07.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:07.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:07.746 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:07.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:07.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:07.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:07.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:07.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:07.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:08.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:08.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:08.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:08.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:08.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:08.748 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:08.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:08.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:08.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:08.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:42:08.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:08.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:08.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:08.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:08.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:08.749 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:08.750 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:08.750 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:08.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:08.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:08.750 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:08.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:08.750 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:08.750 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:08.751 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:08.751 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:08.752 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:08.752 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:08.752 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:08.752 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:08.752 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:08.753 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:08.753 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:08.753 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:08.764 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:08.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:08.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:08.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:08.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:08.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:08.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') 21:42:08.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:08.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:08.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:08.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:08.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:08.767 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:08.767 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:08.767 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:08.767 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:08.774 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:08.774 DEBUG [main][EditorHandler] 1 editor(s) found 21:42:08.774 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:42:08.795 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:42:08.795 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:08.795 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:08.795 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:08.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:08.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:08.795 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:08.796 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:08.796 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:08.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:08.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:08.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:08.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:08.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:08.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:08.797 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:08.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:08.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:08.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:08.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:08.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:08.800 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:08.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 '\*?\QPackage Explorer\E') 21:42:08.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:08.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:08.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:08.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:08.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:08.801 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:08.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:08.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:08.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:08.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:08.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:08.803 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:08.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:08.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:08.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:08.804 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:08.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:08.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:08.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:08.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:08.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:08.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:09.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:09.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:09.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:09.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:09.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:09.807 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:09.807 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:09.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:09.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:09.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 21:42:09.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:09.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:09.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:09.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:09.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:09.808 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:09.809 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:09.809 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:09.810 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:09.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:09.810 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:09.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:09.810 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:09.810 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:09.810 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:09.810 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:09.814 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:09.814 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:09.814 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:09.814 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:09.814 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:09.815 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:09.815 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:09.815 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:09.833 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:09.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:09.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:09.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:09.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:09.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:09.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 21:42:09.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:09.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:09.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:09.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:09.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:09.835 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:09.835 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:09.835 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:09.835 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:09.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 "Make Dirty") 21:42:09.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:42:09.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:09.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:09.836 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 21:42:09.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:42:09.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:09.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:09.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:09.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:09.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:09.837 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 21:42:09.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:09.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:09.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:09.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:09.838 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:09.838 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 21:42:09.839 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:42:09.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 21:42:09.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:09.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:09.839 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 21:42:09.839 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 21:42:09.839 DEBUG [main][MenuItemLookup] Found menu:'File' 21:42:09.839 DEBUG [main][MenuItemLookup] Item match:File 21:42:09.840 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:42:09.840 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:42:09.840 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:42:09.840 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:42:09.840 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:09.840 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:42:09.840 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:42:09.840 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:09.840 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:42:09.840 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:42:09.840 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:42:09.840 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:42:09.840 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:42:09.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:42:09.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:42:09.843 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:09.843 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 21:42:09.843 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:09.843 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:09.844 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:09.844 DEBUG [main][EditorHandler] 1 editor(s) found 21:42:09.844 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:42:09.868 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:42:09.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:09.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:09.868 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:09.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:09.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:09.869 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:09.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:09.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:09.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:09.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:09.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:09.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:09.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:09.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:09.871 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:09.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:09.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:09.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:09.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:09.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:09.872 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:09.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 '\*?\QPackage Explorer\E') 21:42:09.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:09.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:09.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:09.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:09.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:09.874 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:09.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:09.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:09.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:09.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:09.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:09.875 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:09.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:09.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:09.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:09.876 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:09.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:09.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:09.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:09.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:09.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:09.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:10.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:10.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:10.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:10.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:10.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:10.877 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:10.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:10.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:10.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:10.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 21:42:10.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:10.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:10.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:10.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:10.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:10.879 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:10.879 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:10.880 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:10.880 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:10.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:10.880 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:10.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:10.880 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:10.880 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:10.880 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:10.880 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:10.881 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:10.881 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:10.881 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:10.881 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:10.882 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:10.883 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:10.883 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:10.883 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:10.896 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:10.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:10.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:10.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:10.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:10.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:10.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 21:42:10.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:10.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:10.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:10.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:10.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:10.903 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:10.904 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:10.904 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:10.904 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:10.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 "Make Dirty") 21:42:10.904 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:42:10.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:10.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:10.905 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 21:42:10.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:42:10.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:10.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:10.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:10.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:10.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:10.905 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 21:42:10.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:10.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:10.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:10.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:10.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:42:10.907 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:42:10.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:10.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:10.907 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 21:42:10.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:42:10.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:10.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:10.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:10.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:10.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:10.908 INFO [WorkbenchTestable][AbstractButton] Click button Save 21:42:10.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:10.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:10.908 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:10.908 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:10.909 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:10.909 DEBUG [main][EditorHandler] 1 editor(s) found 21:42:10.909 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:42:10.930 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:42:10.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:10.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:10.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:10.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:10.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:10.931 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:10.931 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:10.931 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:10.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:10.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:10.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:10.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:10.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:10.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:10.932 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:10.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:10.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:10.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:10.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:10.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:10.934 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:10.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 '\*?\QPackage Explorer\E') 21:42:10.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:10.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:10.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:10.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:10.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:10.935 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:10.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:10.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:10.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:10.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:10.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:10.937 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:10.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:10.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:10.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:10.938 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:10.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:10.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:10.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:10.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:10.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:10.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:11.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:11.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:11.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:11.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:11.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:11.939 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:11.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:11.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:11.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:11.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 21:42:11.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:11.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:11.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:11.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:11.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:11.940 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:11.940 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:11.941 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:11.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:11.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:11.941 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:11.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:11.941 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:11.941 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:11.941 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:11.941 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:11.942 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:11.943 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:11.943 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:11.943 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:11.943 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:11.945 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:11.945 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:11.945 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:11.957 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:11.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:11.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:11.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:11.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:11.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:11.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 21:42:11.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:11.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:11.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:11.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:11.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:11.963 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:11.963 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:11.963 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:11.963 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:11.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:11.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:11.965 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:11.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:11.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:11.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 21:42:11.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:11.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:11.967 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 21:42:11.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 '\*?\QPackage Explorer\E') 21:42:11.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:11.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:11.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:11.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:11.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:11.969 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:11.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:11.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:11.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:11.989 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:11.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:11.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:11.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:11.990 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:11.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:11.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:11.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:11.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:11.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:11.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:12.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:12.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:12.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:12.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:12.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:12.993 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:12.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:12.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:12.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:12.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 21:42:12.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:12.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:12.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:12.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:12.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:12.994 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:12.995 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:12.995 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 21:42:12.995 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:12.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:12.995 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:12.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:12.995 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:12.995 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 21:42:12.995 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 21:42:12.995 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 21:42:12.996 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 21:42:12.996 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 21:42:12.997 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 21:42:12.997 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 21:42:12.997 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 21:42:12.998 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 21:42:12.998 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:12.998 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:13.013 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:13.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:13.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:13.013 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:13.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:13.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:13.014 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 21:42:13.019 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:13.019 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:13.019 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:13.019 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:13.019 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 21:42:13.019 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:42:13.026 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:42:13.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6cf8efb8 is found... 21:42:23.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6cf8efb8 is found failed, an exception will be thrown 21:42:23.033 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:23.033 DEBUG [main][EditorHandler] 1 editor(s) found 21:42:23.034 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 21:42:23.059 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 21:42:23.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:23.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:23.059 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:23.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:23.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:23.059 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:23.059 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:23.059 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:23.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:23.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:23.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:23.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:23.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:23.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:23.061 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:23.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:23.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:23.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:23.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:23.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:23.062 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:23.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:42:23.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:23.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:23.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:23.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:23.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:23.064 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:23.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:23.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:23.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:23.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:23.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:23.065 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:23.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:23.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:23.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:23.066 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:23.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:23.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:23.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:23.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:23.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:23.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:23.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:23.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:24.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:24.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:24.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:24.067 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:24.067 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:24.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:24.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:24.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:42:24.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:24.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:24.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:24.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:24.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:24.069 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:24.069 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:24.069 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:24.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:24.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:24.070 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:24.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:24.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:24.073 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:24.073 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:24.073 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:24.075 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:24.075 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:24.075 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:24.075 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:24.075 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:24.076 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:24.076 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:24.076 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:24.086 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:24.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:24.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:24.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:24.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:24.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:24.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 '\*?\QeditorTest.min\E') 21:42:24.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:24.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:24.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:24.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:24.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:24.088 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:24.088 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:24.089 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:24.089 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:24.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 "Make Dirty") 21:42:24.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:42:24.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:24.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:24.097 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 21:42:24.097 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:42:24.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:24.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:24.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:24.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:24.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:24.099 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 21:42:24.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:24.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:24.099 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:24.099 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:24.100 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:24.101 DEBUG [main][EditorHandler] 1 editor(s) found 21:42:24.101 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:42:24.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 'Save .*'] is available.... 21:42:24.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 'Save .*'] is available. finished successfully 21:42:24.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 21:42:24.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:24.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:24.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:42:24.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:24.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:24.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 21:42:24.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:42:24.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:24.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:24.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 21:42:24.623 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:42:24.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:24.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:24.623 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 21:42:24.623 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:42:24.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:24.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:24.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:24.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:24.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:24.624 INFO [WorkbenchTestable][AbstractButton] Click button &Save 21:42:24.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:24.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:24.624 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:24.624 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:24.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:42:24.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:42:24.654 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:42:24.654 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:24.654 DEBUG [main][EditorHandler] 0 editor(s) found 21:42:24.654 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:24.654 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:24.654 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:24.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:24.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:24.655 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:24.655 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:24.655 INFO [WorkbenchTestable][RequirementsRunner] Started test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:24.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:24.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:24.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:24.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:24.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:24.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:24.657 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:24.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:24.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:24.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:24.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:24.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:24.658 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:24.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 '\*?\QPackage Explorer\E') 21:42:24.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:24.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:24.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:24.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:24.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:24.660 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:24.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:24.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:24.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:24.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:24.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:24.661 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:24.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:24.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:24.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:24.662 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:24.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:24.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:24.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:24.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:24.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:24.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:25.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:25.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:25.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:25.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:25.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:25.664 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:25.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:25.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:25.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:25.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 21:42:25.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:25.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:25.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:25.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:25.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:25.665 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:25.666 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:25.666 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:25.666 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:25.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:25.666 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:25.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:25.666 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:25.667 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:25.667 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:25.667 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:25.669 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:25.669 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:25.669 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:25.669 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:25.669 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:25.670 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:25.670 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:25.670 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:25.680 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:25.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:25.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:25.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:25.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:25.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:25.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 21:42:25.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:25.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:25.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:25.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:25.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:25.683 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:25.683 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:25.683 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:25.683 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:25.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 "Make Dirty") 21:42:25.683 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:42:25.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:25.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:25.684 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 21:42:25.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:42:25.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:25.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:25.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:25.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:25.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:25.690 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 21:42:25.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:25.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:25.690 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:25.690 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:25.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5e3888d9 is found... 21:42:25.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5e3888d9 is found finished successfully 21:42:25.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 21:42:25.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:25.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:25.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:25.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:25.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:25.697 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:25.697 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 21:42:25.697 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:25.698 DEBUG [main][EditorHandler] 1 editor(s) found 21:42:25.698 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:42:25.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 'Save .*'] is available.... 21:42:26.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 'Save .*'] is available. finished successfully 21:42:26.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 21:42:26.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:26.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:26.218 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:42:26.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:26.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:26.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 21:42:26.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:42:26.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:26.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:26.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 "Save") 21:42:26.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:42:26.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:26.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:26.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 21:42:26.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:42:26.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:26.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:26.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:26.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:26.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:26.220 INFO [WorkbenchTestable][AbstractButton] Click button &Save 21:42:26.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:26.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:26.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:26.220 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:26.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:42:26.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:42:26.256 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:42:26.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:26.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:26.256 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:26.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:26.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:26.257 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:26.257 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:26.257 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:26.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:26.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:26.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:26.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:26.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:26.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:26.258 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:26.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:26.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:26.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:26.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:26.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:26.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:26.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:42:26.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:26.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:26.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:26.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:26.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:26.262 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:26.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:26.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:26.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:26.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:26.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:26.264 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:26.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:26.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:26.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:26.265 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:26.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:26.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:26.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:26.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:26.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:26.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:26.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:26.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:27.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:27.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:27.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:27.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:27.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:27.767 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:27.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:27.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:27.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:27.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 21:42:27.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:27.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:27.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:27.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:27.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:27.769 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:27.770 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:27.770 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:27.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:27.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:27.770 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:27.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:27.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:27.771 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:27.771 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:27.771 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:27.772 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:27.772 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:27.772 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:27.772 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:27.772 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:27.773 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:27.773 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:27.773 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:27.783 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:27.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:27.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:27.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:27.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:27.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:27.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 21:42:27.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:27.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:27.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:27.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:27.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:27.790 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:27.790 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:27.790 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:27.790 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:27.791 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:27.791 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 21:42:27.791 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:42:27.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 21:42:27.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:27.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:27.791 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 21:42:27.791 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 21:42:27.792 DEBUG [main][MenuItemLookup] Found menu:'File' 21:42:27.792 DEBUG [main][MenuItemLookup] Item match:File 21:42:27.792 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:42:27.792 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:42:27.792 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:42:27.792 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:42:27.792 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:27.792 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:42:27.792 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:42:27.792 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:27.792 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:42:27.792 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:42:27.793 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:27.793 DEBUG [main][EditorHandler] 1 editor(s) found 21:42:27.793 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:42:27.817 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:42:27.817 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:27.817 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:27.817 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:27.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:27.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:27.818 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:27.818 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:27.818 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:27.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:27.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:27.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:27.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:27.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:27.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:27.820 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:27.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:27.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:27.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:27.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:27.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:27.822 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:27.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 '\*?\QPackage Explorer\E') 21:42:27.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:27.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:27.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:27.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:27.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:27.823 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:27.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:27.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:27.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:27.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:27.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:27.825 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:27.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:27.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:27.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:27.826 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:27.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:27.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:27.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:27.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:27.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:27.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:28.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:28.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:28.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:28.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:28.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:28.828 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:28.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:28.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:28.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:28.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 21:42:28.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:28.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:28.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:28.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:28.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:28.829 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:28.829 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:28.830 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:28.830 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:28.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:28.830 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:28.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:28.830 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:28.831 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:28.831 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:28.831 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:28.832 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:28.832 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:28.832 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:28.832 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:28.832 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:28.833 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:28.833 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:28.834 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:28.846 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:28.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:28.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:28.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:28.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:28.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:28.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4dbcbad8 is found... 21:42:38.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4dbcbad8 is found failed, an exception will be thrown 21:42:38.859 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:38.859 DEBUG [main][EditorHandler] 1 editor(s) found 21:42:38.859 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:42:38.875 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:42:38.875 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:38.875 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:38.875 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:38.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:38.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:38.875 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:38.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:38.875 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:38.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:38.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:38.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:38.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:38.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:38.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:38.877 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:38.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:38.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:38.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:38.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:38.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:38.878 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:38.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 '\*?\QPackage Explorer\E') 21:42:38.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:38.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:38.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:38.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:38.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:38.880 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:38.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:38.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:38.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:38.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:38.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:38.881 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:38.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:38.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:38.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:38.882 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:38.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:38.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:38.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:38.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:38.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:38.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:39.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:39.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:39.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:39.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:39.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:39.884 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:39.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:39.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:39.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:39.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:42:39.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:39.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:39.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:39.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:39.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:39.886 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:39.886 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:39.886 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:39.886 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:39.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:39.887 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:39.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:39.887 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:39.887 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:39.887 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:39.887 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:39.890 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:39.890 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:39.890 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:39.890 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:39.891 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:39.892 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:39.892 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:39.892 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:39.915 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:39.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:39.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:39.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:39.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:39.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:39.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 '\*?\QeditorTest.min\E') 21:42:39.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:39.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:39.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:39.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:39.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:39.919 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:39.919 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:39.919 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:39.919 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:39.920 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:39.920 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 21:42:39.920 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 21:42:39.920 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:42:39.941 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:42:39.941 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:39.941 DEBUG [main][EditorHandler] 0 editor(s) found 21:42:39.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:39.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:39.941 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:39.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:39.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:39.942 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:39.942 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:39.942 INFO [WorkbenchTestable][RequirementsRunner] Started test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:39.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:39.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:39.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:39.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:39.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:39.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:39.944 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:39.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:39.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:39.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:39.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:39.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:39.945 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:39.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:42:39.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:39.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:39.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:39.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:39.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:39.946 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:39.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:39.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:39.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:39.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:39.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:39.948 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:39.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:39.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:39.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:39.948 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:39.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:39.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:39.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:39.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:39.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:39.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:40.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:40.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:40.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:40.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:40.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:40.950 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:40.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:40.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:40.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:40.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:42:40.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:40.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:40.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:40.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:40.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:40.951 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:40.951 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:40.952 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:40.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:40.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:40.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:40.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:40.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:40.952 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:40.952 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:40.952 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:40.954 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:40.954 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:40.954 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:40.954 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:40.954 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:40.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:40.956 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:40.956 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:40.969 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:40.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:40.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:40.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:40.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:40.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:40.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:40.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:40.976 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:40.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:40.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:40.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 21:42:40.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:40.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:40.979 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 21:42:40.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:42:40.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:40.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:40.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:40.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:40.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:40.980 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:40.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:41.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:41.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:41.001 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:41.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:41.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:41.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:41.002 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:41.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:41.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:41.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:41.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:41.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:41.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:41.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:41.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:42.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:42.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:42.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:42.004 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:42.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:42.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:42.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:42.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:42:42.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:42.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:42.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:42.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:42.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:42.005 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:42.006 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:42.006 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 21:42:42.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:42.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:42.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:42.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:42.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:42.006 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 21:42:42.006 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 21:42:42.006 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 21:42:42.007 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 21:42:42.007 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 21:42:42.007 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 21:42:42.007 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 21:42:42.008 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 21:42:42.008 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 21:42:42.008 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:42.009 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:42.026 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:42.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:42.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:42.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:42.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:42.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:42.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 21:42:42.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:42.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:42.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:42.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:42.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:42.028 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:42.028 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:42.028 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:42.028 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:42.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@57d88df6 is found... 21:42:42.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@57d88df6 is found finished successfully 21:42:42.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 21:42:42.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:42.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:42.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:42.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:42.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:42.030 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 21:42:42.034 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:42.034 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 21:42:42.034 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:42.034 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:42.035 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:42.035 DEBUG [main][EditorHandler] 2 editor(s) found 21:42:42.035 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:42:42.042 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:42:42.046 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 21:42:42.064 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 21:42:42.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:42.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:42.064 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:42.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:42.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:42.065 INFO [WorkbenchTestable][RequirementsRunner] Finished test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:42.065 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:42.065 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:42.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:42.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:42.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:42.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:42.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:42.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:42.066 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:42.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:42.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:42.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:42.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:42.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:42.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:42.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 '\*?\QPackage Explorer\E') 21:42:42.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:42.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:42.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:42.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:42.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:42.069 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:42.069 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:42.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:42.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:42.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:42.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:42.071 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:42.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:42.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:42.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:42.071 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:42.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:42.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:42.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:42.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:42.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:42.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:42.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:42.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:43.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:43.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:43.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:43.073 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:43.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:43.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:43.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:43.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:42:43.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:43.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:43.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:43.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:43.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:43.074 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:43.074 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:43.075 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:43.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:43.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:43.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:43.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:43.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:43.075 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:43.075 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:43.075 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:43.076 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:43.076 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:43.076 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:43.077 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:43.077 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:43.078 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:43.078 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:43.078 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:43.088 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:43.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:43.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:43.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:43.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:43.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:43.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 '\*?\QeditorTest.min\E') 21:42:43.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:43.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:43.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:43.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:43.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:43.095 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:43.096 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:43.096 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:43.096 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:43.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 '\*?\QeditorTest.min\E') 21:42:43.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:43.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:43.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:43.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:43.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:43.098 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:43.098 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 21:42:43.098 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:43.098 DEBUG [main][EditorHandler] 1 editor(s) found 21:42:43.098 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:42:43.121 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:42:43.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:43.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:43.121 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:43.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:43.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:43.121 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:43.121 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:43.121 INFO [WorkbenchTestable][RequirementsRunner] Started test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:43.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:43.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:43.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:43.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:43.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:43.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:43.123 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:43.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:43.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:43.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:43.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:43.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:43.125 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:43.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 '\*?\QPackage Explorer\E') 21:42:43.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:43.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:43.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:43.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:43.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:43.126 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:43.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:43.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:43.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:43.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:43.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:43.128 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:43.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:43.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:43.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:43.129 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:43.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:43.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:43.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:43.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:43.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:43.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:43.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:43.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:44.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:44.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:44.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:44.130 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:44.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:44.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:44.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:44.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:42:44.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:44.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:44.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:44.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:44.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:44.131 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:44.132 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:44.132 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:44.132 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:44.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:44.133 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:44.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:44.133 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:44.133 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:44.133 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:44.133 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:44.134 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:44.134 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:44.134 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:44.134 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:44.134 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:44.135 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:44.135 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:44.136 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:44.147 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:44.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:44.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:44.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:44.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:44.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:44.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 '\*?\QeditorTest.min\E') 21:42:44.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:44.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:44.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:44.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:44.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:44.155 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:44.156 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:44.156 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:44.156 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:44.156 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:44.156 DEBUG [main][EditorHandler] 1 editor(s) found 21:42:44.156 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:42:44.175 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:42:44.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:44.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:44.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:44.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:44.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:44.175 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:44.175 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:44.175 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:44.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:44.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:44.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:44.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:44.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:44.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:44.176 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:44.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:44.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:44.178 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:44.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:44.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:44.178 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:44.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 '\*?\QPackage Explorer\E') 21:42:44.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:44.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:44.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:44.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:44.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:44.179 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:44.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:44.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:44.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:44.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:44.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:44.181 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:44.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:44.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:44.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:44.181 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:44.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:44.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:44.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:44.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:44.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:44.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:44.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:44.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:45.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:45.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:45.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:45.184 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:45.184 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:45.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:45.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:45.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 21:42:45.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:45.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:45.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:45.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:45.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:45.185 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:45.185 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:45.186 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 21:42:45.186 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:45.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:45.186 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:45.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:45.186 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:45.186 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:45.186 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:45.186 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:45.187 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:45.188 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 21:42:45.188 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 21:42:45.188 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 21:42:45.188 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 21:42:45.190 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 21:42:45.190 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:45.190 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:45.200 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:45.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:45.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:45.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:45.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:45.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:45.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:45.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:45.202 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:42:45.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:45.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:45.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 21:42:45.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:45.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:45.212 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 21:42:45.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:42:45.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:45.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:45.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:45.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:45.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:45.214 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:45.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:45.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:45.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:45.231 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:45.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:45.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:45.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:45.232 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:45.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:45.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:45.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:45.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:45.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:45.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:45.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:45.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:46.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:46.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:46.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:46.234 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:42:46.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:42:46.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:46.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:46.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 21:42:46.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:46.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:46.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:46.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:46.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:46.236 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:46.236 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:42:46.236 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest+.min of tree item testProject 21:42:46.236 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 21:42:46.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:46.236 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 21:42:46.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:46.236 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 21:42:46.236 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 21:42:46.236 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 21:42:46.237 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 21:42:46.238 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 21:42:46.238 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest+.min 21:42:46.238 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 21:42:46.238 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 21:42:46.238 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 21:42:46.239 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 21:42:46.239 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:46.239 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:46.255 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:46.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:46.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:46.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:46.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:46.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:46.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@14406680 is found... 21:42:46.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@14406680 is found finished successfully 21:42: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 '\*?\QeditorTest+.min\E') 21:42:46.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:46.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:46.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:46.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:46.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:46.257 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:46.257 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:46.257 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:42:46.257 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:42:46.258 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:46.258 DEBUG [main][EditorHandler] 2 editor(s) found 21:42:46.258 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:42:46.261 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:42:46.261 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 21:42:46.279 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 21:42:46.279 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:46.279 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:46.279 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:46.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:46.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:46.279 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 21:42:46.280 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:46.280 DEBUG [main][EditorHandler] 0 editor(s) found 21:42:46.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:46.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:46.280 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:42:46.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:46.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:46.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:46.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:46.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:46.281 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:46.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') 21:42:46.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:46.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:46.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:46.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:46.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:46.282 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:46.282 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:46.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:46.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:46.289 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:46.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:46.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:46.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:46.290 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:46.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:46.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:46.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:46.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:46.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:46.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:46.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:46.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:47.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:47.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:47.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:47.292 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:47.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:47.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:47.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:47.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 21:42:47.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:47.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:47.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:47.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:47.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:47.293 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:47.293 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:47.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:47.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:47.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:47.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:47.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:47.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:47.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:47.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:48.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:48.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:48.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:48.295 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:48.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:48.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:48.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:48.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 21:42:48.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:48.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:48.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:48.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:48.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:48.297 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:48.297 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:48.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:48.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:48.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:48.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 21:42:48.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:48.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:48.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:48.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:48.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:48.298 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 21:42:48.298 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 21:42:48.298 DEBUG [main][TreeItemHandler] Set Tree selection 21:42:48.298 DEBUG [main][TreeHandler] Notify Tree about selection event 21:42:48.303 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 21:42:48.304 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 21:42:48.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:42:48.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:48.331 DEBUG [main][MenuItemLookup] Found menu:'New' 21:42:48.331 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:42:48.331 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:48.331 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:42:48.331 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:48.331 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:42:48.331 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:42:48.331 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:42:48.331 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:42:48.332 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:42:48.332 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:48.332 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:42:48.332 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:42:48.332 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:48.332 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:42:48.332 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:42:48.332 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:42:48.332 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:42:48.332 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:42:48.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:48.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:42:48.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 21:42:48.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:48.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:48.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:48.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:48.832 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:42:48.832 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:48.853 DEBUG [main][MenuItemLookup] Found menu:'New' 21:42:48.853 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:42:48.853 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:48.853 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:42:48.853 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:48.853 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:42:48.853 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:42:48.853 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:42:48.853 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:42:48.853 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:42:48.853 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:42:48.854 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:42:48.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 21:42:49.427 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 21:42:49.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:42:49.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:49.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:49.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 21:42:49.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:42:49.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:49.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:49.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:42:49.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:42:49.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:49.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:49.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:49.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:49.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:49.430 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:42:49.430 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:42:49.430 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:42:49.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:49.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:49.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:49.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:49.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 "OK") 21:42:49.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:42:49.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:49.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:42:49.431 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:42:49.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:42:49.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:49.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:49.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:49.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:49.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:49.431 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:42:49.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:49.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:49.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:49.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:49.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:42:49.434 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:42:49.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:42:49.936 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:42:49.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:49.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:42:49.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:49.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:49.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:49.937 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:49.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:49.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:49.937 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 21:42:49.937 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 21:42:49.937 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:42:49.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:42:49.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:42:49.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.418 s - in org.eclipse.reddeer.workbench.test.editor.EditorTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.322 s closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.075 s getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 3.184 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.098 s closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.06 s closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.615 s noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.049 s getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.145 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.073 s isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.062 s closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 12.128 s closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.596 s findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.602 s saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.561 s getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 11.057 s noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.067 s switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.123 s testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.056 s getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.054 s getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.104 s Running org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:42:49.944 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:42:49.945 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:42:49.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:49.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:42:49.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:49.946 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:42:49.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:49.946 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:42:49.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:49.946 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 21:42:49.946 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:42:49.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:49.946 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:42:49.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:49.946 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:42:49.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:49.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:49.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:49.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:49.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:49.947 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:42:49.947 DEBUG [main][MenuItemLookup] Found menu:'File' 21:42:49.947 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:42:49.947 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:42:49.947 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:42:49.947 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:42:49.947 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:42:49.947 DEBUG [main][MenuItemLookup] Item match:Window 21:42:49.948 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:42:49.948 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:42:49.948 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:42:49.948 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:49.948 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:42:49.948 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:42:49.948 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:49.948 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:42:49.948 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:49.948 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:42:49.948 DEBUG [main][MenuItemLookup] Item match:Preferences 21:42:49.948 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:42:49.948 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:42:49.948 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:42:50.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:42:50.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:42:50.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:42:50.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:50.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:50.002 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:42:50.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:42:50.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:50.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:50.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:50.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:50.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:50.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:42:50.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:42:50.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:42:50.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:50.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:50.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:50.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:50.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:50.004 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:42:50.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:50.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:50.004 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:50.004 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:50.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:42:50.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:42:50.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:50.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:50.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:50.017 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:50.017 DEBUG [main][EditorHandler] 0 editor(s) found 21:42:50.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:50.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:50.018 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:42:50.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:50.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:50.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:50.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:50.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:50.018 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:50.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') 21:42:50.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:50.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:50.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:50.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:50.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:50.019 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:50.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:50.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:50.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:50.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:50.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:50.020 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:50.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:50.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:50.021 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 21:42:50.021 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:50.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:50.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:50.021 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 21:42:50.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:50.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:50.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:50.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:50.022 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:50.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:50.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:50.022 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 21:42:50.030 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:50.030 DEBUG [main][EditorHandler] 0 editor(s) found 21:42:50.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'] 21:42:50.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.031 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:42:50.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.031 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 21:42:50.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.031 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:42:50.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.032 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:42:50.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.032 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:42:50.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.032 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 21:42:50.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:42:50.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:42:50.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:50.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:50.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:50.033 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:50.033 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:42:50.033 DEBUG [main][MenuItemLookup] Found menu:'File' 21:42:50.033 DEBUG [main][MenuItemLookup] Item match:File 21:42:50.034 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:42:50.034 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:42:50.035 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:42:50.035 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:50.035 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:42:50.035 DEBUG [main][MenuItemLookup] Found menu:'File' 21:42:50.035 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:42:50.035 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:50.035 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:42:50.035 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:42:50.035 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:42:50.036 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:42:50.036 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:42:50.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:42:50.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 'New|Select a wizard'] is available. finished successfully 21:42:50.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:42:50.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:50.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:50.084 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:42:50.084 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:42:50.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:50.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:50.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:50.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:50.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:50.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:42:50.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:42:50.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:42:50.085 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:42:50.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:50.085 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:42:50.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:50.085 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:42:50.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:42:50.085 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:42:50.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:50.085 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:42:50.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:50.085 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:42:50.085 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 21:42:50.085 DEBUG [main][TreeItemHandler] Selecting tree item: Project 21:42:50.086 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 21:42:50.093 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 21:42:50.093 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:42:50.093 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:42:50.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:42:50.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:50.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:50.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:50.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:50.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:50.094 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:42:50.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:50.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:50.094 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:50.094 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:50.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:42:50.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 21:42:50.123 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 21:42:50.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 21:42:50.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:50.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:50.124 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 21:42:50.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.124 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 21:42:50.124 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:") 21:42:50.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:50.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:50.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:50.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:50.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:42:50.125 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:42:50.126 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 21:42:50.127 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 21:42:50.127 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 21:42:50.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 21:42:50.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:50.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:50.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:50.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:50.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:50.128 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:42:50.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:50.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:50.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:50.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:50.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:42:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:42:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:50.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:42:50.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:50.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:50.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: "Import"] 21:42:50.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.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: "Import"] 21:42:50.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.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: "Import"] 21:42:50.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.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: "Import"] 21:42:50.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.635 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:42:50.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.635 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:42:50.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.635 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:42:50.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.635 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:42:50.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.635 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:42:50.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:50.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:50.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:50.636 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:50.636 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:42:50.636 DEBUG [main][MenuItemLookup] Found menu:'File' 21:42:50.636 DEBUG [main][MenuItemLookup] Item match:File 21:42:50.636 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:42:50.636 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:42:50.636 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:42:50.636 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:42:50.636 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:50.636 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:42:50.636 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:42:50.637 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:50.637 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:42:50.637 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 21:42:50.637 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 21:42:50.637 DEBUG [main][MenuItemLookup] Found menu:'Revert' 21:42:50.637 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:50.637 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:42:50.637 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:42:50.637 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:42:50.637 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 21:42:50.637 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:50.637 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 21:42:50.637 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:50.637 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:42:50.637 DEBUG [main][MenuItemLookup] Item match:Import... 21:42:50.637 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 21:42:50.637 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 21:42:50.637 INFO [main][MenuItemHandler] Select menu item: &Import... 21:42:50.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:42:50.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:42:50.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:42:50.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:50.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:50.679 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:42:50.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:50.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:42:50.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:50.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:50.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:50.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:50.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:50.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:42:50.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:42:50.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:42:50.681 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:42:50.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:51.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:51.183 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:42:51.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:42:51.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:42:51.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:51.184 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:42:51.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:51.184 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:42:51.184 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 21:42:51.184 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 21:42:51.184 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 21:42:51.187 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 21:42:51.187 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:42:51.187 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 21:42:51.187 DEBUG [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) 21:42:51.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:51.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:51.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:51.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:51.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:51.188 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:42:51.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:51.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:51.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:51.188 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:51.227 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:42:51.253 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:51.254 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:51.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:42:51.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:51.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:51.254 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:42:51.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:51.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:42:51.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:42:51.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:42:51.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:51.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:51.255 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:42:51.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:42:51.256 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/' 21:42:51.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.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:") 21:42:51.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:51.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:51.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:51.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:51.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:51.257 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 21:42:51.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:51.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:51.258 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:51.258 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:51.260 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 21:42:51.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:51.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:51.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:51.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:51.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:42:51.261 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/ 21:42:51.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 21:42:51.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:51.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:51.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:51.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:51.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:51.283 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 21:42:51.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:51.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:51.283 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:51.283 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:51.291 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 21:42:51.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:51.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:51.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:51.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:51.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:51.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 21:42:51.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 21:42:51.292 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 21:42:51.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 21:42:51.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:51.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:51.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:51.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:51.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:51.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.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") 21:42:51.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:51.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:51.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:51.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:51.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:51.293 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 21:42:51.294 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 21:42:51.294 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 21:42:51.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:51.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:51.294 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:51.294 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:51.295 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:42:51.295 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 21:42:51.295 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) 21:42:51.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:51.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:51.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:51.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:51.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:42:51.297 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:42:51.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:42:51.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:42:51.297 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:42:51.297 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:42:51.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:42:51.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:42:51.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:51.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 21:42:52.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 21:42:52.816 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 21:42:52.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:42:52.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:52.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:52.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:52.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:52.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:52.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:52.817 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:42:52.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:52.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:52.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:52.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:52.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:52.818 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:52.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:42:52.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:52.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:52.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:52.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:52.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:52.818 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:52.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:52.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:52.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:52.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:52.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:52.820 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:52.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:52.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:52.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:52.821 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:52.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:52.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:52.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:52.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:52.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:52.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:53.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:53.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:53.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:53.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:53.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:53.823 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:53.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:53.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:53.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:53.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 21:42:53.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:53.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:53.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:53.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:53.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:53.824 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:53.824 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:42:53.825 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:42:53.825 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:42:53.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:42:53.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:54.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:42:54.327 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:42:54.327 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:42:54.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:54.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:54.828 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:42:54.828 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:42:54.828 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:42:54.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:55.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:55.329 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:42:55.332 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:42:55.333 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:42:55.333 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:42:55.414 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:42:55.415 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:42:55.415 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:42:55.415 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:42:55.415 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:42:55.419 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:42:55.419 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:55.420 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:56.805 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:56.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:56.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:42:56.805 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 21:42:56.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:42:56.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:42:56.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:56.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:56.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:56.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:56.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@76de382d is found... 21:42:56.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@76de382d is found finished successfully 21:42:56.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:42:56.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:56.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:56.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:56.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:56.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:56.902 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:56.902 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 21:42:56.903 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 13] 21:42:57.003 INFO [WorkbenchTestable][Keyboard] Type text "a" 21:42:57.199 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:42:57.200 INFO [WorkbenchTestable][Keyboard] As char:a, as int:97 21:42:57.802 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:57.802 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 21:42:57.802 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:42:57.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:42:57.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:57.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:57.803 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:42:57.803 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:42:57.804 DEBUG [main][MenuItemLookup] Found menu:'File' 21:42:57.804 DEBUG [main][MenuItemLookup] Item match:File 21:42:57.804 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:42:57.805 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:42:57.805 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:42:57.805 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:42:57.805 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:57.805 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:42:57.805 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:42:57.805 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:57.805 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:42:57.805 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:42:57.820 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:42:57.820 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:42:57.820 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:42:57.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:42:57.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:42:57.917 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:57.917 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 21:42:57.917 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:57.918 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 21:42:57.918 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 21:42:57.918 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:42:58.096 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:42:58.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:58.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:58.098 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:42:58.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:58.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:58.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:58.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:58.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:58.100 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:58.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') 21:42:58.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:58.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:58.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:58.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:58.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:58.101 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:58.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:58.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:58.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:58.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:58.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:58.104 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:58.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:58.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:58.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:58.105 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:58.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:58.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:58.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:58.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:58.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:58.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:58.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:58.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:59.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:59.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:42:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:42:59.126 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:59.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:59.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:59.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:59.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:42:59.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:59.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:59.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:59.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:59.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:42:59.128 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:42:59.128 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:42:59.128 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:42:59.129 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:42:59.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:42:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:59.129 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:42:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:59.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:42:59.129 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:42:59.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:42:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:59.130 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:42:59.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:59.130 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:42:59.130 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:42:59.130 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:42:59.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:42:59.130 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:42:59.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:42:59.130 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:42:59.130 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:42:59.131 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:42:59.131 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:42:59.139 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:42:59.139 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:42:59.139 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:42:59.139 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:42:59.139 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:42:59.191 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:42:59.191 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:42:59.192 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:42:59.439 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:42:59.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:42:59.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:42:59.439 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 21:42:59.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:42:59.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:42:59.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:42:59.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:42:59.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:42:59.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:42:59.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@446e9a96 is found... 21:42:59.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@446e9a96 is found finished successfully 21:42:59.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 '\*?\QJavaClass.java\E') 21:42:59.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:59.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:59.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:59.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:59.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:59.497 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:59.497 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 21:42:59.497 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:42:59.527 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:59.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; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 21:42:59.527 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:42:59.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:42:59.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:59.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:59.528 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:42:59.528 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:42:59.528 DEBUG [main][MenuItemLookup] Found menu:'File' 21:42:59.528 DEBUG [main][MenuItemLookup] Item match:File 21:42:59.529 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:42:59.529 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:42:59.529 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:42:59.529 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:42:59.529 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:59.529 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:42:59.529 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:42:59.529 DEBUG [main][MenuItemLookup] Found menu:'' 21:42:59.529 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:42:59.529 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:42:59.529 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:42:59.529 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:42:59.529 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:42:59.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:42:59.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:42:59.604 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:59.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 21:42:59.604 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:42:59.604 DEBUG [main][EditorHandler] 1 editor(s) found 21:42:59.604 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:42:59.705 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:42:59.705 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:42:59.705 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:42:59.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:42:59.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:42:59.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:42:59.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:42:59.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:59.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:59.706 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:42:59.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:59.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:59.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:42:59.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:42:59.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:42:59.707 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:42:59.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 '\*?\QProject Explorer\E') 21:42:59.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:59.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:59.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:42:59.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:42:59.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:42:59.708 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:59.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:59.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:59.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:42:59.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:42:59.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:42:59.710 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:59.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:59.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:59.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:59.711 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:42:59.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:42:59.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:42:59.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:42:59.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:42:59.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:42:59.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:00.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:00.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:00.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:00.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:00.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:00.713 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:00.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:00.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:00.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:00.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 21:43:00.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:00.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:00.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:00.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:00.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:00.715 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:00.715 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:00.715 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:00.716 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:00.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:00.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:00.716 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:00.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:00.716 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:00.716 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:00.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:00.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:00.716 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:00.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:00.716 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:00.716 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:00.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:00.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:00.716 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:00.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:00.717 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:00.717 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:00.717 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:00.717 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:00.722 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:00.723 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:00.723 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:00.723 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:00.723 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:00.727 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:00.727 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:00.727 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:00.837 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:00.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:00.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:00.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:00.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:00.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:43:00.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:00.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:00.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:00.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:00.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@78b065e0 is found... 21:43:00.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@78b065e0 is found finished successfully 21:43:00.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:00.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:00.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:00.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:00.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:00.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:00.844 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:00.844 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 21:43:00.844 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:00.844 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 21:43:00.846 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 21:43:00.891 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 21:43:00.899 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:43:00.899 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:43:01.500 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:43:01.500 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 21:43:02.101 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:43:02.101 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 21:43:02.702 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:43:02.702 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:43:03.303 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:43:03.303 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:43:03.904 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:43:03.904 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 21:43:04.505 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:43:04.505 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 21:43:05.107 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:43:05.107 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:43:05.707 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:05.708 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 21:43:05.708 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:05.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:05.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:05.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:05.709 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:05.709 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:05.712 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:05.712 DEBUG [main][MenuItemLookup] Item match:File 21:43:05.713 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:05.713 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:05.713 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:05.713 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:05.713 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:05.713 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:05.713 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:05.713 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:05.713 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:05.713 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:05.713 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:05.713 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:05.713 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:05.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:05.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:05.743 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:05.743 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 21:43:05.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:05.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:05.745 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:05.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:05.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:05.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:05.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:05.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:05.746 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:05.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') 21:43:05.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:05.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:05.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:05.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:05.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:05.747 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:05.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:05.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:05.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:05.756 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:05.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:05.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:05.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:05.756 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:05.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:05.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:05.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:05.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:05.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:05.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:06.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:06.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:06.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:06.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:06.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:06.776 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:06.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:06.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:06.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:06.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 21:43:06.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:06.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:06.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:06.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:06.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:06.777 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:06.777 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:06.777 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:06.778 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:06.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:06.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:06.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:06.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:06.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:06.778 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:06.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:06.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:06.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:06.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:06.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:06.778 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:06.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:06.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:06.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:06.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:06.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:06.778 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:06.778 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:06.778 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:06.782 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:06.783 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:06.783 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:06.783 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:06.783 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:06.787 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:06.787 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:06.787 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:06.813 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:06.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:06.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:06.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:06.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:06.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:06.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:06.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:06.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:06.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@61d464ec is found... 21:43:06.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@61d464ec is found finished successfully 21:43:06.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:06.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:06.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:06.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:06.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:06.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:06.817 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:06.817 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 21:43:06.817 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:43:06.833 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:06.833 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 21:43:06.833 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:06.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:06.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:06.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:06.834 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:06.834 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:06.834 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:06.834 DEBUG [main][MenuItemLookup] Item match:File 21:43:06.835 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:06.835 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:06.835 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:06.835 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:06.835 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:06.835 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:06.835 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:06.835 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:06.835 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:06.835 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:06.836 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:06.836 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:06.836 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:06.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:06.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:06.891 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:06.891 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 21:43:06.891 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:43:06.891 DEBUG [main][EditorHandler] 1 editor(s) found 21:43:06.891 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:43:06.944 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:43:06.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:06.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:43:06.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:43:06.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:06.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:06.944 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:06.944 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:43:06.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:06.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:06.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:43:06.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:43:06.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:43:06.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:06.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:06.946 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:06.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:06.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:06.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:43:06.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:06.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:06.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:43:06.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') 21:43:06.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:06.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:06.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:06.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:06.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:06.948 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:06.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:06.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:06.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:43:06.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:43:06.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:43:06.950 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:06.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:06.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:06.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:06.951 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:06.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:06.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:06.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:06.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:06.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:06.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:07.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:07.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:07.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:07.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:07.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:07.953 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:07.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:07.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:07.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:07.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:43:07.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:07.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:07.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:07.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:07.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:07.955 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:07.955 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:07.955 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:07.956 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:07.956 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:07.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:07.956 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:07.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:07.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:07.956 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:07.956 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:07.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:07.956 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:07.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:07.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:07.957 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:07.957 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:07.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:07.957 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:07.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:07.957 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:07.957 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:07.957 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:07.957 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:07.963 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:07.964 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:07.964 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:07.964 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:07.964 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:07.968 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:07.968 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:07.968 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:08.106 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:08.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:08.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:08.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:08.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:08.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:43:08.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:08.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:08.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:08.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:08.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@40231e5 is found... 21:43:08.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@40231e5 is found finished successfully 21:43:08.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:08.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:08.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:08.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:08.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:08.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:08.120 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:08.120 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 21:43:08.120 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:08.121 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 21:43:08.121 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:43:09.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:09.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:09.121 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:09.121 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:09.121 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:43:09.121 DEBUG [main][MenuItemLookup] Item match:Edit 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:09.123 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 21:43:09.123 DEBUG [main][MenuItemLookup] Item match:Content Assist 21:43:09.125 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 21:43:09.128 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Java Non-Type Proposals" 21:43:09.128 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 21:43:09.128 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Te&mplate Proposals" 21:43:09.128 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Word Proposals" 21:43:09.128 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Chain Template Proposals" 21:43:09.128 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"" 21:43:09.128 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Parameter &Hints Shift+Ctrl+Space" 21:43:09.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:09.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:09.129 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:09.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:09.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:09.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:09.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:09.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:09.130 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:09.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') 21:43:09.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:09.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:09.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:09.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:09.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:09.131 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:09.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:09.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:09.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:09.139 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:09.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:09.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:09.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:09.139 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:09.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:09.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:09.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:09.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:09.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:09.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:09.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:09.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:10.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:10.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:10.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:10.141 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:10.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:10.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:10.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:10.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 21:43:10.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:10.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:10.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:10.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:10.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:10.143 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:10.143 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:10.143 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:10.144 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:10.144 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:10.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:10.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:10.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:10.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:10.144 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:10.144 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:10.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:10.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:10.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:10.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:10.145 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:10.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:10.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:10.145 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:10.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:10.145 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:10.145 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:10.145 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:10.145 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:10.150 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:10.150 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:10.150 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:10.150 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:10.151 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:10.154 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:10.154 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:10.154 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:10.177 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:10.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:10.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:10.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:10.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:10.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:10.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:10.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:10.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:10.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a82d768 is found... 21:43:10.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a82d768 is found finished successfully 21:43:10.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 '\*?\QJavaClass.java\E') 21:43:10.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:10.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:10.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:10.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:10.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:10.179 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:10.179 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 21:43:10.179 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:43:10.192 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:10.192 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 21:43:10.193 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:10.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:10.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:10.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:10.193 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:10.193 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:10.193 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:10.193 DEBUG [main][MenuItemLookup] Item match:File 21:43:10.194 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:10.194 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:10.194 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:10.194 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:10.194 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:10.194 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:10.194 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:10.194 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:10.194 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:10.194 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:10.206 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:10.206 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:10.206 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:10.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:10.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:10.228 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:10.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 21:43:10.228 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:43:10.228 DEBUG [main][EditorHandler] 1 editor(s) found 21:43:10.228 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:43:10.271 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:43:10.272 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:10.272 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:43:10.272 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:43:10.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:10.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:10.272 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:10.272 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:43:10.272 INFO [WorkbenchTestable][RequirementsRunner] Started test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:10.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:10.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:43:10.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:43:10.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:43:10.272 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:43:10.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:43:10.273 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:43:10.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:43:10.273 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 21:43:10.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:43:10.273 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:43:10.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:43:10.273 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:43:10.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:43:10.273 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:43:10.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:43:10.273 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 21:43:10.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:43:10.273 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:43:10.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:43:10.273 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:43:10.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:43:10.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:43:10.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:10.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:10.274 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:43:10.274 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:43:10.274 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:10.274 DEBUG [main][MenuItemLookup] Item match:File 21:43:10.275 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:10.275 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:43:10.276 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:43:10.276 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:10.276 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:43:10.276 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:10.276 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:43:10.276 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:10.276 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:43:10.276 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:43:10.276 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:43:10.276 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:43:10.276 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:43:10.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.... 21:43:10.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:43:10.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:43:10.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:10.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:10.345 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:43:10.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:43:10.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:43:10.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:10.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:10.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:10.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:10.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:10.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:43:10.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:43:10.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:43:10.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:43:10.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:10.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:43:10.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:10.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:43:10.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:43:10.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:43:10.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:10.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:43:10.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:10.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:43:10.347 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 21:43:10.348 DEBUG [main][TreeItemHandler] Selecting tree item: File 21:43:10.348 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 21:43:10.350 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 21:43:10.350 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:43:10.350 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:43:10.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:43:10.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:10.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:10.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:10.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:10.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:43:10.355 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:43:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:43:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:43:10.355 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:43:10.355 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:43:10.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'] 21:43:10.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:43:10.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:43:10.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 21:43:10.398 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 21:43:10.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 21:43:10.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:10.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:10.399 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 21:43:10.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:43:10.399 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:") 21:43:10.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:10.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:10.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:10.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:10.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:43:10.401 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:43:10.401 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 21:43:10.405 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:") 21:43:10.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:10.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:10.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:10.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:10.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:43:10.407 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:43:10.408 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 21:43:10.408 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 21:43:10.408 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 21:43:10.408 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) 21:43:10.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:10.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:10.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:10.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:10.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:43:10.410 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:43:10.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:43:10.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:43:10.410 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:43:10.410 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:43:10.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:43:10.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:43:10.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:10.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:10.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:10.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:43:10.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:43:10.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:10.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:10.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:10.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:10.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 21:43:10.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:10.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:10.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:10.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:10.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:10.463 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:10.463 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 21:43:10.463 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:43:10.463 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:43:10.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:10.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:10.465 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:10.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:10.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:10.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 21:43:10.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:10.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:10.468 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 21:43:10.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 '\*?\QProject Explorer\E') 21:43:10.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:10.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:10.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:10.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:10.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:10.468 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:10.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:10.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:10.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:10.511 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:10.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:10.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:10.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:10.512 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:10.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:10.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:10.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:10.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:10.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:10.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:11.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:11.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:11.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:11.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:11.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:11.514 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:11.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:11.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:11.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:11.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 21:43:11.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:11.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:11.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:11.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:11.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:11.515 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:11.515 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:11.516 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:11.516 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:11.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:11.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:11.516 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:11.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:11.516 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:11.516 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:11.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:11.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:11.516 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:11.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:11.516 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:11.517 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:11.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:11.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:11.517 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:11.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:11.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:11.517 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:11.517 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:11.517 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:11.526 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:11.527 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:11.527 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:11.527 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:11.527 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:11.531 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:11.531 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:11.532 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:11.642 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:11.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:11.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:11.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:43:11.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:11.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:11.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:43:11.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:11.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:11.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:11.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:11.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2247f71c is found... 21:43:11.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2247f71c is found finished successfully 21:43:11.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 '\*?\QJavaClass.java\E') 21:43:11.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:11.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:11.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:11.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:11.648 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:11.648 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 21:43:11.648 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:43:11.667 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:11.667 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 21:43:11.688 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:11.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:11.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:11.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:11.690 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:11.690 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:11.690 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:11.690 DEBUG [main][MenuItemLookup] Item match:File 21:43:11.691 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:11.691 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:11.691 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:11.691 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:11.691 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:11.691 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:11.691 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:11.691 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:11.691 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:11.691 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:11.691 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:11.691 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:11.692 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:11.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:11.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:11.704 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:11.704 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 21:43:11.704 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:43:11.704 DEBUG [main][EditorHandler] 2 editor(s) found 21:43:11.704 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 21:43:11.723 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 21:43:11.723 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:43:11.796 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:43:11.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:11.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:43:11.796 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:43:11.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:11.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:11.796 INFO [WorkbenchTestable][RequirementsRunner] Finished test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:11.796 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:43:11.796 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:11.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:11.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:43:11.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:43:11.796 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:43:11.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:11.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:11.797 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:11.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:11.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:11.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:43:11.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:11.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:11.798 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:43:11.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:43:11.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:11.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:11.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:11.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:11.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:11.799 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:11.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:11.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:11.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:43:11.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:43:11.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:43:11.800 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:11.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:11.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:11.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:11.801 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:11.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:11.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:11.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:11.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:11.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:11.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:12.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:12.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:12.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:12.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:12.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:12.803 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:12.803 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:12.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:12.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:12.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 21:43:12.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:12.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:12.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:12.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:12.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:12.804 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:12.804 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:12.805 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:12.805 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:12.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:12.805 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:12.805 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:12.805 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:12.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:12.805 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:12.805 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:12.805 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:12.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:12.806 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:12.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:12.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:12.806 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:12.806 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:12.806 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:12.811 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:12.811 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:12.811 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:12.811 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:12.811 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:12.815 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:12.815 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:12.815 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:12.926 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:12.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:12.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:12.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:12.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:12.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:43:12.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:12.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:12.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:12.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:12.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e280baa is found... 21:43:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e280baa is found finished successfully 21:43:12.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 '\*?\QJavaClass.java\E') 21:43:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:12.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:12.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:12.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:12.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:12.934 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:12.934 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 21:43:12.934 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5 21:43:12.934 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5, offser 0 21:43:12.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:12.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:12.937 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:12.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:12.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:12.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:12.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:12.956 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:12.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 '\*?\QProject Explorer\E') 21:43:12.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:12.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:12.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:12.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:12.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:12.957 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:12.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:12.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:12.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:12.968 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:12.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:12.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:12.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:12.969 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:13.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:13.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:13.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:13.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:13.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:13.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:13.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:13.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:14.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:14.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:14.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:14.004 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:14.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:14.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:14.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:14.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:43:14.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:14.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:14.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:14.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:14.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:14.005 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:14.005 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:14.006 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:14.006 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:14.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:14.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:14.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:14.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:14.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:14.006 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:14.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:14.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:14.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:14.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:14.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:14.006 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:14.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:14.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:14.007 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:14.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:14.007 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:14.007 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:14.007 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:14.007 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:14.011 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:14.011 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:14.011 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:14.011 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:14.011 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:14.014 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:14.014 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:14.015 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:14.039 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:14.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:14.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:14.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:14.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:14.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:14.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:14.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:14.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:14.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3eb3bc4 is found... 21:43:14.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3eb3bc4 is found finished successfully 21:43:14.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 21:43:14.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:14.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:14.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:14.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:14.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:14.042 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:14.042 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 21:43:14.042 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:43:14.054 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:14.054 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 21:43:14.054 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:14.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:14.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:14.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:14.054 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:14.054 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:14.054 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:14.054 DEBUG [main][MenuItemLookup] Item match:File 21:43:14.055 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:14.055 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:14.055 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:14.055 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:14.055 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:14.055 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:14.055 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:14.055 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:14.055 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:14.055 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:14.065 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:14.065 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:14.065 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:14.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:14.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:14.082 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:14.082 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 21:43:14.082 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:43:14.082 DEBUG [main][EditorHandler] 1 editor(s) found 21:43:14.082 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:43:14.137 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:43:14.137 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:14.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:43:14.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:43:14.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:14.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:14.138 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:14.138 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:43:14.138 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:14.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:14.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:43:14.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:43:14.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:43:14.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:14.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:14.139 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:14.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:14.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:14.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:43:14.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:14.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:14.140 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:43:14.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 '\*?\QProject Explorer\E') 21:43:14.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:14.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:14.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:14.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:14.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:14.140 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:14.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:14.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:14.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:43:14.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:43:14.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:43:14.142 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:14.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:14.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:14.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:14.142 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:14.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:14.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:14.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:14.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:14.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:14.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:14.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:14.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:15.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:15.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:15.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:15.144 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:15.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:15.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:15.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:15.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:43:15.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:15.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:15.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:15.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:15.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:15.146 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:15.146 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:15.146 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:15.146 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:15.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:15.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:15.146 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:15.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:15.146 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:15.147 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:15.147 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:15.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:15.147 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:15.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:15.147 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:15.147 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:15.147 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:15.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:15.147 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:15.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:15.147 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:15.147 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:15.147 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:15.147 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:15.152 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:15.152 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:15.152 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:15.152 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:15.152 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:15.156 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:15.156 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:15.156 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:15.258 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:15.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:15.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:15.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:15.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:15.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:43:15.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:15.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:15.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:15.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:15.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@a1ec881 is found... 21:43:15.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@a1ec881 is found finished successfully 21:43:15.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:15.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:15.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:15.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:15.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:15.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:15.269 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:15.269 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 21:43:15.269 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:43:15.269 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:43:15.470 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:43:15.676 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:43:15.676 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:43:15.877 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:43:16.079 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:43:16.079 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:43:16.279 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:43:16.481 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:43:16.481 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:43:16.682 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:43:16.885 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:43:16.885 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 21:43:17.085 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 21:43:18.087 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() { 21:43:18.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:18.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:18.110 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:18.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:18.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:18.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:18.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:18.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:18.111 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:18.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:43:18.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:18.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:18.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:18.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:18.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:18.112 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:18.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:18.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:18.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:18.120 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:18.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:18.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:18.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:18.135 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:18.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:18.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:18.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:18.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:18.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:18.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:18.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:18.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:19.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:19.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:19.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:19.138 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:19.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:19.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:19.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:19.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.ctab.DefaultCTabItem, index 0 and no matchers specified 21:43:19.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:19.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:19.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:19.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:19.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:19.139 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:19.140 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:19.140 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:19.140 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:19.140 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:19.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:19.140 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:19.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:19.140 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:19.140 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:19.140 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:19.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:19.141 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:19.141 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:19.141 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:19.141 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:19.141 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:19.141 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:19.141 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:19.141 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:19.141 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:19.155 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:19.156 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:19.156 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:19.156 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:19.156 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:19.159 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:19.159 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:19.159 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:19.182 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:19.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:19.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:19.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:19.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:19.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:19.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:19.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:19.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:19.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@e54fef1 is found... 21:43:19.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@e54fef1 is found finished successfully 21:43:19.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 '\*?\QJavaClass.java\E') 21:43:19.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:19.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:19.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:19.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:19.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:19.184 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:19.184 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 21:43:19.184 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:43:19.204 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:19.204 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 21:43:19.205 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:19.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:19.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:19.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:19.205 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:19.205 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:19.205 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:19.205 DEBUG [main][MenuItemLookup] Item match:File 21:43:19.206 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:19.206 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:19.206 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:19.206 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:19.206 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:19.206 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:19.206 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:19.206 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:19.206 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:19.206 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:19.206 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:19.206 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:19.206 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:19.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:19.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:19.235 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:19.235 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 21:43:19.235 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:43:19.235 DEBUG [main][EditorHandler] 1 editor(s) found 21:43:19.236 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:43:19.302 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:43:19.302 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:19.302 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:43:19.302 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:43:19.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:19.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:19.303 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:19.303 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:43:19.303 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:19.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:19.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:43:19.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:43:19.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:43:19.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:19.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:19.304 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:19.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:19.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:19.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:43:19.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:19.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:19.305 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:43:19.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:43:19.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:19.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:19.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:19.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:19.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:19.306 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:19.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:19.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:19.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:43:19.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:43:19.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:43:19.308 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:19.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:19.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:19.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:19.309 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:19.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:19.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:19.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:19.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:19.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:19.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:19.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:19.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:20.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:20.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:20.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:20.311 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:20.311 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:20.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:20.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:20.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 21:43:20.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:20.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:20.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:20.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:20.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:20.312 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:20.312 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:20.312 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:20.313 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:20.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:20.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:20.313 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:20.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:20.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:20.314 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:20.314 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:20.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:20.314 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:20.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:20.314 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:20.314 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:20.314 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:20.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:20.314 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:20.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:20.314 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:20.315 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:20.315 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:20.315 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:20.318 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:20.318 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:20.318 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:20.318 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:20.319 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:20.322 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:20.322 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:20.322 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:20.429 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:20.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:20.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:20.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:20.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:20.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:43:20.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:20.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:20.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:20.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:20.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@465cedcd is found... 21:43:20.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@465cedcd is found finished successfully 21:43:20.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:20.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:20.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:20.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:20.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:20.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:20.435 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:20.435 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 21:43:20.435 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:43:20.435 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:43:20.636 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:43:20.838 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:43:20.838 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:43:21.038 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:43:21.241 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:43:21.241 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:43:21.441 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:43:21.644 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:43:21.644 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:43:21.845 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:43:22.048 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:43:22.048 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 21:43:22.248 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 21:43:23.250 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(""); } } 21:43:23.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:23.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:23.252 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:23.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:23.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:23.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:23.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:23.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:23.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:23.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 '\*?\QProject Explorer\E') 21:43:23.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:23.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:23.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:23.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:23.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:23.253 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:23.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:23.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:23.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:23.275 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:23.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:23.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:23.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:23.276 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:23.276 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:23.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:23.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:23.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:23.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:23.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:23.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:23.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:24.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:24.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:24.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:24.279 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:24.279 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:24.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:24.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43: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 21:43:24.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:24.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:24.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:24.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:24.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:24.280 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:24.280 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:24.280 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:24.281 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:24.281 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:24.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:24.281 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:24.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:24.281 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:24.281 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:24.281 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:24.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:24.281 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:24.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:24.281 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:24.281 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:24.281 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:24.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:24.281 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:24.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:24.281 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:24.281 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:24.281 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:24.281 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:24.285 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:24.285 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:24.285 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:24.285 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:24.285 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:24.291 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:24.291 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:24.292 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:24.323 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:24.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:24.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:24.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:24.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:24.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:24.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@65e61710 is found... 21:43:24.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@65e61710 is found finished successfully 21:43:24.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 21:43:24.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:24.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:24.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:24.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:24.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:24.326 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:24.326 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 21:43:24.326 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:43:24.344 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:24.344 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 21:43:24.344 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:24.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:24.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:24.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:24.344 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:24.345 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:24.345 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:24.345 DEBUG [main][MenuItemLookup] Item match:File 21:43:24.345 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:24.345 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:24.345 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:24.345 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:24.345 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:24.345 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:24.345 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:24.345 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:24.345 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:24.345 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:24.346 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:24.346 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:24.346 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:24.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:24.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:24.355 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:24.367 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 21:43:24.367 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:43:24.367 DEBUG [main][EditorHandler] 1 editor(s) found 21:43:24.368 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:43:24.419 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:43:24.419 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:24.419 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:43:24.419 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:43:24.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:24.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:24.419 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:24.419 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:43:24.419 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:24.419 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:24.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:43:24.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:43:24.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:43:24.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:24.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:24.420 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:24.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:24.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:24.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:43:24.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:24.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:24.421 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:43:24.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:43:24.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:24.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:24.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:24.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:24.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:24.422 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:24.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:24.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:24.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:43:24.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:43:24.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:43:24.423 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:24.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:24.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:24.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:24.424 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:24.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:24.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:24.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:24.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:24.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:24.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:24.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:24.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:25.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:25.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:25.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:25.426 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:25.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:25.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:25.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:25.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 21:43:25.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:25.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:25.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:25.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:25.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:25.427 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:25.427 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:25.427 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:25.428 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:25.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:25.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:25.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:25.428 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:25.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:25.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:25.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:25.428 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:25.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:25.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:25.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:25.429 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:25.429 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:25.429 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:25.433 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:25.434 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:25.434 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:25.434 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:25.434 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:25.438 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:25.438 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:25.438 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:25.532 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:25.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:25.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:25.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:25.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:25.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:43:25.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:25.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:25.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:25.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:25.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@26c53eba is found... 21:43:25.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@26c53eba is found finished successfully 21:43:25.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:25.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:25.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:25.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:25.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:25.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:25.543 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:25.543 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 21:43:25.543 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:43:25.559 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:25.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; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 21:43:25.559 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:25.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:25.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:25.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:25.560 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:25.560 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:25.560 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:25.560 DEBUG [main][MenuItemLookup] Item match:File 21:43:25.561 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:25.561 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:25.561 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:25.561 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:25.561 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:25.561 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:25.561 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:25.561 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:25.561 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:25.561 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:25.561 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:25.561 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:25.561 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:25.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:25.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:25.597 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:25.597 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 21:43:25.597 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:43:26.597 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:43:26.605 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:43:27.605 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:27.606 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 21:43:27.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:27.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:27.608 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:27.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:27.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:27.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:27.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:27.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:27.609 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:27.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') 21:43:27.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:27.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:27.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:27.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:27.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:27.610 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:27.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:27.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:27.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:27.632 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:27.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:27.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:27.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:27.633 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:27.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:27.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:27.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:27.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:27.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:27.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:28.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:28.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:28.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:28.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:28.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:28.635 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:28.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:28.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:28.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:28.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 21:43:28.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:28.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:28.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:28.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:28.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:28.636 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:28.636 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:28.636 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:28.637 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:28.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:28.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:28.637 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:28.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:28.637 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:28.637 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:28.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:28.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:28.637 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:28.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:28.637 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:28.637 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:28.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:28.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:28.637 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:28.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:28.638 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:28.638 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:28.638 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:28.638 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:28.641 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:28.642 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:28.642 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:28.642 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:28.642 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:28.645 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:28.645 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:28.646 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:28.670 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:28.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:28.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:28.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:28.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:28.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:28.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:28.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:28.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:28.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e10fd3c is found... 21:43:28.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e10fd3c is found finished successfully 21:43:28.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:28.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:28.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:28.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:28.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:28.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:28.674 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:28.674 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemY.out.println(""); } } TooltipText=null 21:43:28.674 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:43:28.680 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:28.680 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 21:43:28.680 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:28.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:28.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:28.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:28.681 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:28.681 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:28.681 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:28.681 DEBUG [main][MenuItemLookup] Item match:File 21:43:28.681 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:28.682 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:28.682 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:28.682 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:28.682 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:28.682 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:28.682 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:28.682 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:28.682 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:28.682 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:28.682 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:28.682 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:28.682 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:28.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:28.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:28.703 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:28.703 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 21:43:28.703 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:43:28.703 DEBUG [main][EditorHandler] 1 editor(s) found 21:43:28.703 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:43:28.749 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:43:28.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:28.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:43:28.750 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:43:28.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:28.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:28.750 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:28.750 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:43:28.750 INFO [WorkbenchTestable][RequirementsRunner] Started test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:28.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:28.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:43:28.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:43:28.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:43:28.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:28.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:28.751 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:28.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:28.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:28.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:43:28.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:28.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:28.752 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:43:28.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 '\*?\QProject Explorer\E') 21:43:28.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:28.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:28.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:28.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:28.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:28.753 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:28.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:28.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:28.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:43:28.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:43:28.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:43:28.755 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:28.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:28.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:28.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:28.755 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:28.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:28.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:28.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:28.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:28.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:28.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:29.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:29.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:29.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:29.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:29.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:29.758 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:29.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:29.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:29.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:29.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 21:43:29.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:29.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:29.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:29.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:29.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:29.759 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:29.759 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:29.759 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:29.760 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:29.760 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:29.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:29.760 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:29.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:29.760 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:29.760 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:29.760 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:29.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:29.760 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:29.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:29.760 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:29.761 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:29.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:29.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:29.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:29.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:29.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:29.761 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:29.761 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:29.761 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:29.764 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:29.765 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:29.765 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:29.765 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:29.765 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:29.768 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:29.768 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:29.768 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:29.892 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:29.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:29.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:29.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:29.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:29.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:43:29.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:29.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:29.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:29.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:29.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d582cb2 is found... 21:43:29.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d582cb2 is found finished successfully 21:43:29.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:29.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:29.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:29.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:29.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:29.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:29.907 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:29.908 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 21:43:29.908 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:29.908 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 21:43:29.908 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 21:43:29.928 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:29.928 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 21:43:29.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:29.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:29.934 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:29.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:29.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:29.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:29.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:29.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:29.934 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:29.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 '\*?\QProject Explorer\E') 21:43:29.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:29.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:29.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:29.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:29.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:29.935 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:29.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:29.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:29.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:29.943 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:29.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:29.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:29.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:29.944 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:29.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:29.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:29.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:29.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:29.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:29.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:30.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:30.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:30.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:30.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:30.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:30.960 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:30.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:30.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:30.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:30.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 21:43:30.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:30.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:30.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:30.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:30.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:30.961 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:30.961 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:30.962 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:30.962 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:30.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:30.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:30.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:30.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:30.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:30.962 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:30.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:30.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:30.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:30.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:30.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:30.962 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:30.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:30.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:30.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:30.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:30.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:30.962 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:30.962 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:30.963 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:30.966 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:30.966 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:30.966 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:30.966 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:30.966 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:30.969 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:30.969 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:30.969 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:30.991 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:30.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:30.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:30.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:30.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:30.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:30.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:30.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:30.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:30.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3f658ba9 is found... 21:43:30.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3f658ba9 is found finished successfully 21:43:30.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:30.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:30.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:30.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:30.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:30.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:30.994 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:30.994 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 21:43:30.994 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:43:31.002 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:31.002 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 21:43:31.002 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:31.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:31.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:31.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:31.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:31.003 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:31.003 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:31.003 DEBUG [main][MenuItemLookup] Item match:File 21:43:31.003 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:31.003 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:31.003 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:31.003 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:31.003 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:31.003 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:31.003 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:31.003 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:31.003 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:31.003 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:31.004 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:31.004 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:31.004 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:31.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:31.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:31.027 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:31.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 21:43:31.028 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:43:31.028 DEBUG [main][EditorHandler] 1 editor(s) found 21:43:31.028 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:43:31.091 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:43:31.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:31.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:43:31.091 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:43:31.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:31.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:31.092 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:31.092 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:43:31.092 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:31.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:31.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:43:31.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:43:31.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:43:31.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:31.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:31.093 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:31.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:31.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:31.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:43:31.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:31.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:31.095 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:43:31.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:43:31.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:31.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:31.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:31.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:31.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:31.096 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:31.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:31.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:31.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:43:31.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:43:31.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:43:31.098 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:31.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:31.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:31.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:31.099 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:31.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:31.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:31.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:31.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:31.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:31.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:31.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:31.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:32.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:32.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:32.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:32.101 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:32.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:32.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:32.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:32.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 21:43:32.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:32.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:32.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:32.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:32.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:32.102 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:32.102 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:32.102 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:32.103 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:32.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:32.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:32.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:32.103 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:32.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:32.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:32.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:32.103 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:32.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:32.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:32.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:32.104 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:32.104 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:32.104 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:32.110 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:32.111 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:32.111 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:32.111 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:32.111 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:32.114 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:32.114 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:32.114 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:32.211 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:32.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:32.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:32.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:32.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:32.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:43:32.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:32.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:32.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:32.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:32.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7c9fb0b0 is found... 21:43:32.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7c9fb0b0 is found finished successfully 21:43:32.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 '\*?\QJavaClass.java\E') 21:43:32.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:32.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:32.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:32.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:32.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:32.221 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:32.221 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 21:43:32.221 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19 21:43:32.221 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19, offser 0 21:43:32.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:32.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:32.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:32.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:32.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:32.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:32.226 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:32.227 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 21:43:32.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:32.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:32.227 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:32.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:32.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:32.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:32.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:32.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:32.228 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:32.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:43:32.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:32.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:32.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:32.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:32.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:32.239 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:32.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:32.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:32.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:32.258 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:32.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:32.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:32.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:32.259 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:32.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:32.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:32.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:32.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:32.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:32.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:32.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:32.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:33.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:33.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:33.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:33.261 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:33.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:33.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:33.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:33.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 21:43:33.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:33.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:33.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:33.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:33.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:33.263 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:33.263 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:33.263 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:33.263 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:33.263 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:33.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:33.263 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:33.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:33.263 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:33.263 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:33.263 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:33.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:33.263 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:33.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:33.263 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:33.264 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:33.264 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:33.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:33.264 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:33.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:33.264 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:33.264 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:33.264 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:33.264 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:33.267 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:33.268 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:33.268 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:33.268 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:33.268 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:33.271 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:33.271 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:33.271 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:33.298 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:33.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:33.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:33.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:33.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:33.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:33.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:33.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:33.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:33.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5c96e794 is found... 21:43:33.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5c96e794 is found finished successfully 21:43:33.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:33.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:33.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:33.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:33.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:33.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:33.303 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:33.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() { System.out.println(""); } } newText TooltipText=null 21:43:33.303 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:43:33.320 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:33.320 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 21:43:33.320 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:33.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:33.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:33.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:33.321 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:33.321 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:33.321 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:33.321 DEBUG [main][MenuItemLookup] Item match:File 21:43:33.321 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:33.321 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:33.321 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:33.321 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:33.321 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:33.321 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:33.322 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:33.322 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:33.322 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:33.322 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:33.322 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:33.322 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:33.322 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:33.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:33.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:33.345 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:33.346 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 21:43:33.346 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:43:33.346 DEBUG [main][EditorHandler] 1 editor(s) found 21:43:33.346 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:43:33.405 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:43:33.405 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:33.405 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:43:33.405 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:43:33.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:33.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:33.405 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:33.405 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:43:33.405 INFO [WorkbenchTestable][RequirementsRunner] Started test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:33.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:33.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:43:33.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:43:33.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:43:33.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:33.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:33.406 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:33.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:33.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:33.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:43:33.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:33.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:33.407 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:43:33.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:43:33.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:33.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:33.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:33.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:33.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:33.407 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:33.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:33.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:33.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:43:33.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:43:33.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:43:33.409 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:33.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:33.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:33.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:33.410 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:33.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:33.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:33.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:33.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:33.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:33.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:33.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:33.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:34.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:34.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:34.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:34.411 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:34.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:34.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:34.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:34.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 21:43:34.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:34.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:34.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:34.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:34.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:34.412 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:34.413 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:34.413 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:34.413 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:34.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:34.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:34.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:34.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:34.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:34.414 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:34.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:34.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:34.416 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:34.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:34.416 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:34.416 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:34.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:34.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:34.418 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:34.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:34.418 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:34.418 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:34.418 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:34.419 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:34.423 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:34.423 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:34.424 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:34.424 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:34.424 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:34.427 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:34.428 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:34.428 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:34.527 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:34.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:34.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:34.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:34.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:34.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:43:34.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:34.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:34.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:34.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:34.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e2278fd is found... 21:43:34.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e2278fd is found finished successfully 21:43:34.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:34.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:34.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:34.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:34.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:34.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:34.533 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:34.533 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 21:43:34.533 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 0] 21:43:34.538 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0 21:43:34.538 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0, offser 0 21:43:34.547 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:34.547 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 21:43:34.548 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:34.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:34.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:34.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:34.548 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:34.548 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:34.548 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:34.548 DEBUG [main][MenuItemLookup] Item match:File 21:43:34.549 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:34.549 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:34.549 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:34.549 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:34.549 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:34.549 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:34.549 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:34.549 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:34.549 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:34.549 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:34.549 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:34.549 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:34.549 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:34.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:34.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:34.571 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:34.571 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 21:43:34.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:34.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:34.571 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:43:34.572 DEBUG [main][MenuItemLookup] Item match:Edit 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:34.572 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 21:43:34.572 DEBUG [main][MenuItemLookup] Item match:Content Assist 21:43:34.573 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:34.573 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 21:43:34.573 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 21:43:34.573 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:43:35.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:35.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:35.574 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:43:35.575 DEBUG [main][MenuItemLookup] Item match:Edit 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:35.575 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 21:43:35.575 DEBUG [main][MenuItemLookup] Item match:Content Assist 21:43:35.576 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 21:43:35.576 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 21:43:35.576 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 21:43:35.576 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 21:43:35.576 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 21:43:35.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 21:43:35.720 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 21:43:35.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:43:35.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:35.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:35.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 21:43:35.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:43:35.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:35.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:35.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:35.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:35.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:43:35.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:43:35.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:43:35.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 21:43:35.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 21:43:35.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:35.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:35.747 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 21:43:35.747 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 21:43:35.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:43:35.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:43:35.747 DEBUG [WorkbenchTestable][ContentAssistant] abstract 21:43:35.748 DEBUG [WorkbenchTestable][ContentAssistant] class 21:43:35.748 DEBUG [WorkbenchTestable][ContentAssistant] enum 21:43:35.748 DEBUG [WorkbenchTestable][ContentAssistant] final 21:43:35.748 DEBUG [WorkbenchTestable][ContentAssistant] import 21:43:35.748 DEBUG [WorkbenchTestable][ContentAssistant] interface 21:43:35.748 DEBUG [WorkbenchTestable][ContentAssistant] public 21:43:35.748 DEBUG [WorkbenchTestable][ContentAssistant] new - create new object 21:43:35.748 DEBUG [WorkbenchTestable][ContentAssistant] nls - non-externalized string marker 21:43:35.748 DEBUG [WorkbenchTestable][ContentAssistant] runnable - runnable 21:43:35.748 DEBUG [WorkbenchTestable][ContentAssistant] toarray - convert collection to array 21:43:35.748 DEBUG [WorkbenchTestable][ContentAssistant] Choose content assist proposal - enum 21:43:35.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:43:35.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:43:35.750 TRACE [main][WidgetHandler] Notify Table with event 13 21:43:35.751 TRACE [main][WidgetHandler] Wait for synchronization 21:43:35.751 TRACE [main][WidgetHandler] Notify Table with event 14 21:43:35.751 TRACE [main][WidgetHandler] Wait for synchronization 21:43:35.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:43:35.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:43:35.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:35.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:35.763 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:35.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:35.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:35.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:35.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:35.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:35.794 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:35.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:43:35.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:35.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:35.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:35.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:35.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:35.795 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:35.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:35.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:35.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:35.827 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:35.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:35.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:35.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:35.828 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:35.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:35.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:35.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:35.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:35.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:35.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:36.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:36.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:36.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:36.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:36.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:36.830 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:36.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:36.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:36.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:36.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:43:36.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:36.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:36.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:36.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:36.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:36.832 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:36.832 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:36.832 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:36.832 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:36.832 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:36.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:36.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:36.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:36.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:36.833 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:36.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:36.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:36.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:36.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:36.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:36.833 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:36.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:36.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:36.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:36.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:36.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:36.833 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:36.833 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:36.833 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:36.838 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:36.838 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:36.838 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:36.838 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:36.838 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:36.841 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:36.841 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:36.842 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:36.864 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:36.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:36.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:36.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:36.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:36.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:36.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:36.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:36.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:36.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3a78d607 is found... 21:43:36.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3a78d607 is found finished successfully 21:43:36.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 '\*?\QJavaClass.java\E') 21:43:36.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:36.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:36.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:36.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:36.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:36.866 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:36.866 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 21:43:36.866 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:43:36.872 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:36.872 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 21:43:36.872 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:36.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:36.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:36.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:36.873 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:36.873 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:36.873 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:36.873 DEBUG [main][MenuItemLookup] Item match:File 21:43:36.873 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:36.873 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:36.873 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:36.873 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:36.873 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:36.873 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:36.873 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:36.873 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:36.873 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:36.873 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:36.874 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:36.874 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:36.874 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:36.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:36.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:36.898 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:36.898 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 21:43:36.898 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:43:36.898 DEBUG [main][EditorHandler] 1 editor(s) found 21:43:36.898 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:43:36.943 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:43:36.943 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:36.943 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:43:36.943 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:43:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:36.944 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:36.944 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:43:36.944 INFO [WorkbenchTestable][RequirementsRunner] Started test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:36.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:36.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:43:36.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:43:36.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:43:36.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:36.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:36.945 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:36.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:36.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:36.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:43:36.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:36.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:36.946 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:43:36.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:43:36.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:36.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:36.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:36.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:36.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:36.946 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:36.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:36.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:36.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:43:36.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:43:36.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:43:36.957 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:36.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:36.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:36.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:36.957 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:36.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:36.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:36.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:36.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:36.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:36.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:37.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:37.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:37.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:37.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:37.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:37.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:37.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:37.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:37.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:37.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:43:37.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:37.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:37.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:37.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:37.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:37.960 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:37.960 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:37.960 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:37.961 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:37.961 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:37.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:37.961 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:37.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:37.961 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:37.961 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:37.961 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:37.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:37.961 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:37.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:37.961 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:37.962 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass+.java of tree item test 21:43:37.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:37.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:37.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:37.962 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass+.java 21:43:37.962 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass+.java 21:43:37.962 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass+.java about selection 21:43:37.967 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass+.java 21:43:37.968 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass+.java 21:43:37.968 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass+.java 21:43:37.968 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass+.java 21:43:37.968 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass+.java about selection 21:43:37.975 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass+.java 21:43:37.975 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:37.975 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:38.074 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:38.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:38.075 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:38.075 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:38.075 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:38.075 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:43:38.075 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:38.075 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:38.075 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:38.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:38.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3ece9d13 is found... 21:43:38.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3ece9d13 is found finished successfully 21:43:38.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass+.java\E') 21:43:38.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:38.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:38.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:38.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:38.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:38.090 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:38.090 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 21:43:38.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:38.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:38.091 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:38.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:38.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:38.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass+.java - Eclipse Platform 21:43:38.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:38.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:38.091 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass+.java - Eclipse Platform' 21:43:38.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') 21:43:38.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:38.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:38.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:38.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:38.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:38.092 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:38.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:38.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:38.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:38.119 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:38.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:38.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:38.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:38.120 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:38.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:38.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:38.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:38.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:38.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:38.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:38.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:38.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:39.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:39.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:39.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:39.122 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:39.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:39.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:39.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:39.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:43:39.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:39.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:39.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:39.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:39.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:39.123 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:39.123 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:39.124 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:39.124 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:39.124 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:39.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:39.124 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:39.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:39.124 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:39.124 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:39.124 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:39.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:39.124 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:39.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:39.124 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:39.124 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:39.124 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:39.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:39.125 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:39.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:39.125 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:39.125 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:39.125 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:39.125 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:39.132 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:39.132 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:39.132 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:39.132 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:39.133 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:39.136 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:39.136 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:39.136 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:39.212 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:39.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:39.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:39.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:39.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:39.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:43:39.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:39.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:39.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:39.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:39.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@75c287ff is found... 21:43:39.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@75c287ff is found finished successfully 21:43:39.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:39.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:39.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:39.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:39.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:39.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:39.226 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:39.226 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 21:43:39.226 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:43:39.242 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:39.242 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 21:43:39.242 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:39.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:39.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:39.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:39.243 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:39.243 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:39.243 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:39.243 DEBUG [main][MenuItemLookup] Item match:File 21:43:39.244 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:39.244 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:39.244 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:39.244 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:39.244 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:39.244 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:39.244 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:39.244 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:39.244 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:39.244 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:39.245 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:39.245 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:39.245 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:39.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:39.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:39.267 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:39.267 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 21:43:39.267 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:43:39.267 DEBUG [main][EditorHandler] 2 editor(s) found 21:43:39.267 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass+.java 21:43:39.312 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass+.java is closed 21:43:39.312 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:43:39.355 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:43:39.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:39.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:43:39.355 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:43:39.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:39.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:39.355 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:39.355 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:43:39.355 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:39.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:39.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:43:39.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:43:39.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:43:39.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:39.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:39.356 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:39.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:39.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:39.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:43:39.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:39.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:39.357 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:43:39.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:43:39.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:39.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:39.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:39.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:39.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:39.358 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:39.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:39.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:39.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:43:39.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:43:39.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:43:39.359 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:39.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:39.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:39.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:39.359 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:39.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:39.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:39.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:39.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:39.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:39.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:39.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:39.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:40.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:40.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:40.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:40.361 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:40.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:40.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:40.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:40.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:43:40.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:40.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:40.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:40.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:40.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:40.362 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:40.362 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:40.363 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:40.363 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:40.363 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:40.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:40.363 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:40.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:40.363 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:40.363 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:40.363 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:40.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:40.363 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:40.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:40.363 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:40.364 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:40.364 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:40.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:40.364 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:40.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:40.364 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:40.364 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:40.364 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:40.364 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:40.368 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:40.368 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:40.368 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:40.368 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:40.368 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:40.371 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:40.371 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:40.372 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:40.475 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:40.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:40.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:40.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:40.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:40.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:43:40.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:40.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:40.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:40.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:40.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@73ac929c is found... 21:43:40.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@73ac929c is found finished successfully 21:43:40.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:40.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:40.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:40.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:40.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:40.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:40.480 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:40.480 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 21:43:40.480 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:43:40.480 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:43:40.681 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:43:40.885 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:43:40.885 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:43:41.085 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:43:41.287 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:43:41.287 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:43:41.488 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:43:41.689 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:43:41.689 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:43:41.890 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:43:42.092 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:43:42.092 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 21:43:42.292 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 21:43:43.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:43.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:43.294 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:43.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:43.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:43.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:43.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:43.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:43.295 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:43.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 '\*?\QProject Explorer\E') 21:43:43.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:43.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:43.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:43.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:43.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:43.309 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:43.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:43.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:43.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:43.333 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:43.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:43.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:43.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:43.334 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:43.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:43.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:43.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:43.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:43.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:43.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:43.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:43.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:44.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:44.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:44.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:44.336 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:44.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:44.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:44.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:44.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 21:43:44.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:44.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:44.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:44.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:44.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:44.337 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:44.337 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:44.337 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:44.338 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:44.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:44.338 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:44.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:44.338 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:44.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:44.338 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:44.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:44.338 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:44.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:44.338 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:44.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:44.338 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:44.338 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:44.338 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:44.342 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:44.342 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:44.342 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:44.342 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:44.342 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:44.345 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:44.345 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:44.345 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:44.371 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:44.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:44.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:44.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:44.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:44.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:44.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:44.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:44.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:44.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f98ba00 is found... 21:43:44.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f98ba00 is found finished successfully 21:43:44.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') 21:43:44.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:44.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:44.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:44.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:44.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:44.374 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:44.374 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 21:43:44.374 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:43:44.390 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:44.390 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 21:43:44.390 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:44.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:44.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:44.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:44.391 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:44.391 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:44.391 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:44.391 DEBUG [main][MenuItemLookup] Item match:File 21:43:44.392 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:44.392 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:44.392 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:44.392 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:44.392 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:44.392 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:44.392 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:44.392 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:44.392 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:44.392 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:44.392 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:44.392 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:44.392 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:44.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:44.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:44.420 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:44.420 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 21:43:44.420 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:43:44.421 DEBUG [main][EditorHandler] 1 editor(s) found 21:43:44.421 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:43:44.463 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:43:44.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:44.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:43:44.463 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:43:44.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:44.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:44.464 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:44.464 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:43:44.464 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:44.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:44.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:43:44.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:43:44.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:43:44.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:44.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:44.465 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:44.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:44.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:44.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:43:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:44.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:44.501 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:43:44.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 '\*?\QProject Explorer\E') 21:43:44.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:44.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:44.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:44.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:44.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:44.502 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:44.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:44.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:44.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:43:44.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:43:44.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:43:44.505 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:44.505 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:44.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:44.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:44.508 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:44.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:44.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:44.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:44.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:44.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:44.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:45.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:45.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:45.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:45.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:45.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:45.511 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:45.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:45.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:45.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:45.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 21:43:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:45.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:45.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:45.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:45.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:45.512 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:45.512 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:45.512 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:45.513 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:45.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:45.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:45.513 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:45.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:45.513 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:45.513 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:45.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:45.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:45.513 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:45.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:45.513 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:45.513 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:45.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:45.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:45.513 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:45.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:45.513 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:45.514 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:45.514 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:45.514 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:45.517 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:45.517 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:45.517 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:45.517 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:45.517 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:45.521 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:45.521 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:45.521 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:45.613 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:45.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:45.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:45.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:45.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:45.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:43:45.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:45.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:45.614 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:45.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:45.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@457488e5 is found... 21:43:45.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@457488e5 is found finished successfully 21:43:45.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:45.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:45.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:45.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:45.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:45.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:45.625 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:45.625 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 21:43:45.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:45.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:45.626 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:45.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:45.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:45.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:45.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:45.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:45.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:45.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 '\*?\QProject Explorer\E') 21:43:45.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:45.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:45.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:45.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:45.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:45.629 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:45.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:45.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:45.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:45.650 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:45.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:45.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:45.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:45.651 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:45.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:45.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:45.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:45.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:45.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:45.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:46.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:46.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:46.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:46.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:46.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:46.653 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:46.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:46.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:46.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:46.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:43:46.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:46.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:46.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:46.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:46.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:46.654 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:46.654 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:46.654 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:46.654 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:46.654 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:46.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:46.655 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:46.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:46.655 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:46.655 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:46.655 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:46.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:46.655 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:46.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:46.655 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:46.655 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:46.655 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:46.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:46.655 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:46.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:46.655 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:46.655 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:46.655 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:46.655 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:46.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:46.659 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:46.659 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:46.659 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:46.659 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:46.662 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:46.662 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:46.662 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:46.684 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:46.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:46.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:46.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:46.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:46.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:46.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:46.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:46.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:46.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@24e802cb is found... 21:43:46.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@24e802cb is found finished successfully 21:43:46.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 21:43:46.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:46.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:46.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:46.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:46.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:46.687 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:46.687 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 21:43:46.687 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:43:46.697 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:46.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 21:43:46.697 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:46.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:46.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:46.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:46.698 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:46.698 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:46.698 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:46.698 DEBUG [main][MenuItemLookup] Item match:File 21:43:46.699 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:46.699 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:46.699 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:46.699 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:46.699 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:46.699 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:46.699 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:46.699 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:46.699 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:46.699 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:46.699 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:46.699 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:46.699 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:46.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:46.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:46.721 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:46.721 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 21:43:46.722 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:43:46.722 DEBUG [main][EditorHandler] 1 editor(s) found 21:43:46.722 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:43:46.764 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:43:46.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:46.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:43:46.764 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:43:46.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:46.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:46.765 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:46.765 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:43:46.765 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:46.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:46.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:43:46.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:43:46.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:43:46.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:46.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:46.766 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:46.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:46.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:46.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:43:46.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:46.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:46.767 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:43:46.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:43:46.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:46.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:46.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:46.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:46.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:46.767 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:46.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:46.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:46.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:43:46.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:43:46.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:43:46.769 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:46.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:46.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:46.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:46.769 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:46.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:46.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:46.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:46.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:46.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:46.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:47.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:47.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:47.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:47.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:47.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:47.771 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:47.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:47.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:47.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:47.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 21:43:47.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:47.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:47.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:47.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:47.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:47.773 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:47.773 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:47.773 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:47.774 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:47.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:47.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:47.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:47.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:47.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:47.774 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:47.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:47.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:47.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:47.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:47.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:47.774 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:47.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:47.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:47.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:47.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:47.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:47.774 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:47.774 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:47.775 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:47.778 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:47.778 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:47.778 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:47.778 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:47.778 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:47.781 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:47.781 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:47.781 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:47.874 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:47.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:47.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:47.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:47.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:47.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:43:47.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:47.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:47.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:47.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:47.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@33c74cb8 is found... 21:43:47.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@33c74cb8 is found finished successfully 21:43:47.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:47.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:47.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:47.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:47.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:47.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:47.893 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:47.893 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 21:43:47.895 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 21:43:47.895 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:43:48.042 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Open With' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Local History' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'References' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Team' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Replace With' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:48.043 DEBUG [main][MenuItemLookup] Found menu:'Preferences...' 21:43:48.043 DEBUG [main][MenuItemLookup] Item match:Preferences... 21:43:48.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:48.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:48.044 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:48.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:48.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:48.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:48.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:48.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:48.044 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:48.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') 21:43:48.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:48.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:48.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:48.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:48.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:48.045 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:48.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:48.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:48.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:48.052 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:48.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:48.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:48.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:48.053 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:48.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:48.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:48.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:48.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:48.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:48.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:48.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:48.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:49.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:49.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:49.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:49.056 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:49.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:49.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:49.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:49.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:43:49.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:49.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:49.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:49.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:49.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:49.057 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:49.057 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:49.057 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:49.057 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:49.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:49.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:49.057 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:49.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:49.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:49.058 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:49.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:49.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:49.058 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:49.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:49.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:49.058 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:49.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:49.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:49.058 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:49.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:49.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:49.058 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:49.058 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:49.058 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:49.061 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:49.061 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:49.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:49.061 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:49.061 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:49.065 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:49.065 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:49.066 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:49.089 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:49.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:49.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:49.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:49.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:49.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:49.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:49.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:49.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:49.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2a3955f is found... 21:43:49.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2a3955f is found finished successfully 21:43:49.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:49.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:49.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:49.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:49.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:49.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:49.092 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:49.092 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 21:43:49.093 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:43:49.104 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:49.105 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 21:43:49.105 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:49.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:49.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:49.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:49.105 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:49.105 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:49.105 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:49.105 DEBUG [main][MenuItemLookup] Item match:File 21:43:49.106 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:49.106 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:49.106 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:49.106 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:49.106 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:49.106 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:49.106 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:49.106 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:49.106 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:49.106 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:49.106 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:49.106 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:49.106 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:49.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:49.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:49.131 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:49.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 21:43:49.131 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:43:49.132 DEBUG [main][EditorHandler] 1 editor(s) found 21:43:49.132 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:43:49.200 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:43:49.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:49.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:43:49.200 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:43:49.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:49.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:49.201 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:49.201 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:43:49.201 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:49.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:49.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:43:49.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:43:49.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:43:49.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:49.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:49.202 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:49.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:49.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:49.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:43:49.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:49.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:49.203 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:43:49.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 '\*?\QProject Explorer\E') 21:43:49.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:49.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:49.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:49.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:49.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:49.204 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:49.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:49.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:49.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:43:49.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:43:49.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:43:49.205 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:49.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:49.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:49.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:49.206 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:49.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:49.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:49.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:49.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:49.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:49.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:49.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:49.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:50.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:50.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:50.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:50.208 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:50.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:50.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:50.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:50.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 21:43:50.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:50.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:50.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:50.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:50.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:50.209 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:50.209 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:50.210 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:50.210 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:50.210 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:50.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:50.210 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:50.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:50.210 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:50.210 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:50.210 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:50.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:50.210 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:50.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:50.210 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:50.211 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:50.211 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:50.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:50.211 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:50.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:50.211 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:50.211 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:50.211 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:50.211 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:50.214 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:50.215 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:50.215 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:50.215 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:50.215 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:50.220 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:50.220 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:50.220 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:50.318 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:50.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:50.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:50.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:50.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:50.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:43:50.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:50.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:50.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:50.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:50.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@60b03cae is found... 21:43:50.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@60b03cae is found finished successfully 21:43:50.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 '\*?\QJavaClass.java\E') 21:43:50.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:50.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:50.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:50.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:50.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:50.331 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:50.331 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 21:43:50.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:50.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:50.331 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:50.331 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:50.331 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:43:50.331 DEBUG [main][MenuItemLookup] Item match:Edit 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:50.332 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 21:43:50.332 DEBUG [main][MenuItemLookup] Item match:Content Assist 21:43:50.332 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:50.333 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 21:43:50.333 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 21:43:50.333 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:43:51.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:51.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:51.333 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:51.333 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:51.333 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:43:51.333 DEBUG [main][MenuItemLookup] Item match:Edit 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 21:43:51.334 DEBUG [main][MenuItemLookup] Item match:Content Assist 21:43:51.334 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 21:43:51.334 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 21:43:51.335 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 21:43:51.335 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 21:43:51.335 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 21:43:51.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 21:43:51.354 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 21:43:51.354 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:43:51.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:51.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:51.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 21:43:51.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:43:51.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:51.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:51.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:51.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:51.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:43:51.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:43:51.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:43:51.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 21:43:51.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 21:43:51.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:51.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:51.359 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:43:51.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:51.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:51.359 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 21:43:51.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 21:43:51.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:51.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:51.359 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") 21:43:51.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:51.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:51.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:51.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:51.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:52.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:52.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:52.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:43:52.362 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 21:43:52.363 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 21:43:52.363 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:43:52.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 21:43:52.875 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 21:43:52.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:52.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:52.876 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:52.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:52.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:52.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:52.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:52.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:52.877 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:52.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 '\*?\QProject Explorer\E') 21:43:52.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:52.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:52.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:52.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:52.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:52.878 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:52.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:52.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:52.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:52.885 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:52.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:52.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:52.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:52.886 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:52.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:52.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:52.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:52.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:52.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:52.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:53.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:53.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:53.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:53.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:53.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:53.902 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:53.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:53.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:53.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:53.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:43:53.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:53.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:53.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:53.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:53.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:53.904 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:53.904 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:53.904 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:53.905 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:53.905 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:53.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:53.905 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:53.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:53.905 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:53.905 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:53.905 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:53.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:53.905 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:53.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:53.905 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:53.905 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:53.905 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:53.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:53.905 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:53.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:53.906 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:53.906 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:53.906 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:53.906 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:53.910 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:53.911 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:53.911 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:53.911 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:53.911 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:53.914 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:53.914 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:53.915 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:53.938 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:53.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:53.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:53.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:53.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:53.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:53.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@46311e16 is found... 21:43:53.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@46311e16 is found finished successfully 21:43:53.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:53.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:53.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:53.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:53.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:53.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:53.941 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:53.941 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 21:43:53.941 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:43:53.952 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:53.952 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 21:43:53.952 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:53.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:53.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:53.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:53.952 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:53.952 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:53.952 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:53.952 DEBUG [main][MenuItemLookup] Item match:File 21:43:53.953 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:53.953 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:53.953 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:53.953 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:53.953 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:53.953 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:53.953 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:53.953 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:53.953 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:53.953 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:53.953 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:53.953 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:53.953 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:53.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:53.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:53.975 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:53.975 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 21:43:53.975 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:43:53.975 DEBUG [main][EditorHandler] 1 editor(s) found 21:43:53.975 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:43:54.026 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:43:54.026 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:54.026 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:43:54.026 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:43:54.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:54.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:54.026 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:54.026 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:43:54.027 INFO [WorkbenchTestable][RequirementsRunner] Started test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:54.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:54.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:43:54.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:43:54.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:43:54.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:54.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:54.027 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:54.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:54.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:54.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:43:54.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:54.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:54.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:43:54.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 '\*?\QProject Explorer\E') 21:43:54.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:54.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:54.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:54.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:54.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:54.029 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:54.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:54.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:54.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:43:54.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:43:54.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:43:54.031 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:54.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:54.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:54.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:54.031 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:54.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:54.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:54.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:54.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:54.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:54.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:54.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:54.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:55.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:55.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:55.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:55.034 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:55.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:55.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:55.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:55.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 21:43:55.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:55.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:55.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:55.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:55.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:55.036 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:55.036 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:55.036 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:55.037 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:55.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:55.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:55.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:55.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:55.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:55.037 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:55.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:55.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:55.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:55.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:55.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:55.037 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:55.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:55.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:55.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:55.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:55.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:55.038 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:55.038 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:55.038 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:55.041 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:55.041 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:55.041 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:55.041 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:55.041 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:55.044 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:55.044 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:55.044 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:55.138 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:55.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:55.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:55.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:55.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:55.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:43:55.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:55.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:55.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:55.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:55.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@64202995 is found... 21:43:55.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@64202995 is found finished successfully 21:43:55.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:43:55.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:55.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:55.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:55.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:55.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:55.150 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:55.150 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 21:43:55.150 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 { 21:43:55.154 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:55.154 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 21:43:55.154 INFO [WorkbenchTestable][AbstractEditor] Open editor's quick fix assistant 21:43:55.154 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:43:56.154 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:43:56.154 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 21:43:56.355 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 21:43:57.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 21:43:57.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 21:43:57.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:43:57.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:57.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:57.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 21:43:57.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:43:57.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:57.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:57.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:57.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:57.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:58.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:58.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:58.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:43:58.364 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was not found 21:43:58.365 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 21:43:58.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:43:58.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:58.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:58.368 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 21:43:58.368 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:43:58.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:58.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:58.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:58.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:58.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:43:58.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:43:58.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:43:58.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 21:43:58.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 21:43:58.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:58.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:58.369 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 21:43:58.369 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 21:43:58.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:43:58.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:43:58.369 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 21:43:58.369 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 21:43:58.369 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 21:43:58.369 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 21:43:58.369 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 21:43:58.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:43:58.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:43:58.369 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 21:43:58.369 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 21:43:58.369 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 21:43:58.369 INFO [WorkbenchTestable][AbstractShell] Close shell 21:43:58.369 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 21:43:58.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:43:58.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:43:58.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:58.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:58.384 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:58.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:58.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:58.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:58.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:58.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:58.385 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:58.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 '\*?\QProject Explorer\E') 21:43:58.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:58.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:58.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:58.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:58.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:58.385 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:58.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:58.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:58.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:58.392 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:58.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:58.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:58.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:58.393 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:58.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:58.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:58.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:58.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:58.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:58.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:58.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:58.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:59.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:59.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:43:59.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:43:59.395 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:59.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:59.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:59.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:59.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 21:43:59.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:59.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:59.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:59.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:59.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:43:59.396 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:43:59.396 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:43:59.396 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:43:59.397 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:43:59.397 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:43:59.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:59.397 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:43:59.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:59.397 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:43:59.397 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:43:59.397 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:43:59.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:59.397 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:43:59.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:59.397 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:43:59.397 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:43:59.397 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:43:59.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:43:59.397 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:43:59.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:43:59.397 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:43:59.397 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:59.397 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:59.397 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:59.400 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:59.401 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:43:59.401 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:43:59.401 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:43:59.401 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:43:59.403 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:43:59.403 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:43:59.404 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:43:59.425 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:43:59.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:43:59.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:43:59.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:43:59.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:43:59.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:43:59.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:43:59.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:43:59.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:43:59.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@287fe10c is found... 21:43:59.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@287fe10c is found finished successfully 21:43:59.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') 21:43:59.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:59.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:59.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:59.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:59.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:59.428 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:59.428 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 21:43:59.428 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:43:59.439 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:59.439 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 21:43:59.439 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:43:59.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:43:59.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:59.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:59.439 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:59.439 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:43:59.439 DEBUG [main][MenuItemLookup] Found menu:'File' 21:43:59.439 DEBUG [main][MenuItemLookup] Item match:File 21:43:59.440 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:43:59.440 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:43:59.440 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:43:59.440 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:43:59.440 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:59.440 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:43:59.440 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:43:59.440 DEBUG [main][MenuItemLookup] Found menu:'' 21:43:59.440 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:43:59.440 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:43:59.440 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:43:59.440 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:43:59.440 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:43:59.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:43:59.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:43:59.462 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:59.462 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 21:43:59.462 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:43:59.462 DEBUG [main][EditorHandler] 1 editor(s) found 21:43:59.462 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:43:59.506 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:43:59.506 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:59.506 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:43:59.506 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:43:59.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:43:59.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:43:59.507 INFO [WorkbenchTestable][RequirementsRunner] Finished test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:59.507 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:43:59.507 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:43:59.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:43:59.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:43:59.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:43:59.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:43:59.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:59.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:59.508 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:43:59.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:59.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:59.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:43:59.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:43:59.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:43:59.509 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:43:59.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 '\*?\QProject Explorer\E') 21:43:59.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:59.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:59.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:43:59.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:43:59.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:43:59.510 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:59.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:59.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:59.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:43:59.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:43:59.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:43:59.512 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:59.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:59.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:59.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:59.526 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:43:59.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:43:59.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:43:59.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:43:59.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:43:59.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:43:59.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:00.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:00.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:00.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:00.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:00.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:00.528 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:00.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:00.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:00.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44: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 21:44:00.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:00.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:00.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:00.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:00.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:00.530 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:00.530 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:00.530 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:00.530 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:00.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:00.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:00.530 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:00.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:00.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:00.531 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:00.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:00.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:00.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:00.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:00.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:00.531 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:00.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:00.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:00.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:00.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:00.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:00.531 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:00.531 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:00.531 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:00.534 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:00.535 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:00.535 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:00.535 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:00.535 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:00.538 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:00.538 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:00.538 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:00.630 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:00.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:00.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:00.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:00.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:00.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:44:00.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:00.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:00.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:00.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:00.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4df61917 is found... 21:44:00.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4df61917 is found finished successfully 21:44:00.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:00.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:00.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:00.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:00.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:00.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:00.641 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:00.641 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 21:44:00.641 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:44:00.641 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:44:00.842 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:44:01.044 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:44:01.044 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:44:01.244 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:44:01.446 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:44:01.446 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:44:01.647 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:44:01.848 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:44:01.848 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:44:02.049 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:44:02.252 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:44:02.253 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 21:44:02.453 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 21:44:03.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:03.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:03.456 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:03.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:03.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:03.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:03.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:03.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:03.457 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:03.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:44:03.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:03.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:03.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:03.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:03.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:03.458 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:03.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:03.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:03.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:03.478 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:03.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:03.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:03.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:03.479 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:03.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:03.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:03.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:03.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:03.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:03.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:03.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:03.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:04.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:04.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:04.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:04.488 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:04.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:04.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:04.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:04.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 21:44:04.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:04.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:04.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:04.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:04.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:04.489 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:04.489 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:04.489 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:04.489 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:04.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:04.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:04.489 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:04.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:04.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:04.489 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:04.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:04.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:04.489 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:04.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:04.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:04.489 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:04.490 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:04.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:04.490 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:04.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:04.490 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:04.490 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:04.490 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:04.490 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:04.493 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:04.493 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:04.493 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:04.493 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:04.493 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:04.497 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:04.497 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:04.498 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:04.509 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:04.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:04.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:04.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:04.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:04.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:04.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:04.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:04.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:04.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6c3b899d is found... 21:44:04.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6c3b899d is found finished successfully 21:44:04.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') 21:44:04.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:04.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:04.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:04.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:04.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:04.511 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:04.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() { } TooltipText=null 21:44:04.511 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:44:04.532 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:04.533 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 21:44:04.533 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:44:04.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:04.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:04.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:04.533 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:04.533 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:04.533 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:04.533 DEBUG [main][MenuItemLookup] Item match:File 21:44:04.534 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:44:04.534 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:44:04.534 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:44:04.534 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:44:04.534 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:04.534 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:44:04.534 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:44:04.534 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:04.534 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:44:04.534 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:44:04.534 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:44:04.534 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:44:04.534 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:44:04.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:44:04.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:44:04.544 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:04.544 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 21:44:04.544 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:44:04.544 DEBUG [main][EditorHandler] 1 editor(s) found 21:44:04.544 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:44:04.602 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:44:04.602 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:04.602 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:44:04.602 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:44:04.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:04.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:04.603 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:04.603 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:44:04.603 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:04.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:04.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:44:04.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:44:04.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:44:04.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:04.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:04.604 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:04.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:04.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:04.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:44:04.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:04.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:04.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:44:04.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 '\*?\QProject Explorer\E') 21:44:04.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:04.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:04.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:04.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:04.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:04.605 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:04.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:04.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:04.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:44:04.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:44:04.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:44:04.607 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:04.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:04.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:04.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:04.607 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:04.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:04.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:04.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:04.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:04.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:04.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:05.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:05.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:05.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:05.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:05.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:05.609 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:05.609 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:05.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:05.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:05.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 21:44:05.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:05.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:05.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:05.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:05.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:05.610 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:05.611 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:05.611 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:05.611 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:05.611 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:05.611 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:05.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:05.612 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:05.612 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:05.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:05.612 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:05.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:05.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:05.612 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:05.612 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:05.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:05.612 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:05.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:05.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:05.612 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:05.612 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:05.613 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:05.617 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:05.618 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:05.618 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:05.618 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:05.618 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:05.621 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:05.621 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:05.621 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:05.717 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:05.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:05.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:05.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:05.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:05.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:44:05.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:05.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:05.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:05.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:05.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2dbc8553 is found... 21:44:05.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2dbc8553 is found finished successfully 21:44:05.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:05.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:05.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:05.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:05.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:05.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:05.728 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:05.728 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 21:44:05.729 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:44:05.729 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:44:05.929 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:44:06.131 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:44:06.131 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:44:06.331 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:44:06.533 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:44:06.533 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:44:06.733 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:44:06.935 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:44:06.935 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:44:07.136 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:44:07.339 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:44:07.339 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 21:44:07.539 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 21:44:08.540 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 { 21:44:08.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:08.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:08.545 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:08.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:08.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:08.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:08.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:08.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:08.546 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:08.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 '\*?\QProject Explorer\E') 21:44:08.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:08.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:08.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:08.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:08.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:08.546 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:08.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:08.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:08.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:08.567 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:08.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:08.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:08.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:08.568 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:08.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:08.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:08.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:08.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:08.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:08.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:09.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:09.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:09.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:09.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:09.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:09.570 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:09.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:09.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:09.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:09.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 21:44:09.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:09.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:09.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:09.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:09.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:09.571 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:09.571 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:09.571 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:09.571 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:09.571 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:09.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:09.571 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:09.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:09.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:09.571 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:09.571 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:09.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:09.571 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:09.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:09.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:09.572 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:09.572 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:09.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:09.572 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:09.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:09.572 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:09.572 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:09.572 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:09.572 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:09.575 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:09.576 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:09.576 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:09.576 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:09.576 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:09.579 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:09.579 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:09.579 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:09.601 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:09.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:09.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:09.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:09.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:09.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:09.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:09.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:09.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:09.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1abccf18 is found... 21:44:09.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1abccf18 is found finished successfully 21:44:09.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:09.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:09.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:09.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:09.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:09.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:09.603 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:09.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 21:44:09.604 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:44:09.616 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:09.616 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 21:44:09.616 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:44:09.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:09.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:09.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:09.616 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:09.616 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:09.616 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:09.617 DEBUG [main][MenuItemLookup] Item match:File 21:44:09.617 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:44:09.617 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:44:09.617 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:44:09.617 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:44:09.617 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:09.617 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:44:09.617 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:44:09.617 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:09.617 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:44:09.617 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:44:09.628 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:44:09.628 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:44:09.628 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:44:09.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:44:09.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:44:09.642 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:09.642 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 21:44:09.642 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:44:09.642 DEBUG [main][EditorHandler] 1 editor(s) found 21:44:09.642 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:44:09.683 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:44:09.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:09.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:44:09.683 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:44:09.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:09.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:09.683 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:09.683 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:44:09.683 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:09.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:09.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:44:09.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:44:09.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:44:09.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:09.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:09.684 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:09.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:09.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:09.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:44:09.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:09.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:09.685 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:44:09.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:44:09.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:09.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:09.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:09.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:09.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:09.686 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:09.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:09.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:09.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:44:09.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:44:09.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:44:09.687 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:09.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:09.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:09.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:09.687 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:09.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:09.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:09.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:09.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:09.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:09.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:10.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:10.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:10.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:10.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:10.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:10.690 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:10.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:10.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:10.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:10.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:44:10.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:10.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:10.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:10.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:10.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:10.692 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:10.692 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:10.692 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:10.692 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:10.692 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:10.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:10.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:10.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:10.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:10.693 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:10.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:10.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:10.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:10.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:10.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:10.693 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:10.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:10.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:10.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:10.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:10.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:10.693 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:10.693 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:10.693 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:10.696 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:10.696 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:10.697 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:10.697 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:10.697 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:10.700 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:10.700 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:10.700 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:10.796 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:10.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:10.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:10.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:10.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:10.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:44:10.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:10.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:10.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:10.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:10.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@e80769e is found... 21:44:10.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@e80769e is found finished successfully 21:44:10.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:10.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:10.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:10.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:10.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:10.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:10.806 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:10.806 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 21:44:10.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:10.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:10.806 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:10.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:10.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:10.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:10.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:10.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:10.807 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:10.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 '\*?\QProject Explorer\E') 21:44:10.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:10.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:10.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:10.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:10.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:10.807 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:10.808 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:10.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:10.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:10.814 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:10.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:10.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:10.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:10.814 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:10.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:10.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:10.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:10.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:10.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:10.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:11.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:11.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:11.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:11.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:11.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:11.816 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:11.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:11.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:11.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:11.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 21:44:11.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:11.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:11.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:11.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:11.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:11.818 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:11.818 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:11.818 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:11.818 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:11.818 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:11.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:11.819 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:11.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:11.819 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:11.819 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:11.819 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:11.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:11.819 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:11.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:11.819 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:11.819 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:11.819 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:11.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:11.819 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:11.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:11.819 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:11.820 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:11.820 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:11.820 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:11.825 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:11.825 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:11.825 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:11.825 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:11.825 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:11.829 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:11.829 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:11.829 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:11.852 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:11.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:11.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:11.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:11.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:11.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:11.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:11.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:11.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:11.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3ec761b2 is found... 21:44:11.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3ec761b2 is found finished successfully 21:44:11.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 '\*?\QJavaClass.java\E') 21:44:11.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:11.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:11.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:11.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:11.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:11.855 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:11.855 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 21:44:11.855 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:44:11.864 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:11.864 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 21:44:11.864 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:44:11.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:11.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:11.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:11.864 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:11.865 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:11.865 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:11.865 DEBUG [main][MenuItemLookup] Item match:File 21:44:11.865 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:44:11.865 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:44:11.865 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:44:11.865 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:44:11.865 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:11.865 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:44:11.865 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:44:11.865 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:11.865 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:44:11.865 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:44:11.866 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:44:11.866 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:44:11.866 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:44:11.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:44:11.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:44:11.887 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:11.887 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 21:44:11.887 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:44:11.887 DEBUG [main][EditorHandler] 1 editor(s) found 21:44:11.887 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:44:11.944 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:44:11.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:11.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:44:11.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:44:11.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:11.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:11.944 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:11.944 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:44:11.944 INFO [WorkbenchTestable][RequirementsRunner] Started test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:11.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:11.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:44:11.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:44:11.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:44:11.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:11.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:11.945 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:11.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:11.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:11.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:44:11.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:11.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:11.946 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:44:11.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:44:11.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:11.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:11.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:11.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:11.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:11.946 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:11.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:11.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:11.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:44:11.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:44:11.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:44:11.948 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:11.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:11.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:11.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:11.948 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:11.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:11.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:11.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:11.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:11.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:11.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:12.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:12.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:12.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:12.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:12.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:12.950 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:12.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:12.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:12.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:12.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:44:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:12.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:12.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:12.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:12.951 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:12.951 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:12.951 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:12.952 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:12.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:12.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:12.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:12.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:12.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:12.952 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:12.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:12.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:12.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:12.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:12.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:12.952 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:12.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:12.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:12.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:12.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:12.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:12.952 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:12.952 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:12.953 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:12.958 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:12.958 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:12.958 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:12.958 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:12.958 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:12.961 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:12.961 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:12.962 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:13.055 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:13.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:13.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:13.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:13.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:13.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:44:13.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:13.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:13.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:13.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:13.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7718ed24 is found... 21:44:13.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7718ed24 is found finished successfully 21:44:13.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:13.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:13.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:13.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:13.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:13.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:13.067 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:13.067 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 21:44:13.067 INFO [WorkbenchTestable][TextEditor] Set cursor position to [12, 0] 21:44:13.074 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:13.074 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 21:44:13.074 INFO [WorkbenchTestable][AbstractEditor] Open editor's Java Proposals content assistant 21:44:13.074 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:44:14.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:14.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:14.074 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:44:14.075 DEBUG [main][MenuItemLookup] Item match:Edit 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 21:44:14.075 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:14.076 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 21:44:14.076 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:14.076 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 21:44:14.076 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:14.076 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 21:44:14.076 DEBUG [main][MenuItemLookup] Item match:Content Assist 21:44:14.076 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 21:44:14.076 DEBUG [main][MenuItemLookup] Found menu:'Java Type Proposals' 21:44:14.076 DEBUG [main][MenuItemLookup] Found menu:'Java Non-Type Proposals' 21:44:14.076 DEBUG [main][MenuItemLookup] Found menu:'Java Proposals' 21:44:14.076 DEBUG [main][MenuItemLookup] Item match:Java Proposals 21:44:14.076 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 21:44:14.076 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Java Proposals 21:44:14.076 INFO [main][MenuItemHandler] Select menu item: J&ava Proposals 21:44:14.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 21:44:14.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 21:44:14.095 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:44:14.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:14.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:14.100 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 21:44:14.100 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:44:14.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:14.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:14.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:14.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:14.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:44:14.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:44:14.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:44:14.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 21:44:14.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 21:44:14.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:14.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:14.101 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 21:44:14.101 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 21:44:14.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:44:14.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:44:14.102 DEBUG [WorkbenchTestable][ContentAssistant] abstract 21:44:14.102 DEBUG [WorkbenchTestable][ContentAssistant] class 21:44:14.102 DEBUG [WorkbenchTestable][ContentAssistant] enum 21:44:14.102 DEBUG [WorkbenchTestable][ContentAssistant] final 21:44:14.102 DEBUG [WorkbenchTestable][ContentAssistant] import 21:44:14.102 DEBUG [WorkbenchTestable][ContentAssistant] interface 21:44:14.102 DEBUG [WorkbenchTestable][ContentAssistant] public 21:44:14.102 INFO [WorkbenchTestable][AbstractShell] Close shell 21:44:14.102 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 21:44:14.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:44:14.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:44:14.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:14.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:14.115 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:14.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:14.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:14.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:14.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:14.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:14.117 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:14.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 '\*?\QProject Explorer\E') 21:44:14.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:14.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:14.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:14.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:14.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:14.117 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:14.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:14.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:14.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:14.139 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:14.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:14.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:14.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:14.139 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:14.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:14.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:14.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:14.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:14.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:14.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:14.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:14.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:15.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:15.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:15.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:15.141 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:15.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:15.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:15.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:15.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 21:44:15.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:15.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:15.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:15.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:15.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:15.142 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:15.143 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:15.143 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:15.143 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:15.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:15.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:15.143 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:15.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:15.143 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:15.143 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:15.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:15.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:15.143 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:15.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:15.143 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:15.143 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:15.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:15.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:15.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:15.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:15.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:15.144 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:15.144 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:15.144 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:15.147 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:15.147 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:15.147 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:15.147 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:15.147 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:15.150 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:15.150 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:15.150 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:15.171 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:15.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:15.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:15.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:15.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:15.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:15.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:15.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:15.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:15.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@b2028d0 is found... 21:44:15.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@b2028d0 is found finished successfully 21:44:15.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:15.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:15.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:15.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:15.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:15.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:15.174 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:15.174 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 21:44:15.174 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:44:15.180 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:15.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 21:44:15.180 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:44:15.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:15.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:15.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:15.180 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:15.180 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:15.180 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:15.180 DEBUG [main][MenuItemLookup] Item match:File 21:44:15.181 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:44:15.181 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:44:15.181 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:44:15.181 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:44:15.181 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:15.181 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:44:15.181 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:44:15.181 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:15.181 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:44:15.181 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:44:15.181 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:44:15.181 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:44:15.181 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:44:15.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:44:15.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:44:15.202 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:15.202 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 21:44:15.202 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:44:15.202 DEBUG [main][EditorHandler] 1 editor(s) found 21:44:15.203 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:44:15.247 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:44:15.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:15.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:44:15.247 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:44:15.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:15.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:15.248 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:15.248 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:44:15.248 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:15.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:15.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:44:15.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:44:15.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:44:15.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:15.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:15.249 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:15.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:15.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:15.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:44:15.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:15.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:15.250 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:44:15.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') 21:44:15.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:15.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:15.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:15.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:15.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:15.251 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:15.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:15.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:15.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:44:15.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:44:15.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:44:15.261 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:15.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:15.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:15.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:15.262 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:15.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:15.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:15.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:15.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:15.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:15.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:15.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:15.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:16.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:16.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:16.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:16.265 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:16.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:16.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:16.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:16.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 21:44:16.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:16.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:16.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:16.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:16.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:16.266 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:16.266 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:16.267 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:16.267 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:16.267 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:16.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:16.267 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:16.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:16.267 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:16.267 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:16.267 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:16.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:16.267 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:16.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:16.267 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:16.267 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:16.267 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:16.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:16.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:16.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:16.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:16.268 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:16.268 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:16.268 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:16.271 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:16.271 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:16.271 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:16.271 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:16.271 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:16.275 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:16.275 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:16.275 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:16.364 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:16.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:16.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:16.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6198bac is found... 21:44:16.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6198bac is found finished successfully 21:44:16.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:16.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:16.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:16.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:16.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:16.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:16.375 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:16.375 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 21:44:16.375 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 14, offser 22 21:44: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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:16.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:16.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:16.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:16.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:16.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:16.379 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:16.379 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 21:44:16.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:16.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:16.380 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:16.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:16.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:16.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:16.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:16.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:16.381 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:16.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:44:16.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:16.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:16.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:16.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:16.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:16.381 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:16.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:16.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:16.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:16.406 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:16.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:16.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:16.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:16.406 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:16.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:16.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:16.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:16.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:16.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:16.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:16.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:16.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:17.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:17.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:17.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:17.408 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:17.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:17.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:17.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:17.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:44:17.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:17.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:17.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:17.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:17.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:17.409 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:17.410 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:17.410 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:17.410 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:17.410 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:17.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:17.410 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:17.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:17.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:17.410 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:17.410 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:17.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:17.410 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:17.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:17.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:17.411 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:17.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:17.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:17.411 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:17.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:17.411 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:17.411 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:17.411 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:17.411 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:17.414 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:17.414 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:17.415 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:17.415 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:17.415 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:17.418 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:17.418 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:17.418 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:17.441 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:17.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:17.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:17.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:17.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:17.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:17.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:17.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:17.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:17.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3d6a02c is found... 21:44:17.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3d6a02c is found finished successfully 21:44:17.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 21:44:17.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:17.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:17.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:17.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:17.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:17.444 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:17.444 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 21:44:17.444 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:44:17.462 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:17.462 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 21:44:17.462 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:44:17.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:17.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:17.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:17.463 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:17.463 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:17.463 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:17.463 DEBUG [main][MenuItemLookup] Item match:File 21:44:17.464 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:44:17.464 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:44:17.464 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:44:17.464 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:44:17.464 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:17.464 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:44:17.464 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:44:17.464 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:17.464 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:44:17.464 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:44:17.464 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:44:17.464 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:44:17.464 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:44:17.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:44:17.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:44:17.491 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:17.491 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 21:44:17.491 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:44:17.492 DEBUG [main][EditorHandler] 1 editor(s) found 21:44:17.492 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:44:17.529 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:44:17.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:17.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:44:17.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:44:17.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:17.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:17.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:17.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:44:17.530 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:17.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:17.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:44:17.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:44:17.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:44:17.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:44:17.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:44:17.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:44:17.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:44:17.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 21:44:17.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:44:17.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:44:17.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:44:17.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:44:17.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:44:17.531 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:44:17.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:44:17.531 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 21:44:17.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:44:17.531 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:44:17.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:44:17.531 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:44:17.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:44:17.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:44:17.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:17.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:17.532 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:44:17.532 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:44:17.532 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:17.532 DEBUG [main][MenuItemLookup] Item match:File 21:44:17.533 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:44:17.533 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:44:17.534 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:44:17.534 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:17.534 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:44:17.534 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:17.534 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:44:17.534 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:17.534 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:44:17.534 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:44:17.534 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:44:17.534 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:44:17.535 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:44:17.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:44:17.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 'New|Select a wizard'] is available. finished successfully 21:44:17.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:44:17.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:17.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:17.607 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:44:17.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:44:17.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:44:17.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:17.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:17.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:17.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:17.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:17.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:44:17.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:44:17.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:44:17.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:44:17.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:17.608 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:44:17.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:17.609 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:44:17.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:44:17.609 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:44:17.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:17.609 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:44:17.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:17.609 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:44:17.609 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 21:44:17.609 DEBUG [main][TreeItemHandler] Selecting tree item: File 21:44:17.609 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 21:44:17.609 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 21:44:17.609 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:44:17.609 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:44:17.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:44:17.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:17.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:17.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:17.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:17.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:44:17.610 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:44:17.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:44:17.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:44:17.610 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:44:17.610 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:44:17.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'] 21:44:17.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:44:17.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:44:17.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 21:44:17.635 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 21:44:17.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 21:44:17.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:17.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:17.636 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 21:44:17.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:44:17.636 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:") 21:44:17.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:17.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:17.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:17.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:17.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:44:17.638 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:44:17.638 INFO [WorkbenchTestable][AbstractText] Text set to: textEditor.txt 21:44:17.638 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:") 21:44:17.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:17.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:17.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:17.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:17.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:44:17.640 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:44:17.641 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 21:44:17.641 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 21:44:17.641 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 21:44:17.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.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) 21:44:17.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:17.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:17.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:17.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:17.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:44:17.642 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:44:17.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:44:17.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:44:17.643 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:44:17.643 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:44:17.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:44:18.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:44:18.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:18.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/TextEditorTestProject)' is a system job, skipped 21:44:18.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:44:18.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:44:18.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:18.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:18.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:18.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:18.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QtextEditor.txt\E') 21:44:18.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:18.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:18.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:18.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:18.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:18.161 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:18.161 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 21:44:18.166 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:18.166 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 21:44:18.166 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:44:18.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testProject/textEditor.txt - Eclipse Platform 21:44:18.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:18.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:18.166 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testProject/textEditor.txt - Eclipse Platform' 21:44:18.166 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testProject/textEditor.txt - Eclipse Platform' 21:44:18.166 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:18.166 DEBUG [main][MenuItemLookup] Item match:File 21:44:18.167 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:44:18.167 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:44:18.167 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:44:18.167 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:44:18.167 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:18.167 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:44:18.167 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:44:18.167 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:18.167 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:44:18.167 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:44:18.167 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:44:18.167 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:44:18.167 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:44:18.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:44:18.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:44:18.173 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:18.174 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 21:44:18.174 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:18.174 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 21:44:18.174 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 21:44:18.174 DEBUG [WorkbenchTestable][EditorHandler] Closing editor textEditor.txt 21:44:18.209 DEBUG [WorkbenchTestable][EditorHandler] Editor textEditor.txt is closed 21:44:18.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:18.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:18.210 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:18.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:18.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:18.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:44:18.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:18.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:18.211 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:44:18.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:44:18.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:18.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:18.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:18.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:18.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:18.212 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:18.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:18.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:18.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:44:18.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:44:18.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:44:18.214 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:18.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:18.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:18.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:18.214 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:18.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:18.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:18.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:18.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:18.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:18.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:18.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:18.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:19.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:19.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:19.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:19.217 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:19.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:19.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:19.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:19.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 21:44:19.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:19.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:19.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:19.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:19.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:19.218 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:19.219 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:19.219 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:19.219 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:19.219 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:19.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:19.219 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:19.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:19.219 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:19.219 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:19.219 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:19.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:19.219 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:19.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:19.219 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:19.220 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:19.220 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:19.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:19.220 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:19.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:19.220 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:19.220 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:19.220 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:19.220 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:19.231 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:19.231 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:19.231 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:19.231 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:19.231 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:19.236 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:19.236 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:19.236 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:19.339 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:19.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:19.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:19.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:19.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:19.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:44:19.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:19.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:19.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:19.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:19.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@711f5251 is found... 21:44:19.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@711f5251 is found finished successfully 21:44:19.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:19.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:19.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:19.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:19.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:19.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:19.344 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:19.344 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 21:44:19.345 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:44:19.359 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:19.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 21:44:19.360 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:44:19.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:19.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:19.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:19.360 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:19.361 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:19.361 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:19.361 DEBUG [main][MenuItemLookup] Item match:File 21:44:19.361 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:44:19.361 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:44:19.361 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:44:19.361 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:44:19.361 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:19.361 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:44:19.361 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:44:19.361 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:19.361 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:44:19.361 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:44:19.361 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:44:19.361 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:44:19.362 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:44:19.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:44:19.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:44:19.401 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:19.414 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 21:44:19.414 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:44:19.414 DEBUG [main][EditorHandler] 1 editor(s) found 21:44:19.414 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:44:19.457 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:44:19.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:19.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:44:19.457 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:44:19.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:19.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:19.457 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:19.457 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:44:19.457 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:19.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:19.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:44:19.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:44:19.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:44:19.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:19.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:19.458 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:19.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:19.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:19.459 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:44:19.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:19.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:19.459 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:44:19.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 '\*?\QProject Explorer\E') 21:44:19.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:19.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:19.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:19.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:19.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:19.460 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:19.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:19.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:19.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:44:19.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:44:19.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:44:19.461 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:19.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:19.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:19.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:19.461 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:19.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:19.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:19.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:19.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:19.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:19.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:19.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:19.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:20.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:20.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:20.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:20.464 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:20.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:20.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:20.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:20.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 21:44:20.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:20.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:20.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:20.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:20.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:20.465 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:20.465 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:20.465 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:20.465 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:20.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:20.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:20.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:20.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:20.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:20.466 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:20.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:20.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:20.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:20.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:20.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:20.466 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:20.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:20.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:20.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:20.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:20.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:20.466 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:20.466 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:20.466 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:20.471 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:20.471 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:20.471 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:20.471 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:20.471 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:20.474 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:20.474 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:20.475 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:20.560 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:20.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:20.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:20.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:20.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:20.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:44:20.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:20.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:20.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:20.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:20.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@17c7ef30 is found... 21:44:20.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@17c7ef30 is found finished successfully 21:44:20.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:20.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:20.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:20.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:20.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:20.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:20.565 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:20.566 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 21:44:20.566 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 540 21:44:20.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:20.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:20.569 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:20.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:20.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:20.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:20.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:20.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:20.592 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:20.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 '\*?\QProject Explorer\E') 21:44:20.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:20.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:20.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:20.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:20.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:20.593 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:20.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:20.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:20.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:20.601 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:20.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:20.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:20.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:20.602 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:20.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:20.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:20.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:20.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:20.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:20.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:21.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:21.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:21.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:21.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:21.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:21.604 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:21.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:21.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:21.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:21.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 21:44:21.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:21.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:21.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:21.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:21.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:21.606 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:21.606 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:21.606 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:21.606 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:21.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:21.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:21.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:21.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:21.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:21.606 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:21.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:21.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:21.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:21.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:21.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:21.607 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:21.607 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:21.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:21.607 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:21.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:21.607 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:21.607 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:21.607 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:21.607 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:21.610 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:21.610 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:21.610 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:21.610 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:21.610 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:21.613 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:21.613 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:21.613 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:21.635 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:21.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:21.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:21.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:21.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:21.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:21.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:21.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@21c7c4e4 is found... 21:44:21.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@21c7c4e4 is found finished successfully 21:44:21.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 21:44:21.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:21.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:21.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:21.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:21.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:21.638 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:21.638 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 21:44:21.638 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:44:21.646 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:21.646 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 21:44:21.646 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:44:21.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:21.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:21.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:21.647 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:21.647 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:21.647 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:21.647 DEBUG [main][MenuItemLookup] Item match:File 21:44:21.647 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:44:21.647 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:44:21.647 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:44:21.647 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:44:21.647 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:21.647 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:44:21.647 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:44:21.647 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:21.647 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:44:21.647 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:44:21.647 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:44:21.647 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:44:21.647 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:44:21.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:44:21.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:44:21.668 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:21.668 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 21:44:21.668 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:44:21.668 DEBUG [main][EditorHandler] 1 editor(s) found 21:44:21.668 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:44:21.709 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:44:21.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:21.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:44:21.709 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:44:21.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:21.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:21.709 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:21.709 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:44:21.710 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:21.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:21.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:44:21.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:44:21.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:44:21.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:21.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:21.710 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:21.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:21.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:21.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:44:21.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:21.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:21.711 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:44:21.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:44:21.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:21.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:21.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:21.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:21.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:21.712 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:21.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:21.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:21.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:44:21.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:44:21.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:44:21.714 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:21.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:21.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:21.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:21.714 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:21.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:21.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:21.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:21.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:21.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:21.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:22.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:22.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:22.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:22.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:22.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:22.717 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:22.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:22.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:22.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:22.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 21:44:22.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:22.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:22.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:22.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:22.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:22.718 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:22.719 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:22.719 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:22.719 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:22.719 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:22.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:22.719 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:22.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:22.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:22.720 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:22.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:22.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:22.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:22.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:22.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:22.720 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:22.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:22.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:22.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:22.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:22.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:22.721 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:22.721 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:22.721 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:22.724 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:22.724 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:22.724 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:22.724 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:22.724 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:22.727 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:22.727 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:22.727 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:22.826 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:22.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:22.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:22.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:22.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:22.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:44:22.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:22.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:22.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:22.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:22.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5fb0032f is found... 21:44:22.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5fb0032f is found finished successfully 21:44:22.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 '\*?\QJavaClass.java\E') 21:44:22.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:22.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:22.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:22.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:22.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:22.831 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:22.831 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 21:44:22.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:22.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:22.832 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:44:22.832 DEBUG [main][MenuItemLookup] Item match:Edit 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:22.832 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 21:44:22.832 DEBUG [main][MenuItemLookup] Item match:Content Assist 21:44:22.833 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:22.833 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 21:44:22.833 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 21:44:22.833 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:44:23.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:23.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:23.833 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:23.833 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:23.833 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:44:23.833 DEBUG [main][MenuItemLookup] Item match:Edit 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:23.834 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 21:44:23.834 DEBUG [main][MenuItemLookup] Item match:Content Assist 21:44:23.835 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 21:44:23.835 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 21:44:23.835 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 21:44:23.835 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 21:44:23.835 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 21:44:23.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 21:44:23.849 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 21:44:23.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:44:23.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:23.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:23.857 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 21:44:23.857 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:44:23.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:23.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:23.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:23.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:23.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:44:23.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:44:23.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:44:23.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 21:44:23.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 21:44:23.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:23.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:23.858 INFO [WorkbenchTestable][AbstractShell] Close shell 21:44:23.858 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 21:44:23.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:44:23.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:44:23.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 21:44:24.367 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 21:44:24.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:24.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:24.368 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:24.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:24.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:24.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:24.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:24.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:24.381 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:24.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:44:24.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:24.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:24.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:24.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:24.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:24.382 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:24.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:24.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:24.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:24.408 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:24.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:24.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:24.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:24.409 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:24.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:24.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:24.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:24.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:24.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:24.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:24.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:24.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:25.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:25.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:25.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:25.411 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:25.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:25.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:25.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:25.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 21:44:25.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:25.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:25.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:25.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:25.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:25.412 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:25.412 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:25.413 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:25.413 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:25.413 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:25.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:25.413 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:25.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:25.413 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:25.413 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:25.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:25.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:25.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:25.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:25.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:25.414 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:25.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:25.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:25.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:25.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:25.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:25.414 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:25.414 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:25.415 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:25.419 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:25.420 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:25.420 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:25.420 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:25.420 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:25.424 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:25.424 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:25.425 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:25.447 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:25.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:25.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:25.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:25.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:25.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:25.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:25.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:25.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:25.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29d842ec is found... 21:44:25.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29d842ec is found finished successfully 21:44:25.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:25.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:25.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:25.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:25.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:25.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:25.450 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:25.450 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 21:44:25.450 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:44:25.465 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:25.465 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 21:44:25.465 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:44:25.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:25.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:25.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:25.466 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:25.466 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:25.466 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:25.466 DEBUG [main][MenuItemLookup] Item match:File 21:44:25.467 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:44:25.467 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:44:25.467 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:44:25.467 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:44:25.467 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:25.467 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:44:25.467 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:44:25.467 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:25.467 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:44:25.467 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:44:25.467 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:44:25.468 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:44:25.468 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:44:25.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:44:25.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:44:25.494 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:25.494 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 21:44:25.494 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:44:25.495 DEBUG [main][EditorHandler] 1 editor(s) found 21:44:25.495 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:44:25.539 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:44:25.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:25.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:44:25.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:44:25.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:25.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:25.539 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:25.539 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:44:25.540 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:25.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:25.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:44:25.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:44:25.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:44:25.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:25.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:25.540 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:25.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:25.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:25.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:44:25.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:25.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:25.541 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:44:25.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:44:25.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:25.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:25.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:25.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:25.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:25.542 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:25.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:25.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:25.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:44:25.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:44:25.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:44:25.557 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:25.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:25.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:25.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:25.558 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:25.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:25.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:25.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:25.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:25.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:25.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:26.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:26.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:26.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:26.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:26.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:26.561 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:26.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:26.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:26.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:26.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:44:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:26.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:26.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:26.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:26.562 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:26.562 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:26.562 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:26.563 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:26.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:26.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:26.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:26.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:26.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:26.563 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:26.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:26.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:26.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:26.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:26.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:26.563 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:26.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:26.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:26.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:26.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:26.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:26.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:26.563 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:26.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:26.566 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:26.567 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:26.567 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:26.567 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:26.567 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:26.569 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:26.569 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:26.570 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:26.660 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:26.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:26.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:26.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:26.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:26.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:44:26.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:26.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:26.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:26.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:26.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@68a911af is found... 21:44:26.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@68a911af is found finished successfully 21:44:26.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:26.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:26.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:26.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:26.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:26.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:26.671 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:26.671 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 21:44:26.671 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:26.671 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 21:44:26.671 INFO [WorkbenchTestable][TextEditor] Set cursor position to offset: 517 21:44:26.671 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:26.671 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 21:44:26.677 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 21:44:26.677 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:44:26.677 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:44:27.278 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:44:27.278 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 21:44:27.879 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:44:27.879 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 21:44:28.480 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:44:28.480 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:44:29.082 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:44:29.082 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:44:29.684 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:44:29.684 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 21:44:30.285 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:44:30.285 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 21:44:30.886 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:44:30.886 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 21:44:31.488 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:31.488 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 21:44:31.488 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:44:31.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:31.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:31.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:31.488 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:31.488 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:31.489 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:31.489 DEBUG [main][MenuItemLookup] Item match:File 21:44:31.489 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:44:31.489 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:44:31.489 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:44:31.489 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:44:31.489 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:31.489 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:44:31.489 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:44:31.489 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:31.489 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:44:31.489 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:44:31.500 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:44:31.500 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:44:31.500 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:44:31.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:44:31.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:44:31.522 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:31.522 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 21:44:31.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:31.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:31.523 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:31.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:31.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:31.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:31.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:31.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:31.524 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:31.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:44:31.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:31.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:31.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:31.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:31.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:31.525 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:31.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:31.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:31.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:31.534 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:31.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:31.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:31.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:31.535 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:31.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:31.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:31.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:31.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:31.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:31.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:32.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:32.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:32.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:32.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:32.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:32.537 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:32.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:32.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:32.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:32.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 21:44:32.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:32.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:32.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:32.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:32.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:32.538 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:32.538 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:32.538 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:32.538 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:32.539 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:32.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:32.539 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:32.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:32.539 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:32.539 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:32.539 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:32.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:32.539 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:32.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:32.539 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:32.539 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:32.539 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:32.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:32.539 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:32.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:32.540 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:32.540 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:32.540 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:32.540 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:32.543 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:32.543 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:32.543 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:32.543 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:32.543 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:32.547 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:32.547 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:32.547 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:32.568 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:32.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:32.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:32.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:32.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:32.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:32.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:32.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:32.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:32.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:32.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:32.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:32.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:32.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@63806978 is found... 21:44:32.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@63806978 is found finished successfully 21:44:32.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:32.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:32.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:32.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:32.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:32.570 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:32.570 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 21:44:32.570 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:44:32.577 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:32.577 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 21:44:32.577 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:44:32.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:32.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:32.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:32.577 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:32.577 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:32.577 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:32.578 DEBUG [main][MenuItemLookup] Item match:File 21:44:32.578 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:44:32.578 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:44:32.578 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:44:32.578 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:44:32.578 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:32.578 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:44:32.578 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:44:32.578 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:32.578 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:44:32.578 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:44:32.578 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:44:32.578 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:44:32.579 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:44:32.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:44:32.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:44:32.603 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:32.603 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 21:44:32.603 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:44:32.603 DEBUG [main][EditorHandler] 1 editor(s) found 21:44:32.604 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:44:32.651 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:44:32.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:32.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:44:32.651 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:44:32.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:32.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:32.651 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:32.651 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:44:32.651 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:32.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:32.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:44:32.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:44:32.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:44:32.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:32.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:32.653 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:32.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:32.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:32.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:44:32.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:32.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:32.654 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:44:32.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:44:32.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:32.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:32.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:32.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:32.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:32.655 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:32.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:32.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:32.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:44:32.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:44:32.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:44:32.656 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:32.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:32.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:32.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:32.657 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:32.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:32.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:32.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:32.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:32.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:32.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:33.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:33.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:33.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:33.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:33.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:33.659 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:33.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:33.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:33.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:33.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:44:33.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:33.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:33.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:33.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:33.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:33.660 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:33.660 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:33.660 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:33.660 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:33.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:33.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:33.661 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:33.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:33.661 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:33.661 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:33.661 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:33.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:33.661 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:33.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:33.661 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:33.661 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:33.661 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:33.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:33.661 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:33.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:33.661 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:33.661 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:33.661 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:33.661 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:33.665 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:33.665 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:33.665 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:33.665 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:33.668 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:33.672 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:33.672 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:33.672 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:33.838 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:33.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:33.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:33.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:33.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:33.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:44:33.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:33.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:33.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:33.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:33.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@24d4ae6a is found... 21:44:33.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@24d4ae6a is found finished successfully 21:44:33.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:33.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:33.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:33.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:33.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:33.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:33.844 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:33.844 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 21:44:33.844 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 0] 21:44:33.850 DEBUG [WorkbenchTestable][Keyboard] Select 15 characters to the right 21:44:33.850 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 21:44:34.055 INFO [WorkbenchTestable][Keyboard] Move cursor 21:44:34.255 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 21:44:34.255 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 21:44:34.455 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 21:44:34.858 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 21:44:34.858 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 21:44:35.058 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 21:44:35.460 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 21:44:35.460 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 21:44:35.661 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 21:44:36.064 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 21:44:36.064 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 21:44:36.264 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 21:44:36.666 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 21:44:36.666 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 21:44:36.866 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 21:44:37.267 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 21:44:37.267 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 21:44:37.468 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 21:44:37.869 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 21:44:37.869 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 21:44:38.070 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 21:44:38.471 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 21:44:38.471 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 21:44:38.672 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 21:44:39.074 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 21:44:39.074 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 21:44:39.274 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 21:44:39.676 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 21:44:39.676 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 21:44:39.876 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 21:44:40.278 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 21:44:40.278 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 21:44:40.478 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 21:44:40.880 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 21:44:40.880 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 21:44:41.080 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 21:44:41.482 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 21:44:41.482 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 21:44:41.682 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 21:44:42.084 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 21:44:42.084 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 21:44:42.284 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 21:44:42.686 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 21:44:42.686 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 21:44:42.886 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 21:44:43.089 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 21:44:43.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:43.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:43.290 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:43.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:43.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:43.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:43.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:43.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:43.291 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:43.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 '\*?\QProject Explorer\E') 21:44:43.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:43.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:43.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:43.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:43.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:43.291 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:43.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:43.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:43.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:43.299 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:43.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:43.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:43.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:43.299 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:43.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:43.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:43.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:43.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:43.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:43.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:43.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:43.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:44.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:44.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:44.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:44.301 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:44.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:44.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:44.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:44.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 21:44:44.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:44.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:44.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:44.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:44.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:44.302 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:44.302 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:44.302 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:44.302 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:44.302 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:44.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:44.303 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:44.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:44.303 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:44.303 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:44.303 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:44.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:44.303 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:44.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:44.303 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:44.303 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:44.303 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:44.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:44.303 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:44.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:44.303 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:44.304 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:44.304 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:44.304 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:44.308 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:44.308 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:44.308 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:44.308 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:44.308 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:44.312 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:44.312 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:44.312 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:44.339 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:44.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:44.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:44.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:44.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:44.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:44.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:44.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:44.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:44.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@aface10 is found... 21:44:44.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@aface10 is found finished successfully 21:44:44.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 '\*?\QJavaClass.java\E') 21:44:44.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:44.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:44.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:44.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:44.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:44.341 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:44.341 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 21:44:44.341 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:44:44.348 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:44.348 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 21:44:44.348 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:44:44.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:44.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:44.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:44.348 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:44.348 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:44.348 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:44.348 DEBUG [main][MenuItemLookup] Item match:File 21:44:44.349 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:44:44.349 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:44:44.349 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:44:44.349 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:44:44.349 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:44.349 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:44:44.349 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:44:44.349 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:44.349 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:44:44.349 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:44:44.349 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:44:44.349 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:44:44.349 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:44:44.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:44:44.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:44:44.371 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:44.371 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 21:44:44.371 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:44:44.371 DEBUG [main][EditorHandler] 1 editor(s) found 21:44:44.371 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:44:44.424 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:44:44.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:44.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:44:44.424 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:44:44.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:44.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:44.425 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:44.425 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:44:44.425 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:44.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:44.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:44:44.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:44:44.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:44:44.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:44.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:44.426 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:44.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:44.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:44.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:44:44.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:44.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:44.427 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:44:44.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:44:44.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:44.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:44.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:44.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:44.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:44.428 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:44.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:44.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:44.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:44:44.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:44:44.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:44:44.429 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:44.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:44.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:44.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:44.430 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:44.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:44.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:44.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:44.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:44.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:44.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:44.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:44.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:45.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:45.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:45.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:45.432 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:45.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:45.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:45.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:45.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 21:44:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:45.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:45.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:45.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:45.433 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:45.433 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:45.434 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:45.434 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:45.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:45.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:45.434 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:45.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:45.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:45.434 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:45.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:45.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:45.434 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:45.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:45.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:45.435 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:45.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:45.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:45.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:45.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:45.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:45.435 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:45.435 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:45.435 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:45.440 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:45.440 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:45.440 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:45.440 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:45.440 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:45.443 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:45.443 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:45.443 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:45.535 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:45.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:45.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:45.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:45.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:44:45.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:45.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:45.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:45.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@68faf15d is found... 21:44:45.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@68faf15d is found finished successfully 21:44:45.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 '\*?\QJavaClass.java\E') 21:44:45.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:45.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:45.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:45.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:45.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:45.547 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:45.547 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 21:44:45.547 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 525 21:44:45.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:45.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:45.551 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:45.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:45.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:45.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:45.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:45.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:45.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:45.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:44:45.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:45.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:45.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:45.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:45.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:45.552 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:45.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:45.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:45.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:45.573 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:45.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:45.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:45.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:45.573 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:45.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:45.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:45.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:45.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:45.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:45.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:46.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:46.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:46.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:46.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:46.588 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:46.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:46.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:46.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:46.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 21:44:46.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:46.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:46.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:46.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:46.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:46.590 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:46.590 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:46.590 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:46.590 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:46.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:46.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:46.590 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:46.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:46.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:46.591 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:46.591 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:46.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:46.591 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:46.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:46.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:46.591 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:46.591 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:46.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:46.591 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:46.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:46.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:46.591 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:46.591 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:46.592 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:46.595 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:46.595 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:46.595 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:46.595 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:46.595 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:46.598 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:46.598 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:46.599 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:46.623 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:46.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:46.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:46.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:46.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:46.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:46.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:46.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8519e93 is found... 21:44:46.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8519e93 is found finished successfully 21:44:46.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:46.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:46.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:46.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:46.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:46.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:46.626 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:46.626 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 21:44:46.626 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:44:46.644 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:46.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; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 21:44:46.644 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:44:46.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:46.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:46.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:46.645 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:46.645 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:46.645 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:46.645 DEBUG [main][MenuItemLookup] Item match:File 21:44:46.646 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:44:46.646 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:44:46.646 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:44:46.646 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:44:46.646 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:46.646 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:44:46.646 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:44:46.646 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:46.646 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:44:46.646 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:44:46.646 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:44:46.646 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:44:46.646 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:44:46.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:44:46.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:44:46.655 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:46.655 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 21:44:46.655 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:44:46.655 DEBUG [main][EditorHandler] 1 editor(s) found 21:44:46.655 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:44:46.696 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:44:46.697 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:46.697 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:44:46.697 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:44:46.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:46.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:46.697 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:46.697 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:44:46.697 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:46.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:46.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:44:46.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:44:46.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:44:46.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:46.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:46.698 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:46.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:46.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:46.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:44:46.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:46.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:46.699 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:44:46.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 '\*?\QProject Explorer\E') 21:44:46.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:46.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:46.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:46.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:46.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:46.699 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:46.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:46.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:46.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:44:46.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:44:46.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:44:46.701 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:46.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:46.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:46.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:46.702 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:46.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:46.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:46.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:46.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:46.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:46.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:47.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:47.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:47.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:47.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:47.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:47.704 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:47.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:47.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:47.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:47.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 21:44:47.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:47.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:47.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:47.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:47.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:47.705 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:47.705 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:47.705 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:47.706 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:47.706 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:47.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:47.706 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:47.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:47.706 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:47.706 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:47.706 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:47.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:47.706 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:47.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:47.706 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:47.706 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:47.706 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:47.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:47.707 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:47.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:47.707 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:47.707 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:47.707 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:47.707 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:47.712 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:47.712 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:47.712 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:47.712 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:47.712 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:47.715 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:47.715 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:47.715 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:47.803 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:47.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:47.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:47.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:47.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:47.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:44:47.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:47.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:47.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:47.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:47.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@977c60d is found... 21:44:47.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@977c60d is found finished successfully 21:44:47.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:47.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:47.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:47.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:47.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:47.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:47.807 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:47.808 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 21:44:47.808 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:44:47.815 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:44:47.824 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:47.824 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 21:44:47.824 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:44:47.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:47.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:47.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:47.824 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:47.824 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:47.824 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:47.825 DEBUG [main][MenuItemLookup] Item match:File 21:44:47.825 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:44:47.825 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:44:47.825 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:44:47.825 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:44:47.825 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:47.825 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:44:47.825 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:44:47.825 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:47.825 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:44:47.825 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:44:47.825 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:44:47.825 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:44:47.826 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:44:47.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:44:47.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:44:47.847 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:47.848 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 21:44:47.848 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:44:48.848 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:48.848 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 21:44:48.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:48.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:48.849 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:48.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:48.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:48.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:48.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:48.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:48.850 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:48.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:44:48.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:48.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:48.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:48.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:48.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:48.851 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:48.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:48.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:48.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:48.858 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:48.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:48.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:48.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:48.858 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:48.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:48.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:48.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:48.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:48.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:48.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:49.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:49.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:49.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:49.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:49.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:49.861 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:49.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:49.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:49.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:49.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:44:49.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:49.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:49.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:49.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:49.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:49.862 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:49.862 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:49.862 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:49.862 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:49.862 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:49.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:49.862 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:49.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:49.862 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:49.862 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:49.862 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:49.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:49.862 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:49.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:49.862 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:49.863 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:49.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:49.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:49.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:49.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:49.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:49.863 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:49.863 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:49.863 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:49.866 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:49.866 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:49.866 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:49.866 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:49.866 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:49.869 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:49.869 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:49.869 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:49.891 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:49.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:49.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:49.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:49.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:49.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:49.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:49.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:49.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:49.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@55a1137d is found... 21:44:49.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@55a1137d is found finished successfully 21:44:49.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:49.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:49.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:49.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:49.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:49.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:49.894 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:49.894 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 21:44:49.894 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:44:49.900 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:49.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 21:44:49.900 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:44:49.900 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:49.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:49.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:49.900 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:49.900 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:49.900 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:49.901 DEBUG [main][MenuItemLookup] Item match:File 21:44:49.901 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:44:49.901 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:44:49.901 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:44:49.901 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:44:49.901 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:49.901 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:44:49.901 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:44:49.901 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:49.901 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:44:49.901 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:44:49.901 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:44:49.901 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:44:49.901 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:44:49.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:44:49.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:44:49.924 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:49.925 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 21:44:49.925 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:44:49.925 DEBUG [main][EditorHandler] 1 editor(s) found 21:44:49.925 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:44:49.967 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:44:49.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:49.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:44:49.967 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:44:49.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:49.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:49.967 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:49.968 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:44:49.968 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:49.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:49.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:44:49.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:44:49.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:44:49.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:49.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:49.968 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:49.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:49.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:49.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:44:49.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:49.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:49.969 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:44:49.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') 21:44:49.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:49.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:49.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:49.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:49.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:49.970 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:49.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:49.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:49.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:44:49.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:44:49.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:44:49.972 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:49.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:49.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:49.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:49.972 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:49.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:49.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:49.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:49.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:49.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:49.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:50.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:50.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:50.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:50.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:50.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:50.990 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:50.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:50.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:50.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:50.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:44:50.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:50.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:50.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:50.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:50.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:50.991 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:50.991 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:50.992 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:50.992 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:50.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:50.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:50.993 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:50.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:50.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:50.993 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:50.993 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:50.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:50.993 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:50.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:50.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:50.993 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:50.993 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:50.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:50.993 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:50.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:50.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:50.993 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:50.993 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:50.993 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:50.996 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:50.996 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:50.996 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:50.996 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:50.997 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:50.999 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:50.999 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:51.000 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:51.103 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:51.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:51.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:51.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:51.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:51.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:44:51.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:51.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:51.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:51.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:51.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6a6e608d is found... 21:44:51.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6a6e608d is found finished successfully 21:44:51.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:51.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:51.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:51.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:51.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:51.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:51.109 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:51.109 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 21:44:51.109 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 { 21:44:51.119 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:51.119 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 21:44:51.119 INFO [WorkbenchTestable][AbstractEditor] Open editor's open on assistant 21:44:51.119 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:44:52.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:52.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:52.120 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:52.120 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:52.120 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:44:52.120 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:44:52.120 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:44:52.120 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:44:52.120 DEBUG [main][MenuItemLookup] Item match:Navigate 21:44:52.121 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:44:52.122 DEBUG [main][MenuItemLookup] Found menu:'Go To' 21:44:52.122 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:52.122 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 21:44:52.122 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:44:52.122 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 21:44:52.122 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 21:44:52.122 DEBUG [main][MenuItemLookup] Item match:Open Hyperlink 21:44:52.122 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open Hyperlin&k" 21:44:52.122 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Hyperlink 21:44:52.122 INFO [main][MenuItemHandler] Select menu item: Open Hyperlin&k 21:44:52.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 21:44:52.157 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 21:44:52.157 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:44:52.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:52.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:52.157 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 21:44:52.157 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:44:52.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:52.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:52.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:52.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:52.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:44:52.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:44:52.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:44:52.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 21:44:52.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 21:44:52.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:52.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:52.159 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:44:52.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:52.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:52.159 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 21:44:52.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 21:44:52.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:52.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:52.159 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") 21:44:52.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:52.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:52.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:52.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:52.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:53.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:53.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:53.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:44:53.161 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 21:44:53.161 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 21:44:53.161 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:44:53.162 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 21:44:53.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 21:44:53.175 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 21:44:53.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:53.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:53.175 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:53.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:53.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:53.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:53.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:53.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:53.177 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:53.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 '\*?\QProject Explorer\E') 21:44:53.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:53.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:53.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:53.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:53.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:53.177 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:53.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:53.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:53.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:53.204 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:53.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:53.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:53.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:53.204 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:53.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:53.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:53.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:53.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:53.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:53.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:53.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:53.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:54.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:54.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:54.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:54.206 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:54.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:54.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:54.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:54.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 21:44:54.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:54.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:54.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:54.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:54.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:54.207 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:54.207 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:54.207 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:54.208 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:54.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:54.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:54.208 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:54.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:54.208 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:54.208 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:54.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:54.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:54.208 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:54.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:54.208 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:54.208 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:54.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:54.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:54.208 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:54.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:54.209 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:54.209 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:54.209 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:54.209 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:54.212 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:54.213 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:54.213 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:54.213 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:54.213 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:54.218 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:54.218 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:54.218 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:54.231 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:54.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:54.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:54.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:54.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:54.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:54.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:54.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:54.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:54.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e4fce55 is found... 21:44:54.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e4fce55 is found finished successfully 21:44:54.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:54.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:54.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:54.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:54.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:54.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:54.244 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:54.244 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 21:44:54.244 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:44:54.259 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:54.259 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 21:44:54.259 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:44:54.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:54.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:54.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:54.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:54.260 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:54.260 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:54.260 DEBUG [main][MenuItemLookup] Item match:File 21:44:54.260 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:44:54.260 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:44:54.260 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:44:54.260 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:44:54.260 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:54.260 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:44:54.260 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:44:54.260 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:54.260 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:44:54.260 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:44:54.261 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:44:54.261 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:44:54.261 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:44:54.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:44:54.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:44:54.284 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:54.285 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 21:44:54.285 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:44:54.285 DEBUG [main][EditorHandler] 1 editor(s) found 21:44:54.285 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:44:54.337 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:44:54.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:54.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:44:54.337 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:44:54.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:54.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:54.337 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:54.337 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:44:54.337 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:54.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:54.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:44:54.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:44:54.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:44:54.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:54.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:54.338 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:54.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:54.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:54.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:44:54.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:54.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:54.339 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:44:54.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 '\*?\QProject Explorer\E') 21:44:54.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:54.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:54.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:54.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:54.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:54.339 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:54.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:54.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:54.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:44:54.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:44:54.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:44:54.341 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:54.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:54.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:54.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:54.341 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:54.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:54.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:54.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:54.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:54.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:54.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:54.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:55.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:55.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:55.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:55.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:55.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:55.843 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:55.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:55.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:55.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:55.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 21:44:55.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:55.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:55.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:55.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:55.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:55.844 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:55.844 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:55.844 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:55.845 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:55.845 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:55.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:55.845 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:55.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:55.845 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:55.845 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:55.845 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:55.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:55.845 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:55.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:55.845 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:55.846 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:55.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:55.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:55.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:55.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:55.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:55.846 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:55.846 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:55.846 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:55.851 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:55.851 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:55.851 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:55.851 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:55.851 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:55.854 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:55.854 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:55.854 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:55.941 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:55.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:55.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:55.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:55.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:55.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:44:55.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:55.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:55.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:55.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:55.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@593f3a3f is found... 21:44:55.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@593f3a3f is found finished successfully 21:44:55.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 21:44:55.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:55.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:55.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:55.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:55.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:55.946 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:55.946 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 21:44:55.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:55.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:55.947 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:55.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:55.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:55.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:55.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:55.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:55.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:55.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') 21:44:55.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:55.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:55.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:55.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:55.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:55.948 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:55.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:55.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:55.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:55.973 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:55.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:55.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:55.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:55.973 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:55.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:55.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:55.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:55.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:55.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:55.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:56.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:56.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:56.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:56.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:56.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:56.976 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:56.976 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:56.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:56.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:56.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:44:56.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:56.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:56.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:56.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:56.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:56.977 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:56.977 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:56.977 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:56.977 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:56.977 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:56.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:56.978 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:56.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:56.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:56.978 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:56.978 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:56.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:56.979 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:56.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:56.979 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:56.979 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:56.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:56.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:56.979 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:56.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:56.979 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:56.979 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:56.979 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:56.979 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:56.984 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:56.985 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:56.985 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:56.985 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:56.985 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:56.988 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:56.988 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:56.989 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:57.011 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:57.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:57.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:57.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:57.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:57.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:57.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:57.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:57.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:57.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4d8e09e is found... 21:44:57.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4d8e09e is found finished successfully 21:44:57.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:44:57.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:57.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:57.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:57.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:57.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:57.014 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:57.014 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 21:44:57.014 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:44:57.023 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:57.024 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 21:44:57.024 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:44:57.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:44:57.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:57.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:57.024 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:57.024 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:44:57.024 DEBUG [main][MenuItemLookup] Found menu:'File' 21:44:57.024 DEBUG [main][MenuItemLookup] Item match:File 21:44:57.025 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:44:57.025 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:44:57.025 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:44:57.025 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:44:57.025 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:57.025 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:44:57.025 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:44:57.025 DEBUG [main][MenuItemLookup] Found menu:'' 21:44:57.025 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:44:57.025 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:44:57.025 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:44:57.025 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:44:57.025 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:44:57.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:44:57.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:44:57.051 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:57.052 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 21:44:57.052 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:44:57.052 DEBUG [main][EditorHandler] 1 editor(s) found 21:44:57.052 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:44:57.094 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:44:57.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:57.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:44:57.094 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:44:57.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:44:57.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:44:57.094 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:57.094 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:44:57.094 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:44:57.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:44:57.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:44:57.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:44:57.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:44:57.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:57.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:57.095 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:44:57.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:57.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:57.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:44:57.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:44:57.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:44:57.096 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:44:57.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 '\*?\QProject Explorer\E') 21:44:57.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:57.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:57.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:57.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:57.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:57.096 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:57.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:57.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:57.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:44:57.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:44:57.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:44:57.098 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:57.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:57.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:57.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:57.098 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:57.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:57.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:57.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:57.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:57.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:57.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:57.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:57.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:58.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:58.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:44:58.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:44:58.100 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:44:58.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:44:58.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:58.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:44:58.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.ctab.DefaultCTabItem, index 0 and no matchers specified 21:44:58.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:58.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:58.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:58.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:58.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:44:58.101 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:44:58.102 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:44:58.102 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:44:58.102 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:44:58.102 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:44:58.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:58.102 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:44:58.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:58.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:44:58.103 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:44:58.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:44:58.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:58.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:44:58.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:58.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:44:58.103 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:44:58.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:44:58.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:44:58.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:44:58.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:44:58.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:44:58.103 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:58.103 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:58.104 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:58.107 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:58.108 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:44:58.108 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:44:58.108 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:44:58.108 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:44:58.111 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:44:58.111 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:44:58.111 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:44:58.199 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:44:58.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:44:58.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:44:58.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:44:58.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:44:58.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:44:58.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:44:58.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:44:58.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:44:58.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:44:58.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1dab8280 is found... 21:44:58.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1dab8280 is found finished successfully 21:44:58.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') 21:44:58.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:44:58.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:44:58.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:44:58.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:44:58.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:44:58.211 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:44:58.211 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 21:44:58.211 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:44:58.211 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:44:58.411 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:44:58.613 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:44:58.613 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:44:58.813 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:44:59.016 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:44:59.016 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:44:59.216 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:44:59.419 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 21:44:59.419 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 21:44:59.620 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 21:44:59.822 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:44:59.822 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 21:45:00.022 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 21:45:01.023 INFO [WorkbenchTestable][TextEditor] Select line 17 in editor 21:45:01.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:01.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:01.028 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:45:01.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:01.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:01.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:45:01.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:01.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:01.029 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:45:01.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:45:01.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:01.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:01.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:01.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:01.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:01.029 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:01.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:01.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:01.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:45:01.058 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:01.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:01.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:01.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:45:01.059 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:01.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:01.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:01.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:45:01.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:01.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:01.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:01.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:01.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:02.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:02.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:02.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:45:02.062 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:02.062 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:02.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:02.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:45:02.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:45:02.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:02.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:02.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:02.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:02.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:45:02.064 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:45:02.064 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:45:02.064 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:45:02.064 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 21:45:02.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 21:45:02.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:45:02.064 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 21:45:02.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:45:02.064 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 21:45:02.064 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:45:02.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:45:02.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:45:02.064 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:45:02.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:45:02.065 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:45:02.065 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 21:45:02.065 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:45:02.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:45:02.065 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:45:02.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:45:02.065 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:45:02.065 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:45:02.065 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:45:02.065 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:45:02.068 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:45:02.068 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 21:45:02.068 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 21:45:02.068 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 21:45:02.068 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 21:45:02.071 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 21:45:02.071 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:45:02.071 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:45:02.095 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:45:02.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:45:02.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:45:02.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:45:02.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:45:02.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:45:02.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:45:02.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:45:02.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:45:02.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@37c8b743 is found... 21:45:02.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@37c8b743 is found finished successfully 21:45:02.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 21:45:02.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:02.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:02.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:02.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:02.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:02.098 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:02.098 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 21:45:02.098 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:45:02.108 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:02.108 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 21:45:02.108 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:45:02.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 21:45:02.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:02.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:02.109 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:45:02.109 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 21:45:02.109 DEBUG [main][MenuItemLookup] Found menu:'File' 21:45:02.109 DEBUG [main][MenuItemLookup] Item match:File 21:45:02.110 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:45:02.110 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:45:02.110 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:45:02.110 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:45:02.110 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:02.110 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:45:02.110 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:45:02.110 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:02.110 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:45:02.110 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:45:02.111 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:45:02.111 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:45:02.111 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:45:02.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:45:02.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:45:02.133 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:02.134 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 21:45:02.134 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:45:02.134 DEBUG [main][EditorHandler] 1 editor(s) found 21:45:02.134 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 21:45:02.175 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 21:45:02.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:45:02.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:02.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:02.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:02.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:02.175 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 21:45:02.175 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:45:02.175 DEBUG [main][EditorHandler] 0 editor(s) found 21:45:02.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:02.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:02.176 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:45:02.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:02.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:02.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:02.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:02.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:02.177 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:02.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 '\*?\QProject Explorer\E') 21:45:02.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:02.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:02.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:02.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:02.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:02.178 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:02.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:02.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:02.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:02.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:02.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:02.179 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:02.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:02.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:02.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:45:02.179 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:02.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:02.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:02.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:45:02.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:02.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:02.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:02.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:02.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:03.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:03.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:03.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:45:03.182 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:03.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:03.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:03.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:45:03.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:45:03.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:03.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:03.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:03.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:03.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:45:03.183 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:45:03.183 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:45:03.183 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:03.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:03.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:03.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:45:03.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:03.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:03.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:03.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:03.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:04.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:04.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:04.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:45:04.185 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:04.185 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:04.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:04.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:45:04.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 21:45:04.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:04.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:04.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:04.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:04.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:45:04.186 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 21:45:04.186 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 21:45:04.186 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:04.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:04.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:04.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:45:04.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:45:04.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:04.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:04.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:04.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:04.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:45:04.187 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 21:45:04.187 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 21:45:04.187 DEBUG [main][TreeItemHandler] Set Tree selection 21:45:04.187 DEBUG [main][TreeHandler] Notify Tree about selection event 21:45:04.191 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 21:45:04.192 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 21:45:04.192 DEBUG [WorkbenchTestable][TreeItemHandler] TextEditorTestProject 21:45:04.193 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:45:04.193 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:04.218 DEBUG [main][MenuItemLookup] Found menu:'New' 21:45:04.218 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:45:04.218 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:04.218 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:45:04.218 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:04.219 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:45:04.219 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:45:04.219 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:45:04.219 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:45:04.219 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:45:04.219 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:04.219 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:45:04.219 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:45:04.219 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:04.219 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:45:04.219 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:45:04.219 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:45:04.219 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:45:04.219 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:45:04.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:45:04.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 21:45:04.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:45:04.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:45:04.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:45:04.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:45:04.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:45:04.719 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:45:04.719 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:04.732 DEBUG [main][MenuItemLookup] Found menu:'New' 21:45:04.732 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:45:04.732 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:04.732 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:45:04.732 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:04.732 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:45:04.732 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:45:04.732 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:45:04.732 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:45:04.732 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:45:04.732 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:45:04.732 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:45:04.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1253): Gtk-CRITICAL **: 21:45:04.768: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1253): Gtk-CRITICAL **: 21:45:04.771: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1253): Gtk-CRITICAL **: 21:45:04.785: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1253): Gtk-CRITICAL **: 21:45:04.797: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:45:05.299 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 21:45:05.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:45:05.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:05.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:05.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 21:45:05.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:05.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:05.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:05.302 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:45:05.302 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:05.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:05.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:05.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:05.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:05.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:05.303 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:45:05.303 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:45:05.303 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:45:05.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:05.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:05.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:05.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:05.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") 21:45:05.304 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:05.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:05.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:05.304 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:45:05.304 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:05.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:05.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:05.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:05.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:05.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:05.305 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:45:05.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:05.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:05.305 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:05.305 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:05.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:45:05.309 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:45:05.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:45:05.810 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:45:05.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:45:05.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:45:05.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:45:05.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:45:05.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:45:05.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:45:05.810 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:05.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:05.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:05.812 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 21:45:05.812 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 21:45:05.812 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:05.812 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:05.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:05.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 135.869 s - in org.eclipse.reddeer.workbench.test.editor.TextEditorTest setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.239 s getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.327 s notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 1.524 s insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.342 s selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.165 s selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.116 s getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.331 s getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.342 s insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.313 s contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.539 s openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.411 s getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.109 s getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.301 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.435 s closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.825 s quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.48 s getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.096 s selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.08 s testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.261 s openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.304 s insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.282 s getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 1.927 s insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.252 s closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.829 s setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.111 s getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 11.774 s insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.272 s getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.27 s closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.369 s getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.757 s selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.081 s Running org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 21:45:05.818 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 21:45:05.818 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:45:05.818 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:05.818 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 21:45:05.818 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:05.818 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:45:05.818 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:05.818 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:45:05.819 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:05.819 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 21:45:05.819 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:45:05.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:05.819 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:45:05.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:05.819 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:45:05.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:05.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:05.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:05.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:05.820 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:05.820 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:45:05.820 DEBUG [main][MenuItemLookup] Found menu:'File' 21:45:05.821 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:45:05.821 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:45:05.821 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:45:05.821 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:45:05.821 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:45:05.821 DEBUG [main][MenuItemLookup] Item match:Window 21:45:05.821 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:45:05.821 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:45:05.821 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:45:05.821 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:05.821 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:45:05.821 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:45:05.821 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:05.821 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:45:05.821 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:05.821 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:45:05.821 DEBUG [main][MenuItemLookup] Item match:Preferences 21:45:05.821 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:45:05.821 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:45:05.821 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:45:05.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:45:05.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:45:05.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:45:05.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:05.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:05.877 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:45:05.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:05.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:45:05.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:05.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:05.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:05.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:05.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:45:05.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:45:05.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:45:05.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 "Cancel", Widget matcher matching widgets with style: 8) 21:45:05.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:05.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:05.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:05.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:05.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:05.880 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:45:05.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:05.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:05.880 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:05.880 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:05.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:45:05.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:45:05.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:05.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:05.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:05.894 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:45:05.894 DEBUG [main][EditorHandler] 0 editor(s) found 21:45:05.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:05.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:05.894 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:45:05.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:05.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:05.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:05.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:05.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:05.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:05.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 '\*?\QProject Explorer\E') 21:45:05.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:05.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:05.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:05.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:05.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:05.896 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:05.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:05.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:05.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:05.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:05.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:05.897 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:05.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:05.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:05.897 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 21:45:05.898 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:05.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:05.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:05.898 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 21:45:05.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:05.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:05.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:05.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:05.898 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:05.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:05.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:05.910 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 21:45:05.910 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:05.910 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 21:45:05.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 21:45:05.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:05.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:05.910 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:05.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'] 21:45:05.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:05.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'] 21:45:05.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:05.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 Project"] 21:45:05.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:05.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'] 21:45:05.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:05.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'] 21:45:05.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:05.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'] 21:45:05.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:05.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 Project"] 21:45:05.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:05.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'] 21:45:05.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:05.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'] 21:45:05.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:05.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:05.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:05.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:05.912 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:05.912 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:45:05.913 DEBUG [main][MenuItemLookup] Found menu:'File' 21:45:05.913 DEBUG [main][MenuItemLookup] Item match:File 21:45:05.913 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:45:05.913 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:45:05.914 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:45:05.914 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:05.914 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:45:05.914 DEBUG [main][MenuItemLookup] Found menu:'File' 21:45:05.914 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:45:05.914 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:05.914 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:45:05.914 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:45:05.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:45:05.915 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:45:05.921 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:45:05.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:45:05.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:45:05.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:45:05.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:05.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:05.964 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:45:05.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:05.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:45:05.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:05.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:05.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:05.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:05.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:45:05.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:45:05.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:45:05.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:45:05.965 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:45:05.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:45:05.965 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:45:05.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:45:05.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:45:05.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:45:05.966 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:45:05.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:45:05.966 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:45:05.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:45:05.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:45:05.966 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 21:45:05.966 DEBUG [main][TreeItemHandler] Selecting tree item: Project 21:45:05.966 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 21:45:05.969 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 21:45:05.969 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:45:05.969 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:45:05.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:45:05.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:05.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:05.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:05.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:05.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:05.970 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:45:05.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:05.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:05.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:05.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:06.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'] 21:45:06.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:06.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:06.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 21:45:06.018 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 21:45:06.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 21:45:06.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:06.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:06.019 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 21:45:06.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:06.019 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'project' 21:45:06.019 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:") 21:45:06.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:06.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:06.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:06.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:06.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:45:06.020 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:45:06.021 INFO [WorkbenchTestable][AbstractText] Text set to: project 21:45:06.022 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 21:45:06.022 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 21:45:06.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.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) 21:45:06.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:06.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:06.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:06.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:06.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:06.024 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:45:06.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:06.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:06.024 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:06.024 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:06.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:45:06.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:45:06.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:45:06.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:45:06.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:45:06.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:45:06.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:45:06.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:45:06.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'] 21:45:06.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:06.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'] 21:45:06.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:06.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: "Create New File"] 21:45:06.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:06.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'] 21:45:06.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:06.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'] 21:45:06.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:06.529 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:45:06.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:06.529 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 21:45:06.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:06.529 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:45:06.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:06.529 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:45:06.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:06.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:06.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:06.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:06.529 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:06.529 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:45:06.529 DEBUG [main][MenuItemLookup] Found menu:'File' 21:45:06.529 DEBUG [main][MenuItemLookup] Item match:File 21:45:06.530 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:45:06.530 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:45:06.531 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:45:06.531 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:06.531 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:45:06.531 DEBUG [main][MenuItemLookup] Found menu:'File' 21:45:06.531 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:45:06.531 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:06.531 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:45:06.531 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:45:06.532 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:45:06.532 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:45:06.532 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:45:06.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:45:06.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:45:06.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:45:06.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:06.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:06.575 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:45:06.575 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:06.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:45:06.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:06.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:06.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:06.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:06.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:45:06.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:45:06.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:45:06.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:45:06.576 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:45:06.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:45:06.576 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:45:06.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:45:06.576 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:45:06.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:45:06.576 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:45:06.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:45:06.576 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:45:06.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:45:06.576 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:45:06.576 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 21:45:06.576 DEBUG [main][TreeItemHandler] Selecting tree item: File 21:45:06.576 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 21:45:06.579 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 21:45:06.579 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:45:06.579 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:45:06.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:45:06.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:06.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:06.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:06.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:06.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:06.580 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:45:06.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:06.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:06.580 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:06.580 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:06.602 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:45:06.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:06.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:06.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 21:45:06.603 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 21:45:06.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 21:45:06.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:06.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:06.603 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 21:45:06.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:06.604 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:") 21:45:06.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:06.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:06.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:06.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:06.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:45:06.605 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:45:06.605 INFO [WorkbenchTestable][AbstractText] Text set to: project/ 21:45:06.611 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:") 21:45:06.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:06.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:06.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:06.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:06.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:45:06.613 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:45:06.614 INFO [WorkbenchTestable][AbstractText] Text set to: abc.ca 21:45:06.616 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 21:45:06.616 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 21:45:06.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.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) 21:45:06.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:06.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:06.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:06.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:06.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:06.621 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:45:06.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:06.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:06.621 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:06.621 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:06.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:45:07.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:45:07.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:45:07.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:45:07.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:45:07.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:45:07.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:45:07.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:45:07.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:45:07.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qabc.ca\E') 21:45:07.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:07.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:07.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:07.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:07.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:07.128 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:07.128 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 21:45:07.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:07.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:07.128 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - project/abc.ca - Eclipse Platform' 21:45:07.128 DEBUG [main][MenuItemLookup] Found menu:'File' 21:45:07.128 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:45:07.128 DEBUG [main][MenuItemLookup] Item match:Edit 21:45:07.129 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 21:45:07.129 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 21:45:07.129 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:07.129 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 21:45:07.129 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:45:07.129 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:45:07.129 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:07.129 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:45:07.129 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 21:45:07.129 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 21:45:07.129 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:07.129 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 21:45:07.129 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:07.129 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 21:45:07.129 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 21:45:07.129 INFO [WorkbenchTestable][AbstractEditor] Content assist menu not found, open via keyboard shortcut 21:45:07.129 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 21:45:07.129 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 21:45:07.330 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 21:45:08.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 21:45:08.331 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 21:45:08.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:08.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:08.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:08.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 21:45:08.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:08.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:08.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:08.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:08.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:08.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:45:08.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:45:08.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:45:08.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 21:45:08.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 21:45:08.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:08.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:08.339 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 21:45:08.339 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 21:45:08.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:45:08.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:45:08.339 DEBUG [WorkbenchTestable][ContentAssistant] a 21:45:08.339 DEBUG [WorkbenchTestable][ContentAssistant] b 21:45:08.339 DEBUG [WorkbenchTestable][ContentAssistant] c 21:45:08.339 INFO [WorkbenchTestable][AbstractShell] Close shell 21:45:08.339 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 21:45:08.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:45:08.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:45:08.345 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:45:08.345 DEBUG [main][EditorHandler] 1 editor(s) found 21:45:08.345 DEBUG [WorkbenchTestable][EditorHandler] Closing editor abc.ca 21:45:08.361 DEBUG [WorkbenchTestable][EditorHandler] Editor abc.ca is closed 21:45:08.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:08.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:08.361 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:45:08.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:08.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:08.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:08.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:08.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:08.362 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:08.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 '\*?\QProject Explorer\E') 21:45:08.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:08.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:08.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:08.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:08.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:08.363 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:08.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:08.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:08.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:08.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:08.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:08.364 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:08.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:08.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:08.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:45:08.364 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:08.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:08.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:08.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:45:08.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:08.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:08.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:08.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:08.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:09.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:09.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:09.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:45:09.367 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:09.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:09.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:09.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:45:09.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 21:45:09.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:09.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:09.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:09.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:09.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:45:09.368 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 21:45:09.368 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:09.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:09.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:09.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:45:09.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:09.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:09.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:09.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:09.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:10.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:10.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:10.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:45:10.370 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:10.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:10.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:10.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:45:10.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 21:45:10.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:10.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:10.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:10.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:10.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:45:10.371 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 21:45:10.372 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:10.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:10.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:10.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:45:10.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 21:45:10.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:10.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:10.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:10.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:10.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:45:10.372 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 21:45:10.372 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 21:45:10.372 DEBUG [main][TreeItemHandler] Set Tree selection 21:45:10.373 DEBUG [main][TreeHandler] Notify Tree about selection event 21:45:10.375 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 21:45:10.376 DEBUG [WorkbenchTestable][TreeItemHandler] project 21:45:10.376 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:45:10.376 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:10.390 DEBUG [main][MenuItemLookup] Found menu:'New' 21:45:10.390 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:45:10.390 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:10.390 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:45:10.390 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:10.390 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:45:10.390 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:45:10.390 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:45:10.390 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:45:10.390 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:45:10.390 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:10.390 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:45:10.390 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:45:10.390 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:10.390 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:45:10.390 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:45:10.390 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:45:10.390 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:45:10.390 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:45:10.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:45:10.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:45:10.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 21:45:10.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:45:10.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:45:10.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:45:10.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:45:10.891 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:45:10.891 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:10.903 DEBUG [main][MenuItemLookup] Found menu:'New' 21:45:10.903 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:45:10.903 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:10.903 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:45:10.903 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:10.903 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:45:10.903 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:45:10.903 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:45:10.903 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:45:10.903 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:45:10.903 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:45:10.903 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:45:10.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 21:45:11.449 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 21:45:11.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:45:11.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:11.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:11.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 21:45:11.451 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:11.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:11.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:11.451 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:45:11.451 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:11.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:11.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:11.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:11.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:11.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:11.451 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:45:11.452 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:45:11.452 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:45:11.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:11.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:11.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:11.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:11.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 21:45:11.452 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:11.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:11.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:11.452 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:45:11.452 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:11.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:11.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:11.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:11.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:11.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:11.452 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:45:11.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:11.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:11.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:11.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:11.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:45:11.455 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:45:11.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:45:11.955 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:45:11.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:45:11.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:45:11.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:45:11.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:45:11.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:45:11.956 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:45:11.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:45:11.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:11.957 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 21:45:11.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 21:45:11.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:11.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:11.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:11.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:11.957 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 21:45:11.957 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 21:45:11.957 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:11.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:11.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:11.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.14 s - in org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) Time elapsed: 6.047 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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.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 21:45:21.215 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 21:45:21.217 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 21:45:21.228 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 21:45:21.229 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 21:45:21.297 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:21.316 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:45:21.318 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:21.320 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:21.322 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 21:45:21.322 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 21:45:21.329 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 21:45:21.332 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:21.332 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:45:21.351 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:21.351 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:45:21.390 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:21.391 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 21:45:21.402 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:45:21.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:21.405 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:45:21.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:21.406 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:45:21.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:21.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:21.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:21.415 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:21.418 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:45:21.421 DEBUG [main][MenuItemLookup] Found menu:'File' 21:45:21.422 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:45:21.422 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:45:21.422 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:45:21.422 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:45:21.422 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:45:21.422 DEBUG [main][MenuItemLookup] Item match:Window 21:45:21.425 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:45:21.425 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:45:21.425 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:45:21.425 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:21.426 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:45:21.426 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:45:21.426 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:21.426 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:45:21.426 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:21.426 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:45:21.426 DEBUG [main][MenuItemLookup] Item match:Preferences 21:45:21.428 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:45:21.428 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:45:21.429 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:45:21.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:45:21.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 'Preferences.*'] is available. finished successfully 21:45:21.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:45:21.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:21.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:21.596 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:45:21.596 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:21.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:45:21.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:21.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:21.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:21.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:21.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:45:21.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:45:21.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:45:21.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:45:21.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:21.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:21.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:21.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:21.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:21.636 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:45:21.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:21.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:21.638 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:21.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:21.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:45:21.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:45:21.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:21.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:21.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:21.706 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:21.708 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 21:45:21.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:21.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:21.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:21.708 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:21.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:21.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:21.716 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' view via menu. 21:45:21.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:21.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:21.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:21.717 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:21.717 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:45:21.718 DEBUG [main][MenuItemLookup] Found menu:'File' 21:45:21.718 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:45:21.718 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:45:21.718 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:45:21.718 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:45:21.718 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:45:21.718 DEBUG [main][MenuItemLookup] Item match:Window 21:45:21.719 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:45:21.719 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:45:21.719 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:45:21.719 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:21.719 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:45:21.719 DEBUG [main][MenuItemLookup] Item match:Show View 21:45:21.726 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:45:21.726 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:45:21.726 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:45:21.726 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:45:21.726 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:45:21.726 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:45:21.726 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:45:21.726 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:45:21.726 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:21.727 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:45:21.727 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:45:21.727 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:45:21.727 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:45:21.727 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:45:21.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:45:21.796 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 21:45:21.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:45:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:21.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:45:21.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:21.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:21.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:21.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:45:21.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:21.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:21.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:21.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:21.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:21.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:45:21.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:45:21.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:45:21.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children... 21:45:21.801 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 21:45:21.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:45:22.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:45:22.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 21:45:22.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children finished successfully 21:45:22.306 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 21:45:22.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:45:22.307 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test UI Forms is already expanded. No action performed 21:45:22.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:45:22.307 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 21:45:22.307 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UI Form Test 21:45:22.308 DEBUG [main][TreeItemHandler] Selecting tree item: UI Form Test 21:45:22.308 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UI Form Test about selection 21:45:22.309 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UI Form Test 21:45:22.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:22.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:22.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:22.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:45:22.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:22.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:22.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:22.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:45:22.311 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:22.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:22.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:22.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:45:22.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:22.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:22.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:22.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:22.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:22.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:22.312 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:45:22.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:22.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:22.313 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:22.313 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:22.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:45:22.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:45:22.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open... 21:45:22.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:22.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:22.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open finished successfully 21:45:22.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:22.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:22.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:22.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:22.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:22.603 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:22.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 21:45:22.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:22.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:22.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:22.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:22.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:22.621 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:22.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:22.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:22.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:22.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:22.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:22.633 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 21:45:22.633 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:22.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:22.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:22.634 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:22.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:22.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:22.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:22.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:22.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:22.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 21:45:22.637 TRACE [main][WidgetHandler] Notify Hyperlink with event 6 21:45:22.637 TRACE [main][WidgetHandler] Wait for synchronization 21:45:22.638 TRACE [main][WidgetHandler] Notify Hyperlink with event 3 21:45:22.638 TRACE [main][WidgetHandler] Wait for synchronization 21:45:22.638 TRACE [main][WidgetHandler] Notify Hyperlink with event 4 21:45:22.638 TRACE [main][WidgetHandler] Wait for synchronization 21:45:22.638 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") 21:45:22.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:22.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:22.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:22.651 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:22.651 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:22.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:22.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:22.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:22.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:22.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 21:45:22.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:22.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:22.655 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:22.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:22.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:22.656 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 21:45:22.657 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:22.657 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 21:45:22.657 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:22.657 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:22.657 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:22.657 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:22.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:22.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:22.693 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:22.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:22.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:22.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:22.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:22.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:22.697 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:22.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:45:22.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:22.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:22.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:22.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:22.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:22.711 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:22.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:22.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:22.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:22.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:22.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:22.716 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") 21:45:22.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:22.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:22.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:22.716 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:22.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:22.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:22.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:22.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:23.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:23.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:23.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:45:23.755 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was not found 21:45:23.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:23.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:23.757 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:23.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:23.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:23.757 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 21:45:23.758 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:23.758 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 21:45:23.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:23.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:23.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:23.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:23.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.761 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:23.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:23.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:23.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:23.775 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:23.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 '\*?\QUI Form Test\E') 21:45:23.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:23.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:23.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:23.779 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:23.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:23.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:23.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:23.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:23.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:23.784 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 21:45:23.784 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:23.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:23.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:23.784 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:23.785 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:23.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:23.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:45:23.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:45:23.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:23.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 21:45:23.788 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:23.788 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:23.788 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:23.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:23.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:23.789 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 21:45:23.789 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:23.789 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 21:45:23.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:23.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:23.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:23.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:23.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.804 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:23.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:23.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:23.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:23.808 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:23.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 '\*?\QUI Form Test\E') 21:45:23.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:23.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:23.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:23.826 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:23.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:23.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:23.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:23.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:23.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:23.831 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") 21:45:23.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:23.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:23.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:23.832 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:23.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:23.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:23.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:23.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:23.834 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") 21:45:23.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:23.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:23.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 21:45:23.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:23.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:23.835 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:23.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:23.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:23.835 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 21:45:23.836 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:23.836 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 21:45:23.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:23.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:23.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:23.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:23.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.839 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:23.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:23.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:23.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:23.853 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:23.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') 21:45:23.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:23.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:23.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:23.856 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:23.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:23.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:23.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:23.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:23.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:23.859 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 21:45:23.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:23.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:23.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:23.890 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:23.890 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:23.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:23.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:23.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 21:45:23.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:23.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:23.894 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:23.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:23.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:23.895 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 21:45:23.895 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:23.896 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 21:45:23.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:23.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:23.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:23.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:23.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.899 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:23.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:23.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:23.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:23.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:23.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') 21:45:23.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:23.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:23.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:23.907 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:23.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:23.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:23.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:23.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:23.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:23.927 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") 21:45:23.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:23.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:23.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:23.940 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:23.940 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:23.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:23.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:23.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 21:45:23.942 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:23.942 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:23.942 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:23.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:23.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:23.943 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 21:45:23.943 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:23.943 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 21:45:23.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:23.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:23.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:23.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:23.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.946 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:23.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:23.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:23.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:23.949 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:23.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 '\*?\QUI Form Test\E') 21:45:23.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:23.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:23.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:23.952 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:23.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:23.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:23.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:23.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:23.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:23.955 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") 21:45:23.956 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:23.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:23.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:23.991 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:23.991 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:23.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:23.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:23.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:23.992 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 21:45:23.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:23.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:23.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 21:45:23.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:23.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:23.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:23.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:23.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:23.994 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 21:45:23.994 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:23.994 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 21:45:23.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:23.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:23.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:23.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:23.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:23.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:23.997 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:23.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:24.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:24.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:24.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:24.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:24.000 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:24.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 21:45:24.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:24.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:24.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:24.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:24.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:24.003 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:24.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:24.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:24.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:24.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:24.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:24.006 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") 21:45:24.006 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:24.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:24.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:24.017 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:24.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:24.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:24.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:24.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:24.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:24.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:24.019 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 21:45:24.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:24.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:45:24.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:45:24.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:24.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 21:45:24.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:24.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:24.020 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:24.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:24.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:24.020 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 21:45:24.021 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 21:45:24.021 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:24.021 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:24.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:24.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.824 s - in org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.948 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.1 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.031 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.046 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.059 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.047 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.051 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.026 s Running org.eclipse.reddeer.uiforms.test.DefaultFormTest 21:45:24.041 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 21:45:24.042 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:45:24.043 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:24.043 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 21:45:24.043 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:24.043 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:45:24.043 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:24.043 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:45:24.043 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:24.043 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 21:45:24.043 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:45:24.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:24.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:45:24.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:24.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:45:24.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:24.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:24.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:24.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:24.045 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:24.045 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:45:24.045 DEBUG [main][MenuItemLookup] Found menu:'File' 21:45:24.045 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:45:24.045 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:45:24.045 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:45:24.045 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:45:24.045 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:45:24.045 DEBUG [main][MenuItemLookup] Item match:Window 21:45:24.046 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:45:24.046 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:45:24.046 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:45:24.046 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:24.046 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:45:24.046 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:45:24.046 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:24.046 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:45:24.046 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:24.046 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:45:24.046 DEBUG [main][MenuItemLookup] Item match:Preferences 21:45:24.046 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:45:24.046 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:45:24.046 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:45:24.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:45:24.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:45:24.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:45:24.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:24.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:24.148 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:45:24.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:24.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:45:24.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:24.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:24.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:24.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:24.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:45:24.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:45:24.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:45:24.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:45:24.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:24.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:24.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:24.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:24.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:24.152 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:45:24.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:24.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:24.152 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:24.152 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:24.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:45:24.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:45:24.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:24.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:24.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:24.169 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:24.169 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 21:45:24.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 21:45:24.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:24.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:24.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:24.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:24.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:24.172 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:24.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:24.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:24.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:24.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:24.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:24.199 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:24.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 '\*?\QUI Form Test\E') 21:45:24.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:24.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:24.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:24.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:24.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:24.202 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:24.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:24.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:24.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:24.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:24.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:24.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:24.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:24.209 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 21:45:24.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:24.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:24.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:24.210 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:24.211 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:45:24.222 DEBUG [main][MenuItemLookup] Found menu:'File' 21:45:24.222 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:45:24.222 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:45:24.222 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:45:24.222 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:45:24.222 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:45:24.222 DEBUG [main][MenuItemLookup] Item match:Window 21:45:24.222 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:45:24.222 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:45:24.222 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:45:24.222 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:24.222 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:45:24.222 DEBUG [main][MenuItemLookup] Item match:Show View 21:45:24.226 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 21:45:24.226 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:45:24.226 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:45:24.226 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:45:24.226 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:45:24.226 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:45:24.226 DEBUG [main][MenuItemLookup] Found menu:'Properties' 21:45:24.226 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:45:24.226 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:24.226 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:45:24.226 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:45:24.227 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:45:24.227 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:45:24.227 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:45:24.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:45:24.290 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 21:45:24.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:45:24.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:24.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:24.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:45:24.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:24.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:24.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:24.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:45:24.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:24.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:24.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:24.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:24.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:24.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:45:24.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:45:24.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:45:24.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:45:24.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:45:24.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:45:24.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:45:24.798 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:45:24.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:45:24.801 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:45:24.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:45:24.801 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:45:24.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:45:24.801 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:45:24.801 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 21:45:24.801 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 21:45:24.802 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 21:45:24.802 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 21:45:24.802 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:24.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:24.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:24.802 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:45:24.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:24.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:24.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:24.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:45:24.802 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:24.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:24.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:24.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:45:24.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:24.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:24.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:24.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:24.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:24.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:24.805 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:45:24.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:24.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:24.805 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:24.805 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:24.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:45:24.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:45:24.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open... 21:45:24.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:24.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:24.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open finished successfully 21:45:24.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:24.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:24.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:24.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:24.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:24.910 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:24.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 '\*?\QError Log\E') 21:45:24.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:24.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:24.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:24.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:24.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:24.914 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:45:24.914 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:45:24.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:24.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:24.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:24.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:24.915 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 21:45:24.915 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:24.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:24.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:24.915 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 21:45:24.915 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:24.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:24.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:24.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:25.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:25.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:25.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:25.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:25.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:45:25.920 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was not found 21:45:25.920 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:45:25.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:45:25.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:25.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:25.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:25.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:25.921 INFO [WorkbenchTestable][AbstractView] Close view 'Error Log' 21:45:25.921 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Error Log 21:45:25.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:45:25.924 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:45:25.946 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 21:45:25.946 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:25.946 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:25.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:25.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:25.968 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 21:45:25.968 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:25.968 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 21:45:25.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 21:45:25.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:25.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:25.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:25.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:25.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:25.971 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:25.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:25.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:25.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:25.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:25.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:25.974 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:25.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 21:45:25.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:25.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:25.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:25.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:25.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:25.988 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:25.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:25.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:25.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:25.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:25.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:25.992 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 21:45:25.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:26.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:26.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:26.003 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:26.003 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:26.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:45:26.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:45:26.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:26.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 21:45:26.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:26.011 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 21:45:26.011 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:26.011 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:26.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:26.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:26.011 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 21:45:26.011 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:26.011 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 21:45:26.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 21:45:26.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:26.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:26.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:26.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.014 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:26.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:26.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:26.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:26.017 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:26.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 21:45:26.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:26.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:26.020 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:26.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:26.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:26.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:26.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:26.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:26.023 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") 21:45:26.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:26.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:26.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:26.023 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:26.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:26.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:26.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:26.025 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") 21:45:26.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:26.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:26.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:26.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 21:45:26.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:26.040 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:26.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:26.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:26.040 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 21:45:26.040 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:26.040 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 21:45:26.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 21:45:26.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:26.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:26.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:26.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.044 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:26.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:26.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:26.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:26.047 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:26.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 '\*?\QUI Form Test\E') 21:45:26.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:26.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:26.050 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:26.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:26.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:26.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:26.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:26.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:26.052 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 21:45:26.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:26.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:26.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:26.053 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:26.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:26.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:26.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:26.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:26.097 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 21:45:26.097 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:26.097 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:26.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:26.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:26.097 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 21:45:26.097 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:26.097 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 21:45:26.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 21:45:26.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:26.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:26.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:26.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.100 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:26.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:26.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:26.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:26.103 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:26.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 21:45:26.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:26.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:26.106 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:26.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:26.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:26.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:26.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:26.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:26.109 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") 21:45:26.109 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:26.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:26.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:26.110 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:26.121 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:26.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:26.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:26.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:26.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 21:45:26.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:26.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:26.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:26.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:26.129 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 21:45:26.129 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:26.130 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 21:45:26.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 21:45:26.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:26.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:26.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:26.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.132 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:26.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:26.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:26.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:26.135 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:26.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 '\*?\QUI Form Test\E') 21:45:26.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:26.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:26.138 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:26.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:26.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:26.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:26.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:26.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:26.141 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") 21:45:26.141 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:26.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:26.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:26.141 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:26.141 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:26.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:26.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:26.143 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 21:45:26.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:26.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:26.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:26.157 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 21:45:26.157 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:26.157 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:26.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:26.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:26.158 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 21:45:26.158 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:26.158 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 21:45:26.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 21:45:26.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:26.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:26.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:26.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.190 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:26.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:26.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:26.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:26.203 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:26.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 '\*?\QUI Form Test\E') 21:45:26.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:26.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:26.206 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:26.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:26.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:26.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:26.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:26.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:26.209 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") 21:45:26.210 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:26.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:26.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:26.220 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:26.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:26.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:26.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:26.222 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 21:45:26.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:45:26.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:45:26.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:26.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 21:45:26.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:26.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 21:45:26.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:26.228 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:26.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:26.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:26.229 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 21:45:26.229 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 21:45:26.229 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:26.229 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:26.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:26.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.189 s - in org.eclipse.reddeer.uiforms.test.DefaultFormTest testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 1.799 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.043 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.029 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.057 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.032 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.028 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.071 s Running org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:26.234 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:26.234 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:45:26.235 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:26.235 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:26.235 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:26.235 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:45:26.235 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:26.235 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:45:26.235 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:26.235 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 21:45:26.235 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:45:26.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:26.236 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:45:26.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:26.236 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:45:26.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:26.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:26.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:26.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:26.236 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:26.236 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:45:26.236 DEBUG [main][MenuItemLookup] Found menu:'File' 21:45:26.237 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:45:26.237 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:45:26.237 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:45:26.237 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:45:26.237 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:45:26.237 DEBUG [main][MenuItemLookup] Item match:Window 21:45:26.238 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:45:26.238 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:45:26.238 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:45:26.238 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:26.238 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:45:26.238 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:45:26.238 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:26.238 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:45:26.238 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:26.238 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:45:26.238 DEBUG [main][MenuItemLookup] Item match:Preferences 21:45:26.238 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:45:26.238 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:45:26.238 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:45:26.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 'Preferences.*'] is available.... 21:45:26.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 'Preferences.*'] is available. finished successfully 21:45:26.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:45:26.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:26.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:26.327 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:45:26.327 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:26.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:45:26.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:26.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:45:26.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:45:26.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:45:26.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 "Cancel", Widget matcher matching widgets with style: 8) 21:45:26.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:26.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:26.331 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:45:26.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:26.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:26.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:26.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:26.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:45:26.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:45:26.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:26.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:26.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:26.358 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:26.358 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 21:45:26.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:26.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:26.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:26.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:26.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.361 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:26.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:26.364 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:26.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:45:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:26.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:26.391 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:26.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:26.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:26.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:26.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:26.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:26.396 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) 21:45:26.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:26.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:26.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:26.396 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:26.397 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:26.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:26.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:26.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 21:45:26.404 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: ") 21:45:26.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:26.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:26.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:26.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:27.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:27.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:27.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:45:27.407 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 21:45:27.408 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:27.408 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:27.408 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:27.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:27.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:27.408 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 21:45:27.408 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:27.409 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 21:45:27.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:27.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:27.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:27.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:27.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:27.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:27.412 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:27.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:27.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:27.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:27.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:27.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:27.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:27.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 '\*?\QUI Form Test\E') 21:45:27.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:27.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:27.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:27.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:27.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:27.417 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:27.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:27.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:27.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:27.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:27.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:27.419 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) 21:45:27.419 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:27.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:27.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:27.420 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:27.420 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:27.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:27.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:27.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:27.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:27.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 21:45:27.436 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: ") 21:45:27.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:27.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:27.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:27.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:27.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:45:27.437 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:45:27.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:27.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:27.437 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:27.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:27.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:27.438 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 21:45:27.438 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:27.438 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 21:45:27.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:27.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:27.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:27.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:27.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:27.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:27.440 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:27.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:27.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:27.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:27.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:27.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:27.443 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:27.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:45:27.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:27.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:27.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:27.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:27.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:27.446 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:27.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:27.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:27.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:27.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:27.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:27.449 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") 21:45:27.449 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:27.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:27.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:27.449 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:27.449 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:27.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:27.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:27.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:27.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:27.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:28.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:28.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:45:28.472 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was not found 21:45:28.472 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:28.472 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:28.472 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:28.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.472 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 21:45:28.472 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:28.473 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 21:45:28.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:28.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:28.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:28.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:28.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.475 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:28.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:28.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:28.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:28.489 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:28.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 '\*?\QUI Form Test\E') 21:45:28.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:28.491 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:28.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:28.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:28.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:28.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:28.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:28.494 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) 21:45:28.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:28.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.494 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:28.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:28.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:45:28.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:45:28.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 21:45:28.496 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:28.496 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:28.496 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:28.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.496 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 21:45:28.496 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:28.496 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 21:45:28.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:28.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:28.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:28.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:28.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.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. 21:45:28.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:28.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:28.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:28.502 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:28.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 '\*?\QUI Form Test\E') 21:45:28.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:28.504 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:28.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:28.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:28.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:28.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:28.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:28.518 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") 21:45:28.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:28.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.519 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:28.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:28.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:28.520 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") 21:45:28.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 21:45:28.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:28.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:28.532 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:28.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.533 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 21:45:28.533 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:28.533 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 21:45:28.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:28.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:28.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:28.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:28.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.536 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:28.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.538 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:28.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:28.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:28.538 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:28.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 '\*?\QUI Form Test\E') 21:45:28.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:28.552 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:28.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:28.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:28.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:28.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:28.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:28.555 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) 21:45:28.555 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:28.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.590 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:28.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:28.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 21:45:28.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:28.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:28.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:28.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.592 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 21:45:28.592 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:28.592 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 21:45:28.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:28.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:28.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:28.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:28.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.594 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:28.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:28.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:28.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:28.596 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:28.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 '\*?\QUI Form Test\E') 21:45:28.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:28.599 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:28.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:28.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:28.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:28.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:28.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:28.601 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") 21:45:28.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.602 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:28.602 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:28.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 21:45:28.603 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:28.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:28.604 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:28.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.604 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 21:45:28.604 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:28.604 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 21:45:28.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:28.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:28.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:28.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:28.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.617 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:28.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:28.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:28.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:28.619 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:28.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:45:28.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:28.621 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:28.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:28.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:28.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:28.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:28.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:28.636 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") 21:45:28.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:28.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.636 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:28.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:28.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:28.638 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) 21:45:28.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 21:45:28.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:28.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:28.650 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:28.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.650 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 21:45:28.650 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:28.651 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 21:45:28.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:28.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:28.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:28.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:28.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.653 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:28.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:28.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:28.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:28.666 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:28.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 21:45:28.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:28.669 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:28.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:28.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:28.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:28.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:28.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:28.689 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") 21:45:28.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:28.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.699 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:28.699 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:28.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:28.701 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) 21:45:28.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:45:28.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:45:28.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 21:45:28.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:28.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:28.702 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:28.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.702 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 21:45:28.702 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 21:45:28.702 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:28.702 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:28.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.47 s - in org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.05 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.029 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.034 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.024 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.059 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.012 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.046 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.051 s Running org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:28.706 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:28.707 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:45:28.707 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:28.707 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:28.708 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:28.708 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:45:28.708 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:28.708 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:45:28.708 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:28.708 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 21:45:28.708 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:45:28.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:28.708 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:45:28.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:28.709 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:45:28.709 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:28.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:28.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:28.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:28.709 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:28.709 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:45:28.709 DEBUG [main][MenuItemLookup] Found menu:'File' 21:45:28.710 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:45:28.710 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:45:28.710 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:45:28.710 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:45:28.710 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:45:28.710 DEBUG [main][MenuItemLookup] Item match:Window 21:45:28.710 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:45:28.710 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:45:28.710 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:45:28.710 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:28.710 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:45:28.710 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:45:28.710 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:28.710 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:45:28.710 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:28.710 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:45:28.710 DEBUG [main][MenuItemLookup] Item match:Preferences 21:45:28.711 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:45:28.711 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:45:28.711 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:45:28.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:45:28.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 'Preferences.*'] is available. finished successfully 21:45:28.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:45:28.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:28.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:28.793 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:45:28.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:28.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:45:28.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:45:28.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:45:28.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:45:28.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:45:28.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:28.803 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:45:28.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:28.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:28.804 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:28.804 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:28.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:45:28.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:45:28.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:28.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:28.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:28.820 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:28.820 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:28.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:28.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:28.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:28.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:28.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.822 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:28.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:28.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:28.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:28.834 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:28.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 '\*?\QUI Form Test\E') 21:45:28.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:28.837 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:28.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:28.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:28.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:28.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:28.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:28.841 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 21:45:28.841 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:28.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.856 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:28.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:28.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 21:45:28.861 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") 21:45:28.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:28.861 TRACE [main][WidgetHandler] Notify FormText with event 1 21:45:28.861 TRACE [main][WidgetHandler] Wait for synchronization 21:45:28.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.864 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:28.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:28.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 21:45:28.865 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:28.865 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:28.865 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:28.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.865 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:28.865 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:28.865 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:28.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:28.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:28.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:28.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:28.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.890 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:28.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:28.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:28.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:28.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:28.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 '\*?\QUI Form Test\E') 21:45:28.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:28.897 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:28.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:28.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:28.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:28.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:28.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:28.901 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 21:45:28.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:28.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.901 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:28.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:28.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 21:45:28.903 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 21:45:28.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:28.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.903 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:28.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:28.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:45:28.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:45:28.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 21:45:28.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:28.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:28.904 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:28.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.905 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:28.905 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:28.905 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:28.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:28.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:28.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:28.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:28.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.908 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:28.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:28.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:28.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:28.923 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:28.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 '\*?\QUI Form Test\E') 21:45:28.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:28.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:28.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:28.937 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:28.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:28.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:28.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:28.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:28.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:28.941 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") 21:45:28.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:28.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:28.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:28.953 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:28.953 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:28.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:28.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:28.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:29.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:29.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:29.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:29.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:29.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:45:29.968 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was not found 21:45:29.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:29.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:29.968 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:29.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:29.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:29.968 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:29.968 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:29.969 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:29.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:29.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:29.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:29.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:29.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:29.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:29.971 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:29.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:29.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:29.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:29.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:29.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:29.985 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:29.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 21:45:29.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:29.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:29.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:29.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:29.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:29.987 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:29.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:29.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:29.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:29.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:29.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:29.990 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 21:45:29.990 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:29.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:29.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:29.990 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:29.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:29.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:29.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:45:29.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:45:29.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:29.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 21:45:29.992 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:29.992 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:29.992 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:29.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:29.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:29.992 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:29.992 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:29.992 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:29.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:29.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:29.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:29.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:29.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:29.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:29.995 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:29.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:29.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:29.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:29.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:29.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:29.997 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:29.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') 21:45:29.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:29.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:30.000 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:30.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:30.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:30.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:30.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:30.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:30.013 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 21:45:30.014 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:30.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:30.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:30.014 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:30.014 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:30.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 21:45:30.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:30.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:30.015 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:30.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:30.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:30.016 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:30.016 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:30.016 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:30.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:30.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:30.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:30.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:30.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.028 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:30.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:30.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:30.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:30.031 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:30.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 '\*?\QUI Form Test\E') 21:45:30.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:30.033 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:30.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:30.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:30.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:30.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:30.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:30.049 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") 21:45:30.049 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:30.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:30.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:30.049 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:30.049 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:30.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:30.066 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") 21:45:30.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 21:45:30.067 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:30.067 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:30.067 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:30.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:30.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:30.068 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:30.068 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:30.068 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:30.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:30.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:30.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:30.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:30.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.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. 21:45:30.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:30.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:30.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:30.091 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:30.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') 21:45:30.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:30.094 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:30.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:30.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:30.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:30.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:30.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:30.096 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 21:45:30.096 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:30.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:30.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:30.097 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:30.097 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:30.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 21:45:30.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:30.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:30.098 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:30.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:30.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:30.098 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:30.098 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:30.098 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:30.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:30.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:30.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:30.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:30.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.113 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:30.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:30.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:30.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:30.116 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:30.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 '\*?\QUI Form Test\E') 21:45:30.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:30.129 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:30.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:30.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:30.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:30.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:30.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:30.132 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 21:45:30.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:30.132 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:30.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 21:45:30.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:30.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:30.133 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:30.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:30.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:30.133 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:30.133 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:30.133 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:30.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:30.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:30.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:30.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:30.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.146 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:30.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:30.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:30.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:30.149 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:30.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 '\*?\QUI Form Test\E') 21:45:30.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:30.162 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:30.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:30.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:30.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:30.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:30.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:30.190 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") 21:45:30.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:30.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:30.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:30.191 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:30.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:30.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 21:45:30.193 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:30.193 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:30.193 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:30.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:30.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:30.193 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:30.193 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:30.193 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:30.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:30.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:30.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:30.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:30.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.196 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:30.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:30.198 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:30.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 '\*?\QUI Form Test\E') 21:45:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:30.201 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:30.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:30.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:30.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:30.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:30.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:30.203 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") 21:45:30.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:30.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:30.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:30.214 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:30.214 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:30.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:30.215 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 21:45:30.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 21:45:30.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:30.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:30.216 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:30.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:30.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:30.216 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:30.217 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:30.217 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:30.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:30.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:30.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:30.217 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:30.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.219 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:30.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:30.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:30.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:30.222 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:30.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:45:30.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:30.224 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:30.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:30.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:30.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:30.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:30.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:30.226 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") 21:45:30.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:30.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:30.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:30.227 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:30.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:30.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:30.228 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 21:45:30.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:45:30.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:45:30.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 21:45:30.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:30.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:30.229 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:30.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:30.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:30.230 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 21:45:30.230 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 21:45:30.230 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:30.230 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:30.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:30.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.524 s - in org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.045 s hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.04 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 1.063 s indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.023 s defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.023 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.052 s hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.03 s getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.035 s titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.06 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.023 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.012 s Running org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:30.233 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:30.234 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:45:30.234 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:30.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:30.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:30.234 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:45:30.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:30.234 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:45:30.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:30.234 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 21:45:30.235 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:45:30.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:30.235 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:45:30.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:30.235 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:45:30.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:30.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:30.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:30.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:30.236 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:30.236 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:45:30.236 DEBUG [main][MenuItemLookup] Found menu:'File' 21:45:30.236 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:45:30.236 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:45:30.236 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:45:30.236 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:45:30.237 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:45:30.237 DEBUG [main][MenuItemLookup] Item match:Window 21:45:30.237 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:45:30.237 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:45:30.237 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:45:30.237 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:30.237 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:45:30.237 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:45:30.237 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:30.237 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:45:30.237 DEBUG [main][MenuItemLookup] Found menu:'' 21:45:30.237 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:45:30.237 DEBUG [main][MenuItemLookup] Item match:Preferences 21:45:30.237 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:45:30.237 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:45:30.237 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:45:30.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.... 21:45:30.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 21:45:30.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:45:30.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:30.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:30.313 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:45:30.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:30.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:45:30.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:45:30.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:45:30.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:45:30.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 "Cancel", Widget matcher matching widgets with style: 8) 21:45:30.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:30.315 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:45:30.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:30.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:30.315 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:30.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:45:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:45:30.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:30.340 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:30.340 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 21:45:30.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:30.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:30.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:30.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:30.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.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. 21:45:30.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:30.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:30.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:30.346 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:30.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') 21:45:30.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:30.348 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:30.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:30.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:30.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:30.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:30.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:30.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 no matchers specified 21:45:30.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:30.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:30.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:30.352 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:30.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:30.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:30.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:30.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 21:45:30.371 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: ") 21:45:30.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:30.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:30.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:30.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:31.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:31.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:31.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:45:31.373 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 21:45:31.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:31.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:31.374 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:31.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:31.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:31.374 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 21:45:31.375 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:31.375 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 21:45:31.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:31.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:31.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:31.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:31.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:31.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:31.377 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:31.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:31.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:31.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:31.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:31.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:31.381 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:31.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 21:45:31.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:31.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:31.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:31.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:31.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:31.383 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:31.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:31.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:31.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:31.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:31.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:31.385 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 21:45:31.385 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:31.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:31.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:31.386 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:31.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:31.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:31.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:31.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:31.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:31.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 21:45:31.393 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: ") 21:45:31.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:31.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:31.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:31.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:31.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:45:31.393 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:45:31.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:31.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:31.394 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:31.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:31.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:31.394 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 21:45:31.394 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:31.394 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 21:45:31.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:31.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:31.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:31.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:31.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:31.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:31.408 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:31.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:31.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:31.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:31.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:31.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:31.411 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:31.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 21:45:31.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:31.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:31.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:31.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:31.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:31.424 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:31.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:31.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:31.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:31.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:31.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:31.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: "Non existing section title") 21:45:31.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:31.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:31.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:31.427 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:31.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:31.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:31.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:31.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:31.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:31.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:32.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:45:32.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:45:32.445 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was not found 21:45:32.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:32.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:32.445 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:32.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:32.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:32.446 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 21:45:32.446 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:32.446 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 21:45:32.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:32.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:32.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:32.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:32.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.449 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:32.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:32.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:32.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:32.452 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:32.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:45:32.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:32.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:32.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:32.455 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:32.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:32.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:32.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:32.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:32.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:32.457 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 21:45:32.457 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:32.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:32.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:32.468 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:32.468 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:32.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:32.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:45:32.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:45:32.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:32.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 21:45:32.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:32.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:32.469 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:32.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:32.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:32.470 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 21:45:32.470 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:32.470 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 21:45:32.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:32.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:32.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:32.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:32.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.473 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:32.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:32.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:32.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:32.479 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:32.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 '\*?\QUI Form Test\E') 21:45:32.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:32.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:32.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:32.481 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:32.481 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:32.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:32.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:32.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:32.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:32.483 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") 21:45:32.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:32.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:32.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:32.484 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:32.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:32.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:32.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:32.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:32.485 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") 21:45:32.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:32.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:32.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 21:45:32.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:32.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:32.486 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:32.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:32.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:32.487 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 21:45:32.487 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:32.487 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 21:45:32.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:32.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:32.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:32.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:32.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.489 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:32.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:32.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:32.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:32.502 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:32.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 '\*?\QUI Form Test\E') 21:45:32.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:32.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:32.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:32.505 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:32.505 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:32.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:32.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:32.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:32.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:32.518 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 21:45:32.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:32.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:32.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:32.518 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:32.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:32.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:32.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:32.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 21:45:32.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:32.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:32.518 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:32.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:32.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:32.519 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 21:45:32.519 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:32.519 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 21:45:32.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:32.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:32.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:32.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:32.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.521 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:32.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:32.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:32.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:32.533 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:32.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 '\*?\QUI Form Test\E') 21:45:32.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:32.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:32.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:32.536 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:32.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:32.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:32.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:32.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:32.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:32.538 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") 21:45:32.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:32.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:32.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:32.539 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:32.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:32.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:32.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:32.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 21:45:32.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:32.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:32.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:32.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:32.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:32.540 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 21:45:32.540 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:32.540 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 21:45:32.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:32.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:32.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:32.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:32.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.543 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:32.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:32.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:32.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:32.547 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:32.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') 21:45:32.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:32.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:32.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:32.549 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:32.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:32.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:32.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:32.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:32.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:32.561 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") 21:45:32.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:32.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:32.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:32.561 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:32.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:32.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:32.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:32.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:32.563 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 21:45:32.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:32.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:32.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 21:45:32.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:32.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:32.564 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:32.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:32.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:32.565 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 21:45:32.565 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:32.565 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 21:45:32.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:32.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:32.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:32.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:32.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.577 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 21:45:32.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:32.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:32.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:32.581 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:32.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 '\*?\QUI Form Test\E') 21:45:32.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:32.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:32.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:45:32.597 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 21:45:32.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 21:45:32.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:45:32.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:45:32.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:45:32.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:45:32.599 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") 21:45:32.599 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:45:32.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:32.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:32.609 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 21:45:32.609 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:45:32.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:32.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:32.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:32.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:32.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 21:45:32.610 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 21:45:32.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:32.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:45:32.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:45:32.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:32.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 21:45:32.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:32.612 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:32.612 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:32.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:32.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:32.612 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 21:45:32.612 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 21:45:32.612 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:32.612 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:32.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:32.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.379 s - in org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.034 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.019 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.052 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.024 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.017 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.032 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.021 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.025 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.047 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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [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 21:45:41.987 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 21:45:41.989 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 21:45:41.998 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 21:45:41.999 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 21:45:42.017 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 21:45:42.038 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:45:42.040 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:42.042 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 21:45:42.044 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 21:45:42.044 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 21:45:42.091 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 21:45:42.094 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:42.094 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:45:42.096 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:42.096 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:45:42.099 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. 21:45:42.209 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:42.210 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 21:45:42.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 21:45:42.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:42.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:42.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:42.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:42.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:42.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:42.222 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:42.228 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.... 21:45:42.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:42.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:42.314 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 21:45:42.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:45:42.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:42.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:42.319 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.... 21:45:42.319 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.*'] 21:45:42.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:42.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:42.319 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 21:45:42.328 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) 21:45:42.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:42.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:42.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:42.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:42.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:42.341 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:45:42.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:42.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:42.343 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:42.343 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:47.378 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.... 21:45:47.378 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.*'] 21:45:47.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:47.378 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 21:45:47.380 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 21:45:47.380 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:47.382 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:47.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:47.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:47.385 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 21:45:47.385 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:47.386 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 21:45:47.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 21:45:47.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:47.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:47.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:47.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:47.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:47.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:47.386 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:47.386 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.... 21:45:47.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:47.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:47.447 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 21:45:47.447 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:45:47.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:47.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:47.449 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.*'] 21:45:47.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:47.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:47.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:45:47.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:47.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:47.450 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 21:45:47.450 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 21:45:47.450 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) 21:45:47.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:47.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:47.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:47.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:47.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:47.453 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:45:47.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:47.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:47.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:47.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:47.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:45:47.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:45:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:45:47.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:45:47.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:45:47.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:45:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:45:47.510 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 21:45:47.510 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:47.510 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:47.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:47.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:47.511 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 21:45:47.511 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:47.511 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 21:45:47.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 21:45:47.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:47.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:47.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:47.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:47.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:47.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:47.513 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:47.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 21:45:47.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:47.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:47.559 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 21:45:47.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:45:47.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:47.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:47.560 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.... 21:45:47.560 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"] 21:45:47.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:47.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:47.561 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 21:45:47.561 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) 21:45:47.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:47.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:47.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:47.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:47.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:47.596 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:45:47.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:47.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:47.596 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:47.596 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:52.609 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.... 21:45:52.609 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"] 21:45:52.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:52.610 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 21:45:52.610 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 21:45:52.610 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:52.610 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:52.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:52.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:52.611 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 21:45:52.611 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:52.611 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 21:45:52.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 21:45:52.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:52.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:52.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:52.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:52.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:52.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:52.611 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:52.612 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.... 21:45:52.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:52.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:52.656 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 21:45:52.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:45:52.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:52.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:52.657 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.*'] 21:45:52.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:52.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:52.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:45:52.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:52.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:52.658 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 21:45:52.658 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 21:45:52.658 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) 21:45:52.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:52.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:52.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:52.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:52.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:52.660 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:45:52.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:52.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:52.661 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:52.661 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:52.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:45:52.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:45:52.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:45:52.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:45:52.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:45:52.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:45:52.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 21:45:52.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:52.693 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:52.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:52.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:52.694 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 21:45:52.694 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:52.694 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 21:45:52.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 21:45:52.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:52.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:52.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:52.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:52.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:52.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:52.695 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:52.695 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.... 21:45:52.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:52.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:52.744 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 21:45:52.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:45:52.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:52.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:52.746 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.... 21:45:52.746 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when 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.*'] 21:45:52.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:52.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:52.746 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 21:45:52.746 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) 21:45:52.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:52.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:52.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:52.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:52.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:52.748 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:45:52.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:52.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:52.748 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:52.748 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:45:57.766 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.... 21:45:57.766 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 21:45:57.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:57.766 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 21:45:57.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 21:45:57.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:45:57.767 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:45:57.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:45:57.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:45:57.767 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 21:45:57.767 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:45:57.768 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 21:45:57.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 21:45:57.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:45:57.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:45:57.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:45:57.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:45:57.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:57.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:57.768 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:45:57.768 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.... 21:45:57.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:57.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:45:57.812 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 21:45:57.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:45:57.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:45:57.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:45:57.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available... 21:45:57.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available finished successfully 21:45:57.814 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) 21:45:57.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:45:57.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:45:57.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:45:57.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:45:57.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:45:57.816 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:45:57.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:45:57.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:45:57.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:45:57.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:02.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:46:02.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:46:02.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 21:46:02.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:02.830 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:02.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:02.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:02.831 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 21:46:02.831 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 21:46:02.832 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:02.832 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:02.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:02.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.908 s - in org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.175 s testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.125 s testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.099 s testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.083 s testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.073 s testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.063 s Running org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:02.854 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:02.855 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:46:02.855 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:02.856 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:02.856 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:02.856 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:46:02.856 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:02.856 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:46:02.856 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:02.856 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:02.856 INFO [WorkbenchTestable][RequirementsRunner] Started test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:02.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:02.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:02.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:02.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:02.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:02.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:02.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:02.857 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:02.858 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.... 21:46:02.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:02.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:02.899 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 21:46:02.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:02.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:02.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:02.900 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 21:46:02.900 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 21:46:02.901 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) 21:46:02.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:02.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:02.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:02.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:02.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:02.902 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:46:02.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:02.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:02.902 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:02.902 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:02.905 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 21:46:02.905 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) 21:46:02.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:02.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:02.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:02.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:02.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:02.907 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:02.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:02.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:02.908 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 21:46:02.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:02.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:02.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:02.912 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") 21:46:02.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:02.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:02.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:02.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:02.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:02.914 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:02.914 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:02.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:02.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:02.938 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:02.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:02.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:02.939 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:02.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:02.939 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:02.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:02.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:02.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:02.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:02.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:02.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:02.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:02.939 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:02.940 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.... 21:46:03.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:03.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:03.011 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 21:46:03.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:03.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:03.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:03.013 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 21:46:03.013 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 21:46:03.013 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) 21:46:03.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:03.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:03.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:03.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:03.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:03.015 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:46:03.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:03.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:03.015 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:03.015 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:03.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:46:03.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:46:03.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:46:03.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:46:03.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:46:03.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:46:03.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:03.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:03.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:03.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:03.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:03.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:03.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:03.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:03.030 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:03.030 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:03.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:03.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:03.030 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:03.030 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:03.030 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:03.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:03.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:03.031 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:03.031 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:03.031 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:03.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:03.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:03.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:03.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:03.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:03.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:03.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:03.032 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:03.032 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.... 21:46:03.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:03.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:03.102 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 21:46:03.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:03.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:03.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:03.103 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 21:46:03.104 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) 21:46:03.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:03.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:03.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:03.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:03.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:03.105 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 21:46:03.105 INFO [WorkbenchTestable][WizardDialog] Finish wizard 21:46:03.105 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) 21:46:03.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:03.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:03.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:03.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:03.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:03.106 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:46:03.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:03.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:03.107 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:03.107 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:46:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:46:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:46:08.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:46:08.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:46:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:46:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:08.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:08.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.124 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:08.124 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:08.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:08.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:08.124 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:08.124 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:08.124 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:08.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:08.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:08.125 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:08.125 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:08.125 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:08.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:08.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:08.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:08.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:08.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:08.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.126 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:08.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: "Testing Wizard"] is available.... 21:46:08.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:08.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:08.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: "Testing Wizard"] is available. finished successfully 21:46:08.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:08.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.172 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 21:46:08.172 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) 21:46:08.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:08.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:08.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:08.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:08.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:08.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:08.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:08.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:08.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 21:46:08.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:08.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.173 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") 21:46:08.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:08.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:08.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:08.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:08.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:08.174 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:08.174 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:08.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:08.201 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:08.201 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:08.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:08.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:08.202 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:08.202 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:08.202 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:08.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:08.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:08.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:08.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:08.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:08.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.202 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:08.203 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.... 21:46:08.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:08.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:08.247 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 21:46:08.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:08.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.248 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 21:46:08.250 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 21:46:08.251 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:08.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:08.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:08.251 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 21:46:08.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:08.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.251 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") 21:46:08.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:08.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:08.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:08.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:08.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:08.252 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:08.252 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:08.264 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:08.264 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:08.264 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:08.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:08.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:08.265 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:08.265 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:08.265 INFO [WorkbenchTestable][RequirementsRunner] Started test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:08.265 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:08.265 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:08.265 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:08.265 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:08.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:08.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.265 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:08.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 21:46:08.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:08.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:08.330 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 21:46:08.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:08.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.331 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 21:46:08.331 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 21:46:08.331 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) 21:46:08.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:08.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:08.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:08.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:08.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:08.332 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:46:08.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:08.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:08.332 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:08.333 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:08.335 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 21:46:08.336 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) 21:46:08.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:08.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:08.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:08.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:08.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:08.337 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 21:46:08.337 INFO [WorkbenchTestable][WizardDialog] Go to previous wizard page 21:46:08.337 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) 21:46:08.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:08.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:08.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:08.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:08.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:08.340 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 21:46:08.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:08.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:08.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:08.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:08.342 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 21:46:08.342 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:08.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:08.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:08.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 21:46:08.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:08.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:08.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:08.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:08.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:08.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 21:46:08.344 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:08.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:08.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:08.344 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 21:46:08.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:08.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.345 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") 21:46:08.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:08.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:08.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:08.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:08.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:08.346 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:08.346 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:08.387 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:08.387 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:08.387 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:08.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:08.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:08.388 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:08.388 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:08.388 INFO [WorkbenchTestable][RequirementsRunner] Started test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:08.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:08.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:08.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:08.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:08.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:08.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.388 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:08.389 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.... 21:46:08.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:08.434 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:08.434 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 21:46:08.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:08.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.435 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 21:46:08.435 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) 21:46:08.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:08.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:08.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:08.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:08.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:08.436 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 21:46:08.436 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 21:46:08.436 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) 21:46:08.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:08.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:08.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:08.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:08.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:08.437 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:46:08.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:08.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:08.437 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:08.437 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:08.439 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 21:46:08.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:08.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:08.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:08.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 21:46:08.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:08.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:08.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:08.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:08.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:08.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 21:46:08.440 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:08.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:08.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:08.440 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 21:46:08.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:08.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.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 "Cancel") 21:46:08.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:08.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:08.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:08.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:08.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:08.441 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:08.441 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:08.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:08.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:08.453 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:08.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:08.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:08.454 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:08.454 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:08.455 INFO [WorkbenchTestable][RequirementsRunner] Started test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:08.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:08.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:08.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:08.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:08.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:08.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.455 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:08.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 Wizard"] is available.... 21:46:08.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:08.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:08.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 21:46:08.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:08.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.520 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 21:46:08.520 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) 21:46:08.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:08.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:08.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:08.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:08.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:08.521 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:08.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:08.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:08.521 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 21:46:08.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:08.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.522 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") 21:46:08.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:08.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:08.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:08.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:08.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:08.527 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:08.527 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:08.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:08.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:08.538 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:08.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:08.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:08.545 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:08.545 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:08.545 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:08.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:08.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:08.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:08.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:08.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:08.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.546 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:08.546 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.... 21:46:08.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:08.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:08.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: "Testing Wizard"] is available. finished successfully 21:46:08.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:08.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:08.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:08.616 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.... 21:46:08.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:08.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:08.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:09.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:09.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:09.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:09.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:09.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:09.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:10.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:10.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:10.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:10.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:10.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:10.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:11.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:11.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:11.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:11.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:11.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:11.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:12.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:12.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:12.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:12.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:12.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:12.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:13.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:13.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:13.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:13.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:13.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:13.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:14.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:14.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:14.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:14.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:14.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:14.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:15.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:15.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:15.155 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:15.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:15.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:15.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:16.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:16.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:16.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:16.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:16.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:16.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:17.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:17.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:17.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:17.660 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:17.660 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:17.660 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.662 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 21:46:18.670 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:18.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:18.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:18.670 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing TitleAreaDialog 21:46:18.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 21:46:18.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:18.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:18.672 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") 21:46:18.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:18.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:18.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:18.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:18.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:18.673 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:18.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:18.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:18.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:18.684 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 21:46:18.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:18.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:18.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:18.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 21:46:18.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:18.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:18.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:18.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:18.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:18.685 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:18.685 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:18.712 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:18.712 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:18.712 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:18.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:18.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:18.713 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:18.713 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:18.713 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:18.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:18.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:18.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:18.713 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:18.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:18.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:18.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:18.714 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:18.714 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.... 21:46:18.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.750 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 21:46:18.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:18.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:18.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:18.751 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 21:46:18.751 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:18.752 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 21:46:18.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:18.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.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") 21:46:18.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:18.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:18.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:18.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:18.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:18.753 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:18.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:18.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:18.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:18.796 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:18.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:18.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:18.797 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:18.797 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:18.797 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:18.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:18.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:18.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:18.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:18.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:18.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:18.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:18.798 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:18.798 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.... 21:46:18.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.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: "Testing Wizard"] is available. finished successfully 21:46:18.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:18.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:18.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:18.839 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:18.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:18.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:18.840 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 21:46:18.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 21:46:18.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:18.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:18.840 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") 21:46:18.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:18.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:18.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:18.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:18.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:18.841 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:18.841 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:18.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:18.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:18.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:18.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:18.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:18.859 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 21:46:18.859 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 21:46:18.859 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:18.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:18.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:18.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.007 s - in org.eclipse.reddeer.jface.test.wizard.WizardDialogTest next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.083 s cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.092 s finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 5.094 s finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.077 s getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.063 s back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.123 s next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.066 s back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.09 s testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 10.168 s getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.084 s getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.062 s Running org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 21:46:18.864 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 21:46:18.866 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:46:18.866 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:18.866 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 21:46:18.867 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:18.867 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:46:18.867 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:18.867 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:46:18.867 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:18.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: "Import"] 21:46:18.892 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.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: "Import"] 21:46:18.893 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.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: "Testing import wizard"] 21:46:18.893 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.893 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:18.893 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 21:46:18.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 21:46:18.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:18.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:18.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:18.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: "Import"] 21:46:18.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.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: "Import"] 21:46:18.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.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: "Import"] 21:46:18.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing import wizard"] 21:46:18.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:46:18.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:46:18.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:18.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:18.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:18.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:18.899 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:18.902 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:46:18.905 DEBUG [main][MenuItemLookup] Found menu:'File' 21:46:18.906 DEBUG [main][MenuItemLookup] Item match:File 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'Revert' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:18.909 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:46:18.909 DEBUG [main][MenuItemLookup] Item match:Import... 21:46:18.911 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 21:46:18.911 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 21:46:18.913 INFO [main][MenuItemHandler] Select menu item: &Import... 21:46:18.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:46:19.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:46:19.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:46:19.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:19.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:19.007 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:46:19.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:19.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:46:19.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:19.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:19.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:19.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:19.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:46:19.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:46:19.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:46:19.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children... 21:46:19.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 21:46:19.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:19.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:19.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 21:46:19.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children finished successfully 21:46:19.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 21:46:19.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:19.528 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing import category is already expanded. No action performed 21:46:19.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:19.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 21:46:19.529 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing import wizard 21:46:19.529 DEBUG [main][TreeItemHandler] Selecting tree item: Testing import wizard 21:46:19.530 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing import wizard about selection 21:46:19.532 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing import wizard 21:46:19.532 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:46:19.532 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 21:46:19.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.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) 21:46:19.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:19.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:19.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:19.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:19.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:19.534 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:46:19.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:19.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:19.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:19.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:19.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: "Import"] 21:46:19.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:19.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:19.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available.... 21:46:19.541 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 21:46:19.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 21:46:19.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:19.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:19.541 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 21:46:19.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:19.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:19.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:19.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 21:46:19.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:19.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:19.542 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 21:46:19.542 INFO [WorkbenchTestable][ImportWizardDialogImpl] Cancel wizard 21:46:19.542 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) 21:46:19.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:19.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:19.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:19.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:19.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:19.544 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:46:19.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:19.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:19.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:19.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:19.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:46:19.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:46:19.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:46:19.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:46:19.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:46:19.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:46:19.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 21:46:19.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:19.556 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:19.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:19.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:19.556 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 21:46:19.556 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 21:46:19.556 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:19.556 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:19.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:19.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.692 s - in org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) Time elapsed: 0.663 s Running org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 21:46:19.562 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 21:46:19.564 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:46:19.564 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:19.564 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 21:46:19.564 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:19.564 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:46:19.568 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:19.568 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:46:19.568 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:19.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:19.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:19.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:19.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:19.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 21:46:19.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:19.570 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:19.570 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 21:46:19.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 21:46:19.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:19.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:19.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:19.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:19.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:19.571 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:19.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:19.571 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:19.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:19.571 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 21:46:19.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:19.571 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:19.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:19.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:19.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:19.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:19.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:19.572 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:19.572 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:46:19.572 DEBUG [main][MenuItemLookup] Found menu:'File' 21:46:19.572 DEBUG [main][MenuItemLookup] Item match:File 21:46:19.573 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:46:19.573 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:46:19.577 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:46:19.577 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:19.577 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:46:19.577 DEBUG [main][MenuItemLookup] Found menu:'File' 21:46:19.577 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:46:19.577 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:19.577 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:46:19.577 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:46:19.578 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:46:19.578 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:46:19.578 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:46:19.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:46:19.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 21:46:19.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:46:19.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:19.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:19.638 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:46:19.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:19.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:46:19.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:19.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:19.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:19.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:19.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:46:19.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:46:19.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:46:19.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 21:46:19.642 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 21:46:19.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:20.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:20.143 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 21:46:20.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 21:46:20.144 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 21:46:20.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:20.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 21:46:20.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:20.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 21:46:20.144 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 21:46:20.144 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 21:46:20.144 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 21:46:20.145 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 21:46:20.145 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:46:20.145 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:46:20.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:46:20.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:20.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:20.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:20.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:20.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:20.146 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:46:20.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:20.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:20.146 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:20.147 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:20.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'] 21:46:20.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 21:46:20.153 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 21:46:20.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 21:46:20.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:20.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:20.154 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 21:46:20.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.154 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:20.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.154 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:20.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.155 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 21:46:20.155 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.155 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 21:46:20.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:20.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:20.155 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 21:46:20.155 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.155 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 21:46:20.155 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 21:46:20.155 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) 21:46:20.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:20.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:20.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:20.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:20.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:20.156 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:46:20.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:20.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:20.156 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:20.156 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:20.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:46:20.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:46:20.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:46:20.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:46:20.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:46:20.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:46:20.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'] 21:46:20.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.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'] 21:46:20.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.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'] 21:46:20.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:20.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:20.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:20.170 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:20.170 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:46:20.178 DEBUG [main][MenuItemLookup] Found menu:'File' 21:46:20.178 DEBUG [main][MenuItemLookup] Item match:File 21:46:20.179 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:46:20.179 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:46:20.181 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:46:20.181 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:20.181 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:46:20.181 DEBUG [main][MenuItemLookup] Found menu:'File' 21:46:20.181 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:46:20.181 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:20.181 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:46:20.181 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:46:20.181 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:46:20.181 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:46:20.182 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:46:20.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.... 21:46:20.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 21:46:20.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:46:20.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:20.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:20.231 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:46:20.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:46:20.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:20.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:20.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:20.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:20.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:46:20.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:46:20.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:46:20.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 21:46:20.234 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 21:46:20.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:20.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:20.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 21:46:20.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 21:46:20.736 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 21:46:20.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:20.736 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 21:46:20.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:20.736 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 21:46:20.736 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 21:46:20.736 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 21:46:20.736 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 21:46:20.737 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 21:46:20.737 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:46:20.737 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:46:20.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:46:20.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:20.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:20.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:20.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:20.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:20.739 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:46:20.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:20.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:20.739 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:20.739 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:20.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'] 21:46:20.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 21:46:20.744 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 21:46:20.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 21:46:20.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:20.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:20.745 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 21:46:20.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.745 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:20.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.745 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:20.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.746 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.... 21:46:20.746 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 21:46:20.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.746 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 21:46:20.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 21:46:20.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:20.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:20.746 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 21:46:20.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:20.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:20.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 21:46:20.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:20.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:20.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 21:46:20.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:20.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:20.747 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 21:46:20.747 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 21:46:20.747 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) 21:46:20.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:20.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:20.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:20.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:20.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:20.748 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:46:20.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:20.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:20.748 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:20.748 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:20.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:46:20.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:46:20.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:46:20.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:46:20.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:46:20.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:46:20.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 21:46:20.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:20.759 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:20.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:20.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:20.760 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 21:46:20.760 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:20.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.760 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:20.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.760 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 21:46:20.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.760 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:20.761 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 21:46:20.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 21:46:20.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:20.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:20.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:20.761 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:20.761 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.761 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:20.761 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.761 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:20.761 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.761 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 21:46:20.761 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.762 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:20.762 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.762 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:20.762 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:20.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:20.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:20.762 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:20.762 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:46:20.762 DEBUG [main][MenuItemLookup] Found menu:'File' 21:46:20.763 DEBUG [main][MenuItemLookup] Item match:File 21:46:20.763 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:46:20.763 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:46:20.765 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:46:20.765 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:20.765 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:46:20.765 DEBUG [main][MenuItemLookup] Found menu:'File' 21:46:20.765 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:46:20.765 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:20.765 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:46:20.765 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:46:20.766 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:46:20.766 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:46:20.766 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:46:20.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.... 21:46:20.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 'New|Select a wizard'] is available. finished successfully 21:46:20.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:46:20.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:20.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:20.821 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:46:20.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:20.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:46:20.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:20.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:20.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:20.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:20.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:46:20.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:46:20.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:46:20.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 21:46:20.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 21:46:20.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:21.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:21.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 21:46:21.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 21:46:21.326 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 21:46:21.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:21.326 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 21:46:21.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:21.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 21:46:21.326 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 21:46:21.326 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 21:46:21.326 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 21:46:21.327 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 21:46:21.328 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:46:21.328 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:46:21.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) 21:46:21.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:21.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:21.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:21.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:21.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:21.329 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:46:21.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:21.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:21.329 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:21.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:21.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'] 21:46:21.335 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.335 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 21:46:21.335 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 21:46:21.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 21:46:21.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:21.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:21.336 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 21:46:21.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:21.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:21.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 21:46:21.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:21.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:21.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 21:46:21.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:21.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:21.336 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 21:46:21.336 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 21:46:21.336 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) 21:46:21.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:21.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:21.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:21.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:21.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:21.338 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:46:21.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:21.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:21.338 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:21.338 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:21.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:46:21.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:46:21.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:46:21.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:46:21.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:46:21.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:46:21.350 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 21:46:21.350 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:21.350 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:21.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:21.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:21.358 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 21:46:21.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'] 21:46:21.359 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.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'] 21:46:21.359 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.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: "Testing new wizard"] 21:46:21.359 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.359 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:21.360 INFO [WorkbenchTestable][RequirementsRunner] Started test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 21:46:21.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 21:46:21.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:21.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:21.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:21.360 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:21.360 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.360 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:21.360 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.360 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:21.360 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.360 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 21:46:21.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:21.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:21.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:21.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:21.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:21.361 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:21.361 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:46:21.362 DEBUG [main][MenuItemLookup] Found menu:'File' 21:46:21.362 DEBUG [main][MenuItemLookup] Item match:File 21:46:21.363 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:46:21.363 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:46:21.365 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:46:21.365 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:21.365 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:46:21.365 DEBUG [main][MenuItemLookup] Found menu:'File' 21:46:21.365 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:46:21.365 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:21.365 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:46:21.365 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:46:21.365 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:46:21.365 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:46:21.365 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:46:21.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.... 21:46:21.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. finished successfully 21:46:21.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:46:21.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:21.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:21.411 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:46:21.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:46:21.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:21.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:21.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:21.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:21.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:46:21.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:46:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:46:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 21:46:21.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 21:46:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:21.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:21.917 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 21:46:21.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 21:46:21.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 21:46:21.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:21.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 21:46:21.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:21.917 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 21:46:21.917 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 21:46:21.917 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 21:46:21.918 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 21:46:21.918 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 21:46:21.919 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:46:21.919 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:46:21.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:46:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:21.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:21.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:21.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:21.920 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:46:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:21.920 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:21.920 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:21.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'] 21:46:21.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 21:46:21.925 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 21:46:21.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 21:46:21.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:21.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:21.926 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 21:46:21.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.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'] 21:46:21.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.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'] 21:46:21.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.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: "Testing new wizard"] 21:46:21.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 21:46:21.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:21.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:21.927 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 21:46:21.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:21.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:21.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 21:46:21.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:21.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:21.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 21:46:21.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:21.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:21.927 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 21:46:21.928 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 21:46:21.928 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) 21:46:21.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:21.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:21.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:21.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:21.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:21.929 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:46:21.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:21.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:21.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:21.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:21.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:46:21.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:46:21.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:46:21.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:46:21.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:46:21.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:46:21.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 21:46:21.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:21.939 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:21.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:21.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:21.940 INFO [WorkbenchTestable][RequirementsRunner] Finished test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 21:46:21.940 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 21:46:21.940 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:21.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:21.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:21.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.378 s - in org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 1.19 s open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.597 s useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.58 s Running org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 21:46:21.945 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 21:46:21.946 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:46:21.946 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:21.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 21:46:21.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:21.946 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:46:21.947 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:21.947 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:46:21.947 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:21.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: "Export"] 21:46:21.955 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.955 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 21:46:21.955 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.956 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 21:46:21.956 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.956 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:21.956 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 21:46:21.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 21:46:21.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:21.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:21.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:21.956 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 21:46:21.956 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.957 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 21:46:21.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.957 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 21:46:21.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.957 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 21:46:21.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.957 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 21:46:21.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.957 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 21:46:21.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:21.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:21.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:21.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:21.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:21.958 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:46:21.958 DEBUG [main][MenuItemLookup] Found menu:'File' 21:46:21.958 DEBUG [main][MenuItemLookup] Item match:File 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'Revert' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:46:21.959 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:46:21.959 DEBUG [main][MenuItemLookup] Item match:Export... 21:46:21.959 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Exp&ort..." 21:46:21.959 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Export... 21:46:21.959 INFO [main][MenuItemHandler] Select menu item: Exp&ort... 21:46:22.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available.... 21:46:22.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available. finished successfully 21:46:22.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Export 21:46:22.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:22.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:22.010 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 21:46:22.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:22.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:46:22.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:22.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:22.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:22.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:22.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:46:22.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:46:22.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:46:22.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children... 21:46:22.013 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 21:46:22.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:22.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:22.515 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 21:46:22.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children finished successfully 21:46:22.515 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 21:46:22.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:22.515 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing export category is already expanded. No action performed 21:46:22.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:22.515 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 21:46:22.516 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing export wizard 21:46:22.516 DEBUG [main][TreeItemHandler] Selecting tree item: Testing export wizard 21:46:22.516 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing export wizard about selection 21:46:22.518 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing export wizard 21:46:22.518 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 21:46:22.518 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 21:46:22.518 DEBUG [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) 21:46:22.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:22.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:22.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:22.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:22.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:22.519 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:46:22.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:22.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:22.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:22.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:22.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: "Export"] 21:46:22.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:22.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:22.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available.... 21:46:22.524 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 21:46:22.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 21:46:22.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:22.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:22.524 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 21:46:22.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:22.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:22.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:22.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 21:46:22.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:22.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:22.525 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 21:46:22.525 INFO [WorkbenchTestable][ExportWizardDialogImpl] Cancel wizard 21:46:22.525 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) 21:46:22.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:22.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:22.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:22.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:22.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:22.526 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:46:22.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:22.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:22.527 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:22.527 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:22.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:46:22.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:46:22.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:46:22.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:46:22.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:46:22.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:46:22.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 21:46:22.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:22.538 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:22.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:22.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:22.538 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 21:46:22.538 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 21:46:22.538 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:22.538 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:22.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:22.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 s - in org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) Time elapsed: 0.582 s Running org.eclipse.reddeer.jface.test.dialogs.InputDialogTest 21:46:22.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 21:46:22.570 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 21:46:22.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 21:46:22.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:22.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:22.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:46:22.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:22.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:22.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:22.572 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 21:46:22.572 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:22.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:22.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:22.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:22.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:22.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:22.573 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:46:22.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:22.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:22.573 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:22.573 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:22.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 21:46:22.613 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 21:46:22.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 21:46:22.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:22.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:22.615 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 21:46:22.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:22.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:22.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:22.616 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 21:46:22.616 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:22.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:22.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:22.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:22.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:22.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:46:22.617 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:46:22.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 21:46:22.652 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 21:46:22.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 21:46:22.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:22.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:22.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 21:46:22.653 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:22.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:22.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:22.653 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 21:46:22.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:22.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:22.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:22.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:22.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:22.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:22.654 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:46:22.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:22.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:22.654 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:22.654 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:22.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 21:46:22.696 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 21:46:22.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 21:46:22.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:22.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:22.698 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 21:46:22.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:22.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:22.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:22.698 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 21:46:22.698 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:22.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:22.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:22.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:22.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:22.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:46:22.698 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:46:22.699 INFO [WorkbenchTestable][AbstractText] Text set to: something 21:46:22.700 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 21:46:22.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:22.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:22.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:22.700 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 21:46:22.700 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:22.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:22.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:22.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:22.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:22.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:46:22.700 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:46:22.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 21:46:22.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:22.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:22.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:22.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 21:46:22.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:22.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:22.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:22.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:22.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:22.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:22.702 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:46:22.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:22.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:22.702 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:22.702 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 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.036 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.048 s Running org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest 21:46:22.715 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:22.721 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:22.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'] 21:46:22.721 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:22.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: "Testing new wizard"] 21:46:22.721 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:22.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'] 21:46:22.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:22.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'] 21:46:22.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:22.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'] 21:46:22.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:22.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: "Testing new wizard"] 21:46:22.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:22.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'] 21:46:22.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:22.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'] 21:46:22.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:22.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:22.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:22.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:22.723 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:22.723 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:46:22.723 DEBUG [main][MenuItemLookup] Found menu:'File' 21:46:22.723 DEBUG [main][MenuItemLookup] Item match:File 21:46:22.724 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:46:22.724 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:46:22.726 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:46:22.726 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:22.726 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:46:22.726 DEBUG [main][MenuItemLookup] Found menu:'File' 21:46:22.726 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:46:22.726 DEBUG [main][MenuItemLookup] Found menu:'' 21:46:22.726 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:46:22.726 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:46:22.726 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:46:22.726 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:46:22.726 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:46:22.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.... 21:46:22.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 'New|Select a wizard'] is available. finished successfully 21:46:22.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:46:22.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:22.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:22.793 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:46:22.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:22.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:46:22.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:22.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:22.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:22.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:22.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:46:22.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:46:22.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:46:22.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 21:46:22.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 21:46:22.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:23.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:23.301 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 21:46:23.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 21:46:23.301 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 21:46:23.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:23.301 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 21:46:23.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:23.301 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 21:46:23.302 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 21:46:23.302 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 21:46:23.302 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 21:46:23.302 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 21:46:23.303 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:46:23.303 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:46:23.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:46:23.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:23.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:23.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:23.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:23.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:23.305 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:46:23.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:23.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:23.305 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:23.305 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:23.310 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:46:23.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:23.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:23.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 21:46:23.311 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 21:46:23.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 21:46:23.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:23.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:23.312 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 21:46:23.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:23.312 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.... 21:46:23.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:23.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:23.313 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 21:46:23.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 21:46:23.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:23.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:23.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 21:46:23.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:23.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:23.315 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 21:46:23.315 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 21:46:23.315 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) 21:46:23.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:23.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:23.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:23.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:23.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:23.316 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:46:23.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:23.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:23.317 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:23.317 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:23.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:46:23.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:46:23.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:46:23.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:46:23.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:46:23.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:46:23.333 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.... 21:46:23.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:23.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:23.362 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 21:46:23.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 21:46:23.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:23.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:23.362 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.362 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.363 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.363 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.363 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.363 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.363 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog error message") 21:46:23.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:23.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:23.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:23.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 21:46:23.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:23.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:23.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:23.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:23.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:23.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:23.365 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog error message 21:46:23.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:23.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:23.365 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:23.365 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:23.369 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.370 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.370 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.370 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.370 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.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 "TitleAreaDialog warning message") 21:46:23.370 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:23.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:23.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:23.370 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 21:46:23.370 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:23.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:23.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:23.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:23.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:23.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:23.371 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message 21:46:23.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:23.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:23.371 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:23.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:23.373 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.373 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.373 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.373 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.374 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog info message") 21:46:23.374 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:23.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:23.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:23.374 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 21:46:23.374 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:23.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:23.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:23.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:23.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:23.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:23.374 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog info message 21:46:23.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:23.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:23.374 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:23.375 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:23.376 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.376 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.376 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.376 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.376 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog none message") 21:46:23.376 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:23.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:23.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:23.377 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 21:46:23.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:23.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:23.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:23.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:23.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:23.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:23.377 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog none message 21:46:23.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:23.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:23.378 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:23.378 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:23.379 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.380 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.380 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.380 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.380 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog warning message without provider") 21:46:23.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:23.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:23.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:23.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 21:46:23.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:23.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:23.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:23.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:23.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:23.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:23.381 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message without provider 21:46:23.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:23.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:23.381 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:23.381 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:23.394 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.395 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.396 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.396 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 21:46:23.403 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.... 21:46:23.434 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:23.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:23.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:23.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:24.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:24.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:24.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:24.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:25.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:25.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:25.939 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:25.939 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:26.439 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:26.439 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:26.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:26.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:27.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:27.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:27.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:27.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:28.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:28.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:28.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:28.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:29.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:29.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:29.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:29.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:30.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:30.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:30.944 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:30.944 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:31.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:31.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:31.944 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:31.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:32.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:32.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:32.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:32.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:33.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:33.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:33.447 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.735 s - in org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest testWizardDialogAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.618 s titleAreaMessagesAndImages(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.07 s testShellAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 10.047 s Running org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:33.458 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:33.459 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:46:33.460 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:33.460 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:33.460 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:33.460 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:46:33.469 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:33.469 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:46:33.469 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:33.470 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:33.470 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:33.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:33.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:33.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:33.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:33.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:46:33.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:33.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:33.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:33.488 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:46:33.488 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:33.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:33.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:33.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:33.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:33.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:46:33.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:46:33.502 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 21:46:33.502 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:33.502 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:33.502 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:33.502 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:33.502 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:33.503 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:33.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:33.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:33.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:33.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:33.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 21:46:33.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:33.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:33.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:33.527 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:46:33.527 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:33.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:33.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:33.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:33.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:33.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:46:33.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:46:33.535 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 21:46:33.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:33.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:33.535 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:33.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:33.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:33.535 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:33.535 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:33.535 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:33.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:33.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:33.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:33.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:33.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:46:33.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:33.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:33.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:33.557 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:46:33.557 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:33.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:33.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:33.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:33.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:33.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:46:33.558 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item 1 and wait with time period 1 21:46:33.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 21:46:33.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:34.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:34.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 21:46:34.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 21:46:34.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:34.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item 1 is already expanded. No action performed 21:46:34.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:34.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 21:46:34.063 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 11 postfix and wait with time period 1 21:46:34.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 21:46:34.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:34.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:34.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 21:46:34.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 21:46:34.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:34.569 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 11 postfix is already expanded. No action performed 21:46:34.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:34.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 21:46:34.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:46:34.584 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 21:46:34.584 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:34.584 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:34.584 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:34.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:34.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:34.584 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:34.584 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:34.584 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:34.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:34.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:34.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:34.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:34.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 21:46:34.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:34.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:34.602 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:46:34.602 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:34.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:34.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:34.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:34.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:34.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:46:34.602 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 21:46:34.602 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 21:46:34.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:35.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:35.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 21:46:35.110 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 21:46:35.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:35.111 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 21:46:35.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:35.111 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 21:46:35.111 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 21:46:35.111 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 21:46:35.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:35.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:35.611 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 21:46:35.621 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 21:46:35.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:35.621 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 21:46:35.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:35.621 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 21:46:35.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:46:35.629 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 21:46:35.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:35.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:35.629 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:35.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:35.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:35.629 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:35.629 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:35.629 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:35.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:35.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:35.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:35.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:35.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:46:35.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:35.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:35.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:35.652 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:46:35.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:35.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:35.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:35.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:35.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:35.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:46:35.653 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 21:46:35.653 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 21:46:35.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:36.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:36.153 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 21:46:36.158 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 21:46:36.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:36.158 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 21:46:36.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:36.158 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 21:46:36.158 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 21:46:36.158 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 21:46:36.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:36.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:36.659 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 21:46:36.665 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 21:46:36.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:36.665 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 21:46:36.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:36.665 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 21:46:36.666 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xy postfix and wait with time period 1 21:46:36.666 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 21:46:36.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:37.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:37.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 21:46:37.174 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 21:46:37.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:37.175 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xy postfix is already expanded. No action performed 21:46:37.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:37.175 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 21:46:37.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:46:37.182 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 21:46:37.182 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:37.182 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:37.182 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:37.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:37.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:37.183 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:37.183 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:37.183 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:37.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:37.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:37.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:37.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:37.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:46:37.204 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:37.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:37.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:37.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:46:37.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:37.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:37.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:37.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:37.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:37.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:46:37.219 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 21:46:37.219 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 21:46:37.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:37.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:37.719 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 21:46:37.723 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 21:46:37.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:37.724 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 21:46:37.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:37.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 21:46:37.724 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 21:46:37.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 21:46:37.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:38.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:38.225 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 21:46:38.231 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 21:46:38.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:38.231 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 21:46:38.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:38.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 21:46:38.232 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 21:46:38.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 21:46:38.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:38.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:38.732 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 21:46:38.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 21:46:38.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:38.741 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 21:46:38.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:38.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 21:46:38.741 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 21:46:38.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 21:46:38.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:39.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:39.241 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 21:46:39.249 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 21:46:39.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:39.249 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 21:46:39.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:39.250 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 21:46:39.250 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 21:46:39.250 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 21:46:39.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:39.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:39.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 21:46:39.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 21:46:39.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:39.752 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 21:46:39.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:39.752 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 21:46:39.752 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 21:46:39.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 21:46:39.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:40.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:40.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 21:46:40.254 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 21:46:40.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:40.254 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 21:46:40.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:40.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 21:46:40.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:46:40.261 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 21:46:40.261 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:40.261 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:40.261 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:40.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:40.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:40.262 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:40.262 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:40.262 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:40.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:40.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:40.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:40.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:40.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:46:40.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:40.283 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:46:40.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:40.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:40.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:40.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:46:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:46:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:46:40.284 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 21:46:40.284 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 21:46:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:40.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:40.785 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 21:46:40.788 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 21:46:40.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:40.788 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 21:46:40.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:40.788 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 21:46:40.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:46:40.797 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 21:46:40.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:40.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:40.797 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:40.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:40.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:40.797 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:40.797 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:40.797 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:40.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:40.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:40.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:40.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:40.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:46:40.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:40.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:40.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:40.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:46:40.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:40.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:40.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:40.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:40.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:40.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:46:40.830 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 21:46:40.830 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 21:46:40.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:41.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:41.331 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 21:46:41.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 21:46:41.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:41.334 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 21:46:41.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:41.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 21:46:41.335 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 00 and wait with time period 1 21:46:41.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 21:46:41.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:41.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:41.835 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 21:46:41.841 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 21:46:41.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:41.841 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 00 is already expanded. No action performed 21:46:41.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:41.841 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 21:46:41.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:46:41.849 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 21:46:41.849 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:41.849 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:41.849 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:41.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:41.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:41.859 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:41.859 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:41.860 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:41.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:41.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:41.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:41.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:41.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:46:41.867 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:41.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:41.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:41.878 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:46:41.878 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:41.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:41.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:41.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:41.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:41.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:46:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:46:41.894 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 21:46:41.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:41.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:41.894 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:41.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:41.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:41.894 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:41.894 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:41.894 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:41.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:41.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:41.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:41.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:41.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:46:41.904 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:41.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:41.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:41.912 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:46:41.912 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:41.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:41.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:41.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:41.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:41.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:46:41.912 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 21:46:41.912 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 21:46:41.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:42.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:42.413 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 21:46:42.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 21:46:42.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:42.418 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 21:46:42.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:42.418 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 21:46:42.418 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 21:46:42.418 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 21:46:42.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:42.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:42.919 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 21:46:42.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 21:46:42.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:42.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 21:46:42.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:42.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 21:46:42.924 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 21:46:42.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 21:46:42.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:43.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:43.425 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 21:46:43.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 21:46:43.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:43.432 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 21:46:43.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:43.432 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 21:46:43.432 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 21:46:43.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 21:46:43.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:43.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:43.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 21:46:43.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 21:46:43.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:43.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 21:46:43.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:43.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 21:46:43.941 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 21:46:43.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 21:46:43.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:44.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:44.441 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 21:46:44.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 21:46:44.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:44.443 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 21:46:44.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:44.443 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 21:46:44.443 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 21:46:44.443 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 21:46:44.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:44.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:44.944 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 21:46:44.945 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 21:46:44.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:46:44.945 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 21:46:44.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:46:44.945 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 21:46:44.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:46:44.952 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 21:46:44.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:44.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:44.952 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:44.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:44.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:44.952 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 21:46:44.952 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 21:46:44.952 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:44.952 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:44.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:44.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.496 s - in org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.032 s getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.032 s getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.049 s getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.045 s getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.554 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.535 s testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.062 s getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.034 s getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.058 s Running org.eclipse.reddeer.jface.test.viewers.CellEditorTest 21:46:44.956 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 21:46:44.957 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:46:44.957 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:44.957 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 21:46:44.957 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:44.957 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:46:44.957 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:44.957 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:46:44.957 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:44.957 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:44.957 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 21:46:44.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 21:46:44.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:44.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:44.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:1892): Gtk-CRITICAL **: 21:46:44.973: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:46:44.975 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 21:46:44.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:44.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:44.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:44.988 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 21:46:44.989 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:44.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:44.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:44.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:44.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:44.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 21:46:44.990 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Andrej 21:46:44.992 TRACE [main][WidgetHandler] Notify Table with event 13 21:46:44.992 TRACE [main][WidgetHandler] Wait for synchronization 21:46:44.994 TRACE [main][WidgetHandler] Notify Table with event 3 21:46:44.994 TRACE [main][WidgetHandler] Wait for synchronization 21:46:44.994 TRACE [main][WidgetHandler] Notify Table with event 4 21:46:44.994 TRACE [main][WidgetHandler] Wait for synchronization 21:46:44.999 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 21:46:44.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:44.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:44.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:44.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:45.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:46:45.000 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:46:45.000 INFO [WorkbenchTestable][AbstractText] Text set to: abc 21:46:45.000 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 16 21:46:45.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:45.002 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 21:46:45.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 21:46:45.003 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 21:46:45.003 DEBUG [main][AbstractWait] Waiting until shell is active... 21:46:45.003 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 21:46:45.003 INFO [main][AbstractShell] Close shell Testing shell 21:46:45.003 INFO [main][ShellHandler] Closing shell 'Testing shell' 21:46:45.006 DEBUG [main][AbstractWait] Waiting while shell is available... 21:46:45.007 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 21:46:45.007 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 21:46:45.007 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:45.007 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:45.011 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 21:46:45.011 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 21:46:45.011 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:45.011 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.reddeer.jface.test.viewers.CellEditorTest tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) Time elapsed: 0.054 s Running org.eclipse.reddeer.jface.test.window.WindowTest 21:46:45.015 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"] 21:46:45.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:45.024 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"] 21:46:45.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:45.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:45.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:45.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:45.026 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:45.027 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") 21:46:45.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:45.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:45.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:45.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:45.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:46:45.031 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 21:46:45.031 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:46:45.031 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:45.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 21:46:45.042 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 21:46:45.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:45.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:45.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:45.042 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 21:46:45.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:45.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:45.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:45.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:45.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:45.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:45.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:45.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 21:46:45.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:45.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:45.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:45.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 21:46:45.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:45.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:45.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:46:45.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:45.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:46:46.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:46.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:46:46.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:46:46.045 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 21:46:46.045 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 21:46:46.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:46.052 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:46.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:46.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:46.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:46.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:46.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:46.053 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:46.053 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") 21:46:46.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:46.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:46.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:46.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:46.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:46:46.056 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 21:46:46.056 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:46:46.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:46.070 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"] 21:46:46.070 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:46.070 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:46.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:46.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:46.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:46.071 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 21:46:46.071 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:46.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:46.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:46.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:46.072 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:46.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:46.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:46.073 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 21:46:46.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:46.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:46.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:46.073 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") 21:46:46.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:46.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:46.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:46:46.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:46.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:46:47.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:47.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:46:47.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:46:47.075 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 21:46:47.076 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 21:46:47.076 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:47.082 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:47.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:47.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:47.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:47.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:47.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:47.083 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:47.083 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") 21:46:47.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:47.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:47.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:47.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:47.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:46:47.085 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 21:46:47.085 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:46:47.085 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:47.105 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.... 21:46:47.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:47.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:47.105 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 21:46:47.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:47.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:47.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:47.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:47.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:47.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:47.105 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 21:46:47.106 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 21:46:47.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:46:47.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:46:47.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:47.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:47.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:47.122 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:47.122 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") 21:46:47.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:47.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:47.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:47.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:47.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:46:47.125 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 21:46:47.125 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:46:47.125 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:47.135 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.... 21:46:47.135 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:47.135 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:47.136 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 21:46:47.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:47.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:47.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:47.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:47.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:47.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:47.136 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 21:46:47.136 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 21:46:47.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:46:47.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:46:47.142 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:47.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:47.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:47.142 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"] 21:46:47.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:47.143 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"] 21:46:47.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:47.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:47.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:47.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:47.143 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:47.143 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") 21:46:47.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:47.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:47.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:47.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:47.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:46:47.152 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 21:46:47.152 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:46:47.152 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:47.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 21:46:47.160 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 21:46:47.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:47.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:47.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:47.166 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 21:46:47.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:47.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:47.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:47.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:47.166 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 21:46:47.166 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 21:46:47.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:46:47.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:46:47.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:47.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:47.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:47.195 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:47.195 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") 21:46:47.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:47.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:47.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:47.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:47.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:46:47.199 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 21:46:47.199 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:46:47.199 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:47.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 21:46:47.208 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 21:46:47.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:47.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:47.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:47.208 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 21:46:47.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:47.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:47.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:47.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:47.209 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:47.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:47.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:47.209 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 21:46:47.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:47.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:47.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:47.209 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") 21:46:47.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:47.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:47.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:46:47.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:47.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:46:48.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:48.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:46:48.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:46:48.211 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 21:46:48.211 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 21:46:48.211 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:48.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:48.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:48.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:48.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:46:48.217 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") 21:46:48.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:48.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:48.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:48.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:48.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:46:48.220 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 21:46:48.220 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:46:48.220 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:48.234 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"] 21:46:48.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:48.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:48.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:48.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:48.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:48.234 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 21:46:48.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:48.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:48.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:48.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:48.235 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:48.235 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 21:46:48.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 21:46:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:48.235 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") 21:46:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:48.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:48.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:46:48.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:48.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:46:49.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:49.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:46:49.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:46:49.237 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 21:46:49.237 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 21:46:49.237 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.235 s - in org.eclipse.reddeer.jface.test.window.WindowTest openableEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.038 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.029 s openActionNotDefinedIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0 s eclipseWindowIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.06 s openableEclipseWindowCustomAction(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.075 s openEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.032 s Running org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 21:46:49.253 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 21:46:49.254 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:46:49.254 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:49.254 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 21:46:49.254 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:49.254 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:46:49.254 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:49.255 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:46:49.255 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:49.255 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:46:49.256 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 21:46:49.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 21:46:49.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:46:49.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:46:49.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:46:49.257 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.... 21:46:49.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:49.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:46:49.294 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 21:46:49.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:46:49.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:49.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:49.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:49.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:49.295 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") 21:46:49.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:49.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:49.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:49.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:49.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:49.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 "make valid") 21:46:49.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:46:49.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:49.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:49.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:46:49.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:46:49.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:49.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:49.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:49.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:49.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:49.297 INFO [WorkbenchTestable][AbstractButton] Click button make valid 21:46:49.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:49.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:49.297 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:49.297 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:49.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:49.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:49.298 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") 21:46:49.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:49.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:49.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:49.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:49.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:49.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:49.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:49.300 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") 21:46:49.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:46:49.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:46:49.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:46:49.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:46:49.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:46:49.301 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 21:46:49.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:46:49.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:46:49.301 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:46:49.301 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:46:49.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:46:49.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:46:49.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:46:49.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:46:49.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:46:49.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 21:46:49.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:49.311 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:49.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:49.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:46:49.311 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 21:46:49.312 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 21:46:49.312 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:46:49.312 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:46:49.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:46:49.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 97 source files to /home/jenkins/agent/workspace/reddeer.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 214/2127K 224/2127K 235/2127K 246/2127K 257/2127K 267/2127K 278/2127K 289/2127K 299/2127K 310/2127K 321/2127K 332/2127K 342/2127K 353/2127K 364/2127K 374/2127K 385/2127K 396/2127K 407/2127K 417/2127K 428/2127K 439/2127K 449/2127K 460/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 679/2127K 695/2127K 711/2127K 727/2127K 743/2127K 759/2127K 775/2127K 791/2127K 807/2127K 823/2127K 839/2127K 855/2127K 871/2127K 887/2127K 903/2127K 919/2127K 935/2127K 951/2127K 967/2127K 983/2127K 999/2127K 1015/2127K 1031/2127K 1047/2127K 1063/2127K 1079/2127K 1095/2127K 1111/2127K 1127/2127K 1141/2127K 1157/2127K 1173/2127K 1189/2127K 1205/2127K 1221/2127K 1237/2127K 1253/2127K 1269/2127K 1285/2127K 1301/2127K 1317/2127K 1333/2127K 1349/2127K 1365/2127K 1381/2127K 1397/2127K 1413/2127K 1429/2127K 1445/2127K 1461/2127K 1477/2127K 1493/2127K 1509/2127K 1525/2127K 1541/2127K 1557/2127K 1573/2127K 1589/2127K 1605/2127K 1621/2127K 1637/2127K 1653/2127K 1669/2127K 1685/2127K 1701/2127K 1717/2127K 1733/2127K 1749/2127K 1765/2127K 1781/2127K 1797/2127K 1813/2127K 1827/2127K 1843/2127K 1859/2127K 1875/2127K 1891/2127K 1907/2127K 1923/2127K 1939/2127K 1955/2127K 1971/2127K 1987/2127K 2003/2127K 2019/2127K 2033/2127K 2049/2127K 2065/2127K 2081/2127K 2097/2127K 2113/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/202102261000/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/202102261000/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/202102261000/plugins/ (249kB) [INFO] Fetching com.google.gson_2.8.6.v20201231-1626.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (624.34kB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (1.49MB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (2.47MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (3.42MB) [INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459... [INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (433.33kB) [INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (243.54kB of 433.33kB at 239.54kB/s) [INFO] Fetching org.apache.ws.commons.util_1.0.2.v20160817-1930.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (251.03kB) [INFO] Fetching org.eclipse.datatools.connectivity.console.profile_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (30.23kB) [INFO] Fetching org.eclipse.help.base_4.3.200.v20210217-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (164.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help.base_4.3.200.v20210217-1800.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (164.09kB) [INFO] Unpacking org.eclipse.help.base_4.3.200.v20210217-1800... [INFO] Fetching org.eclipse.datatools.connectivity.db.generic.ui_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (122.2kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui.dse_1.3.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (81.23kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.consumer_3.4.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (121.4kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design_3.5.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (344.53kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.profile_3.4.100.201801242337.jar from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/plugins/ (42.21kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design.ui_3.4.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (232.33kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile_3.3.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (102.6kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.edit_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (272.37kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (20.83kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (11.34kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.ui_1.2.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/plugins/ (253.96kB) [INFO] Fetching org.eclipse.dstore.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (388.74kB) [INFO] Fetching org.eclipse.dstore.extra_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (31.89kB) [INFO] Fetching org.eclipse.ecf_3.9.101.v20201027-0547.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (75.86kB) [INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.2.0.v20200916-1234... [INFO] Fetching org.eclipse.jetty.continuation_9.4.36.v20210114.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (31.76kB) [INFO] Fetching org.eclipse.jetty.io_9.4.36.v20210114.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (179.95kB) [INFO] Fetching org.eclipse.jetty.util_9.4.36.v20210114.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (587.44kB) [INFO] Fetching org.eclipse.jetty.http_9.4.36.v20210114.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (225.08kB) [INFO] Fetching org.eclipse.jetty.security_9.4.36.v20210114.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (126.79kB) [INFO] Fetching org.eclipse.jetty.server_9.4.36.v20210114.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (723.67kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.36.v20210114.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (154.16kB) [INFO] Fetching org.eclipse.jetty.util.ajax_9.4.36.v20210114.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (72.51kB) [INFO] Fetching org.eclipse.jetty.xml_9.4.36.v20210114.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (74.09kB) [INFO] Fetching org.eclipse.jetty.webapp_9.4.36.v20210114.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (147.29kB) [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/plugins/ (23.81kB) [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/202102261000/plugins/ (23.81kB) [INFO] Unpacking org.eclipse.json_1.1.100.v201901071922... [INFO] Fetching org.eclipse.m2e.binaryproject_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (11.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.binaryproject_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (11.46kB) [INFO] Unpacking org.eclipse.m2e.binaryproject_1.17.0.20200924-1339... [INFO] Fetching org.eclipse.m2e.sourcelookup_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (11.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.m2e.sourcelookup_1.17.0.20200924-1339... [INFO] Fetching org.eclipse.m2e.jdt_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (55.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.jdt_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (55.91kB) [INFO] Unpacking org.eclipse.m2e.jdt_1.17.0.20201014-1513... [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (10.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (10.07kB) [INFO] Unpacking org.eclipse.m2e.binaryproject.ui_1.17.0.20200924-1339... [INFO] Fetching org.eclipse.m2e.discovery_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (33.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.discovery_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (33.91kB) [INFO] Unpacking org.eclipse.m2e.discovery_1.17.0.20201014-1513... [INFO] Fetching org.eclipse.m2e.editor_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (125.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.editor_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (125.45kB) [INFO] Unpacking org.eclipse.m2e.editor_1.17.0.20201014-1513... [INFO] Fetching org.eclipse.m2e.editor.xml_1.17.0.20201021-0833.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (56.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.editor.xml_1.17.0.20201021-0833.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (56.78kB) [INFO] Unpacking org.eclipse.m2e.editor.xml_1.17.0.20201021-0833... [INFO] Fetching org.eclipse.wst.xsd.core_1.2.100.v202008180353.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (29.06kB) [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/202102261000/plugins/ (29.06kB) [INFO] Unpacking org.eclipse.wst.xsd.core_1.2.100.v202008180353... [INFO] Fetching org.eclipse.m2e.importer_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (10.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.importer_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (10.53kB) [INFO] Unpacking org.eclipse.m2e.importer_1.17.0.20200924-1339... [INFO] Fetching org.eclipse.m2e.scm_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (27.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.scm_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (27.15kB) [INFO] Unpacking org.eclipse.m2e.scm_1.17.0.20200924-1339... [INFO] Fetching org.eclipse.m2e.profiles.ui_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (20.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.profiles.ui_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (20.7kB) [INFO] Unpacking org.eclipse.m2e.profiles.ui_1.17.0.20200924-1339... [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (8.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (8.31kB) [INFO] Unpacking org.eclipse.m2e.lifecyclemapping.defaults_1.17.0.20200924-1339... [INFO] Fetching org.eclipse.m2e.profiles.core_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (12.85kB) [INFO] Unpacking org.eclipse.m2e.profiles.core_1.17.0.20201014-1513... [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (14.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (14.04kB) [INFO] Unpacking org.eclipse.m2e.sourcelookup.ui_1.17.0.20200924-1339... [INFO] Fetching org.eclipse.m2e.refactoring_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (31.29kB) [INFO] Unpacking org.eclipse.m2e.refactoring_1.17.0.20200924-1339... [INFO] Fetching org.eclipse.m2e.launching_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (39.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.launching_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (39.46kB) [INFO] Unpacking org.eclipse.m2e.launching_1.17.0.20201014-1513... [INFO] Fetching org.eclipse.m2e.jdt.ui_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (15.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2e.jdt.ui_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (15.45kB) [INFO] Unpacking org.eclipse.m2e.jdt.ui_1.17.0.20201014-1513... [INFO] Fetching org.eclipse.mylyn.bugzilla.core_3.25.2.v20200814-0512.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (13.38kB) [INFO] Fetching org.eclipse.rse.connectorservice.dstore_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (68kB) [INFO] Fetching org.eclipse.rse.services_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (454.48kB) [INFO] Fetching org.eclipse.rse.services.dstore_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (346.82kB) [INFO] Fetching org.eclipse.rse.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.rse.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (408.4kB) [INFO] Fetching org.eclipse.rse.connectorservice.local_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (15.71kB) [INFO] Fetching org.eclipse.rse.connectorservice.ssh_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (40.29kB) [INFO] Fetching org.eclipse.rse.services.ssh_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (61.85kB) [INFO] Fetching org.eclipse.rse.connectorservice.telnet_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (25.87kB) [INFO] Fetching org.eclipse.rse.services.telnet_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (23.93kB) [INFO] Fetching org.eclipse.rse.doc.user_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (211.97kB) [INFO] Fetching org.eclipse.rse.efs_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.rse.efs.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (21.79kB) [INFO] Fetching org.eclipse.rse.importexport_4.5.101.201904091623.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (232.51kB) [INFO] Fetching org.eclipse.rse.files.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (493.75kB) [INFO] Fetching org.eclipse.rse.processes.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (74.41kB) [INFO] Fetching org.eclipse.rse.shells.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (142.11kB) [INFO] Fetching org.eclipse.rse.subsystems.files.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (135.72kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (33.49kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (68.52kB) [INFO] Fetching org.eclipse.rse.subsystems.files.dstore_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (38.4kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.dstore_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (19.47kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.dstore_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (21.59kB) [INFO] Fetching org.eclipse.rse.dstore.security_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (66.84kB) [INFO] Fetching org.eclipse.rse.services.files.ftp_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (42.75kB) [INFO] Fetching org.eclipse.rse.subsystems.files.ftp_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (35.53kB) [INFO] Fetching org.eclipse.rse.services.local_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (61.92kB) [INFO] Fetching org.eclipse.rse.subsystems.files.local_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (27.23kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.local_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (18.96kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.local_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (19.52kB) [INFO] Fetching org.eclipse.rse.subsystems.files.ssh_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (19.1kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.ssh_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (19.33kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.telnet_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (92.66kB) [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/202102261000/plugins/ (92.66kB) [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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (9.36kB) [INFO] Unpacking org.eclipse.wst.validation.infopop_1.0.300.v202007131715... [INFO] Fetching org.eclipse.wst.dtd.core_1.2.200.v202102110535.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (165.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.wst.dtd.core_1.2.200.v202102110535.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (165.31kB) [INFO] Unpacking org.eclipse.wst.dtd.core_1.2.200.v202102110535... [INFO] Fetching org.eclipse.wst.dtd.ui_1.1.300.v202008091424.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (89.75kB) [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/202102261000/plugins/ (89.75kB) [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/202102261000/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/202102261000/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/202102261000/plugins/ (50.2kB) [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/202102261000/plugins/ (50.2kB) [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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (62.61kB) [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/202102261000/plugins/ (62.61kB) [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/202102261000/plugins/ (85.06kB) [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/202102261000/plugins/ (85.06kB) [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/202102261000/plugins/ (8.12kB) [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/202102261000/plugins/ (8.12kB) [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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (99.62kB) [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/202102261000/plugins/ (99.62kB) [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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (8.09kB) [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/202102261000/plugins/ (8.09kB) [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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (16.26kB) [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/202102261000/plugins/ (16.26kB) [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/202102261000/plugins/ (19.89kB) [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/202102261000/plugins/ (19.89kB) [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/202102261000/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/202102261000/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/202102261000/plugins/ (20.39kB) [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/202102261000/plugins/ (20.39kB) [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/202102261000/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/202102261000/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/202102261000/plugins/ (91.68kB) [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/202102261000/plugins/ (91.68kB) [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/202102261000/plugins/ (88.79kB) [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/202102261000/plugins/ (88.79kB) [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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (756.45kB) [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/202102261000/plugins/ (756.45kB) [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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (374.83kB) [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/202102261000/plugins/ (374.83kB) [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/202102261000/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/202102261000/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/202102261000/plugins/ (74.33kB) [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/202102261000/plugins/ (74.33kB) [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/202102261000/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/202102261000/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/202102261000/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/202102261000/plugins/ (65.21kB) [INFO] Unpacking org.eclipse.xsd.edit_2.11.0.v20200723-0820... [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (692.97kB) [INFO] Unpacking org.apache.lucene.analyzers-common_7.5.0.v20181003-1532... [INFO] Fetching org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202102261000/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/202102261000/plugins/ (50.23kB) [INFO] Unpacking org.apache.lucene.misc_7.5.0.v20181003-1532... [INFO] Fetching org.eclipse.datatools.connectivity.oda.profile_3.4.101.201811012051.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (42.19kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar from https://download.eclipse.org/releases/2021-03/202102261000/plugins/ (97.49kB) [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 21:48:04.546 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 21:48:04.559 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 21:48:04.563 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 21:48:04.564 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 21:48:04.600 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 21:48:04.614 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:48:04.616 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:48:04.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 21:48:04.619 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 21:48:04.619 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 21:48:04.624 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 21:48:04.626 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:48:04.626 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:48:04.628 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:48:04.629 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:48:04.631 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. 21:48:04.737 INFO [WorkbenchTestable][DebugPerspective] Open perspective: 'Debug' 21:48:04.737 DEBUG [WorkbenchTestable][DebugPerspective] Trying to open perspective: 'Debug' 21:48:04.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:04.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:04.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:48:04.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:04.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:04.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.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 21:48:04.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:04.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:04.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:04.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:04.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:04.803 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 21:48:04.804 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:48:04.804 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:04.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 21:48:04.934 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 21:48:04.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 21:48:04.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:04.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:04.937 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 21:48:04.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:04.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:04.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:04.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 21:48:04.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:04.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:04.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:04.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:04.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:04.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:48:04.940 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Debug') 21:48:04.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:48:04.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:48:04.942 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 21:48:04.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:48:04.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:48:04.942 TRACE [main][WidgetHandler] Notify Table with event 13 21:48:04.943 TRACE [main][WidgetHandler] Wait for synchronization 21:48:04.944 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:04.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:04.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:04.944 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 21:48:04.944 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:04.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:04.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:04.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:48:04.947 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:04.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:04.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:04.947 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 21:48:04.948 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:04.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:04.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:04.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:04.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:04.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:04.991 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:48:04.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:48:04.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:48:04.992 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:48:04.992 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:05.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:48:05.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:48:05.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:48:05.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:05.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:05.900 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:48:05.903 DEBUG [main][MenuItemLookup] Found menu:'File' 21:48:05.903 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:48:05.903 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:48:05.903 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:48:05.903 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:48:05.903 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:48:05.904 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:48:05.904 DEBUG [main][MenuItemLookup] Item match:Window 21:48:05.906 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:48:05.907 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:48:05.907 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:48:05.907 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:05.907 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:48:05.907 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:48:05.907 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:05.907 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:48:05.907 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:05.907 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:48:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:05.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:05.909 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:48:05.909 DEBUG [main][MenuItemLookup] Found menu:'File' 21:48:05.909 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:48:05.909 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:48:05.909 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:48:05.909 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:48:05.909 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:48:05.910 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:48:05.910 DEBUG [main][MenuItemLookup] Item match:Window 21:48:05.910 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:48:05.910 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:48:05.910 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:48:05.910 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:05.910 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:48:05.910 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:48:05.910 DEBUG [main][MenuItemLookup] Item match:Perspective 21:48:05.913 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:48:05.913 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:05.913 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:48:05.913 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:48:05.913 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:48:05.913 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:48:05.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:48:05.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:05.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:05.915 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:48:05.915 DEBUG [main][MenuItemLookup] Found menu:'File' 21:48:05.915 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:48:05.915 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:48:05.915 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:48:05.915 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:48:05.915 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:48:05.915 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:48:05.915 DEBUG [main][MenuItemLookup] Item match:Window 21:48:05.916 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:48:05.916 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:48:05.916 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:48:05.916 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:05.916 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:48:05.916 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:48:05.916 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:05.916 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:48:05.916 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:05.916 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:48:05.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:05.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:05.916 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:48:05.917 DEBUG [main][MenuItemLookup] Found menu:'File' 21:48:05.917 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:48:05.917 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:48:05.917 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:48:05.917 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:48:05.917 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:48:05.917 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:48:05.917 DEBUG [main][MenuItemLookup] Item match:Window 21:48:05.917 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:48:05.917 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:48:05.917 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:48:05.918 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:05.918 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:48:05.918 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:48:05.918 DEBUG [main][MenuItemLookup] Item match:Perspective 21:48:05.918 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:48:05.918 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:05.918 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:48:05.918 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:48:05.918 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:48:05.918 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:48:05.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:05.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:05.919 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:48:05.919 DEBUG [main][MenuItemLookup] Found menu:'File' 21:48:05.919 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:48:05.919 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:48:05.919 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:48:05.919 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:48:05.919 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:48:05.919 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:48:05.919 DEBUG [main][MenuItemLookup] Item match:Window 21:48:05.919 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:48:05.919 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:48:05.919 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:48:05.920 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:05.920 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:48:05.920 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:48:05.920 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:05.920 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:48:05.920 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:05.920 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:48:05.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:05.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:05.920 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:48:05.920 DEBUG [main][MenuItemLookup] Found menu:'File' 21:48:05.920 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:48:05.920 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:48:05.920 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:48:05.921 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:48:05.921 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:48:05.921 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:48:05.921 DEBUG [main][MenuItemLookup] Item match:Window 21:48:05.921 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:48:05.921 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:48:05.921 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:48:05.921 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:05.921 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:48:05.921 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:48:05.921 DEBUG [main][MenuItemLookup] Item match:Perspective 21:48:05.922 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:48:05.922 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:05.922 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:48:05.922 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:48:05.922 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:48:05.922 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:48:05.922 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 21:48:05.923 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 21:48:05.923 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 21:48:06.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 21:48:06.010 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 21:48:06.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 21:48:06.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:06.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:06.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:06.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:06.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:06.011 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 21:48:06.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:06.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:06.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:06.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:48:06.012 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:06.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:06.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:06.012 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 21:48:06.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:06.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:06.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:06.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:06.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:06.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:06.013 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 21:48:06.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:48:06.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:48:06.014 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:48:06.014 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:06.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:06.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:06.293 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:48:06.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:06.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:06.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:48:06.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:06.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:06.297 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:48:06.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:48:06.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:06.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:06.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:06.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:06.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:06.301 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:06.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:06.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:06.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:06.327 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:06.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:06.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:06.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:06.330 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:06.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:06.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:06.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:06.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:06.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:06.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:06.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:06.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:07.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:07.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:07.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:48:07.335 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:07.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:07.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:07.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:07.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:48:07.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:07.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:07.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:07.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:07.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:07.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'] 21:48:07.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:07.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'] 21:48:07.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:07.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 Maven Project"] 21:48:07.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:07.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'] 21:48:07.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:07.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'] 21:48:07.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:07.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'] 21:48:07.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:07.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: "New Maven Project"] 21:48:07.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:07.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'] 21:48:07.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:07.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'] 21:48:07.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:07.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:48:07.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:07.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:07.352 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:48:07.352 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:48:07.352 DEBUG [main][MenuItemLookup] Found menu:'File' 21:48:07.352 DEBUG [main][MenuItemLookup] Item match:File 21:48:07.354 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:48:07.354 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:48:07.356 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:48:07.356 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:07.356 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:48:07.356 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:07.356 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:48:07.356 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:48:07.365 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:48:07.365 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:48:07.365 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:48:07.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.... 21:48:07.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 'New|Select a wizard'] is available. finished successfully 21:48:07.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:48:07.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:07.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:07.452 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:48:07.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:07.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 21:48:07.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:07.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:07.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:07.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:07.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:07.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:48:07.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:48:07.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 21:48:07.460 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:48:07.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:48:07.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:48:07.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:48:07.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 21:48:07.965 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:48:07.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:48:07.966 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:48:07.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:48:07.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:48:07.966 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven Project 21:48:07.967 DEBUG [main][TreeItemHandler] Selecting tree item: Maven Project 21:48:07.967 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven Project about selection 21:48:07.970 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven Project 21:48:07.970 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:48:07.970 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:48:07.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:48:07.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:07.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:07.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:07.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:07.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:07.972 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:48:07.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:48:07.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:48:07.973 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:48:07.973 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. 21:48:08.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:48:08.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:08.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:08.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available.... 21:48:08.440 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 21:48:08.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Maven Project 21:48:08.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:08.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:08.441 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 21:48:08.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:08.441 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 21:48:08.441 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 21:48:08.441 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) 21:48:08.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:08.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:08.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:08.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:08.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:08.443 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:48:08.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:48:08.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:48:08.443 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:48:08.443 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 21:48:08.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 21:48:08.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running finished successfully 21:48:08.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:48:08.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 21:48:09.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 21:48:09.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 21:48:10.003 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 21:48:10.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is not listed in considered jobs, ignore it 21:48:10.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 21:48:10.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 21:48:10.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:48:10.505 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 21:48:10.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:11.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:11.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:11.510 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Maven Project" as the parent 21:48:11.510 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:11.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:11.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:11.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:11.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:11.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:48:11.511 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:48:11.512 INFO [WorkbenchTestable][AbstractText] Text set to: org.apache.maven 21:48:11.560 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") 21:48:11.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:11.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:11.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:11.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:11.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:11.563 INFO [WorkbenchTestable][CheckBox] Select checkbox &Show the last version of Archetype only 21:48:11.563 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Show the last version of Archetype only 21:48:11.564 INFO [WorkbenchTestable][AbstractButton] Click button &Show the last version of Archetype only 21:48:11.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:48:11.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:48:11.564 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:48:11.564 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:11.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:48:11.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 21:48:11.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 21:48:11.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:48:11.593 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 21:48:11.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:11.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:11.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:11.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:11.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:48:11.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:48:11.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:48:11.598 TRACE [main][WidgetHandler] Notify Table with event 13 21:48:11.598 TRACE [main][WidgetHandler] Wait for synchronization 21:48:11.599 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 21:48:11.599 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 21:48:11.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.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) 21:48:11.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:11.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:11.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:11.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:11.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:11.607 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:48:11.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:48:11.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:48:11.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:48:11.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:11.615 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:") 21:48:11.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:11.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:11.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:11.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:11.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:48:11.695 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:com.example 21:48:11.703 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:") 21:48:11.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:11.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:11.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:11.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:11.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:48:11.734 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:debugger 21:48:11.747 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 21:48:11.747 INFO [WorkbenchTestable][MavenProjectWizard] Finish wizard 21:48:11.748 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) 21:48:11.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:11.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:11.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:11.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:11.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:11.796 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:48:11.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:48:11.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:48:11.796 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:48:11.796 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:11.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:48:11.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:48:11.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:48:11.838 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 21:48:12.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 21:48:12.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 21:48:13.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 21:48:13.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 21:48:14.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 21:48:14.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 21:48:15.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/debugger)' is a system job, skipped 21:48:15.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:48:15.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 21:48:15.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:48:15.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:48:15.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:48:15.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Scanning for Tasks' is a system job, skipped 21:48:15.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:48:15.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:48:15.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:48:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:48:15.341 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:48:15.358 INFO [WorkbenchTestable][RequirementsRunner] Started test: debugWithFirstBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 21:48:15.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 21:48:15.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 21:48:15.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:48:15.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:48:15.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:48:15.362 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 21:48:15.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:15.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:15.364 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:15.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:15.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:15.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:48:15.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:15.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:15.367 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:48:15.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 '\*?\QBreakpoints\E') 21:48:15.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:15.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:15.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:15.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:15.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:15.369 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:15.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:15.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:15.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:15.545 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") 21:48:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:15.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:15.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:15.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:15.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:15.547 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' 21:48:15.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:15.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:15.549 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:15.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:15.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:15.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:48:15.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:15.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:15.556 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:48:15.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:48:15.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:15.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:15.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:15.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:15.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:15.557 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:15.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:15.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:15.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:48:15.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:48:15.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:48:15.598 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 21:48:15.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:15.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:15.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:15.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:15.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:15.599 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:48:15.599 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:15.628 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 21:48:15.628 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:15.628 DEBUG [main][MenuItemLookup] Found menu:'Enable' 21:48:15.628 DEBUG [main][MenuItemLookup] Found menu:'Disable' 21:48:15.628 DEBUG [main][MenuItemLookup] Found menu:'Disable All' 21:48:15.628 DEBUG [main][MenuItemLookup] Found menu:'Remove' 21:48:15.628 DEBUG [main][MenuItemLookup] Found menu:'Remove All Triggers' 21:48:15.628 DEBUG [main][MenuItemLookup] Found menu:'Remove All' 21:48:15.628 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 21:48:15.628 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:48:15.628 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:48:15.628 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:15.628 DEBUG [main][MenuItemLookup] Found menu:'Import Breakpoints...' 21:48:15.628 DEBUG [main][MenuItemLookup] Item match:Import Breakpoints... 21:48:15.628 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"I&mport Breakpoints..." 21:48:15.628 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import Breakpoints... 21:48:15.629 INFO [main][MenuItemHandler] Select menu item: I&mport Breakpoints... 21:48:15.706 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.... 21:48:15.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:15.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:15.706 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 21:48:15.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 21:48:15.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:15.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:15.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 21:48:15.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:15.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:15.708 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:") 21:48:15.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:15.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:15.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:15.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:15.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:48:15.709 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:48:15.710 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 21:48:15.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:48:15.714 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 21:48:15.714 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) 21:48:15.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:15.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:15.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:15.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:15.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:15.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:48:15.716 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 21:48:15.716 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) 21:48:15.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:15.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:15.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:15.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:15.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:15.722 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 21:48:15.722 INFO [WorkbenchTestable][WizardDialog] Finish wizard 21:48:15.724 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) 21:48:15.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:15.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:15.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:15.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:15.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:15.725 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:48:15.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:48:15.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:48:15.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:48:15.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:16.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:48:16.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:48:16.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:48:16.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Breakpoints View Update Job' is a system job, skipped 21:48:16.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 21:48:16.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:48:16.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:48:16.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Scanning for Tasks' is a system job, skipped 21:48:16.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:48:16.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:48:16.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:48:16.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:48:16.038 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:16.038 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:16.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:16.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:16.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:16.039 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 21:48:16.039 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:16.039 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:16.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:16.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:16.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:16.040 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:48:17.041 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 21:48:17.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:17.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:17.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:17.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:17.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:17.042 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 21:48:17.043 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:17.043 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:17.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:17.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:17.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:17.044 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 21:48:17.044 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:17.045 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:17.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:17.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:17.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:17.046 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:48:18.046 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 21:48:18.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:18.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:18.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:18.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:18.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:18.047 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 21:48:18.047 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 21:48:18.048 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 21:48:18.048 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:18.049 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:18.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:18.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:18.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:18.050 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:48:19.050 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 21:48:19.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:19.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:19.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:19.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:19.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:19.051 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 21:48:19.051 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 21:48:19.051 DEBUG [WorkbenchTestable][Breakpoint] Performing 'Remove' on breakpoint: AppTest [line: 36] - testApp() 21:48:19.051 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest [line: 36] - testApp() 21:48:19.051 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest [line: 36] - testApp() 21:48:19.051 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest [line: 36] - testApp() about selection 21:48:19.053 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest [line: 36] - testApp() 21:48:19.057 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:48:19.057 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:19.092 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 21:48:19.092 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:19.092 DEBUG [main][MenuItemLookup] Found menu:'Suspend VM' 21:48:19.092 DEBUG [main][MenuItemLookup] Found menu:'Hit Count...' 21:48:19.092 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:19.092 DEBUG [main][MenuItemLookup] Found menu:'Enable' 21:48:19.092 DEBUG [main][MenuItemLookup] Found menu:'Disable' 21:48:19.092 DEBUG [main][MenuItemLookup] Found menu:'Disable All' 21:48:19.092 DEBUG [main][MenuItemLookup] Found menu:'Remove' 21:48:19.092 DEBUG [main][MenuItemLookup] Item match:Remove 21:48:19.092 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Rem&ove" 21:48:19.092 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Remove 21:48:19.092 INFO [main][MenuItemHandler] Select menu item: Rem&ove 21:48:19.098 DEBUG [WorkbenchTestable][Breakpoint] Operation 'Remove' was performed 21:48:19.098 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:19.099 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:19.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:19.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:19.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:19.135 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 21:48:19.135 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:19.135 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:19.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:19.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:19.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:19.137 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:48:20.137 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 21:48:20.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:20.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:20.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:20.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:20.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:20.137 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 21:48:20.137 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:48:20.137 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:20.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:20.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:20.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:20.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:20.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:20.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:48:20.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:20.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:20.157 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:48:20.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:48:20.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:20.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:20.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:20.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:20.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:20.158 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:20.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:20.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:20.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:48:20.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:48:20.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:48:20.160 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:20.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:20.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:20.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:20.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:20.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:20.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:20.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:20.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:21.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:21.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:21.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:48:21.164 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:21.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:21.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:21.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:21.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 21:48:21.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:21.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:21.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:21.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:21.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:21.166 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 21:48:21.171 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:48:21.172 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src/test/java of tree item debugger 21:48:21.172 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item debugger 21:48:21.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:48:21.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:48:21.673 INFO [WorkbenchTestable][TreeItemHandler] Expanded: debugger 21:48:21.674 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item com.example.debugger of tree item src/test/java 21:48:21.674 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src/test/java 21:48:21.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:48:22.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:48:22.175 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src/test/java 21:48:22.176 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AppTest.java of tree item com.example.debugger 21:48:22.176 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item com.example.debugger 21:48:22.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:48:22.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:48:22.677 INFO [WorkbenchTestable][TreeItemHandler] Expanded: com.example.debugger 21:48:22.677 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.java 21:48:22.677 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.java 21:48:22.678 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.java about selection 21:48:22.709 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.java 21:48:22.709 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:48:22.709 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'New' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'Open With' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'References' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:48:22.841 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 21:48:22.841 DEBUG [main][MenuItemLookup] Item match:Debug As 21:48:22.899 DEBUG [main][MenuItemLookup] Found menu:'1 Debug on Server Shift+Alt+D R' 21:48:22.899 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 21:48:22.899 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+D T 21:48:22.900 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+D T" 21:48:22.900 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+D T 21:48:22.900 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+D T 21:48:22.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 21:48:22.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:48:22.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:22.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:22.940 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:48:22.940 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.*') 21:48:22.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:22.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:23.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:23.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:23.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:25.826 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:48:26.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 21:48:26.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:26.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:26.829 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 21:48:26.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:26.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:26.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:26.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:26.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:26.830 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:26.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 '\*?\QDebug\E') 21:48:26.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:26.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:26.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:26.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:26.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:26.831 INFO [WorkbenchTestable][AbstractView] Activate view Debug 21:48:26.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 21:48:26.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:26.833 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 21:48:26.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:48:26.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:48:26.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:48:26.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:26.836 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 21:48:26.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:26.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:26.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:26.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:26.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:26.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:26.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:26.853 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:26.853 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.*') 21:48:26.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:26.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:26.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:26.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:26.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:26.878 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 21:48:26.878 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:48:26.878 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:26.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled... 21:48:26.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:27.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:27.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:27.020 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:27.021 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.*') 21:48:27.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:27.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:27.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:27.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:27.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:27.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled finished successfully 21:48:27.065 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 21:48:27.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:27.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:27.093 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:27.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:27.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:27.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:27.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:27.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:27.097 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:27.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 21:48:27.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:27.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:27.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:27.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:27.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:27.101 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:27.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:27.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:27.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:27.129 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") 21:48:27.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:27.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:27.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:27.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:27.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:27.130 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 21:48:27.130 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:48:27.130 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:27.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 21:48:27.166 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 21:48:27.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 21:48:27.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:27.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:27.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:27.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:27.167 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 21:48:27.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:48:27.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:48:27.167 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:48:27.167 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:27.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:48:27.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:48:27.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 21:48:27.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:48:27.236 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:48:27.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:27.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:27.244 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debugWithFirstBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 21:48:27.244 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:48:27.244 INFO [WorkbenchTestable][RequirementsRunner] Started test: debugWithSecondBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 21:48:27.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 21:48:27.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:48:27.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:48:27.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:48:27.244 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 21:48:27.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:27.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:27.249 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:27.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:27.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:27.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:27.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:27.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:27.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:27.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 '\*?\QBreakpoints\E') 21:48:27.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:27.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:27.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:27.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:27.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:27.299 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:27.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:27.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:27.300 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 21:48:27.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:48:27.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:48:27.320 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") 21:48:27.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:27.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:27.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:27.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:27.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:27.321 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' 21:48:27.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:27.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:27.324 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:27.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:27.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:27.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:27.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:27.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:27.331 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:27.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 21:48:27.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:27.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:27.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:27.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:27.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:27.335 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:27.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:27.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:27.335 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 21:48:27.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:48:27.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:48:27.355 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 21:48:27.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:27.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:27.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:27.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:27.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:27.356 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:48:27.356 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:27.397 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 21:48:27.397 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:27.397 DEBUG [main][MenuItemLookup] Found menu:'Enable' 21:48:27.397 DEBUG [main][MenuItemLookup] Found menu:'Disable' 21:48:27.397 DEBUG [main][MenuItemLookup] Found menu:'Disable All' 21:48:27.397 DEBUG [main][MenuItemLookup] Found menu:'Remove' 21:48:27.397 DEBUG [main][MenuItemLookup] Found menu:'Remove All Triggers' 21:48:27.397 DEBUG [main][MenuItemLookup] Found menu:'Remove All' 21:48:27.397 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 21:48:27.397 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:48:27.397 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:48:27.397 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:27.397 DEBUG [main][MenuItemLookup] Found menu:'Import Breakpoints...' 21:48:27.397 DEBUG [main][MenuItemLookup] Item match:Import Breakpoints... 21:48:27.397 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"I&mport Breakpoints..." 21:48:27.397 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import Breakpoints... 21:48:27.397 INFO [main][MenuItemHandler] Select menu item: I&mport Breakpoints... 21:48:27.448 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.... 21:48:27.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:27.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:27.448 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 21:48:27.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 21:48:27.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:27.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:27.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 21:48:27.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:27.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:27.450 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:") 21:48:27.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:27.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:27.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:27.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:27.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:48:27.451 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:48:27.452 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 21:48:27.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:48:27.452 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 21:48:27.452 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) 21:48:27.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:27.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:27.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:27.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:27.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:27.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:48:27.453 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 21:48:27.454 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) 21:48:27.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:27.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:27.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:27.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:27.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:27.455 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 21:48:27.455 INFO [WorkbenchTestable][WizardDialog] Finish wizard 21:48:27.455 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) 21:48:27.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:27.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:27.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:27.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:27.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:27.456 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:48:27.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:48:27.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:48:27.456 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:48:27.456 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:27.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:48:27.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:48:27.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:48:27.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Debug children update' is a system job, skipped 21:48:27.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:48:27.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:48:27.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:48:27.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:48:27.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:48:27.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:48:27.544 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:27.544 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:27.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:27.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:27.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:27.546 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 21:48:27.546 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:27.547 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:27.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:27.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:27.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:27.547 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:48:28.548 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 21:48:28.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:28.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:28.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:28.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:28.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:28.548 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 21:48:28.548 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:28.548 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:28.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:28.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:28.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:28.550 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 21:48:28.550 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:28.550 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:28.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:28.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:28.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:28.551 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:48:29.551 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 21:48:29.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:29.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:29.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:29.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:29.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:29.553 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 21:48:29.553 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 21:48:29.553 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 21:48:29.553 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:29.553 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:29.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:29.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:29.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:29.554 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:48:30.554 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 21:48:30.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:30.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:30.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:30.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:30.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:30.555 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 21:48:30.555 DEBUG [WorkbenchTestable][Breakpoint] Performing 'Disable' on breakpoint: AppTest [line: 28] - suite() 21:48:30.555 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest [line: 28] - suite() 21:48:30.555 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest [line: 28] - suite() 21:48:30.556 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest [line: 28] - suite() about selection 21:48:30.557 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest [line: 28] - suite() 21:48:30.560 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:48:30.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:30.582 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 21:48:30.582 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:30.582 DEBUG [main][MenuItemLookup] Found menu:'Suspend VM' 21:48:30.582 DEBUG [main][MenuItemLookup] Found menu:'Hit Count...' 21:48:30.582 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:30.582 DEBUG [main][MenuItemLookup] Found menu:'Enable' 21:48:30.582 DEBUG [main][MenuItemLookup] Found menu:'Disable' 21:48:30.582 DEBUG [main][MenuItemLookup] Item match:Disable 21:48:30.582 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Disable" 21:48:30.582 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Disable 21:48:30.582 INFO [main][MenuItemHandler] Select menu item: &Disable 21:48:30.584 DEBUG [WorkbenchTestable][Breakpoint] Operation 'Disable' was performed 21:48:30.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:48:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:48:31.086 DEBUG [WorkbenchTestable][Breakpoint] Checking operation 'Disable' on breakpoint:AppTest [line: 28] - suite() 21:48:31.086 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest [line: 28] - suite() 21:48:31.086 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest [line: 28] - suite() 21:48:31.086 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest [line: 28] - suite() about selection 21:48:31.087 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest [line: 28] - suite() 21:48:31.090 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:48:31.090 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:31.111 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 21:48:31.111 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:31.111 DEBUG [main][MenuItemLookup] Found menu:'Suspend VM' 21:48:31.111 DEBUG [main][MenuItemLookup] Found menu:'Hit Count...' 21:48:31.111 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:31.111 DEBUG [main][MenuItemLookup] Found menu:'Enable' 21:48:31.111 DEBUG [main][MenuItemLookup] Found menu:'Disable' 21:48:31.111 DEBUG [main][MenuItemLookup] Item match:Disable 21:48:31.111 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:48:31.111 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:31.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:31.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:31.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:31.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:31.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:31.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:31.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:31.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:31.139 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:31.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 '\*?\QProject Explorer\E') 21:48:31.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:31.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:31.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:31.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:31.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:31.140 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:31.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:31.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:31.141 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 21:48:31.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:48:31.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:48:31.142 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:31.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:31.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:31.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:31.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:31.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:31.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:31.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:31.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:32.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:32.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:32.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:48:32.164 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:32.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:32.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:32.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:32.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 21:48:32.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:32.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:32.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:32.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:32.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:32.166 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 21:48:32.166 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:48:32.167 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src/test/java of tree item debugger 21:48:32.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item debugger 21:48:32.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:48:32.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item debugger is already expanded. No action performed 21:48:32.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:48:32.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: debugger 21:48:32.167 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item com.example.debugger of tree item src/test/java 21:48:32.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src/test/java 21:48:32.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:48:32.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src/test/java is already expanded. No action performed 21:48:32.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:48:32.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src/test/java 21:48:32.167 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AppTest.java of tree item com.example.debugger 21:48:32.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item com.example.debugger 21:48:32.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:48:32.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item com.example.debugger is already expanded. No action performed 21:48:32.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:48:32.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: com.example.debugger 21:48:32.168 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.java 21:48:32.168 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.java 21:48:32.168 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.java about selection 21:48:32.174 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.java 21:48:32.174 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:48:32.174 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'New' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'Open With' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'References' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:48:32.209 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 21:48:32.209 DEBUG [main][MenuItemLookup] Item match:Debug As 21:48:32.213 DEBUG [main][MenuItemLookup] Found menu:'1 Debug on Server Shift+Alt+D R' 21:48:32.213 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 21:48:32.213 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+D T 21:48:32.214 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+D T" 21:48:32.214 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+D T 21:48:32.214 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+D T 21:48:32.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 21:48:32.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:32.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:32.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:32.340 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:32.395 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.*') 21:48:32.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:32.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:32.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:32.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:32.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:33.403 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:48:34.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 21:48:34.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.405 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 21:48:34.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:34.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:34.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:34.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:34.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 '\*?\QDebug\E') 21:48:34.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:34.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:34.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:34.407 INFO [WorkbenchTestable][AbstractView] Activate view Debug 21:48:34.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 21:48:34.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:34.408 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 21:48:34.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:48:34.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:48:34.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:48:34.409 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:34.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:34.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:34.410 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 21:48:34.410 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:34.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:34.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:34.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:34.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:34.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:34.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:34.411 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:34.411 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.*') 21:48:34.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:34.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:34.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:34.433 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 21:48:34.433 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:48:34.433 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:34.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled... 21:48:34.437 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:34.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:34.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:34.508 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:34.510 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.*') 21:48:34.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:34.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:34.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:34.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled finished successfully 21:48:34.521 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 21:48:34.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.524 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:34.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:34.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:34.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:34.526 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:34.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 '\*?\QBreakpoints\E') 21:48:34.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:34.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:34.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:34.528 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:34.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:34.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:34.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:34.560 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") 21:48:34.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:34.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:34.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:34.561 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 21:48:34.561 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:48:34.561 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:34.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 21:48:34.613 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 21:48:34.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 21:48:34.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:34.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:34.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.618 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 21:48:34.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:48:34.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:48:34.618 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:48:34.618 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:34.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:48:34.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:48:34.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 21:48:34.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:48:34.657 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:48:34.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:34.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:34.657 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debugWithSecondBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 21:48:34.657 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:48:34.657 INFO [WorkbenchTestable][RequirementsRunner] Started test: debugWithBothBreakpointsTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 21:48:34.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 21:48:34.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:48:34.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:48:34.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:48:34.658 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 21:48:34.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.688 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:34.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:34.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:34.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:34.709 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:34.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 '\*?\QBreakpoints\E') 21:48:34.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:34.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:34.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:34.711 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:34.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:34.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:34.712 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 21:48:34.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:48:34.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:48:34.717 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") 21:48:34.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:34.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:34.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:34.717 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' 21:48:34.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.719 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:34.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:34.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:34.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:34.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 '\*?\QBreakpoints\E') 21:48:34.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:34.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:34.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:34.741 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:34.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:34.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:34.742 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 21:48:34.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:48:34.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:48:34.759 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 21:48:34.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:34.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:34.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:34.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:48:34.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:34.796 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 21:48:34.796 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:34.796 DEBUG [main][MenuItemLookup] Found menu:'Enable' 21:48:34.796 DEBUG [main][MenuItemLookup] Found menu:'Disable' 21:48:34.796 DEBUG [main][MenuItemLookup] Found menu:'Disable All' 21:48:34.796 DEBUG [main][MenuItemLookup] Found menu:'Remove' 21:48:34.796 DEBUG [main][MenuItemLookup] Found menu:'Remove All Triggers' 21:48:34.796 DEBUG [main][MenuItemLookup] Found menu:'Remove All' 21:48:34.796 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 21:48:34.796 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:48:34.796 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:48:34.796 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:34.796 DEBUG [main][MenuItemLookup] Found menu:'Import Breakpoints...' 21:48:34.796 DEBUG [main][MenuItemLookup] Item match:Import Breakpoints... 21:48:34.796 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"I&mport Breakpoints..." 21:48:34.796 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import Breakpoints... 21:48:34.796 INFO [main][MenuItemHandler] Select menu item: I&mport Breakpoints... 21:48:34.843 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.... 21:48:34.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:34.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:48:34.843 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 21:48:34.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 21:48:34.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:34.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:34.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 21:48:34.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:34.845 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:") 21:48:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:34.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:34.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:48:34.846 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:48:34.846 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 21:48:34.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:48:34.847 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 21:48:34.847 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) 21:48:34.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:34.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:34.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:34.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:48:34.848 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 21:48:34.848 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) 21:48:34.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:34.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:34.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:34.849 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 21:48:34.849 INFO [WorkbenchTestable][WizardDialog] Finish wizard 21:48:34.849 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) 21:48:34.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:34.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:34.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:34.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:34.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:34.850 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:48:34.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:48:34.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:48:34.850 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:48:34.850 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:34.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:48:34.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:48:34.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:48:34.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Debug children update' is a system job, skipped 21:48:34.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Label Job' is a system job, skipped 21:48:34.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:48:34.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:48:34.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:48:34.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:48:34.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:48:34.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:48:34.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:48:34.948 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:34.949 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:34.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:34.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:34.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:34.950 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 21:48:34.950 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:34.950 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:34.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:34.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:34.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:34.951 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:48:35.951 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 21:48:35.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:35.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:35.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:35.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:35.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:35.952 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 21:48:35.952 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:35.952 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:35.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:35.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:35.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:35.953 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 21:48:35.953 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:35.953 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:35.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:35.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:35.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:35.954 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:48:36.954 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 21:48:36.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:36.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:36.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:36.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:36.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:36.955 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 21:48:36.956 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 21:48:36.956 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:48:36.956 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:36.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:36.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:36.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:36.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:36.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:36.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:36.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:36.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:36.985 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:36.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:48:36.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:36.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:36.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:36.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:36.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:36.986 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:36.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:36.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:36.986 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 21:48:36.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:48:36.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:48:36.988 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:36.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:36.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:36.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:36.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:36.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:36.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:37.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:37.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:37.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:37.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:37.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:48:37.990 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:37.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:37.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:37.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:37.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:48:37.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:37.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:37.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:37.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:37.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:37.992 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 21:48:37.992 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:48:37.992 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src/test/java of tree item debugger 21:48:37.993 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item debugger 21:48:37.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:48:37.993 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item debugger is already expanded. No action performed 21:48:37.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:48:37.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: debugger 21:48:37.993 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item com.example.debugger of tree item src/test/java 21:48:37.993 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src/test/java 21:48:37.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:48:37.993 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src/test/java is already expanded. No action performed 21:48:37.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:48:37.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src/test/java 21:48:37.993 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AppTest.java of tree item com.example.debugger 21:48:37.993 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item com.example.debugger 21:48:37.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:48:37.993 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item com.example.debugger is already expanded. No action performed 21:48:37.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:48:37.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: com.example.debugger 21:48:37.993 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.java 21:48:37.993 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.java 21:48:37.994 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.java about selection 21:48:38.000 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.java 21:48:38.001 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:48:38.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'New' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'Open With' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'References' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:48:38.033 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 21:48:38.033 DEBUG [main][MenuItemLookup] Item match:Debug As 21:48:38.037 DEBUG [main][MenuItemLookup] Found menu:'1 Debug on Server Shift+Alt+D R' 21:48:38.037 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 21:48:38.037 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+D T 21:48:38.038 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+D T" 21:48:38.038 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+D T 21:48:38.038 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+D T 21:48:38.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 21:48:38.092 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:38.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:38.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:38.199 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:38.204 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.*') 21:48:38.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:38.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:38.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:38.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:38.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:39.211 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:48:40.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 21:48:40.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:40.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:40.213 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 21:48:40.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:40.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:40.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:40.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:40.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:40.214 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48: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 '\*?\QDebug\E') 21:48:40.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:40.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:40.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:40.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:40.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:40.215 INFO [WorkbenchTestable][AbstractView] Activate view Debug 21:48:40.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 21:48:40.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:40.216 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 21:48:40.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:48:40.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:48:40.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:48:40.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:40.217 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 21:48:40.217 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:40.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:40.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:40.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:40.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:40.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:40.218 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.*') 21:48:40.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:40.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:40.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:40.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:40.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:40.236 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 21:48:40.236 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:48:40.236 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:40.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 21:48:40.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:40.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:40.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:40.291 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:40.295 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.*') 21:48:40.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:40.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:40.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:40.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:40.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:40.311 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:48:41.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 21:48:41.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:41.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:41.313 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 21:48:41.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:41.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:41.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:41.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:41.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:41.315 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:41.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E') 21:48:41.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:41.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:41.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:41.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:41.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:41.316 INFO [WorkbenchTestable][AbstractView] Activate view Debug 21:48:41.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 21:48:41.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:41.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:41.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:48:41.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:41.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:41.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:41.363 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 21:48:41.363 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:41.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:41.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:41.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:41.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:41.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:41.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:41.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:41.368 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 21:48:41.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:41.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:41.371 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:41.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:41.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:41.372 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:41.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 '\*?\QDebug\E') 21:48:41.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:41.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:41.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:41.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:41.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:41.373 INFO [WorkbenchTestable][AbstractView] Activate view Debug 21:48:41.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 21:48:41.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:41.373 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 21:48:41.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:48:41.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:48:41.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:48:41.374 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:41.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:41.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:41.396 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 21:48:41.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:41.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:41.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:41.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:41.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:41.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:41.396 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.testApp() line: 36 21:48:41.397 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.testApp() line: 36 21:48:41.397 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.testApp() line: 36 about selection 21:48:41.399 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.testApp() line: 36 21:48:41.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:41.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:41.403 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QVariables\E'' is already open. Activate. 21:48:41.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:41.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:41.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:41.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:41.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:41.405 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:41.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QVariables\E') 21:48:41.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:41.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:41.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:41.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:41.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:41.407 INFO [WorkbenchTestable][AbstractView] Activate view Variables 21:48:41.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Variables 21:48:41.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:41.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:41.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is not selected... 21:48:41.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 21:48:41.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:41.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:41.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:41.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:41.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:41.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:48:41.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:48:41.966 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item this 21:48:41.966 DEBUG [main][TreeItemHandler] Selecting tree item: this 21:48:41.967 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item this about selection 21:48:41.971 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: this 21:48:42.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is not selected finished successfully 21:48:42.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is empty... 21:48:42.003 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 21:48:42.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:42.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:42.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:42.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:42.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:48:42.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is empty finished successfully 21:48:42.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:48:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:42.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:42.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:42.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:48:42.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:42.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:42.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:42.031 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:42.031 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.*') 21:48:42.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:42.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:42.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:42.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:42.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:42.037 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 21:48:42.037 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:48:42.037 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:42.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled... 21:48:42.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:42.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:42.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:42.113 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:42.119 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.*') 21:48:42.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:42.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:42.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:42.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:42.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:42.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled finished successfully 21:48:42.131 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 21:48:42.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:42.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:42.134 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 21:48:42.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:42.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:42.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 21:48:42.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:42.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:42.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 21:48:42.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 '\*?\QBreakpoints\E') 21:48:42.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:42.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:42.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:42.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:42.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:48:42.142 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 21:48:42.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 21:48:42.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:42.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:42.214 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") 21:48:42.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:42.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:42.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:42.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:42.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:42.215 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 21:48:42.215 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:48:42.215 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:42.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 21:48:42.246 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 21:48:42.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 21:48:42.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:42.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:42.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:42.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:42.254 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 21:48:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:48:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:48:42.254 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:48:42.254 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:42.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:48:42.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:48:42.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 21:48:42.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:48:42.319 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:48:42.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:42.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:42.320 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debugWithBothBreakpointsTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 21:48:42.320 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:48:42.320 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:42.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:42.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:42.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:42.349 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:42.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:42.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:42.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:42.350 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:42.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:42.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:42.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:42.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:42.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:42.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:42.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:42.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:43.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:43.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:43.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:48:43.353 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:48:43.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:48:43.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:48:43.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:48:43.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 21:48:43.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:43.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:43.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:43.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:43.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:43.355 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 21:48:43.357 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item debugger 21:48:43.357 DEBUG [main][TreeItemHandler] Selecting tree item: debugger 21:48:43.357 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item debugger about selection 21:48:43.368 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: debugger 21:48:43.368 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:48:43.368 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:43.422 DEBUG [main][MenuItemLookup] Found menu:'New' 21:48:43.422 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:48:43.422 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:43.422 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:48:43.422 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:43.422 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:48:43.422 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:48:43.422 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:48:43.422 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:48:43.422 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:48:43.422 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:48:43.422 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:48:43.422 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:43.422 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:48:43.422 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:48:43.422 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:43.422 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:48:43.422 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:48:43.423 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:48:43.423 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:48:43.423 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:48:43.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:48:43.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 21:48:43.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:48:43.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:48:43.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:48:43.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:48:43.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:48:43.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:48:43.924 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'debugger' via Explorer 21:48:43.925 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item debugger 21:48:43.925 DEBUG [main][TreeItemHandler] Selecting tree item: debugger 21:48:43.925 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item debugger about selection 21:48:43.931 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: debugger 21:48:43.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:48:43.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:43.987 DEBUG [main][MenuItemLookup] Found menu:'New' 21:48:43.987 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:48:43.987 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:43.987 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:48:43.987 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:43.987 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:48:43.987 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:48:43.987 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:48:43.987 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:48:43.987 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:48:43.987 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:48:43.988 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:48:43.988 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:48:44.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 'Delete.*'] is available.... 21:48:44.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 21:48:44.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:48:44.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:44.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:44.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48: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: 32) 21:48:44.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:44.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:44.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:48:44.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:44.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:44.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:44.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:44.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:44.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:44.791 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:48:44.791 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:48:44.791 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:48:44.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:48:44.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:48:44.791 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:48:44.791 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:44.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:48:44.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:44.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:44.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:44.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:48:44.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:44.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:44.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:44.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:44.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:44.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:44.794 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:48:44.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:48:44.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:48:44.794 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:48:44.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:44.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:48:44.800 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:48:45.304 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:48:45.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:48:45.805 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:48:45.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:48:45.805 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 21:48:45.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 21:48:45.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:48:45.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:48:45.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:48:45.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:48:45.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:48:45.805 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 21:48:45.806 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:48:45.806 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:48:45.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:45.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.272 s - in org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest debugWithFirstBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) Time elapsed: 11.885 s debugWithSecondBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) Time elapsed: 7.413 s debugWithBothBreakpointsTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) Time elapsed: 7.663 s Running org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 21:48:45.835 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 21:48:45.836 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:48:45.887 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:48:45.887 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 21:48:45.888 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:48:45.888 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:48:45.888 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:48:45.888 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:48:45.888 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:48:45.888 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 21:48:45.889 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 21:48:45.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:45.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:45.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:48:45.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:45.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:45.890 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") 21:48:45.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:45.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:45.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:45.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:45.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:48:45.915 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 21:48:45.915 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:48:45.915 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:46.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 21:48:46.017 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 21:48:46.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 21:48:46.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:46.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:46.018 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 21:48:46.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:46.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:46.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:46.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 21:48:46.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:46.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:46.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:46.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:46.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:46.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:48:46.021 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 21:48:46.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:48:46.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:48:46.022 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 21:48:46.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:48:46.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:48:46.022 TRACE [main][WidgetHandler] Notify Table with event 13 21:48:46.023 TRACE [main][WidgetHandler] Wait for synchronization 21:48:46.024 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:46.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:46.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:46.024 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 21:48:46.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:46.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:46.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:46.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:48:46.024 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:46.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:46.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:46.025 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 21:48:46.025 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:46.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:46.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:46.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:46.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:46.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:46.026 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:48:46.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:48:46.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:48:46.026 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:48:46.026 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:46.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:48:46.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:48:46.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:48:46.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:46.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:46.600 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:48:46.600 DEBUG [main][MenuItemLookup] Found menu:'File' 21:48:46.600 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:48:46.600 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:48:46.600 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:48:46.600 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:48:46.600 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:48:46.600 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:48:46.600 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:48:46.600 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:48:46.600 DEBUG [main][MenuItemLookup] Item match:Window 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:48:46.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:46.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:46.601 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'File' 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:48:46.601 DEBUG [main][MenuItemLookup] Item match:Window 21:48:46.601 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:48:46.602 DEBUG [main][MenuItemLookup] Item match:Perspective 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:48:46.602 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:48:46.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:48:46.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:46.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:46.602 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'File' 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:48:46.602 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:48:46.602 DEBUG [main][MenuItemLookup] Item match:Window 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:48:46.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:46.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:46.603 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'File' 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:48:46.603 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:48:46.603 DEBUG [main][MenuItemLookup] Item match:Window 21:48:46.604 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:48:46.604 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:48:46.604 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:48:46.604 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:46.604 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:48:46.604 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:48:46.604 DEBUG [main][MenuItemLookup] Item match:Perspective 21:48:46.604 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:48:46.604 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:46.604 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:48:46.604 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:48:46.604 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:48:46.604 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:48:46.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:46.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:46.605 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'File' 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:48:46.605 DEBUG [main][MenuItemLookup] Item match:Window 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:46.605 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:48:46.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:46.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:46.606 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'File' 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:48:46.606 DEBUG [main][MenuItemLookup] Item match:Window 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:48:46.606 DEBUG [main][MenuItemLookup] Item match:Perspective 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:48:46.606 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:48:46.606 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:48:46.606 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 21:48:46.606 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 21:48:46.609 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 21:48:46.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 21:48:46.632 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 21:48:46.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 21:48:46.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:46.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:46.632 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:46.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:46.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:46.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 21:48:46.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:46.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:46.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:46.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 "Reset Perspective") 21:48:46.633 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:46.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:46.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:46.633 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 21:48:46.633 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:46.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:46.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:46.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:46.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:46.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:46.634 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 21:48:46.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:48:46.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:48:46.634 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:48:46.634 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:46.819 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:48:46.819 INFO [WorkbenchTestable][RequirementsRunner] Started test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest) 21:48:46.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 21:48:46.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:48:46.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:48:46.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:48:46.820 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 21:48:46.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:46.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:46.820 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:48:46.820 DEBUG [main][MenuItemLookup] Found menu:'File' 21:48:46.820 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:48:46.820 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:48:46.820 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:48:46.820 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:48:46.820 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:48:46.820 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:48:46.820 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:48:46.820 DEBUG [main][MenuItemLookup] Item match:Run 21:48:46.822 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 21:48:46.822 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 21:48:46.822 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:46.822 DEBUG [main][MenuItemLookup] Found menu:'Run History' 21:48:46.822 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:48:46.822 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 21:48:46.822 DEBUG [main][MenuItemLookup] Found menu:'' 21:48:46.822 DEBUG [main][MenuItemLookup] Found menu:'Debug History' 21:48:46.822 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 21:48:46.822 DEBUG [main][MenuItemLookup] Found menu:'Debug Configurations...' 21:48:46.822 DEBUG [main][MenuItemLookup] Item match:Debug Configurations... 21:48:46.822 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"De&bug Configurations..." 21:48:46.822 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Configurations... 21:48:46.822 INFO [main][MenuItemHandler] Select menu item: De&bug Configurations... 21:48:47.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available.... 21:48:47.107 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 21:48:47.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Debug Configurations 21:48:47.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:48:47.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:48:47.108 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit 21:48:47.108 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name null 21:48:47.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:48:47.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:47.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:47.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:47.109 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 21:48:47.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:47.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:47.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:47.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:47.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:47.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:47.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:48:47.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:48:47.110 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 21:48:47.110 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 21:48:47.111 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 21:48:47.111 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 21:48:47.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 21:48:47.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 21:48:47.221 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:48:47.221 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:47.225 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 21:48:47.225 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 21:48:47.226 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 21:48:47.226 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 21:48:47.226 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 21:48:47.292 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 21:48:47.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:48:47.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:47.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:47.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:47.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 21:48:47.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:47.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:47.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:47.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:47.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:47.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:47.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:48:47.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:48:47.799 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 21:48:47.799 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 21:48:47.800 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 21:48:47.800 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 21:48:47.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 21:48:47.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 21:48:47.925 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:48:47.925 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:47.925 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 21:48:47.925 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 21:48:47.925 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 21:48:47.925 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 21:48:47.925 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 21:48:47.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:") 21:48:47.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:48.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:48.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:48.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 21:48:48.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:48.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:48.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:48.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:48.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:48.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:48:48.434 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:48:48.435 INFO [WorkbenchTestable][AbstractText] Text set to: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 21:48:48.436 INFO [WorkbenchTestable][LaunchConfiguration] Apply the launch configuration 21:48:48.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 "Apply") 21:48:48.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:48.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:48.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:48.436 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 21:48:48.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:48.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:48.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:48.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:48.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:48.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:48:48.496 INFO [WorkbenchTestable][AbstractButton] Click button Appl&y 21:48:48.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:48:48.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:48:48.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:48:48.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:48:49.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:48:49.802 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 21:48:49.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 21:48:49.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 21:48:49.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 21:48:49.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 21:48:49.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:48:49.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:48:49.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:48:49.802 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit 21:48:49.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:48:49.802 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:49.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:49.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:49.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 21:48:49.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:49.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:49.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:49.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:49.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:49.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:49.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:48:49.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:48:49.805 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 21:48:49.805 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 21:48:49.805 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 21:48:49.805 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 21:48:49.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:48:49.805 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:49.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:49.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:49.917 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 21:48:49.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:49.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:49.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:49.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:49.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:49.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:49.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:48:49.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:48:49.918 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 21:48:49.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:48:49.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:49.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:49.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:49.918 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 21:48:49.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:49.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:49.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:49.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:48:49.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:48:49.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:48:49.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:48:49.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:48:49.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 21:48:49.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 21:48:49.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:48:49.920 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 21:48:49.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:48:49.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 21:48:49.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 21:48:49.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 21:48:49.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:48:49.920 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 21:48:49.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:48:49.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 21:48:49.921 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 21:48:49.921 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 21:48:49.921 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration about selection 21:48:49.921 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 21:48:49.921 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:48:50.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:48:50.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:48:50.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 21:48:50.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:48:50.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:48:50.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:50.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:50.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:50.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:51.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:51.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:51.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:51.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:52.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:52.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:52.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:52.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:53.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:53.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:53.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:53.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:54.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:54.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:54.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:54.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:55.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:55.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:55.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:55.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:56.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:56.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:56.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:56.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:57.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:57.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:57.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:57.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:58.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:58.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:58.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:58.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:59.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:59.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:48:59.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:48:59.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:00.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:00.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:00.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:49:00.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:49:00.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:00.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:00.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:00.369 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 21:49:00.369 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:00.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:00.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:00.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:00.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:00.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:00.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:00.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:00.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 21:49:00.370 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 21:49:00.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:00.370 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 21:49:00.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:00.370 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 21:49:00.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 21:49:00.370 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 21:49:00.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:00.370 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 21:49:00.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:00.370 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 21:49:00.371 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Delete launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 21:49:00.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:49:00.371 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:00.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:00.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:00.371 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 21:49:00.371 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:00.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:00.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:00.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:00.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:00.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:00.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:00.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:00.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 21:49:00.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 21:49:00.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:00.372 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 21:49:00.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:00.372 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 21:49:00.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 21:49:00.372 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 21:49:00.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:00.372 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 21:49:00.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:00.372 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 21:49:00.372 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 21:49:00.372 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 21:49:00.373 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration about selection 21:49:00.373 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 21:49:00.373 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:49:00.373 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:00.373 DEBUG [main][MenuItemLookup] Found menu:'New Configuration' 21:49:00.373 DEBUG [main][MenuItemLookup] Found menu:'New Prototype' 21:49:00.373 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:49:00.373 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 21:49:00.373 DEBUG [main][MenuItemLookup] Found menu:'Delete' 21:49:00.373 DEBUG [main][MenuItemLookup] Item match:Delete 21:49:00.374 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Dele&te" 21:49:00.374 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 21:49:00.374 INFO [main][MenuItemHandler] Select menu item: Dele&te 21:49:00.390 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.... 21:49:00.391 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 21:49:00.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Launch Configuration Deletion 21:49:00.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:00.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:00.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:00.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:00.392 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") 21:49:00.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:00.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:00.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:00.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:00.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:00.392 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 21:49:00.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:00.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:00.392 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:00.392 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:00.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:49:00.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:49:00.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:49:00.575 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:00.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:00.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:00.575 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 21:49:00.575 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:00.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:00.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:00.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:00.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:00.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:00.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:00.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:00.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 21:49:00.576 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 21:49:00.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:00.576 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 21:49:00.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:00.576 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 21:49:00.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 21:49:00.587 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 21:49:00.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:00.588 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 21:49:00.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:00.588 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 21:49:00.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available.... 21:49:00.588 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 21:49:00.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available.... 21:49:00.588 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 21:49:00.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Debug Configurations 21:49:00.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:00.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:00.589 INFO [WorkbenchTestable][AbstractShell] Close shell Debug Configurations 21:49:00.589 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Debug Configurations' 21:49:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:49:00.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:49:00.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 21:49:00.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:00.643 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:00.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:00.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:00.644 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest) 21:49:00.644 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 21:49:00.644 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:00.644 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:00.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:00.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.809 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.824 s Running org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 21:49:00.695 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 21:49:00.695 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:49:00.695 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:00.695 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 21:49:00.695 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:00.695 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:49:00.696 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:00.696 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:49:00.696 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:00.696 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 21:49:00.696 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 21:49:00.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:49:00.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:00.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:00.696 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:00.697 DEBUG [main][MenuItemLookup] Item match:Window 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:00.697 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:49:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:00.698 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:00.698 DEBUG [main][MenuItemLookup] Item match:Window 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:00.698 DEBUG [main][MenuItemLookup] Item match:Perspective 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:49:00.698 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:49:00.698 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:49:00.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:49:00.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:00.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:00.699 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:00.699 DEBUG [main][MenuItemLookup] Item match:Window 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:49:00.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:00.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:00.699 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:00.699 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:00.700 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:00.700 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:00.700 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:00.700 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:00.700 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:00.700 DEBUG [main][MenuItemLookup] Item match:Window 21:49:00.700 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:00.700 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:00.700 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:00.700 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:00.700 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:00.700 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:00.700 DEBUG [main][MenuItemLookup] Item match:Perspective 21:49:00.700 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:49:00.700 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:00.700 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:49:00.700 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:49:00.700 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:49:00.700 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:49:00.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:00.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:00.700 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:00.701 DEBUG [main][MenuItemLookup] Item match:Window 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:49:00.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:00.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:00.701 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:00.701 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:00.702 DEBUG [main][MenuItemLookup] Item match:Window 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:00.702 DEBUG [main][MenuItemLookup] Item match:Perspective 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:49:00.702 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:49:00.702 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:49:00.702 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 21:49:00.702 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 21:49:00.703 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 21:49:00.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 21:49:00.723 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 21:49:00.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 21:49:00.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:00.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:00.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:00.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:00.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:00.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 21:49:00.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:00.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:00.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:00.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 "Reset Perspective") 21:49:00.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:00.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:00.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:00.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 21:49:00.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:00.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:00.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:00.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:00.725 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 21:49:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:00.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:00.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:00.825 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:00.825 INFO [WorkbenchTestable][RequirementsRunner] Started test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest) 21:49:00.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 21:49:00.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:00.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:00.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:00.825 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 21:49:00.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:00.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:00.825 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:00.826 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:00.826 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:00.826 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:00.826 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:00.826 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:00.826 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:00.826 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:00.826 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:00.826 DEBUG [main][MenuItemLookup] Item match:Run 21:49:00.826 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 21:49:00.826 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 21:49:00.826 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:00.826 DEBUG [main][MenuItemLookup] Found menu:'Run History' 21:49:00.826 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:49:00.826 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 21:49:00.826 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 21:49:00.827 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 21:49:00.827 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 21:49:00.827 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 21:49:00.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 21:49:00.910 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 21:49:00.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 21:49:00.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:00.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:00.911 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit 21:49:00.911 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name null 21:49:00.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 21:49:00.911 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:00.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:00.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:00.911 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 21:49:00.911 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:00.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:00.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:00.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:00.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:00.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:00.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:00.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:00.913 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 21:49:00.913 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 21:49:00.913 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 21:49:00.913 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 21:49:00.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 21:49:00.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 21:49:00.920 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:49:00.920 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:00.921 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 21:49:00.921 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 21:49:00.921 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 21:49:00.921 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 21:49:00.921 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 21:49:00.924 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 21:49:00.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:49:00.924 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:01.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:01.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:01.060 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 21:49:01.060 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:01.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:01.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:01.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:01.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:01.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:01.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:01.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:01.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 21:49:01.061 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 21:49:01.061 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 21:49:01.061 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 21:49:01.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 21:49:01.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 21:49:01.119 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:49:01.119 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:01.119 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 21:49:01.119 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 21:49:01.119 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 21:49:01.119 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 21:49:01.119 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 21:49:01.122 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:") 21:49:01.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:01.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:01.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:01.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 21:49:01.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:01.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:01.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:01.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:01.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:01.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:49:01.249 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:49:01.250 INFO [WorkbenchTestable][AbstractText] Text set to: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 21:49:01.250 INFO [WorkbenchTestable][LaunchConfiguration] Apply the launch configuration 21:49:01.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:49:01.250 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:01.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:01.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:01.251 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 21:49:01.251 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:01.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:01.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:01.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:01.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:01.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:01.258 INFO [WorkbenchTestable][AbstractButton] Click button Appl&y 21:49:01.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:01.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:01.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:01.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:02.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:49:02.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:49:02.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 21:49:02.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 21:49:02.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 21:49:02.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 21:49:02.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 21:49:02.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 21:49:02.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 21:49:02.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 21:49:02.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:02.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:02.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:49:02.055 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit 21:49:02.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:49:02.055 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:02.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:02.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:02.057 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 21:49:02.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:02.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:02.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:02.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:02.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:02.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:02.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:02.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:02.058 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 21:49:02.058 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 21:49:02.058 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 21:49:02.059 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 21:49:02.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:49:02.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:02.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:02.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:02.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 21:49:02.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:02.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:02.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:02.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:02.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:02.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:02.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:02.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:02.153 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 21:49:02.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 21:49:02.153 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:02.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:02.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:02.154 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 21:49:02.154 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:02.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:02.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:02.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:02.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:02.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:02.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:02.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:02.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 21:49:02.154 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 21:49:02.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:02.155 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 21:49:02.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:02.155 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 21:49:02.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 21:49:02.155 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 21:49:02.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:02.155 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 21:49:02.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:02.155 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 21:49:02.155 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 21:49:02.155 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 21:49:02.156 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration about selection 21:49:02.156 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 21:49:02.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:02.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:02.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:02.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 21:49:02.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:02.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:02.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:02.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:02.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:02.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:03.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:03.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:03.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:03.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:04.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:04.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:04.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:04.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:05.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:05.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:05.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:05.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:06.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:06.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:06.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:06.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:07.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:07.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:07.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:07.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:08.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:08.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:08.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:08.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:09.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:09.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:09.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:09.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:10.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:10.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:10.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:10.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:11.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:11.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:11.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:11.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:12.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:12.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:12.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:49:12.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:49:12.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:12.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:12.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:12.324 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 21:49:12.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:12.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:12.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:12.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:12.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 21:49:12.325 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 21:49:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:12.326 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 21:49:12.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:12.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 21:49:12.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 21:49:12.326 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 21:49:12.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:12.326 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 21:49:12.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:12.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 21:49:12.326 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Delete launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 21:49:12.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:49:12.326 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:12.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:12.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:12.326 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 21:49:12.326 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:12.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:12.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:12.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:12.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:12.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:12.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:12.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:12.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 21:49:12.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 21:49:12.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:12.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 21:49:12.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:12.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 21:49:12.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 21:49:12.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 21:49:12.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:12.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 21:49:12.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:12.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 21:49:12.329 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 21:49:12.329 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 21:49:12.330 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration about selection 21:49:12.330 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 21:49:12.330 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:49:12.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:12.330 DEBUG [main][MenuItemLookup] Found menu:'New Configuration' 21:49:12.330 DEBUG [main][MenuItemLookup] Found menu:'New Prototype' 21:49:12.330 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:49:12.330 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 21:49:12.330 DEBUG [main][MenuItemLookup] Found menu:'Delete' 21:49:12.330 DEBUG [main][MenuItemLookup] Item match:Delete 21:49:12.330 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Dele&te" 21:49:12.330 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 21:49:12.330 INFO [main][MenuItemHandler] Select menu item: Dele&te 21:49:12.354 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.... 21:49:12.355 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 21:49:12.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Launch Configuration Deletion 21:49:12.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:12.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:12.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:12.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:12.356 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") 21:49:12.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:12.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:12.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:12.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:12.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:12.357 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 21:49:12.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:12.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:12.357 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:12.357 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:12.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:49:12.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:49:12.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:49:12.535 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:12.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:12.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:12.535 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 21:49:12.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:12.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:12.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:12.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:12.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:12.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:12.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:12.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:12.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 21:49:12.536 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 21:49:12.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:12.536 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 21:49:12.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:12.536 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 21:49:12.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 21:49:12.536 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 21:49:12.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:12.536 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 21:49:12.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:12.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 21:49:12.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 21:49:12.537 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 21:49:12.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 21:49:12.537 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 21:49:12.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 21:49:12.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:12.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:12.538 INFO [WorkbenchTestable][AbstractShell] Close shell Run Configurations 21:49:12.538 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Run Configurations' 21:49:12.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:49:12.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:49:12.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 21:49:12.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:12.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:12.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:12.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:12.595 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest) 21:49:12.595 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 21:49:12.595 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:12.595 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:12.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:12.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.901 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.77 s Running org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 21:49:12.613 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 21:49:12.613 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:49:12.614 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:12.614 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 21:49:12.614 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:12.614 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:49:12.614 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:12.614 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:49:12.614 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:12.614 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:12.614 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowConsoleOnOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 21:49:12.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 21:49:12.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:12.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:12.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:12.615 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:12.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:12.616 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:12.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:12.616 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:12.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:12.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:12.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:12.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:12.617 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:12.617 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:12.617 DEBUG [main][MenuItemLookup] Item match:Window 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:12.617 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:49:12.617 DEBUG [main][MenuItemLookup] Item match:Preferences 21:49:12.617 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:49:12.617 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:49:12.618 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:49:12.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:49:12.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 'Preferences.*'] is available. finished successfully 21:49:12.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:12.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:12.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:12.721 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:12.721 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:12.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:49:12.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:12.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:12.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:12.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:12.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:12.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:12.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:12.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 21:49:12.723 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 21:49:12.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:13.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:13.225 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 21:49:13.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 21:49:13.226 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 21:49:13.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:13.226 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 21:49:13.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:13.226 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 21:49:13.226 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 21:49:13.226 DEBUG [main][TreeItemHandler] Selecting tree item: Console 21:49:13.227 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 21:49:13.227 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 21:49:13.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 21:49:13.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.267 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 21:49:13.267 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:49:13.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.267 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 21:49:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.269 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 21:49:13.269 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 21:49:13.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.269 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.269 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.269 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") 21:49:13.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.271 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") 21:49:13.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.272 INFO [WorkbenchTestable][CheckBox] Select checkbox &Show when program writes to standard out 21:49:13.272 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Show when program writes to standard out 21:49:13.272 INFO [WorkbenchTestable][AbstractButton] Click button &Show when program writes to standard out 21:49:13.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.272 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.272 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.272 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") 21:49:13.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.273 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") 21:49:13.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.274 INFO [WorkbenchTestable][CheckBox] Select checkbox &Show when program writes to standard out 21:49:13.274 INFO [WorkbenchTestable][CheckBox] Check checkbox &Show when program writes to standard out 21:49:13.274 INFO [WorkbenchTestable][AbstractButton] Click button &Show when program writes to standard out 21:49:13.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.274 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.274 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.274 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") 21:49:13.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.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.*'] 21:49:13.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:13.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:13.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:13.282 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:13.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:49:13.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.285 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:49:13.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.285 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.285 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:49:13.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:49:13.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:13.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:13.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:13.314 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 21:49:13.314 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:13.314 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:13.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:13.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:13.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 21:49:13.315 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowConsoleOnOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 21:49:13.315 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:13.315 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLimitConsoleOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 21:49:13.315 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 21:49:13.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:13.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:13.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:13.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.*'] 21:49:13.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.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.*'] 21:49:13.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.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.*'] 21:49:13.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:13.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:13.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:13.316 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:13.316 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:13.317 DEBUG [main][MenuItemLookup] Item match:Window 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:13.317 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:49:13.317 DEBUG [main][MenuItemLookup] Item match:Preferences 21:49:13.317 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:49:13.317 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:49:13.317 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:49:13.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:49:13.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 'Preferences.*'] is available. finished successfully 21:49:13.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:13.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:13.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:13.413 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:13.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:49:13.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:13.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:13.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:13.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 21:49:13.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 21:49:13.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:13.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 21:49:13.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:13.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 21:49:13.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 21:49:13.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 21:49:13.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:13.415 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 21:49:13.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:13.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 21:49:13.415 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 21:49:13.415 DEBUG [main][TreeItemHandler] Selecting tree item: Console 21:49:13.415 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 21:49:13.415 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 21:49:13.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 21:49:13.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.417 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 21:49:13.417 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:49:13.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 21:49:13.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.419 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 21:49:13.419 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 21:49:13.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.419 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.419 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.419 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") 21:49:13.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.420 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") 21:49:13.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.421 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 21:49:13.421 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Limit console output 21:49:13.421 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 21:49:13.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.421 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.421 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.422 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") 21:49:13.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.423 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") 21:49:13.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.424 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 21:49:13.424 INFO [WorkbenchTestable][CheckBox] Check checkbox &Limit console output 21:49:13.424 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 21:49:13.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.424 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.424 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.424 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") 21:49:13.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.425 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:13.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:13.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:13.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:13.425 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:13.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.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) 21:49:13.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.441 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:49:13.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.441 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.441 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:49:13.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:49:13.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:13.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:13.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:13.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 21:49:13.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:13.493 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:13.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:13.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:13.494 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLimitConsoleOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 21:49:13.494 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:13.494 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingConsoleOutputSizeWithoutLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 21:49:13.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 21:49:13.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:13.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:13.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:13.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:13.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:13.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:13.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:13.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:13.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:13.495 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:13.495 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:13.495 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:13.495 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:13.495 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:13.495 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:13.495 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:13.495 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:13.495 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:13.495 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:13.495 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:13.495 DEBUG [main][MenuItemLookup] Item match:Window 21:49:13.496 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:13.496 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:13.496 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:13.496 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:13.496 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:13.496 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:13.496 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:13.496 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:49:13.496 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:13.496 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:49:13.496 DEBUG [main][MenuItemLookup] Item match:Preferences 21:49:13.496 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:49:13.496 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:49:13.496 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:49:13.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 'Preferences.*'] is available.... 21:49:13.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 'Preferences.*'] is available. finished successfully 21:49:13.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:13.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:13.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:13.568 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:13.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:49:13.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:13.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:13.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:13.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 21:49:13.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 21:49:13.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:13.569 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 21:49:13.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:13.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 21:49:13.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 21:49:13.570 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 21:49:13.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:13.570 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 21:49:13.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:13.570 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 21:49:13.570 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 21:49:13.570 DEBUG [main][TreeItemHandler] Selecting tree item: Console 21:49:13.570 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 21:49:13.570 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 21:49:13.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 21:49:13.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.573 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 21:49:13.573 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:49:13.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.573 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.573 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.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 "Apply") 21:49:13.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.575 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 21:49:13.575 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 21:49:13.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.575 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.575 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.575 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") 21:49:13.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.576 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 21:49:13.576 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Limit console output 21:49:13.576 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 21:49:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.576 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.576 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.608 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") 21:49:13.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.609 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 21:49:13.609 INFO [WorkbenchTestable][CheckBox] Check checkbox &Limit console output 21:49:13.609 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 21:49:13.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.609 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.609 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.610 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):") 21:49:13.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:49:13.613 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:49:13.614 INFO [WorkbenchTestable][AbstractText] Text set to: 54321 21:49:13.621 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") 21:49:13.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.622 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):") 21:49:13.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:49:13.627 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:49:13.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.*'] 21:49:13.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:13.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:13.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:13.629 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:13.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:49:13.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.631 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:49:13.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:49:13.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:49:13.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:13.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:13.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:13.667 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 21:49:13.667 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:13.667 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:13.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:13.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:13.668 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingConsoleOutputSizeWithoutLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 21:49:13.668 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:13.668 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingConsoleOutputSizeWithLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 21:49:13.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 21:49:13.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:13.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:13.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:13.668 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:13.687 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.687 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:13.687 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.687 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:13.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:13.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:13.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:13.688 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:13.688 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:13.688 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:13.689 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:13.689 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:13.689 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:13.689 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:13.689 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:13.689 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:13.689 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:13.689 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:13.689 DEBUG [main][MenuItemLookup] Item match:Window 21:49:13.689 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:13.689 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:13.689 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:13.689 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:13.689 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:13.689 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:13.689 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:13.689 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:49:13.689 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:13.689 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:49:13.689 DEBUG [main][MenuItemLookup] Item match:Preferences 21:49:13.689 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:49:13.689 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:49:13.689 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:49:13.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:49:13.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:49:13.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:13.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:13.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:13.762 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:13.762 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:49:13.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:13.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:13.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:13.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 21:49:13.763 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 21:49:13.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:13.764 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 21:49:13.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:13.764 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 21:49:13.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 21:49:13.764 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 21:49:13.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:13.764 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 21:49:13.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:13.764 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 21:49:13.764 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 21:49:13.764 DEBUG [main][TreeItemHandler] Selecting tree item: Console 21:49:13.764 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 21:49:13.765 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 21:49:13.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 21:49:13.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.767 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 21:49:13.767 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:49:13.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.767 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.767 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 21:49:13.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.769 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 21:49:13.769 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 21:49:13.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.769 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.769 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.769 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") 21:49:13.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.770 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 21:49:13.770 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Limit console output already selected, no action performed 21:49:13.770 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") 21:49:13.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.771 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 21:49:13.771 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Limit console output already selected, no action performed 21:49:13.771 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):") 21:49:13.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:49:13.804 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:49:13.804 INFO [WorkbenchTestable][AbstractText] Text set to: 12345 21:49:13.805 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") 21:49:13.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.806 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):") 21:49:13.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:49:13.814 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:49:13.815 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:13.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:13.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:13.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:13.816 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:13.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:49:13.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.818 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:49:13.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.818 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.818 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:49:13.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:49:13.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:13.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:13.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:13.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 21:49:13.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:13.840 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:13.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:13.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:13.840 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingConsoleOutputSizeWithLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 21:49:13.840 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:13.841 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowConsoleOnError no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 21:49:13.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 21:49:13.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:13.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:13.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:13.841 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:13.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.841 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:13.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.841 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:13.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:13.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:13.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:13.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:13.842 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:13.842 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:13.842 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:13.842 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:13.842 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:13.842 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:13.842 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:13.842 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:13.842 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:13.842 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:13.842 DEBUG [main][MenuItemLookup] Item match:Window 21:49:13.843 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:13.843 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:13.843 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:13.843 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:13.843 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:13.843 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:13.843 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:13.843 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:49:13.843 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:13.843 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:49:13.843 DEBUG [main][MenuItemLookup] Item match:Preferences 21:49:13.843 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:49:13.843 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:49:13.843 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:49:13.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:49:13.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 'Preferences.*'] is available. finished successfully 21:49:13.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:13.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:13.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:13.926 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:13.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:49:13.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:13.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:13.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:13.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 21:49:13.928 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 21:49:13.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:13.928 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 21:49:13.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:13.928 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 21:49:13.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 21:49:13.928 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 21:49:13.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:13.928 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 21:49:13.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:13.928 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 21:49:13.928 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 21:49:13.929 DEBUG [main][TreeItemHandler] Selecting tree item: Console 21:49:13.929 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 21:49:13.929 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 21:49:13.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 21:49:13.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.945 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 21:49:13.945 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:49:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.945 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.945 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 21:49:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.952 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 21:49:13.952 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 21:49:13.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 21:49:13.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.954 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") 21:49:13.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.955 INFO [WorkbenchTestable][CheckBox] Select checkbox Show when &program writes to standard error 21:49:13.955 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Show when &program writes to standard error 21:49:13.955 INFO [WorkbenchTestable][AbstractButton] Click button Show when &program writes to standard error 21:49:13.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.955 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") 21:49:13.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.956 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") 21:49:13.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.957 INFO [WorkbenchTestable][CheckBox] Select checkbox Show when &program writes to standard error 21:49:13.957 INFO [WorkbenchTestable][CheckBox] Check checkbox Show when &program writes to standard error 21:49:13.957 INFO [WorkbenchTestable][AbstractButton] Click button Show when &program writes to standard error 21:49:13.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.957 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.957 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:13.957 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") 21:49:13.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.958 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:13.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.959 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:13.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:13.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:13.959 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:13.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:13.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 21:49:13.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:13.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:13.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:13.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:13.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:13.961 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:49:13.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:13.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:13.961 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:13.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:14.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:49:14.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:49:14.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:14.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:14.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:14.011 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 21:49:14.011 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:14.011 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:14.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:14.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:14.011 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowConsoleOnError no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 21:49:14.011 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 21:49:14.011 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:14.011 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:14.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:14.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.4 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.701 s testLimitConsoleOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.179 s testSettingConsoleOutputSizeWithoutLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.174 s testSettingConsoleOutputSizeWithLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.172 s testShowConsoleOnError no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.17 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 21:49:14.018 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 21:49:14.018 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:49:14.018 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:14.019 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 21:49:14.019 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:14.019 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:49:14.019 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:14.019 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:49:14.019 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:14.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:14.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:14.019 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:14.020 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSettingsXMLTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest) 21:49:14.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 21:49:14.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:14.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:14.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:14.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.*'] 21:49:14.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:14.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.*'] 21:49:14.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:14.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:14.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:14.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:14.020 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:14.020 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:14.020 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:14.021 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:14.021 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:14.021 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:14.021 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:14.021 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:14.021 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:14.021 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:14.021 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:14.021 DEBUG [main][MenuItemLookup] Item match:Window 21:49:14.021 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:14.021 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:14.021 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:14.021 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:14.021 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:14.021 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:14.021 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:14.021 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:49:14.021 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:14.021 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:49:14.021 DEBUG [main][MenuItemLookup] Item match:Preferences 21:49:14.030 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:49:14.030 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:49:14.030 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:49:14.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.... 21:49:14.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 'Preferences.*'] is available. finished successfully 21:49:14.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:14.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:14.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:14.103 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:14.103 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:14.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 21:49:14.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:14.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:14.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:14.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:14.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:14.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:14.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:14.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 21:49:14.105 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:14.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:14.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:14.607 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:14.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 21:49:14.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:14.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:14.608 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:14.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:14.608 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:14.608 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 21:49:14.608 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 21:49:14.609 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 21:49:14.609 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 21:49:14.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:14.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:14.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:14.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:14.621 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") 21:49:14.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:14.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:14.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:14.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:14.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:14.623 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 21:49:14.623 DEBUG [main][AbstractWait] Waiting until widget is found... 21:49:14.624 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:49:14.624 TRACE [main][WidgetLookup] widget with index 1 is found 21:49:14.624 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 21:49:14.624 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 21:49:14.624 DEBUG [main][AbstractText] Set focus to Text 21:49:14.624 INFO [WorkbenchTestable][AbstractText] Text set to: test 21:49:14.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.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") 21:49:14.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:14.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:14.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:14.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:14.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:14.633 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 21:49:14.633 DEBUG [main][AbstractWait] Waiting until widget is found... 21:49:14.633 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:49:14.633 TRACE [main][WidgetLookup] widget with index 1 is found 21:49:14.633 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 21:49:14.633 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 21:49:14.633 DEBUG [main][AbstractText] Set focus to Text 21:49:14.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) 21:49:14.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:14.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:14.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:14.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:14.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:14.636 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:49:14.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:14.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:14.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:14.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:14.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:49:14.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:49:14.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:14.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:14.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:14.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 21:49:14.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:14.669 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:14.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:14.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:14.669 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSettingsXMLTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest) 21:49:14.669 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 21:49:14.669 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:14.669 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:14.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:14.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.651 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.649 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 21:49:14.680 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 21:49:14.681 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:49:14.681 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:14.681 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 21:49:14.681 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:14.681 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:49:14.688 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:14.688 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:49:14.688 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:14.689 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:14.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:14.689 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:14.689 INFO [WorkbenchTestable][RequirementsRunner] Started test: setLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 21:49:14.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 21:49:14.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:14.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:14.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:14.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:14.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:14.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:14.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:14.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:14.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:14.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:14.690 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:14.690 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:14.690 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:14.690 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:14.690 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:14.690 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:14.690 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:14.690 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:14.690 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:14.690 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:14.690 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:14.690 DEBUG [main][MenuItemLookup] Item match:Window 21:49:14.691 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:14.691 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:14.691 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:14.691 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:14.691 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:14.691 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:14.691 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:14.691 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:49:14.691 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:14.691 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:49:14.691 DEBUG [main][MenuItemLookup] Item match:Preferences 21:49:14.691 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:49:14.691 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:49:14.691 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:49:14.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:49:14.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 'Preferences.*'] is available. finished successfully 21:49:14.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:14.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:14.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:14.747 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:14.747 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:14.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:49:14.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:14.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:14.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:14.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:14.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:14.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:14.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:14.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 21:49:14.749 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:14.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:14.749 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:14.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:14.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:14.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 21:49:14.749 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:14.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:14.749 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:14.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:14.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:14.750 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 21:49:14.750 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 21:49:14.750 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 21:49:14.750 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 21:49:14.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:14.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:14.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:14.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:14.795 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...") 21:49:14.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:14.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:14.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:14.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:14.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:14.796 INFO [WorkbenchTestable][AbstractButton] Click button Add &Local Catalog... 21:49:14.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:14.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:14.797 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:14.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:14.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Local Archetype Catalog"] is available.... 21:49:14.830 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 21:49:14.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Local Archetype Catalog 21:49:14.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:14.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:14.831 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 21:49:14.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:14.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:14.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:14.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:14.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:14.832 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 21:49:14.834 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:") 21:49:14.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:14.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:14.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:14.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:14.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:49:14.835 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:49:14.835 INFO [WorkbenchTestable][AbstractText] Text set to: Local Test Catalog 21:49:14.836 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) 21:49:14.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:14.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:14.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:14.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:14.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:14.837 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:49:14.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:14.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:14.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:14.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:14.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:49:14.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:49:14.858 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 21:49:14.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:14.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:14.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:14.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:14.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:14.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:14.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:14.859 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 21:49:14.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:14.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:14.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:14.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:14.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:14.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:14.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:14.866 TRACE [main][WidgetHandler] Notify Table with event 13 21:49:14.866 TRACE [main][WidgetHandler] Wait for synchronization 21:49:14.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.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") 21:49:14.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:14.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:14.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:14.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:14.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:14.895 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 21:49:14.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:14.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:14.895 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:14.895 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:14.897 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 21:49:14.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:14.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:14.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:14.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:14.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:14.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:14.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:14.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 21:49:14.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:14.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:14.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:14.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:14.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:14.900 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:49:14.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:14.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:14.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:14.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:14.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:49:14.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:49:14.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:14.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:14.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:14.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 21:49:14.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:14.921 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:14.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:14.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:14.929 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 21:49:14.929 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:14.929 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:14.930 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:14.930 INFO [WorkbenchTestable][RequirementsRunner] Started test: setRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 21:49:14.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 21:49:14.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:14.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:14.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:14.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.*'] 21:49:14.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:14.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.*'] 21:49:14.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:14.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:14.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:14.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:14.930 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:14.930 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:14.930 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:14.931 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:14.931 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:14.931 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:14.931 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:14.931 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:14.931 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:14.931 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:14.931 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:14.931 DEBUG [main][MenuItemLookup] Item match:Window 21:49:14.931 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:14.931 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:14.931 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:14.931 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:14.931 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:14.931 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:14.931 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:14.931 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:49:14.931 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:14.931 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:49:14.931 DEBUG [main][MenuItemLookup] Item match:Preferences 21:49:14.931 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:49:14.931 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:49:14.931 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:49:15.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:49:15.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:49:15.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:15.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:15.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:15.008 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:15.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:15.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:49:15.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:15.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:15.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:15.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:15.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:15.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:15.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:15.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 21:49:15.010 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:15.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:15.010 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:15.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:15.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:15.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 21:49:15.010 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:15.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:15.010 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:15.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:15.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:15.011 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 21:49:15.011 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 21:49:15.011 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 21:49:15.011 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 21:49:15.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:15.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:15.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:15.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:15.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.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...") 21:49:15.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:15.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:15.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:15.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:15.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:15.013 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 21:49:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:15.013 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:15.013 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:15.051 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.... 21:49:15.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:15.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:15.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:15.052 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 21:49:15.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 21:49:15.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:15.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:15.053 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 21:49:15.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:15.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:15.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:15.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:15.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:15.054 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:https://repo1.maven.org/maven2/archetype-catalog.xml 21:49:15.058 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:") 21:49:15.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:15.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:15.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:15.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:15.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:49:15.059 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:49:15.059 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 21:49:15.059 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...") 21:49:15.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:15.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:15.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:15.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:15.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:15.060 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 21:49:15.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:15.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:15.061 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:15.061 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:15.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:49:15.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 21:49:15.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 21:49:16.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:16.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:16.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:49:16.063 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 21:49:16.065 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 21:49:16.066 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 43385 archetype(s) 21:49:16.066 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) 21:49:16.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:16.068 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:49:16.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:16.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:16.068 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:16.068 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:16.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:49:16.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:49:16.088 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 21:49:16.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:16.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:16.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49: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.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 21:49:16.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:16.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:16.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:16.090 TRACE [main][WidgetHandler] Notify Table with event 13 21:49:16.090 TRACE [main][WidgetHandler] Wait for synchronization 21:49:16.091 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") 21:49:16.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:16.092 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 21:49:16.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:16.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:16.092 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:16.092 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:16.093 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 21:49:16.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:16.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:16.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:16.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:49:16.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:16.096 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:49:16.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:16.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:16.096 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:16.096 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:16.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:49:16.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:49:16.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:16.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:16.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:16.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 21:49:16.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:16.115 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:16.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:16.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:16.115 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 21:49:16.115 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:16.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.116 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:16.116 INFO [WorkbenchTestable][RequirementsRunner] Started test: setRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 21:49:16.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 21:49:16.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:16.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:16.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:16.116 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:16.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.116 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:16.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:16.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:16.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:16.116 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:16.116 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:16.116 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:16.117 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:16.117 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:16.117 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:16.117 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:16.117 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:16.117 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:16.117 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:16.117 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:16.117 DEBUG [main][MenuItemLookup] Item match:Window 21:49:16.117 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:16.117 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:16.117 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:16.117 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:16.117 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:16.117 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:16.117 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:16.117 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:49:16.117 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:16.117 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:49:16.117 DEBUG [main][MenuItemLookup] Item match:Preferences 21:49:16.117 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:49:16.117 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:49:16.117 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:49:16.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 'Preferences.*'] is available.... 21:49:16.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:49:16.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:16.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:16.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:16.193 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:16.193 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.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 21:49:16.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:16.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:16.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:16.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 21:49:16.195 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:16.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:16.195 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:16.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:16.195 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:16.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 21:49:16.195 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:16.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:16.195 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:16.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:16.195 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:16.195 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 21:49:16.195 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 21:49:16.195 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 21:49:16.195 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 21:49:16.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.196 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...") 21:49:16.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:16.197 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 21:49:16.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:16.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:16.197 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:16.197 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:16.232 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.... 21:49:16.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.232 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 21:49:16.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 21:49:16.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:16.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:16.233 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 21:49:16.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:16.234 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:https://repo1.maven.org/maven2/archetype-catalog.xml_test 21:49:16.237 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:") 21:49:16.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:49:16.238 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:49:16.239 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 21:49:16.239 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] 21:49:16.239 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) 21:49:16.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:16.240 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:49:16.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:16.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:16.240 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:16.240 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:16.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:49:16.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:49:16.262 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 21:49:16.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:16.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:16.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:16.263 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 21:49:16.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:16.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:16.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:16.264 TRACE [main][WidgetHandler] Notify Table with event 13 21:49:16.264 TRACE [main][WidgetHandler] Wait for synchronization 21:49:16.264 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") 21:49:16.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:16.265 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 21:49:16.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:16.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:16.265 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:16.265 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:16.267 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 21:49:16.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:16.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:16.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:16.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 21:49:16.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:16.275 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:49:16.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:16.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:16.275 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:16.275 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:16.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:49:16.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:49:16.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:16.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:16.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:16.305 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 21:49:16.305 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:16.305 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:16.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:16.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:16.306 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 21:49:16.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.*'] 21:49:16.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.306 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:16.306 INFO [WorkbenchTestable][RequirementsRunner] Started test: editLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 21:49:16.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 21:49:16.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:16.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:16.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:16.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.*'] 21:49:16.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.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.*'] 21:49:16.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:16.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:16.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:16.306 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:16.306 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:16.307 DEBUG [main][MenuItemLookup] Item match:Window 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:16.307 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:49:16.307 DEBUG [main][MenuItemLookup] Item match:Preferences 21:49:16.307 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:49:16.307 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:49:16.307 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:49:16.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:49:16.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 21:49:16.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:16.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:16.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:16.367 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:16.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:49:16.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:16.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:16.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:16.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 21:49:16.368 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:16.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:16.369 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:16.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:16.369 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:16.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 21:49:16.369 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:16.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:16.369 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:16.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:16.369 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:16.369 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 21:49:16.369 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 21:49:16.369 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 21:49:16.369 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 21:49:16.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.370 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...") 21:49:16.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:16.371 INFO [WorkbenchTestable][AbstractButton] Click button Add &Local Catalog... 21:49:16.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:16.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:16.371 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:16.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:16.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Local Archetype Catalog"] is available.... 21:49:16.408 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 21:49:16.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Local Archetype Catalog 21:49:16.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:16.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:16.410 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 21:49:16.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:16.411 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 21:49:16.413 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:") 21:49:16.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:49:16.414 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:49:16.414 INFO [WorkbenchTestable][AbstractText] Text set to: Local Test Catalog 21:49:16.415 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) 21:49:16.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:16.416 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:49:16.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:16.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:16.416 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:16.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:16.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:49:16.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:49:16.437 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 21:49:16.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:16.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:16.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:16.438 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 21:49:16.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:16.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:16.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:16.439 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...") 21:49:16.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:16.440 INFO [WorkbenchTestable][AbstractButton] Click button &Edit... 21:49:16.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:16.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:16.440 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:16.440 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:16.474 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.... 21:49:16.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.474 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 21:49:16.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Local Archetype Catalog 21:49:16.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:16.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:16.489 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 21:49:16.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:16.494 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 21:49:16.496 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:") 21:49:16.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:49:16.496 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:49:16.497 INFO [WorkbenchTestable][AbstractText] Text set to: Local: Local Test Catalog test 21:49:16.497 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] 21:49:16.497 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) 21:49:16.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:16.498 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:49:16.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:16.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:16.499 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:16.499 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:16.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:49:16.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:49:16.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 21:49:16.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:16.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:16.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:16.518 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") 21:49:16.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:16.520 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 21:49:16.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:16.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:16.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:16.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:16.522 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 21:49:16.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:16.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:16.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:16.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) 21:49:16.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:16.524 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:49:16.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:16.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:16.524 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:16.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:16.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:49:16.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:49:16.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:16.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:16.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:16.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 21:49:16.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:16.542 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:16.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:16.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:16.542 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 21:49:16.542 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:16.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.542 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:16.542 INFO [WorkbenchTestable][RequirementsRunner] Started test: editRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 21:49:16.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 21:49:16.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:16.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:16.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:16.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.*'] 21:49:16.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.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.*'] 21:49:16.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:16.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:16.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:16.543 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:16.543 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:16.543 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:16.543 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:16.543 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:16.543 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:16.543 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:16.543 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:16.543 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:16.543 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:16.543 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:16.543 DEBUG [main][MenuItemLookup] Item match:Window 21:49:16.544 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:16.544 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:16.544 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:16.544 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:16.544 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:16.544 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:16.544 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:16.544 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:49:16.544 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:16.544 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:49:16.544 DEBUG [main][MenuItemLookup] Item match:Preferences 21:49:16.544 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:49:16.544 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:49:16.544 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:49:16.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.... 21:49:16.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 'Preferences.*'] is available. finished successfully 21:49:16.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:16.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:16.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:16.626 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:16.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:49:16.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:16.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:16.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:16.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 21:49:16.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:16.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:16.628 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:16.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:16.628 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:16.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 21:49:16.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:16.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:16.628 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:16.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:16.628 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:16.628 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 21:49:16.628 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 21:49:16.628 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 21:49:16.628 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 21:49:16.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.629 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...") 21:49:16.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:16.630 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 21:49:16.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:16.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:16.630 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:16.630 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:16.665 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.... 21:49:16.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:16.666 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 21:49:16.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 21:49:16.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:16.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:16.667 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 21:49:16.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:16.667 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:https://repo1.maven.org/maven2/archetype-catalog.xml 21:49:16.669 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:") 21:49:16.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:49:16.670 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:49:16.671 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 21:49:16.671 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...") 21:49:16.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:16.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:16.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:16.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:16.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:16.672 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 21:49:16.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:16.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:16.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:16.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:16.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:49:16.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 21:49:17.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 21:49:17.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:17.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:17.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:49:17.673 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 21:49:17.673 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 21:49:17.673 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 43385 archetype(s) 21:49:17.673 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) 21:49:17.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:17.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:17.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:17.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:17.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:17.675 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:49:17.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:17.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:17.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:17.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:17.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:49:17.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:49:17.694 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 21:49:17.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:17.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:17.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:17.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:17.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:17.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:17.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:17.696 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 21:49:17.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:17.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:17.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:17.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:17.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:17.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:17.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:17.697 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...") 21:49:17.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:17.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:17.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:17.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:17.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:17.698 INFO [WorkbenchTestable][AbstractButton] Click button &Edit... 21:49:17.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:17.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:17.698 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:17.698 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:17.729 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.... 21:49:17.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:17.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:17.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:17.729 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 21:49:17.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 21:49:17.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:17.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:17.730 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 21:49:17.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:17.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:17.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:17.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:17.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:17.731 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo https://repo1.maven.org/maven2/archetype-catalog.xml to:https://repo1.maven.org/maven2/archetype-catalog.xml 21:49:17.732 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:") 21:49:17.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:17.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:17.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:17.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:17.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:49:17.732 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:49:17.733 INFO [WorkbenchTestable][AbstractText] Text set to: Remote: Remote Test Catalog test 21:49:17.733 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...") 21:49:17.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:17.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:17.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:17.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:17.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:17.735 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 21:49:17.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:17.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:17.735 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:17.735 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:17.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:49:17.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 21:49:18.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 21:49:18.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 21:49:19.236 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:19.236 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:19.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:49:19.236 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 21:49:19.236 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 21:49:19.236 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 43385 archetype(s) 21:49:19.237 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) 21:49:19.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:19.238 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:49:19.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:19.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:19.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:19.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:19.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:49:19.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:49:19.257 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 21:49:19.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:19.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:19.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:19.258 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 21:49:19.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:19.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:19.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:19.259 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") 21:49:19.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:19.260 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 21:49:19.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:19.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:19.260 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:19.260 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:19.261 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 21:49:19.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:19.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:19.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:19.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:49:19.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:19.264 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:49:19.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:19.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:19.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:19.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:19.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:49:19.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:49:19.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:19.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:19.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:19.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 21:49:19.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:19.282 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:19.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:19.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:19.282 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 21:49:19.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.*'] 21:49:19.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:19.282 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:19.283 INFO [WorkbenchTestable][RequirementsRunner] Started test: editRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 21:49:19.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 21:49:19.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:19.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:19.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:19.283 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:19.283 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:19.283 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:19.283 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:19.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:19.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:19.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:19.284 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:19.284 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:19.284 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:19.284 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:19.284 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:19.284 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:19.284 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:19.284 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:19.284 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:19.284 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:19.284 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:19.284 DEBUG [main][MenuItemLookup] Item match:Window 21:49:19.285 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:19.285 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:19.285 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:19.285 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:19.285 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:19.285 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:19.285 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:19.285 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:49:19.285 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:19.285 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:49:19.285 DEBUG [main][MenuItemLookup] Item match:Preferences 21:49:19.285 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:49:19.285 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:49:19.285 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:49:19.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 'Preferences.*'] is available.... 21:49:19.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. finished successfully 21:49:19.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:19.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:19.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:19.348 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:19.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:19.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:49:19.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:19.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:19.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 21:49:19.349 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:19.349 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:19.349 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 21:49:19.349 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:19.349 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:19.349 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:19.349 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 21:49:19.349 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 21:49:19.349 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 21:49:19.349 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 21:49:19.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.350 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...") 21:49:19.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:19.351 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 21:49:19.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:19.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:19.351 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:19.351 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:19.400 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.... 21:49:19.400 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:19.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:19.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:19.401 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 21:49:19.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 21:49:19.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:19.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:19.401 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 21:49:19.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:19.402 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:https://repo1.maven.org/maven2/archetype-catalog.xml 21:49:19.404 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:") 21:49:19.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:49:19.405 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:49:19.405 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 21:49:19.405 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...") 21:49:19.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:19.406 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 21:49:19.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:19.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:19.406 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:19.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:19.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:49:19.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 21:49:19.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:19.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:19.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:49:19.908 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 21:49:19.908 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 21:49:19.908 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 43385 archetype(s) 21:49:19.908 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) 21:49:19.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:19.909 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:49:19.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:19.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:19.909 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:19.909 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:19.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:49:19.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:49:19.928 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 21:49:19.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:19.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:19.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:19.930 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 21:49:19.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:19.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:19.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:19.931 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...") 21:49:19.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:19.932 INFO [WorkbenchTestable][AbstractButton] Click button &Edit... 21:49:19.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:19.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:19.932 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:19.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:19.961 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.... 21:49:19.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:19.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:19.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:19.961 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 21:49:19.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 21:49:19.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:19.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:19.962 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 21:49:19.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:19.963 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo https://repo1.maven.org/maven2/archetype-catalog.xml to:https://repo1.maven.org/maven2/archetype-catalog.xmlabc 21:49:19.963 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:") 21:49:19.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:49:19.964 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:49:19.964 INFO [WorkbenchTestable][AbstractText] Text set to: Remote: Remote Test Catalog test 21:49:19.965 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] 21:49:19.965 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) 21:49:19.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:19.966 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:49:19.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:19.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:19.966 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:19.966 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:19.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:49:19.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:49:19.982 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 21:49:19.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:19.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:19.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:19.984 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 21:49:19.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:19.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:19.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:19.984 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") 21:49:19.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:19.986 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 21:49:19.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:19.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:19.986 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:19.986 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:19.987 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 21:49:19.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:19.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:19.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:19.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:49:19.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:19.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:19.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:19.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:19.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:19.990 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:49:19.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:19.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:19.990 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:19.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:20.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:49:20.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:49:20.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:20.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:20.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:20.016 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 21:49:20.016 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:20.016 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:20.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:20.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:20.016 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 21:49:20.016 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 21:49:20.016 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:20.016 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:20.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:20.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.337 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.24 s setRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 1.185 s setRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 0.19 s editLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 0.236 s editRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 2.74 s editRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 0.733 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 21:49:20.021 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 21:49:20.021 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:49:20.021 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:20.021 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 21:49:20.021 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:20.021 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:49:20.022 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:20.022 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:49:20.022 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:20.022 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:20.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.022 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:20.022 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest) 21:49:20.022 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 21:49:20.022 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:20.022 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:20.022 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:20.022 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:20.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.023 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:20.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:20.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:20.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:20.023 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:20.023 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:20.023 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:20.024 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:20.024 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:20.024 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:20.024 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:20.024 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:20.024 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:20.024 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:20.024 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:20.024 DEBUG [main][MenuItemLookup] Item match:Window 21:49:20.024 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:20.024 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:20.024 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:20.024 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:20.024 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:20.024 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:20.024 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:20.024 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:49:20.024 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:20.024 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:49:20.024 DEBUG [main][MenuItemLookup] Item match:Preferences 21:49:20.024 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:49:20.024 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:49:20.024 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:49:20.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.... 21:49:20.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 'Preferences.*'] is available. finished successfully 21:49:20.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:20.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:20.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:20.091 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:20.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:49:20.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:20.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:20.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:20.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 21:49:20.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:20.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:20.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:20.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:20.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:20.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 21:49:20.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:20.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:20.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:20.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:20.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:20.099 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Errors/Warnings 21:49:20.100 DEBUG [main][TreeItemHandler] Selecting tree item: Errors/Warnings 21:49:20.100 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Errors/Warnings about selection 21:49:20.100 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Errors/Warnings 21:49:20.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.124 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") 21:49:20.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:20.127 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 21:49:20.128 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Group ID to: Ignore 21:49:20.128 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") 21:49:20.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:20.130 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 21:49:20.130 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Version to: Ignore 21:49:20.130 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") 21:49:20.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:20.141 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Error to selection: Ignore 21:49:20.141 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Project Config to: Ignore 21:49:20.141 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") 21:49:20.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:20.145 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Error to selection: Ignore 21:49:20.145 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Plugin Execution to: Ignore 21:49:20.145 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") 21:49:20.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:20.154 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 21:49:20.154 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Managed Version to: Ignore 21:49:20.154 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") 21:49:20.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:20.156 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") 21:49:20.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:20.159 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") 21:49:20.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:20.162 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") 21:49:20.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:20.170 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") 21:49:20.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:20.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:49:20.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.176 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:49:20.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:20.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:20.176 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:20.176 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:20.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:49:20.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:49:20.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:20.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:20.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:20.196 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 21:49:20.196 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:20.196 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:20.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:20.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:20.197 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest) 21:49:20.197 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 21:49:20.197 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:20.197 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:20.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:20.197 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 21:49:20.201 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 21:49:20.201 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:49:20.201 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:20.201 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 21:49:20.201 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:20.201 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:49:20.202 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:20.202 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:49:20.202 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:20.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.*'] 21:49:20.202 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.211 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:20.211 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 21:49:20.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 21:49:20.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:20.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:20.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:20.212 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:20.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.212 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:20.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:20.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:20.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:20.212 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:20.212 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:20.212 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:20.213 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:20.213 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:20.213 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:20.213 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:20.213 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:20.213 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:20.213 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:20.213 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:20.213 DEBUG [main][MenuItemLookup] Item match:Window 21:49:20.213 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:20.213 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:20.213 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:20.213 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:20.213 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:20.213 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:20.213 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:20.213 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:49:20.213 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:20.213 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:49:20.213 DEBUG [main][MenuItemLookup] Item match:Preferences 21:49:20.213 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:49:20.213 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:49:20.214 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:49:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:49:20.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:49:20.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:20.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:20.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:20.291 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:20.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:49:20.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:20.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:20.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:20.292 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven 21:49:20.292 DEBUG [main][TreeItemHandler] Selecting tree item: Maven 21:49:20.293 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven about selection 21:49:20.293 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven 21:49:20.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.313 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") 21:49:20.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.315 INFO [WorkbenchTestable][CheckBox] Select checkbox Debu&g Output 21:49:20.315 INFO [WorkbenchTestable][CheckBox] Check checkbox Debu&g Output 21:49:20.315 INFO [WorkbenchTestable][AbstractButton] Click button Debu&g Output 21:49:20.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:20.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:20.315 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:20.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:20.315 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") 21:49:20.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.316 INFO [WorkbenchTestable][CheckBox] Select checkbox Do not automatically update dependencies from remote repositories 21:49:20.316 DEBUG [WorkbenchTestable][CheckBox] Checkbox Do not automatically update dependencies from remote repositories already selected, no action performed 21:49:20.317 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) 21:49:20.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.318 INFO [WorkbenchTestable][CheckBox] Select checkbox Download Artifact &Javadoc 21:49:20.318 INFO [WorkbenchTestable][CheckBox] Check checkbox Download Artifact &Javadoc 21:49:20.318 INFO [WorkbenchTestable][AbstractButton] Click button Download Artifact &Javadoc 21:49:20.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:20.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:20.318 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:20.318 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:20.318 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") 21:49:20.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.319 INFO [WorkbenchTestable][CheckBox] Select checkbox Do&wnload Artifact Sources 21:49:20.319 INFO [WorkbenchTestable][CheckBox] Check checkbox Do&wnload Artifact Sources 21:49:20.319 INFO [WorkbenchTestable][AbstractButton] Click button Do&wnload Artifact Sources 21:49:20.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:20.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:20.319 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:20.319 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:20.319 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") 21:49:20.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.320 INFO [WorkbenchTestable][CheckBox] Select checkbox Download repository index updates on startup 21:49:20.320 INFO [WorkbenchTestable][CheckBox] Check checkbox Download repository index updates on startup 21:49:20.320 INFO [WorkbenchTestable][AbstractButton] Click button Download repository index updates on startup 21:49:20.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:20.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:20.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:20.321 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:20.321 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)") 21:49:20.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.322 INFO [WorkbenchTestable][CheckBox] Select checkbox Hide folders of physically nested modules (experimental) 21:49:20.322 INFO [WorkbenchTestable][CheckBox] Check checkbox Hide folders of physically nested modules (experimental) 21:49:20.322 INFO [WorkbenchTestable][AbstractButton] Click button Hide folders of physically nested modules (experimental) 21:49:20.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:20.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:20.322 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:20.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:20.322 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") 21:49:20.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.323 INFO [WorkbenchTestable][CheckBox] Select checkbox &Offline 21:49:20.323 INFO [WorkbenchTestable][CheckBox] Check checkbox &Offline 21:49:20.323 INFO [WorkbenchTestable][AbstractButton] Click button &Offline 21:49:20.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:20.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:20.323 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:20.323 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:20.323 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") 21:49:20.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.324 INFO [WorkbenchTestable][CheckBox] Select checkbox Update Maven projects on startup 21:49:20.324 INFO [WorkbenchTestable][CheckBox] Check checkbox Update Maven projects on startup 21:49:20.324 INFO [WorkbenchTestable][AbstractButton] Click button Update Maven projects on startup 21:49:20.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:20.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:20.325 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:20.325 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:20.325 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") 21:49:20.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.326 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") 21:49:20.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.327 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) 21:49:20.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.327 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") 21:49:20.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.328 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") 21:49:20.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.344 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)") 21:49:20.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.345 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") 21:49:20.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.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.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") 21:49:20.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 21:49:20.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.355 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:49:20.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:20.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:20.355 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:20.355 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:20.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:49:20.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:49:20.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:20.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:20.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:20.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 21:49:20.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:20.376 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:20.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:20.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:20.376 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 21:49:20.377 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:20.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.377 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:20.377 INFO [WorkbenchTestable][RequirementsRunner] Started test: uncheckAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 21:49:20.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 21:49:20.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:20.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:20.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:20.377 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:20.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.377 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:49:20.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:20.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:20.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:20.378 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:20.378 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:20.378 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:20.378 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:20.378 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:20.378 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:20.378 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:20.378 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:20.378 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:20.378 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:20.378 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:20.378 DEBUG [main][MenuItemLookup] Item match:Window 21:49:20.379 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:20.379 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:20.379 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:20.379 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:20.379 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:20.379 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:49:20.379 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:20.379 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:49:20.379 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:20.379 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:49:20.379 DEBUG [main][MenuItemLookup] Item match:Preferences 21:49:20.379 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:49:20.379 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:49:20.379 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:49:20.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:49:20.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:49:20.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:49:20.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:20.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:20.439 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:49:20.439 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:49:20.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:20.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:20.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:20.440 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven 21:49:20.440 DEBUG [main][TreeItemHandler] Selecting tree item: Maven 21:49:20.440 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven about selection 21:49:20.440 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven 21:49:20.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.440 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") 21:49:20.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.442 INFO [WorkbenchTestable][CheckBox] Select checkbox Debu&g Output 21:49:20.442 DEBUG [WorkbenchTestable][CheckBox] Checkbox Debu&g Output not checked, no action performed 21:49:20.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.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") 21:49:20.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.442 INFO [WorkbenchTestable][CheckBox] Select checkbox Do not automatically update dependencies from remote repositories 21:49:20.443 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Do not automatically update dependencies from remote repositories 21:49:20.443 INFO [WorkbenchTestable][AbstractButton] Click button Do not automatically update dependencies from remote repositories 21:49:20.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:20.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:20.443 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:20.443 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:20.443 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) 21:49:20.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.444 INFO [WorkbenchTestable][CheckBox] Select checkbox Download Artifact &Javadoc 21:49:20.444 DEBUG [WorkbenchTestable][CheckBox] Checkbox Download Artifact &Javadoc not checked, no action performed 21:49:20.444 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") 21:49:20.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.446 INFO [WorkbenchTestable][CheckBox] Select checkbox Do&wnload Artifact Sources 21:49:20.446 DEBUG [WorkbenchTestable][CheckBox] Checkbox Do&wnload Artifact Sources not checked, no action performed 21:49:20.446 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") 21:49:20.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.455 INFO [WorkbenchTestable][CheckBox] Select checkbox Download repository index updates on startup 21:49:20.455 DEBUG [WorkbenchTestable][CheckBox] Checkbox Download repository index updates on startup not checked, no action performed 21:49:20.455 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)") 21:49:20.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.457 INFO [WorkbenchTestable][CheckBox] Select checkbox Hide folders of physically nested modules (experimental) 21:49:20.457 DEBUG [WorkbenchTestable][CheckBox] Checkbox Hide folders of physically nested modules (experimental) not checked, no action performed 21:49:20.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.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") 21:49:20.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.458 INFO [WorkbenchTestable][CheckBox] Select checkbox &Offline 21:49:20.458 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Offline not checked, no action performed 21:49:20.458 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") 21:49:20.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.459 INFO [WorkbenchTestable][CheckBox] Select checkbox Update Maven projects on startup 21:49:20.459 DEBUG [WorkbenchTestable][CheckBox] Checkbox Update Maven projects on startup not checked, no action performed 21:49:20.459 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") 21:49:20.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.460 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") 21:49:20.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.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.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) 21:49:20.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.462 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") 21:49:20.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.463 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") 21:49:20.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.467 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)") 21:49:20.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.469 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") 21:49:20.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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") 21:49:20.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:49:20.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.473 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:49:20.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:20.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:20.473 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:20.473 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:20.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:49:20.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:49:20.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:20.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:20.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:20.502 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 21:49:20.502 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:20.502 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:20.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:20.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:20.503 INFO [WorkbenchTestable][RequirementsRunner] Finished test: uncheckAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 21:49:20.503 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 21:49:20.503 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:20.503 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:20.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:20.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 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.165 s uncheckAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) Time elapsed: 0.126 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 21:49:20.507 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 21:49:20.508 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:49:20.508 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:20.508 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 21:49:20.508 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:20.508 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:49:20.508 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:20.508 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:49:20.508 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:20.508 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:20.508 INFO [WorkbenchTestable][RequirementsRunner] Started test: createMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest) 21:49:20.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 21:49:20.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:20.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:20.508 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:20.509 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:49:20.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.509 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:49:20.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.509 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 21:49:20.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.509 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:49:20.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.510 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:49:20.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.510 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:49:20.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.510 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 21:49:20.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.510 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:49:20.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.510 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:49:20.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:20.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:20.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:20.511 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:20.511 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:20.511 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:20.511 DEBUG [main][MenuItemLookup] Item match:File 21:49:20.512 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:49:20.512 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:20.515 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:49:20.515 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:49:20.524 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:49:20.524 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:49:20.524 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:49:20.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:49:20.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:49:20.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:49:20.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:20.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:20.575 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:49:20.575 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.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 21:49:20.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:20.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:20.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:20.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 21:49:20.594 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:20.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:20.594 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:20.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:20.594 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:20.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 21:49:20.594 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:20.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:20.594 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:20.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:20.594 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:20.594 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven Project 21:49:20.594 DEBUG [main][TreeItemHandler] Selecting tree item: Maven Project 21:49:20.594 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven Project about selection 21:49:20.594 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven Project 21:49:20.595 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:49:20.595 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:49:20.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:49:20.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.596 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:49:20.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:20.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:20.596 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:20.596 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:20.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'] 21:49:20.700 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available.... 21:49:20.701 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 21:49:20.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Maven Project 21:49:20.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:20.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:20.701 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 21:49:20.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:20.702 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 21:49:20.702 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 21:49:20.702 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) 21:49:20.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:20.703 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:49:20.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:20.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:20.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:20.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:20.714 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 21:49:20.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:20.715 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 21:49:20.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:20.715 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo All Catalogs to selection: Internal 21:49:20.739 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 21:49:20.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:20.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:20.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:20.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:20.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:20.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:49:20.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 21:49:21.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 21:49:21.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:21.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:21.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:49:21.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:21.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:21.741 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 21:49:21.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:21.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:21.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:21.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:21.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:21.745 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 21:49:21.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:21.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:21.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:21.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:21.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:49:21.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:49:21.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:49:21.746 TRACE [main][WidgetHandler] Notify Table with event 13 21:49:21.746 TRACE [main][WidgetHandler] Wait for synchronization 21:49:21.746 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 21:49:21.746 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 21:49:21.747 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) 21:49:21.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:21.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:21.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:21.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:21.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:21.748 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:49:21.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:21.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:21.748 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:21.748 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:21.753 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:") 21:49:21.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:21.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:21.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:21.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:21.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:21.777 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:artifact 21:49:21.782 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:") 21:49:21.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:21.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:21.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:21.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:21.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:21.784 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo com.example to:group 21:49:21.785 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:") 21:49:21.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:21.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:21.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:21.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:21.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:21.792 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo 0.0.1-SNAPSHOT to:1.0.0 21:49:21.793 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:") 21:49:21.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:21.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:21.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:21.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:21.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:21.796 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:") 21:49:21.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:21.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:21.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:21.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:21.798 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:") 21:49:21.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:21.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:21.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:21.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:21.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:21.801 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:") 21:49:21.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:21.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:21.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:21.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:21.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:21.808 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 21:49:21.808 INFO [WorkbenchTestable][MavenProjectWizard] Finish wizard 21:49:21.808 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) 21:49:21.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:21.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:21.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:21.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:21.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:21.810 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:49:21.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:21.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:21.810 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:21.810 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 21:49:21.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:49:21.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:49:21.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:49:21.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 21:49:22.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 21:49:22.917 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 21:49:22.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:49:22.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:49:22.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:49:22.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:22.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:22.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:49:22.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:49:22.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:22.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:22.920 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 21:49:22.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:22.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:22.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:22.920 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:22.920 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:22.920 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:22.920 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:49:22.920 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:49:22.920 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:49:22.920 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:49:22.920 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:49:22.920 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:49:22.920 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:49:22.920 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:49:22.920 DEBUG [main][MenuItemLookup] Item match:Window 21:49:22.921 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:49:22.921 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:49:22.921 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:49:22.921 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:22.921 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:49:22.921 DEBUG [main][MenuItemLookup] Item match:Show View 21:49:22.925 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:49:22.926 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:49:22.926 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:49:22.926 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:49:22.926 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:49:22.926 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:49:22.926 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:49:22.926 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:49:22.926 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:49:22.926 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:49:22.926 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:49:22.926 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:49:22.926 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:49:22.926 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:49:22.926 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:22.926 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:49:22.926 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:49:22.926 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:49:22.926 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:49:22.926 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:49:22.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:49:22.998 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 21:49:22.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:49:22.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:22.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:22.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:49:22.999 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:22.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:23.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:23.000 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:49:23.000 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:23.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:23.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:23.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:23.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:23.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:23.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:23.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:23.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:49:23.001 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:49:23.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:23.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:23.505 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:49:23.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:49:23.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:49:23.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:23.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:49:23.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:23.508 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:49:23.508 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 21:49:23.508 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 21:49:23.508 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 21:49:23.509 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 21:49:23.509 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:23.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:23.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:23.509 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:49:23.509 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:23.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:23.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:23.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:49:23.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:23.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:23.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:23.510 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:49:23.510 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:23.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:23.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:23.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:23.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:23.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:23.511 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:49:23.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:23.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:23.512 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:23.512 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:23.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:49:23.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:49:23.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 21:49:23.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:23.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:23.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 21:49:23.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:23.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:23.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:23.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:23.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:23.600 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:23.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 '\*?\QProject Explorer\E') 21:49:23.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:23.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:23.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:23.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:23.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:49:23.601 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:49:23.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:49:23.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:49:23.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:49:23.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:49:23.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:49:23.603 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:49:23.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:49:23.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:49:23.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:49:23.604 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:49:23.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:49:23.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:49:23.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:49:23.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:23.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:23.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:24.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:24.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:24.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:24.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:24.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:49:24.691 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:49:24.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:49:24.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:49:24.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:49:24.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 21:49:24.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:24.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:24.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:24.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:24.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:24.692 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name artifact 21:49:24.692 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 21:49:24.692 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:24.692 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:24.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:24.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:24.693 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest) 21:49:24.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:24.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:24.694 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:49:24.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:24.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:24.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:24.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:24.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:24.695 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:24.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 '\*?\QProject Explorer\E') 21:49:24.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:24.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:24.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:24.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:24.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:49:24.696 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:49:24.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:49:24.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:49:24.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:49:24.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:49:24.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:49:24.698 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:49:24.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:49:24.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:49:24.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:49:24.699 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:49:24.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:49:24.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:49:24.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:49:24.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:24.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:24.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:25.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:25.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:25.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:25.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:25.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:49:25.701 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:49:25.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:49:25.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:49:25.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:49:25.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:49:25.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:25.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:25.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:25.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:25.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:25.702 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name artifact 21:49:25.702 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:49:25.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:49:25.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:49:25.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:49:25.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:25.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:25.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:26.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:26.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:26.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:26.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:26.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:49:26.704 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:49:26.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:49:26.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:49:26.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:49:26.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 21:49:26.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:26.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:26.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:26.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:26.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:26.705 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name artifact 21:49:26.705 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:49:26.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:49:26.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:49:26.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:49:26.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:49:26.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:26.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:26.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:26.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:26.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:26.706 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 21:49:26.706 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 21:49:26.707 DEBUG [main][TreeItemHandler] Set Tree selection 21:49:26.707 DEBUG [main][TreeHandler] Notify Tree about selection event 21:49:26.713 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 21:49:26.716 DEBUG [WorkbenchTestable][TreeItemHandler] artifact 21:49:26.716 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:49:26.716 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:26.761 DEBUG [main][MenuItemLookup] Found menu:'New' 21:49:26.761 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:49:26.761 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:26.761 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:49:26.761 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:26.761 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:49:26.761 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:49:26.761 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:49:26.761 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:49:26.761 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:49:26.761 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:49:26.761 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:49:26.761 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:26.761 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:49:26.761 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:49:26.761 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:26.761 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:49:26.761 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:49:26.761 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:49:26.761 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:49:26.761 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:49:26.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:49:26.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 21:49:27.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:27.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:27.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:49:27.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:49:27.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:49:27.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:27.290 DEBUG [main][MenuItemLookup] Found menu:'New' 21:49:27.290 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:49:27.290 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:27.290 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:49:27.290 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:27.290 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:49:27.290 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:49:27.290 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:49:27.290 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:49:27.290 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:49:27.291 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:49:27.291 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:49:27.291 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:49:27.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 21:49:27.854 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 21:49:27.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:49:27.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:27.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:27.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: 32) 21:49:27.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:27.857 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:49:27.857 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:27.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:27.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:27.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:27.857 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:49:27.857 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:49:27.857 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:49:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:27.857 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:27.857 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:27.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 "OK") 21:49:27.857 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:27.858 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:49:27.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:27.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:27.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:27.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:27.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:27.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:27.858 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:49:27.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:27.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:27.858 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:27.858 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:27.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:49:27.861 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:49:28.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:49:28.361 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:49:28.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:49:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 21:49:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:49:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 21:49:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 21:49:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:49:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:49:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:49:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:28.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:28.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:49:28.362 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 21:49:28.362 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:28.362 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:28.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:28.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.855 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: 4.185 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 21:49:28.369 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 21:49:28.369 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:49:28.369 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:28.370 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 21:49:28.370 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:28.370 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:49:28.370 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:28.370 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:49:28.370 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:28.370 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:28.370 INFO [WorkbenchTestable][RequirementsRunner] Started test: openMavenSCMWizard no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest) 21:49:28.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 21:49:28.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:28.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:28.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:28.371 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:49:28.371 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.371 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:49:28.371 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.371 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"] 21:49:28.371 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.372 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:49:28.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.372 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:49:28.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.372 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:49:28.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.372 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Check out as Maven project from SCM"] 21:49:28.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.372 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:49:28.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.373 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:49:28.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:28.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:28.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:28.373 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:28.373 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:28.374 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:28.374 DEBUG [main][MenuItemLookup] Item match:File 21:49:28.375 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:49:28.375 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:28.378 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:49:28.378 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:49:28.386 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:49:28.386 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:49:28.386 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:49:28.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 'New|Select a wizard'] is available.... 21:49:28.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 21:49:28.437 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:49:28.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:28.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:28.438 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:49:28.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:49:28.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:28.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:28.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:28.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:28.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:28.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:28.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:28.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 21:49:28.439 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:28.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:28.440 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:28.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:28.440 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:28.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 21:49:28.440 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:28.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:28.440 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:28.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:28.440 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:28.440 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Check out Maven Projects from SCM 21:49:28.440 DEBUG [main][TreeItemHandler] Selecting tree item: Check out Maven Projects from SCM 21:49:28.440 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Check out Maven Projects from SCM about selection 21:49:28.443 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Check out Maven Projects from SCM 21:49:28.443 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:49:28.443 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:49:28.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:49:28.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:28.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:28.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:28.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:28.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:28.444 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:49:28.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:28.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:28.444 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:28.444 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:28.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'] 21:49:28.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.493 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.... 21:49:28.493 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 21:49:28.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Check out as Maven project from SCM 21:49:28.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:28.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:28.493 TRACE [WorkbenchTestable][MavenCheckoutWizard] Shell Check out as Maven project from SCM is not null and is not disposed 21:49:28.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.494 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") 21:49:28.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:28.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:28.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:28.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:28.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:28.495 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") 21:49:28.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:28.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:28.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:28.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:28.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:28.496 TRACE [WorkbenchTestable][MavenCheckoutWizard] Shell Check out as Maven project from SCM is not null and is not disposed 21:49:28.496 INFO [WorkbenchTestable][MavenCheckoutWizard] Cancel wizard 21:49:28.496 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) 21:49:28.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:28.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:28.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:28.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:28.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:28.497 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:49:28.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:28.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:28.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:28.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:28.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:49:28.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:49:28.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:49:28.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:49:28.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:49:28.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 21:49:28.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:49:28.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:49:28.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:49:28.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:28.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:28.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:49:28.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 21:49:28.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:28.522 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:28.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:28.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:28.523 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openMavenSCMWizard no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest) 21:49:28.523 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 21:49:28.523 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:28.523 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:28.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:28.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 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 21:49:28.528 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 21:49:28.529 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:49:28.529 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:28.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 21:49:28.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:28.529 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:49:28.535 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:28.535 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:49:28.535 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:28.535 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:28.535 INFO [WorkbenchTestable][RequirementsRunner] Started test: testImportingWrongMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 21:49:28.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 21:49:28.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:28.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:28.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:28.537 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:49:28.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.537 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:49:28.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.537 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Maven Projects"] 21:49:28.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.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"] 21:49:28.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.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"] 21:49:28.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.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"] 21:49:28.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.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: "Import Maven Projects"] 21:49:28.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.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: "Import"] 21:49:28.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.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: "Import"] 21:49:28.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:28.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:28.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:28.539 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:28.539 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:28.539 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:28.540 DEBUG [main][MenuItemLookup] Item match:File 21:49:28.540 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:49:28.540 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:49:28.540 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:49:28.540 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:49:28.540 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:28.540 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:49:28.540 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:49:28.540 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:28.540 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:49:28.540 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 21:49:28.540 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 21:49:28.541 DEBUG [main][MenuItemLookup] Found menu:'Revert' 21:49:28.541 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:28.541 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:49:28.541 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:49:28.541 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:49:28.541 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 21:49:28.541 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:28.541 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 21:49:28.541 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:28.541 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:49:28.541 DEBUG [main][MenuItemLookup] Item match:Import... 21:49:28.541 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 21:49:28.541 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 21:49:28.541 INFO [main][MenuItemHandler] Select menu item: &Import... 21:49:28.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:49:28.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:49:28.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:49:28.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:28.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:28.619 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:49:28.619 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:28.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:49:28.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:28.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:28.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:28.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:28.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:28.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:28.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:28.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 21:49:28.620 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:28.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:29.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:29.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:29.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 21:49:29.123 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:29.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:29.123 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:29.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:29.123 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:29.123 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Maven Projects 21:49:29.123 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Maven Projects 21:49:29.123 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Maven Projects about selection 21:49:29.126 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Maven Projects 21:49:29.126 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:49:29.126 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 21:49:29.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:49:29.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:29.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:29.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:29.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:29.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:29.127 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:49:29.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:29.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:29.127 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:29.127 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:29.156 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:49:29.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:29.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:29.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 21:49:29.165 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 21:49:29.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 21:49:29.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:29.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:29.166 TRACE [WorkbenchTestable][MavenImportWizard] Shell Import Maven Projects is not null and is not disposed 21:49:29.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:29.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 21:49:29.166 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 21:49:29.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 21:49:29.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:29.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:29.166 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:") 21:49:29.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:29.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:29.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:29.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:29.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:29.168 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 21:49:29.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 21:49:29.168 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 21:49:29.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 21:49:29.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:29.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:29.182 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") 21:49:29.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:29.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:29.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:29.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:29.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:29.183 INFO [WorkbenchTestable][AbstractButton] Click button &Refresh 21:49:29.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:29.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:29.183 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:29.183 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:29.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 21:49:29.200 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 21:49:29.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 21:49:29.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:29.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:29.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded.... 21:49:29.201 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") 21:49:29.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:29.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:29.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:29.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:29.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:29.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded. finished successfully 21:49:29.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 21:49:29.202 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 21:49:29.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 21:49:29.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:29.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:29.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:49:29.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:29.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:29.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:29.203 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Import Maven Projects" as the parent 21:49:29.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:29.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:29.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:29.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:29.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:29.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:29.204 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:49:29.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:29.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:29.204 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:29.204 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:29.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:49:29.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:49:29.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 21:49:29.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 21:49:29.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running finished successfully 21:49:29.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:49:29.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 21:49:29.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 21:49:30.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 21:49:30.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 21:49:31.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Loading the repository {0}' is a system job, skipped 21:49:31.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 21:49:31.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 21:49:32.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 21:49:32.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:49:32.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:49:32.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:49:32.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:49:32.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:49:32.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:32.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:32.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:49:32.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 '(Import Maven Projects)|(Discover m2e connectors)'] is available.... 21:49:32.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 '(Import Maven Projects)|(Discover m2e connectors)'] is available. finished successfully 21:49:32.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Discover m2e connectors 21:49:32.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:32.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:32.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:49:32.746 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:32.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:32.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:32.747 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Discover m2e connectors" as the parent 21:49:32.747 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:32.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:32.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:32.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:32.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:32.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:32.747 INFO [WorkbenchTestable][AbstractButton] Click button &Resolve All Later 21:49:32.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:32.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:32.748 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:32.748 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:32.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 21:49:32.749 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:32.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:32.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:32.749 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Discover m2e connectors" as the parent 21:49:32.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:32.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:32.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:32.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:32.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:32.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:32.750 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:49:32.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:32.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:32.750 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:32.750 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:32.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:49:42.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available failed, an exception will be thrown 21:49:42.783 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.... 21:49:42.783 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 21:49:42.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Incomplete Maven Goal Execution 21:49:42.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:42.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:42.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 21:49:42.785 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:42.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:42.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:42.785 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Incomplete Maven Goal Execution" as the parent 21:49:42.785 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:42.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:42.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:42.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:42.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:42.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:42.786 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:49:42.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:42.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:42.786 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:42.786 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:42.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:49:42.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:49:42.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 21:49:42.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:42.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:43.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:43.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:43.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:43.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:44.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:44.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:44.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:44.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:45.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:45.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:45.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:45.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:46.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:46.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:46.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:46.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:47.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:47.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:47.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:47.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:48.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:48.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:48.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:48.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:49.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:49.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:49.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:49.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:50.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:50.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:50.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:50.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:51.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:51.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:51.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:51.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:52.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:52.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:52.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:52.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:52.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 21:49:52.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:49:52.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:52.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:52.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:49:52.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:52.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:52.824 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:49:52.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:52.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:52.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:52.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:52.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:52.825 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:52.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 '\*?\QProject Explorer\E') 21:49:52.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:52.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:52.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:52.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:52.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:49:52.825 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:49:52.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:49:52.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:49:52.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:49:52.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:49:52.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:49:52.827 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:49:52.827 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:49:52.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:49:52.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:49:52.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:52.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:52.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:53.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:53.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:53.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:53.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:49:53.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:49:53.830 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:49:53.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:49:53.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:49:53.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:49:53.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:49:53.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:53.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:53.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:53.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:53.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:53.832 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:49:53.832 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 21:49:53.832 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:49:53.832 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:49:53.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:53.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:53.832 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testImportingWrongMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 21:49:53.832 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:49:53.832 INFO [WorkbenchTestable][RequirementsRunner] Started test: testImportingMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 21:49:53.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 21:49:53.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:49:53.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:49:53.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:49:53.833 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:49:53.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:53.833 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:49:53.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:53.833 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Maven Projects"] 21:49:53.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:53.833 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:49:53.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:53.834 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:49:53.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:53.834 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:49:53.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:53.834 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Maven Projects"] 21:49:53.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:53.834 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:49:53.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:53.834 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:49:53.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:53.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:49:53.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:53.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:53.835 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:49:53.835 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:49:53.835 DEBUG [main][MenuItemLookup] Found menu:'File' 21:49:53.835 DEBUG [main][MenuItemLookup] Item match:File 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'Revert' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'' 21:49:53.836 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:49:53.836 DEBUG [main][MenuItemLookup] Item match:Import... 21:49:53.836 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 21:49:53.836 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 21:49:53.844 INFO [main][MenuItemHandler] Select menu item: &Import... 21:49:53.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:49:53.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:49:53.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:49:53.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:53.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:53.893 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:49:53.893 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:53.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 21:49:53.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:53.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:53.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:53.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:53.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:49:53.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:49:53.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:49:53.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 21:49:53.894 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:53.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:53.894 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:53.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:53.894 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:53.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 21:49:53.894 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 21:49:53.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:49:53.895 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 21:49:53.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:49:53.895 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 21:49:53.895 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Maven Projects 21:49:53.895 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Maven Projects 21:49:53.895 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Maven Projects about selection 21:49:53.895 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Maven Projects 21:49:53.895 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:49:53.895 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 21:49:53.895 DEBUG [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) 21:49:53.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:53.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:53.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:53.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:53.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:53.896 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:49:53.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:53.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:53.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:53.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:53.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: "Import"] 21:49:53.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:53.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:53.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 21:49:53.931 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 21:49:53.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 21:49:53.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:53.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:53.931 TRACE [WorkbenchTestable][MavenImportWizard] Shell Import Maven Projects is not null and is not disposed 21:49:53.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:49:53.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 21:49:53.931 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 21:49:53.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 21:49:53.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:53.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:53.932 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:") 21:49:53.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:53.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:53.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:53.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:53.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:49:53.933 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 21:49:53.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 21:49:53.933 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 21:49:53.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 21:49:53.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:53.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:53.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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") 21:49:53.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:53.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:53.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:53.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:53.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:53.948 INFO [WorkbenchTestable][AbstractButton] Click button &Refresh 21:49:53.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:53.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:53.948 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:53.948 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:53.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 21:49:53.958 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 21:49:53.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 21:49:53.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:53.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:53.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded.... 21:49:53.958 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") 21:49:53.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:53.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:53.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:53.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:53.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:53.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded. finished successfully 21:49:53.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 21:49:53.959 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 21:49:53.959 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 21:49:53.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:49:53.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:49:53.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 21:49:53.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:49:53.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:49:53.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:49:53.992 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Import Maven Projects" as the parent 21:49:53.992 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:49:53.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:49:53.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:49:53.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:49:53.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:49:53.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:49:53.996 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:49:53.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:49:53.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:49:53.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:49:53.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:49:54.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:49:54.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:49:54.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 21:49:54.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 21:49:54.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running finished successfully 21:49:54.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:49:54.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 21:49:54.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph Update' is a system job, skipped 21:49:54.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:49:54.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:49:54.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:49:54.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:49:54.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:49:54.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:49:54.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:49:54.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:49:54.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 '(Import Maven Projects)|(Discover m2e connectors)'] is available.... 21:50:04.537 DEBUG [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 21:50:04.539 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.... 21:50:14.548 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 21:50:14.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 21:50:14.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:14.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:15.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:15.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:15.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:15.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:16.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:16.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:16.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:16.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:17.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:17.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:17.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:17.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:18.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:18.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:18.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:18.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:19.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:19.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:19.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:19.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:20.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:20.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:20.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:20.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:21.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:21.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:21.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:21.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:22.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:22.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:22.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:22.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:23.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:23.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:23.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:23.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:24.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:24.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:24.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:24.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:24.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 21:50:24.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:24.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:24.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:24.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:24.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:24.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:24.556 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:50:24.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:24.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:24.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:24.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:24.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:24.557 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:24.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 '\*?\QProject Explorer\E') 21:50:24.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:24.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:24.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:24.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:24.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:50:24.557 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:50:24.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:50:24.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:24.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:50:24.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:50:24.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:50:24.560 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:50:24.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:50:24.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:24.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:24.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:24.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:24.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:25.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:25.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:25.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:25.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:25.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:50:25.563 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:50:25.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:50:25.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:25.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:25.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 21:50:25.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:25.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:25.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:25.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:25.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:25.564 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:50:25.564 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:50:25.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 21:50:25.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:25.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:25.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:25.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:25.565 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testImportingMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 21:50:25.565 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 21:50:25.565 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:25.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:25.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:25.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.037 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.297 s testImportingMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) Time elapsed: 31.733 s Running org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 21:50:25.571 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 21:50:25.574 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:50:25.574 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:25.574 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 21:50:25.574 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:25.574 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:50:25.575 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:25.575 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:50:25.575 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:25.575 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:25.575 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:25.575 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:25.575 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:25.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:25.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:25.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:25.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:25.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:25.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:25.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:25.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:25.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:25.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:25.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:25.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:25.577 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:25.577 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:25.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:25.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:25.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:25.577 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:25.577 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:25.577 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:25.578 DEBUG [main][MenuItemLookup] Item match:File 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'Revert' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:25.578 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:50:25.578 DEBUG [main][MenuItemLookup] Item match:Import... 21:50:25.578 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 21:50:25.578 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 21:50:25.579 INFO [main][MenuItemHandler] Select menu item: &Import... 21:50:25.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:25.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:25.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:25.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:25.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:25.631 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:25.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:25.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:50:25.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:25.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:25.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:25.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:25.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:25.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:25.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:25.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:25.633 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:25.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:26.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:26.135 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:26.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:26.135 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:26.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:26.136 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:26.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:26.136 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:26.136 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 21:50:26.136 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 21:50:26.136 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 21:50:26.138 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 21:50:26.138 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:26.138 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 21:50:26.138 DEBUG [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) 21:50:26.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:26.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:26.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:26.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:26.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:26.140 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:50:26.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:26.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:26.140 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:26.140 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:26.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:26.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:26.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:26.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:26.212 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:26.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:26.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:26.212 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:26.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:26.213 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' 21:50:26.215 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:") 21:50:26.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:26.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:26.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:26.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:26.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:26.215 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 21:50:26.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:26.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:26.216 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:26.216 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:26.216 TRACE [main][WidgetHandler] Notify Button with event 27 21:50:26.216 TRACE [main][WidgetHandler] Wait for synchronization 21:50:26.216 TRACE [main][WidgetHandler] Notify Button with event 13 21:50:26.216 TRACE [main][WidgetHandler] Wait for synchronization 21:50:26.216 TRACE [main][WidgetHandler] Notify Button with event 26 21:50:26.216 TRACE [main][WidgetHandler] Wait for synchronization 21:50:26.216 TRACE [main][WidgetHandler] Notify Button with event 3 21:50:26.216 TRACE [main][WidgetHandler] Wait for synchronization 21:50:26.216 TRACE [main][WidgetHandler] Notify Button with event 4 21:50:26.216 TRACE [main][WidgetHandler] Wait for synchronization 21:50:26.216 TRACE [main][WidgetHandler] Notify Button with event 13 21:50:26.216 TRACE [main][WidgetHandler] Wait for synchronization 21:50:26.217 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 21:50:26.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:26.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:50:26.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:50:26.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:26.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 21:50:26.218 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 21:50:26.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 21:50:26.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:26.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:26.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:26.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:26.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:26.236 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 21:50:26.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:26.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:26.236 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:26.236 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:26.267 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 21:50:26.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:26.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:26.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:26.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:26.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:26.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 21:50:26.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 21:50:26.268 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 21:50:26.268 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 21:50:26.268 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") 21:50:26.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:26.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:26.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:26.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:26.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:26.269 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 21:50:26.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:26.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:26.269 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:26.269 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:26.296 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 21:50:26.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:26.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:26.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:26.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:26.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:26.297 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 21:50:26.297 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 21:50:26.297 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 21:50:26.298 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 21:50:26.298 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:26.298 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 21:50:26.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 21:50:26.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:26.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:26.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:26.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:26.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:26.300 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:50:26.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:26.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:26.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:26.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:26.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:26.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:50:26.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:26.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:26.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:26.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:26.805 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:50:26.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:26.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:26.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:26.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:26.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:26.806 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:26.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:50:26.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:26.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:26.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:26.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:26.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:50:26.806 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:26.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:26.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:26.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:26.818 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:26.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:26.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:26.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:26.818 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:26.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:26.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:26.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:26.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:26.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:26.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:27.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:27.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:27.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:27.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:27.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:50:27.821 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:27.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:27.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:27.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:27.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:50:27.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:27.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:27.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:27.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:27.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:27.822 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:50:27.822 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:50:27.823 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 21:50:27.823 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:50:27.823 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 21:50:27.823 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 21:50:27.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:28.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:28.324 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 21:50:28.325 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 21:50:28.325 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 21:50:28.325 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 21:50:28.329 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 21:50:28.329 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 21:50:28.329 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 21:50:28.329 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 21:50:28.329 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 21:50:28.331 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 21:50:28.331 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:50:28.331 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:50:28.588 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:50:28.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:28.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:50:28.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:50:28.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:28.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:28.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:28.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@21d04f16 is found... 21:50:28.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@21d04f16 is found finished successfully 21:50:28.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 21:50:28.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:28.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:28.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:28.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:28.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:50:28.597 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:28.597 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:28.597 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:28.597 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest) 21:50:28.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 21:50:28.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:28.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:28.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:28.598 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:28.598 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:28.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Design") 21:50:28.598 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:28.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:28.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:28.599 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 21:50:28.599 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:28.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:28.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:28.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:28.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:28.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:50:28.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 21:50:28.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 21:50:28.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:28.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:28.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:28.602 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 21:50:28.602 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:28.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:28.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:28.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:28.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:28.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:28.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:28.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:28.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 21:50:28.603 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 21:50:28.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:28.603 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 21:50:28.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:28.603 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 21:50:28.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 21:50:28.609 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 21:50:28.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:28.610 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 21:50:28.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:28.610 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 21:50:28.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:28.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:28.610 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:50:28.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:28.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:28.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 21:50:28.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:28.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:28.611 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 21:50:28.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:50:28.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:28.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:28.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:28.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:28.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:50:28.612 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:28.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:28.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:28.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:28.636 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part file.xml 21:50:28.649 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:28.649 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:28.649 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") 21:50:28.649 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:28.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:28.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:28.650 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 21:50:28.650 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:28.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:28.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:28.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:28.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:28.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:50:28.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 21:50:28.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:50:28.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:28.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:28.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:28.721 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 21:50:28.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:28.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:28.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:28.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:28.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:28.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:50:28.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 21:50:28.722 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:28.722 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:28.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:28.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:28.722 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest) 21:50:28.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:28.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:28.723 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:50:28.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:28.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:28.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 21:50:28.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:28.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:28.724 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 21:50:28.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:50:28.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:28.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:28.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:28.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:28.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:50:28.724 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:28.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:28.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:28.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:28.752 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:28.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:28.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:28.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:28.752 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:28.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:28.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:28.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:28.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:28.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:28.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:29.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:29.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:29.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:29.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:29.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:50:29.755 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:29.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:29.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:29.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:29.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 21:50:29.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:29.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:29.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:29.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:29.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:29.756 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:50:29.756 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:50:29.756 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 21:50:29.756 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 21:50:29.756 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 21:50:29.757 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 21:50:29.759 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 21:50:29.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:50:29.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:29.781 DEBUG [main][MenuItemLookup] Found menu:'New' 21:50:29.782 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:50:29.782 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:29.782 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:50:29.782 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:50:29.782 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:29.782 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:50:29.782 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:50:29.782 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:50:29.782 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:50:29.782 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:29.782 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:50:29.782 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:50:29.782 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:50:29.782 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:29.782 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:50:29.782 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:50:29.782 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:29.782 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:50:29.782 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:50:29.782 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:50:29.782 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:50:29.782 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:50:29.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:29.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 21:50:30.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:30.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:30.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:30.284 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 21:50:30.284 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 21:50:30.284 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 21:50:30.284 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 21:50:30.286 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 21:50:30.286 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:50:30.286 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:30.312 DEBUG [main][MenuItemLookup] Found menu:'New' 21:50:30.312 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:50:30.312 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:30.312 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:50:30.312 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:50:30.312 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:30.312 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:50:30.312 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:50:30.312 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:50:30.312 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:50:30.312 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:50:30.312 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:50:30.312 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:50:30.313 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:50:30.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 21:50:30.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 21:50:30.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:50:30.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:30.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:30.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:30.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:30.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) 21:50:30.891 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:30.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:30.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:30.891 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:50:30.891 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:30.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:30.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:30.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:30.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:30.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:30.892 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:50:30.892 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:50:30.892 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:50:30.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:30.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:30.892 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:30.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:30.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", Widget matcher matching widgets with style: 8) 21:50:30.892 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:30.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:30.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:30.893 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:50:30.893 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:30.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:30.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:30.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:30.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:30.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:30.893 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:50:30.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:30.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:30.893 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:30.893 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:30.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:50:30.896 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:50:31.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:50:31.397 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:50:31.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:31.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:50:31.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:50:31.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:31.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:31.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:31.397 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 21:50:31.397 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:31.397 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:31.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:31.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.827 s - in org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest selectPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest) Time elapsed: 0.125 s Running org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:31.404 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:31.405 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:50:31.405 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:31.405 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:31.405 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:31.405 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:50:31.406 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:31.406 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:50:31.406 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:31.406 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:31.406 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:31.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:31.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:31.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:31.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:31.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: "Import"] 21:50:31.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:31.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:31.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:31.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:31.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.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: "Import"] 21:50:31.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.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: "Import"] 21:50:31.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.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: "Import"] 21:50:31.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.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: "Import"] 21:50:31.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:31.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:31.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:31.408 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:31.408 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:31.409 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:31.409 DEBUG [main][MenuItemLookup] Item match:File 21:50:31.409 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:50:31.409 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'Revert' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:31.410 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:50:31.410 DEBUG [main][MenuItemLookup] Item match:Import... 21:50:31.410 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 21:50:31.410 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 21:50:31.410 INFO [main][MenuItemHandler] Select menu item: &Import... 21:50:31.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:31.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:31.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:31.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:31.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:31.466 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:31.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.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 21:50:31.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:31.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:31.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:31.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:31.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:31.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:31.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:31.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:31.468 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:31.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:31.468 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:31.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:31.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:31.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:31.468 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:31.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:31.468 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:31.468 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 21:50:31.468 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 21:50:31.468 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 21:50:31.469 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 21:50:31.469 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:31.469 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 21:50:31.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 21:50:31.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:31.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:31.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:31.470 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:50:31.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:31.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:31.470 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:31.470 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:31.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: "Import"] 21:50:31.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:31.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:31.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:31.510 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:31.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:31.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:31.511 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:31.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.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: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 21:50:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:31.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:31.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:31.512 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 21:50:31.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:31.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:31.512 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:31.512 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:31.512 TRACE [main][WidgetHandler] Notify Button with event 27 21:50:31.512 TRACE [main][WidgetHandler] Wait for synchronization 21:50:31.512 TRACE [main][WidgetHandler] Notify Button with event 13 21:50:31.512 TRACE [main][WidgetHandler] Wait for synchronization 21:50:31.512 TRACE [main][WidgetHandler] Notify Button with event 26 21:50:31.512 TRACE [main][WidgetHandler] Wait for synchronization 21:50:31.512 TRACE [main][WidgetHandler] Notify Button with event 3 21:50:31.512 TRACE [main][WidgetHandler] Wait for synchronization 21:50:31.512 TRACE [main][WidgetHandler] Notify Button with event 4 21:50:31.512 TRACE [main][WidgetHandler] Wait for synchronization 21:50:31.512 TRACE [main][WidgetHandler] Notify Button with event 13 21:50:31.512 TRACE [main][WidgetHandler] Wait for synchronization 21:50:31.518 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 21:50:31.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:31.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:31.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:50:31.527 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to: 21:50:31.527 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 21:50:31.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:31.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:31.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:31.528 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:31.528 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 21:50:31.528 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) 21:50:31.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:31.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:31.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:31.529 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:50:31.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:31.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:31.530 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:31.530 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:31.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:31.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:31.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:31.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:50:31.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:50:31.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:31.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:31.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:31.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:31.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:31.562 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:31.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:31.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:31.562 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:31.562 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:31.562 INFO [WorkbenchTestable][RequirementsRunner] Started test: setArchiveFile no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:31.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:31.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:31.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:31.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:31.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: "Import"] 21:50:31.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.563 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:31.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.563 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:31.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.563 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:31.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.563 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:31.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.563 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:31.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.563 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:31.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.563 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:31.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.564 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:31.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:31.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:31.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:31.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:31.564 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:31.564 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:31.564 DEBUG [main][MenuItemLookup] Item match:File 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'Revert' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:31.565 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:50:31.565 DEBUG [main][MenuItemLookup] Item match:Import... 21:50:31.565 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 21:50:31.565 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 21:50:31.565 INFO [main][MenuItemHandler] Select menu item: &Import... 21:50:31.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:31.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:31.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:31.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:31.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:31.635 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:31.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:50:31.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:31.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:31.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:31.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:31.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:31.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:31.636 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:31.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:31.636 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:31.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:31.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:31.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:31.637 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:31.637 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:31.637 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 21:50:31.637 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 21:50:31.637 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 21:50:31.637 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 21:50:31.637 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:31.637 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 21:50:31.637 DEBUG [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) 21:50:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:31.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:31.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:31.638 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:50:31.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:31.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:31.638 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:31.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:31.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"] 21:50:31.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:31.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:31.707 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:31.707 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:31.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:31.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:31.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:31.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:31.707 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:31.707 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.707 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' 21:50:31.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.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:") 21:50:31.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:31.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:31.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:31.708 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 21:50:31.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:31.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:31.708 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:31.708 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:31.709 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 21:50:31.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:50:31.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:50:31.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 21:50:31.709 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 21:50:31.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.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") 21:50:31.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:31.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:31.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:31.729 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 21:50:31.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:31.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:31.729 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:31.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:31.761 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 21:50:31.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:31.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:31.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:31.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 21:50:31.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 21:50:31.762 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 21:50:31.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:31.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:31.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:31.803 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:31.803 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 21:50:31.803 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) 21:50:31.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:31.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:31.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:31.804 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:50:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:31.805 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:31.805 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:31.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:31.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:31.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:31.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:50:31.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:31.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:31.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:31.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:31.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:31.838 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:31.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:31.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:31.839 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setArchiveFile no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:31.839 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:31.839 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_zipFile_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:31.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:31.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:31.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:31.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:31.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:31.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:31.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:31.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:31.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:31.840 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.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: "Import"] 21:50:31.840 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.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: "Import"] 21:50:31.840 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.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: "Import"] 21:50:31.840 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.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: "Import"] 21:50:31.840 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:31.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:31.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:31.840 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:31.840 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:31.840 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:31.841 DEBUG [main][MenuItemLookup] Item match:File 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'Revert' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:31.841 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:50:31.841 DEBUG [main][MenuItemLookup] Item match:Import... 21:50:31.842 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 21:50:31.842 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 21:50:31.842 INFO [main][MenuItemHandler] Select menu item: &Import... 21:50:31.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:31.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:31.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:31.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:31.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:31.910 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:31.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:50:31.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:31.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:31.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:31.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:31.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:31.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:31.911 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:31.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:31.911 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:31.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:31.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:31.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:31.912 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:31.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:31.912 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:31.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:31.912 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:31.912 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 21:50:31.912 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 21:50:31.912 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 21:50:31.912 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 21:50:31.912 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:31.912 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 21:50:31.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.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) 21:50:31.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:31.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:31.913 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:50:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:31.913 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:31.913 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:31.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: "Import"] 21:50:31.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:31.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:31.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:31.955 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:31.955 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:31.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:31.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:31.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:31.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:31.955 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:31.955 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:31.955 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' 21:50:31.955 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:") 21:50:31.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:31.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:31.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:31.956 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 21:50:31.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:31.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:31.956 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:31.956 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:31.964 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 21:50:31.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:50:31.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:50:31.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 21:50:31.996 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 21:50:31.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 21:50:31.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:31.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:31.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:31.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:31.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.004 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 21:50:32.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.004 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.004 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.007 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 21:50:32.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:32.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 21:50:32.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 21:50:32.025 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to false 21:50:32.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 root directory:") 21:50:32.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.041 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:32.041 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 21:50: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.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) 21:50:32.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.046 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:50:32.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.046 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.046 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:32.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:32.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:32.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:50:32.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:32.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:32.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:32.087 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:32.087 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:32.087 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:32.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:32.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:32.097 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_zipFile_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:32.097 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:32.097 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_zipFile_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:32.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:32.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:32.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:32.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:32.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.098 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.098 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.098 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.098 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.099 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.099 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.099 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.099 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:32.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:32.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:32.099 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:32.099 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:32.099 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:32.099 DEBUG [main][MenuItemLookup] Item match:File 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'Revert' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.100 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:50:32.100 DEBUG [main][MenuItemLookup] Item match:Import... 21:50:32.100 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 21:50:32.100 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 21:50:32.100 INFO [main][MenuItemHandler] Select menu item: &Import... 21:50:32.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:32.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:32.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:32.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:32.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:32.151 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:32.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:50:32.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:32.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:32.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:32.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:32.152 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:32.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:32.152 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:32.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:32.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:32.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:32.152 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:32.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:32.152 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:32.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:32.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:32.153 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 21:50:32.153 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 21:50:32.153 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 21:50:32.153 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 21:50:32.153 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:32.153 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 21:50:32.153 DEBUG [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) 21:50:32.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.154 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:50:32.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.154 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.154 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.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: "Import"] 21:50:32.193 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.193 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:32.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:32.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:32.194 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:32.194 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:32.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:32.194 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:32.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:32.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:32.195 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:32.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.195 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' 21:50:32.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.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:") 21:50:32.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.215 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 21:50:32.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.215 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.215 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.216 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 21:50:32.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:50:32.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:50:32.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 21:50:32.217 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 21:50:32.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.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") 21:50:32.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.223 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 21:50:32.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.227 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 21:50:32.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:32.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 21:50:32.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 21:50:32.259 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to false 21:50:32.259 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:") 21:50:32.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.260 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:32.260 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 21:50:32.260 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) 21:50:32.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.261 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:50:32.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.261 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.261 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:32.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:32.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:32.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:32.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:32.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:32.302 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:32.302 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:32.302 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:32.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:32.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:32.302 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_zipFile_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:32.303 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:32.303 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_directory_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:32.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:32.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:32.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:32.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50: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: "Import"] 21:50:32.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50: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: "Import"] 21:50:32.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50: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: "Import"] 21:50:32.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50: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: "Import"] 21:50:32.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50: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: "Import"] 21:50:32.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50: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: "Import"] 21:50:32.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50: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: "Import"] 21:50:32.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50: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: "Import"] 21:50:32.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50: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: "Import"] 21:50:32.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:32.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:32.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:32.304 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:32.304 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:32.304 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:32.305 DEBUG [main][MenuItemLookup] Item match:File 21:50:32.305 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:50:32.305 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:50:32.305 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:50:32.306 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:50:32.306 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.306 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:50:32.306 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:50:32.306 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.306 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:50:32.306 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 21:50:32.306 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 21:50:32.306 DEBUG [main][MenuItemLookup] Found menu:'Revert' 21:50:32.306 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.306 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:50:32.306 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:50:32.306 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:50:32.306 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 21:50:32.306 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.306 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 21:50:32.306 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.306 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:50:32.306 DEBUG [main][MenuItemLookup] Item match:Import... 21:50:32.306 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 21:50:32.306 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 21:50:32.306 INFO [main][MenuItemHandler] Select menu item: &Import... 21:50:32.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:32.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:32.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:32.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:32.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:32.380 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:32.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:50:32.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:32.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:32.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:32.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:32.387 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:32.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:32.387 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:32.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:32.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:32.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:32.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:32.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:32.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:32.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:32.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:32.388 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 21:50:32.388 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 21:50:32.389 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 21:50:32.389 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 21:50:32.389 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:32.389 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 21:50:32.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.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) 21:50:32.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.390 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:50:32.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.390 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.390 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.417 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:32.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:32.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:32.442 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:32.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:32.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:32.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:32.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:32.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:32.443 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:32.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.443 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' 21:50:32.443 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:") 21:50:32.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.444 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 21:50:32.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.444 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.444 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.444 TRACE [main][WidgetHandler] Notify Button with event 27 21:50:32.444 TRACE [main][WidgetHandler] Wait for synchronization 21:50:32.444 TRACE [main][WidgetHandler] Notify Button with event 13 21:50:32.444 TRACE [main][WidgetHandler] Wait for synchronization 21:50:32.444 TRACE [main][WidgetHandler] Notify Button with event 26 21:50:32.444 TRACE [main][WidgetHandler] Wait for synchronization 21:50:32.444 TRACE [main][WidgetHandler] Notify Button with event 3 21:50:32.444 TRACE [main][WidgetHandler] Wait for synchronization 21:50:32.444 TRACE [main][WidgetHandler] Notify Button with event 4 21:50:32.444 TRACE [main][WidgetHandler] Wait for synchronization 21:50:32.444 TRACE [main][WidgetHandler] Notify Button with event 13 21:50:32.444 TRACE [main][WidgetHandler] Wait for synchronization 21:50:32.446 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 21:50:32.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:50:32.446 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 21:50:32.447 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") 21:50:32.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.456 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 21:50:32.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.456 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.456 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.501 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 21:50:32.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:32.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 21:50:32.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 21:50:32.502 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 21:50:32.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 21:50:32.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Copy projects into workspace") 21:50:32.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.504 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 21:50:32.504 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 21:50:32.504 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 21:50:32.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.506 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:32.506 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 21:50:32.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.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) 21:50:32.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.507 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:50:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.507 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:32.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:32.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:32.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:32.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:32.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:32.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:32.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:32.527 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:32.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:32.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:32.528 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_directory_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:32.528 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:32.528 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:32.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:32.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:32.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:32.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:32.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: "Import"] 21:50:32.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.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: "Import"] 21:50:32.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.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: "Import"] 21:50:32.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.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: "Import"] 21:50:32.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.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: "Import"] 21:50:32.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.529 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.529 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.529 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.529 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:32.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:32.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:32.529 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:32.530 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:32.530 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:32.530 DEBUG [main][MenuItemLookup] Item match:File 21:50:32.530 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:50:32.530 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:50:32.530 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:50:32.530 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:50:32.530 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.530 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:50:32.530 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:50:32.530 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.530 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:50:32.530 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 21:50:32.530 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 21:50:32.530 DEBUG [main][MenuItemLookup] Found menu:'Revert' 21:50:32.530 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.530 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:50:32.531 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:50:32.531 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:50:32.531 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 21:50:32.531 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.531 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 21:50:32.531 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.531 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:50:32.531 DEBUG [main][MenuItemLookup] Item match:Import... 21:50:32.531 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 21:50:32.531 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 21:50:32.531 INFO [main][MenuItemHandler] Select menu item: &Import... 21:50:32.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:32.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:32.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:32.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:32.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:32.588 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:32.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:50:32.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:32.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:32.590 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:32.590 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:32.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:32.590 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:32.590 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:32.591 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 21:50:32.591 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 21:50:32.591 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 21:50:32.591 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 21:50:32.591 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:32.591 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 21:50:32.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.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) 21:50:32.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.592 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:50:32.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.620 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:32.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:32.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:32.631 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:32.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:32.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:32.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:32.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:32.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:32.632 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:32.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.632 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' 21:50:32.632 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:") 21:50:32.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.655 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 21:50:32.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.655 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.655 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.655 TRACE [main][WidgetHandler] Notify Button with event 27 21:50:32.655 TRACE [main][WidgetHandler] Wait for synchronization 21:50:32.655 TRACE [main][WidgetHandler] Notify Button with event 13 21:50:32.655 TRACE [main][WidgetHandler] Wait for synchronization 21:50:32.655 TRACE [main][WidgetHandler] Notify Button with event 26 21:50:32.655 TRACE [main][WidgetHandler] Wait for synchronization 21:50:32.655 TRACE [main][WidgetHandler] Notify Button with event 3 21:50:32.655 TRACE [main][WidgetHandler] Wait for synchronization 21:50:32.655 TRACE [main][WidgetHandler] Notify Button with event 4 21:50:32.655 TRACE [main][WidgetHandler] Wait for synchronization 21:50:32.655 TRACE [main][WidgetHandler] Notify Button with event 13 21:50:32.655 TRACE [main][WidgetHandler] Wait for synchronization 21:50:32.657 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 21:50:32.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:50:32.657 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 21:50:32.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.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") 21:50:32.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.665 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 21:50:32.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.665 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.665 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.707 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 21:50:32.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:32.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 21:50:32.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 21:50:32.719 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 21:50:32.719 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 21:50:32.719 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") 21:50:32.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.720 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 21:50:32.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.720 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.720 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.721 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 21:50:32.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:32.722 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) 21:50:32.722 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): 21:50:32.722 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 21:50:32.723 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) 21:50:32.723 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) 21:50:32.723 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): 21:50:32.723 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 21:50:32.723 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) 21:50:32.723 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 21:50:32.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:32.730 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:32.730 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 21:50:32.730 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) 21:50:32.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.731 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:50:32.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.731 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.731 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:32.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:32.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:32.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:32.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:32.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:32.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:32.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:32.763 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:32.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:32.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:32.763 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:32.763 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:32.763 INFO [WorkbenchTestable][RequirementsRunner] Started test: deselectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:32.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:32.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:32.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:32.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:32.763 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.763 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.763 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:32.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:32.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:32.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:32.765 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:32.765 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:32.765 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:32.765 DEBUG [main][MenuItemLookup] Item match:File 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'Revert' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:32.766 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:50:32.766 DEBUG [main][MenuItemLookup] Item match:Import... 21:50:32.787 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 21:50:32.787 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 21:50:32.787 INFO [main][MenuItemHandler] Select menu item: &Import... 21:50:32.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:32.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:32.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:32.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:32.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:32.838 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:32.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:50:32.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:32.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:32.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:32.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:32.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:32.840 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:32.840 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:32.840 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 21:50:32.840 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 21:50:32.840 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 21:50:32.840 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 21:50:32.840 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:32.840 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 21:50:32.840 DEBUG [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) 21:50:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.841 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:50:32.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.841 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.841 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.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: "Import"] 21:50:32.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:32.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:32.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:32.909 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:32.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:32.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:32.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:32.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:32.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:32.909 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:32.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:32.909 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' 21:50:32.909 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:") 21:50:32.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.910 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 21:50:32.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.910 TRACE [main][WidgetHandler] Notify Button with event 27 21:50:32.910 TRACE [main][WidgetHandler] Wait for synchronization 21:50:32.910 TRACE [main][WidgetHandler] Notify Button with event 13 21:50:32.910 TRACE [main][WidgetHandler] Wait for synchronization 21:50:32.910 TRACE [main][WidgetHandler] Notify Button with event 26 21:50:32.910 TRACE [main][WidgetHandler] Wait for synchronization 21:50:32.910 TRACE [main][WidgetHandler] Notify Button with event 3 21:50:32.910 TRACE [main][WidgetHandler] Wait for synchronization 21:50:32.910 TRACE [main][WidgetHandler] Notify Button with event 4 21:50:32.910 TRACE [main][WidgetHandler] Wait for synchronization 21:50:32.910 TRACE [main][WidgetHandler] Notify Button with event 13 21:50:32.910 TRACE [main][WidgetHandler] Wait for synchronization 21:50:32.912 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 21:50:32.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:50:32.912 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 21:50:32.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.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") 21:50:32.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.920 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 21:50:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.920 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.920 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.949 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 21:50:32.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:32.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 21:50:32.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 21:50:32.950 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 21:50:32.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 21:50:32.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.951 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 21:50:32.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.951 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.951 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:32.953 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 21:50:32.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:32.954 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:32.954 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 21:50:32.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.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) 21:50:32.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:32.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:32.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:32.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:32.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:32.960 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:50:32.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:32.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:32.961 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:32.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:33.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:33.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:33.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:33.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:33.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:33.002 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:33.002 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:33.002 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:33.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:33.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:33.003 INFO [WorkbenchTestable][RequirementsRunner] Finished test: deselectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:33.003 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:33.003 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:33.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:33.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:33.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:33.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50: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: "Import"] 21:50:33.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50: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: "Import"] 21:50:33.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50: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: "Import"] 21:50:33.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50: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: "Import"] 21:50:33.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50: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: "Import"] 21:50:33.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:33.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:33.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:33.005 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:33.005 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:33.005 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:33.006 DEBUG [main][MenuItemLookup] Item match:File 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'Revert' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.006 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:50:33.006 DEBUG [main][MenuItemLookup] Item match:Import... 21:50:33.006 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 21:50:33.006 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 21:50:33.006 INFO [main][MenuItemHandler] Select menu item: &Import... 21:50:33.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:33.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:33.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:33.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:33.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:33.090 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:33.090 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:50:33.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:33.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:33.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:33.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:33.092 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:33.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:33.092 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:33.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:33.092 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:33.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:33.092 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:33.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:33.092 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:33.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:33.092 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:33.092 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 21:50:33.092 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 21:50:33.092 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 21:50:33.093 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 21:50:33.093 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:33.093 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 21:50:33.093 DEBUG [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) 21:50:33.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.094 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:50:33.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.094 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.094 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:33.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:33.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:33.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:33.134 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:33.135 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:33.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:33.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:33.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:33.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:33.135 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:33.135 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.135 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' 21:50:33.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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:") 21:50:33.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.157 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 21:50:33.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.157 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.157 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.157 TRACE [main][WidgetHandler] Notify Button with event 27 21:50:33.157 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.157 TRACE [main][WidgetHandler] Notify Button with event 13 21:50:33.157 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.157 TRACE [main][WidgetHandler] Notify Button with event 26 21:50:33.157 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.157 TRACE [main][WidgetHandler] Notify Button with event 3 21:50:33.157 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.157 TRACE [main][WidgetHandler] Notify Button with event 4 21:50:33.157 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.157 TRACE [main][WidgetHandler] Notify Button with event 13 21:50:33.157 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.159 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 21:50:33.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:50:33.159 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 21:50:33.159 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") 21:50:33.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.166 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 21:50:33.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.166 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.166 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.217 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 21:50:33.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:33.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 21:50:33.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 21:50:33.219 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 21:50:33.219 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 21:50:33.219 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") 21:50:33.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.220 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 21:50:33.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.220 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.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.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 21:50:33.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:33.222 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 21:50:33.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:33.223 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:33.223 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 21:50:33.223 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) 21:50:33.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.224 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:50:33.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:33.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:33.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:33.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:33.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:33.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:33.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:33.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:33.256 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:33.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:33.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:33.256 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:33.256 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:33.256 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:33.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:33.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:33.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:33.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:33.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: "Import"] 21:50:33.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:33.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:33.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:33.258 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:33.258 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:33.258 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:33.258 DEBUG [main][MenuItemLookup] Item match:File 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'Revert' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.259 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:50:33.259 DEBUG [main][MenuItemLookup] Item match:Import... 21:50:33.259 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 21:50:33.259 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 21:50:33.259 INFO [main][MenuItemHandler] Select menu item: &Import... 21:50:33.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:33.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:33.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:33.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:33.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:33.323 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:33.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:50:33.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:33.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:33.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:33.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:33.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:33.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:33.324 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:33.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:33.324 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:33.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:33.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:33.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:33.324 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:33.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:33.324 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:33.324 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 21:50:33.324 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 21:50:33.324 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 21:50:33.324 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 21:50:33.325 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:33.325 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 21:50:33.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 21:50:33.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.325 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:50:33.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.325 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.325 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.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: "Import"] 21:50:33.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:33.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:33.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:33.363 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:33.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:33.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:33.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:33.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:33.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:33.364 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:33.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.364 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' 21:50:33.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: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 21:50:33.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.364 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 21:50:33.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.365 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.365 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.365 TRACE [main][WidgetHandler] Notify Button with event 27 21:50:33.365 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.365 TRACE [main][WidgetHandler] Notify Button with event 13 21:50:33.365 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.365 TRACE [main][WidgetHandler] Notify Button with event 26 21:50:33.365 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.365 TRACE [main][WidgetHandler] Notify Button with event 3 21:50:33.365 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.365 TRACE [main][WidgetHandler] Notify Button with event 4 21:50:33.365 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.365 TRACE [main][WidgetHandler] Notify Button with event 13 21:50:33.365 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.366 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 21:50:33.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:50:33.367 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 21:50:33.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.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") 21:50:33.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.395 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 21:50:33.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.395 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.395 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.412 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 21:50:33.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:33.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 21:50:33.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 21:50:33.414 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 21:50:33.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 21:50:33.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.415 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 21:50:33.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.415 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.415 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.416 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 21:50:33.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 21:50:33.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.421 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 21:50:33.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.421 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.421 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 21:50:33.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:33.423 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:33.423 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 21:50:33.423 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) 21:50:33.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.424 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:50:33.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.425 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.425 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:33.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:33.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:33.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:33.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:33.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:33.455 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:33.455 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:33.455 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:33.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:33.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:33.455 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:33.455 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:33.455 INFO [WorkbenchTestable][RequirementsRunner] Started test: setRootDirectory no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:33.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:33.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:33.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:33.455 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:33.455 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:33.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.455 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:33.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.455 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:33.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.456 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:33.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.456 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:33.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.456 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:33.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.456 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:33.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.456 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:33.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.456 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:33.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:33.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:33.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:33.457 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:33.457 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:33.457 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:33.457 DEBUG [main][MenuItemLookup] Item match:File 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'Revert' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.458 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:50:33.458 DEBUG [main][MenuItemLookup] Item match:Import... 21:50:33.458 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 21:50:33.458 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 21:50:33.458 INFO [main][MenuItemHandler] Select menu item: &Import... 21:50:33.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:33.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:33.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:33.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:33.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:33.509 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:33.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:50:33.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:33.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:33.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:33.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:33.511 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:33.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:33.511 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:33.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:33.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:33.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:33.511 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:33.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:33.511 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:33.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:33.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:33.511 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 21:50:33.511 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 21:50:33.511 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 21:50:33.511 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 21:50:33.511 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:33.512 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 21:50:33.512 DEBUG [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) 21:50:33.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.513 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:50:33.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.513 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.513 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.540 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:33.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:33.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:33.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:33.554 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:33.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:33.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:33.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:33.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:33.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:33.554 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:33.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.555 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' 21:50:33.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 21:50:33.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.593 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 21:50:33.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.593 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.593 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.593 TRACE [main][WidgetHandler] Notify Button with event 27 21:50:33.593 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.593 TRACE [main][WidgetHandler] Notify Button with event 13 21:50:33.593 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.593 TRACE [main][WidgetHandler] Notify Button with event 26 21:50:33.593 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.593 TRACE [main][WidgetHandler] Notify Button with event 3 21:50:33.593 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.593 TRACE [main][WidgetHandler] Notify Button with event 4 21:50:33.593 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.593 TRACE [main][WidgetHandler] Notify Button with event 13 21:50:33.593 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.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 21:50:33.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:50:33.595 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 21:50:33.595 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") 21:50:33.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.602 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 21:50:33.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.602 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.602 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.620 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 21:50:33.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:33.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 21:50:33.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 21:50:33.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 21:50:33.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:33.622 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:33.622 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 21:50:33.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.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) 21:50:33.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.636 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:50:33.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:33.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:33.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:33.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:33.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:33.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:33.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:33.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:33.657 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:33.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:33.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:33.658 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setRootDirectory no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:33.658 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:33.658 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_directory_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:33.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:33.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:33.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:33.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:33.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: "Import"] 21:50:33.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.659 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.659 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.659 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.659 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.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: "Import"] 21:50:33.659 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:33.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:33.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:33.660 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:33.660 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:33.660 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:33.660 DEBUG [main][MenuItemLookup] Item match:File 21:50:33.660 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:50:33.660 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:50:33.660 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:50:33.660 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:50:33.660 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.660 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:50:33.660 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:50:33.660 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.660 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:50:33.660 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 21:50:33.660 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 21:50:33.661 DEBUG [main][MenuItemLookup] Found menu:'Revert' 21:50:33.661 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.661 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:50:33.661 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:50:33.661 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:50:33.661 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 21:50:33.661 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.661 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 21:50:33.661 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.661 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:50:33.661 DEBUG [main][MenuItemLookup] Item match:Import... 21:50:33.661 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 21:50:33.661 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 21:50:33.661 INFO [main][MenuItemHandler] Select menu item: &Import... 21:50:33.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:33.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:33.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:33.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:33.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:33.737 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:33.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:50:33.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:33.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:33.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:33.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:33.742 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:33.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:33.742 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:33.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:33.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:33.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:33.742 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:33.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:33.742 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:33.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:33.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:33.743 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 21:50:33.743 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 21:50:33.743 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 21:50:33.743 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 21:50:33.743 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:33.743 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 21:50:33.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 21:50:33.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.744 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:50:33.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.744 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.744 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:50:33.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:33.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:33.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:33.782 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:50:33.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:50:33.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:50:33.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:50:33.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:33.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:33.787 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:33.787 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.805 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' 21:50:33.805 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:") 21:50:33.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.806 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 21:50:33.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.806 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.806 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.807 TRACE [main][WidgetHandler] Notify Button with event 27 21:50:33.807 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.807 TRACE [main][WidgetHandler] Notify Button with event 13 21:50:33.807 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.807 TRACE [main][WidgetHandler] Notify Button with event 26 21:50:33.807 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.807 TRACE [main][WidgetHandler] Notify Button with event 3 21:50:33.807 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.807 TRACE [main][WidgetHandler] Notify Button with event 4 21:50:33.807 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.807 TRACE [main][WidgetHandler] Notify Button with event 13 21:50:33.807 TRACE [main][WidgetHandler] Wait for synchronization 21:50:33.808 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 21:50:33.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:50:33.809 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 21:50:33.809 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") 21:50:33.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.816 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 21:50:33.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.816 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.816 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.834 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 21:50:33.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 21:50:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 21:50:33.847 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to false 21:50:33.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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:") 21:50:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.848 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") 21:50:33.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.849 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 21:50:33.849 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Copy projects into workspace not checked, no action performed 21:50:33.849 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:50:33.849 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 21:50:33.849 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) 21:50:33.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:33.850 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:50:33.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:33.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:33.850 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:33.850 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:33.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:33.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:33.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:33.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:33.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:33.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:33.887 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:33.887 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:33.887 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:33.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:33.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:33.888 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_directory_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 21:50:33.888 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 21:50:33.888 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:33.888 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:33.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:33.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.484 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.156 s setArchiveFile no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.277 s copyProjectsIntoWorkspace_zipFile_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.258 s copyProjectsIntoWorkspace_zipFile_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.205 s copyProjectsIntoWorkspace_directory_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.225 s selectProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.235 s deselectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.24 s selectProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.253 s selectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.199 s setRootDirectory no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.203 s copyProjectsIntoWorkspace_directory_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.23 s Running org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 21:50:33.893 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 21:50:33.893 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:50:33.893 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:33.893 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 21:50:33.893 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:33.893 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:50:33.893 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:33.893 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:50:33.893 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:33.894 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:33.894 INFO [WorkbenchTestable][RequirementsRunner] Started test: createGeneralProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 21:50:33.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 21:50:33.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:33.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:33.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:33.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'] 21:50:33.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:50:33.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 21:50:33.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:50:33.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:50:33.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:50:33.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 21:50:33.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:50:33.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:50:33.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:33.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:33.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:33.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:33.895 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:33.895 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:33.896 DEBUG [main][MenuItemLookup] Item match:File 21:50:33.896 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:50:33.896 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:33.898 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:50:33.898 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:50:33.898 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:50:33.898 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:50:33.899 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:50:33.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:50:33.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 'New|Select a wizard'] is available. finished successfully 21:50:33.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:50:33.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:33.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:33.948 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:50:33.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:33.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:50:33.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:33.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:33.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:33.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:33.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:33.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:33.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:33.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:33.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:33.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:34.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:34.450 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:34.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:34.451 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:34.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:34.451 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:34.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:34.451 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:34.451 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 21:50:34.451 DEBUG [main][TreeItemHandler] Selecting tree item: Project 21:50:34.451 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 21:50:34.453 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 21:50:34.453 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:50:34.453 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:50:34.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:50:34.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:34.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:34.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:34.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:34.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:34.454 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:50:34.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:34.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:34.454 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:34.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:34.491 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:50:34.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:34.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 21:50:34.492 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 21:50:34.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 21:50:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:34.492 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 21:50:34.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:34.493 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'defaultGeneralProject' 21:50:34.493 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:") 21:50:34.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:34.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:34.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:34.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:34.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:50:34.494 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:50:34.495 INFO [WorkbenchTestable][AbstractText] Text set to: defaultGeneralProject 21:50:34.496 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 21:50:34.496 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 21:50:34.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.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) 21:50:34.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:34.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:34.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:34.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:34.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:34.497 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:50:34.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:34.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:34.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:34.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:34.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:34.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:35.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:35.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:50:35.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:50:35.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:35.000 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:35.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:35.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:35.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:35.001 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:50:35.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:35.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:35.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:35.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:35.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:35.002 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:35.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:50:35.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:35.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:35.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:35.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:35.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:50:35.003 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:35.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:35.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:35.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:50:35.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:50:35.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:50:35.004 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:35.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:35.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:35.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:35.005 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:35.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:35.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:35.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:35.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:35.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:35.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:35.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:35.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:36.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:36.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:36.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:50:36.008 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:36.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:36.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:36.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:36.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 21:50:36.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:36.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:36.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:36.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:36.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:36.009 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 21:50:36.009 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:50:36.009 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:50:36.009 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:50:36.009 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:36.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:36.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:36.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:36.010 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:36.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:36.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:36.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:36.011 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:36.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:36.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:36.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:36.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:36.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:36.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:36.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:36.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:37.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:37.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:37.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:50:37.012 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:37.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:37.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:37.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:37.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:50:37.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:37.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:37.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:37.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:37.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:37.013 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 21:50:37.013 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:50:37.013 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:50:37.013 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:37.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:37.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:37.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:37.014 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:37.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:37.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:37.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:37.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:37.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:37.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:37.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:37.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:38.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:38.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:38.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:38.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:38.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:50:38.516 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:38.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:38.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:38.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:38.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 21:50:38.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:38.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:38.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:38.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:38.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:38.517 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 21:50:38.518 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:50:38.518 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:50:38.518 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:38.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:38.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:38.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:38.519 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:38.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:38.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:38.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:38.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:38.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:38.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:39.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:39.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:39.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:39.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:39.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:50:39.521 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:39.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:39.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:39.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:39.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 21:50:39.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:39.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:39.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:39.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:39.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:39.522 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 21:50:39.522 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:50:39.522 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:50:39.522 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 21:50:39.522 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 21:50:39.522 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 21:50:39.523 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 21:50:39.523 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:50:39.523 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:39.545 DEBUG [main][MenuItemLookup] Found menu:'New' 21:50:39.545 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:39.545 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:50:39.545 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:50:39.545 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:39.545 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:50:39.545 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:50:39.545 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:50:39.545 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:50:39.545 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:39.545 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:50:39.545 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:50:39.545 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:50:39.545 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:39.545 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:50:39.545 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:50:39.545 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:39.545 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:50:39.546 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:50:39.546 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:50:39.546 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:50:39.546 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:50:39.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:39.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 21:50:40.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:40.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:40.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:40.046 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'defaultGeneralProject' via Explorer 21:50:40.047 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 21:50:40.047 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 21:50:40.047 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 21:50:40.049 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 21:50:40.049 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:50:40.049 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:40.069 DEBUG [main][MenuItemLookup] Found menu:'New' 21:50:40.069 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:40.069 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:50:40.069 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:50:40.069 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:40.069 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:50:40.069 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:50:40.069 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:50:40.069 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:50:40.069 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:50:40.069 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:50:40.069 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:50:40.069 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:50:40.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 21:50:40.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 'Delete.*'] is available. finished successfully 21:50:40.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:50:40.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:40.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:40.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:40.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:40.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) 21:50:40.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:40.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:40.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:40.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:50:40.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:40.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:40.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:40.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:40.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:40.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:40.626 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:50:40.626 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:50:40.626 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:50:40.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:40.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:40.627 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:40.627 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:40.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", Widget matcher matching widgets with style: 8) 21:50:40.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:40.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:40.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:40.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:50:40.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:40.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:40.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:40.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:40.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:40.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:40.628 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:50:40.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:40.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:40.628 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:40.628 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:40.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:50:40.630 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:50:41.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:50:41.131 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:50:41.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:41.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:50:41.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:41.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:41.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:41.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 21:50:41.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:41.131 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:41.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:41.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:41.132 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createGeneralProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 21:50:41.132 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:41.132 INFO [WorkbenchTestable][RequirementsRunner] Started test: createGeneralProjectsWithReferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 21:50:41.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 21:50:41.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:41.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:41.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:41.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:41.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:41.133 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:50:41.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:41.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:41.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:41.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:41.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:41.134 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:41.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:50:41.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:41.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:41.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:41.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:41.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:50:41.134 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:41.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:41.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:41.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:50:41.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:50:41.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:50:41.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'] 21:50:41.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.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'] 21:50:41.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.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 Project"] 21:50:41.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.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'] 21:50:41.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.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'] 21:50:41.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.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'] 21:50:41.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.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 Project"] 21:50:41.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.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'] 21:50:41.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.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'] 21:50:41.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:41.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:41.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:41.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:41.137 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:41.137 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:41.138 DEBUG [main][MenuItemLookup] Item match:File 21:50:41.138 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:50:41.138 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:41.140 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:50:41.140 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:50:41.141 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:50:41.141 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:50:41.141 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:50:41.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:50:41.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 21:50:41.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:50:41.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:41.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:41.192 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:50:41.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:50:41.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:41.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:41.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:41.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:41.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:41.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:41.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:41.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:41.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:41.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:41.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:41.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:41.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:41.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:41.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:41.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:41.198 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:41.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:41.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:41.198 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 21:50:41.198 DEBUG [main][TreeItemHandler] Selecting tree item: Project 21:50:41.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 21:50:41.198 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 21:50:41.198 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:50:41.198 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:50:41.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:50:41.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:41.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:41.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:41.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:41.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:41.199 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:50:41.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:41.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:41.199 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:41.199 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:41.227 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:50:41.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 21:50:41.228 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 21:50:41.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 21:50:41.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:41.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:41.228 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 21:50:41.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.228 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'defaultGeneralProject' 21:50:41.228 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:") 21:50:41.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:41.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:41.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:41.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:41.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:50:41.229 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:50:41.230 INFO [WorkbenchTestable][AbstractText] Text set to: defaultGeneralProject 21:50:41.230 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 21:50:41.230 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 21:50:41.231 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) 21:50:41.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:41.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:41.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:41.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:41.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:41.232 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:50:41.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:41.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:41.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:41.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:41.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:41.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:41.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:41.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:50:41.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:41.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:41.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:41.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'] 21:50:41.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.735 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:50:41.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.735 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:50:41.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:41.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:41.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:41.735 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:41.735 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:41.736 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:41.736 DEBUG [main][MenuItemLookup] Item match:File 21:50:41.736 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:50:41.736 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:41.738 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:50:41.738 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:50:41.739 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:50:41.739 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:50:41.739 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:50:41.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 'New|Select a wizard'] is available.... 21:50:41.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 'New|Select a wizard'] is available. finished successfully 21:50:41.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:50:41.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:41.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:41.787 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:50:41.787 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:50:41.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:41.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:41.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:41.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:41.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:41.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:41.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:41.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:41.789 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:41.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:41.789 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:41.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:41.789 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:41.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:41.789 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:41.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:41.789 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:41.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:41.789 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:41.790 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 21:50:41.790 DEBUG [main][TreeItemHandler] Selecting tree item: Project 21:50:41.790 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 21:50:41.790 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 21:50:41.790 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:50:41.790 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:50:41.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:50:41.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:41.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:41.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:41.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:41.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:41.795 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:50:41.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:41.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:41.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:41.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:41.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'] 21:50:41.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 21:50:41.824 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 21:50:41.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 21:50:41.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:41.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:41.825 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 21:50:41.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:41.825 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'customizedGeneralProject' 21:50:41.825 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:") 21:50:41.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:41.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:41.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:41.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:41.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:50:41.826 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:50:41.827 INFO [WorkbenchTestable][AbstractText] Text set to: customizedGeneralProject 21:50:41.829 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set Project location to '/tmp/rdcustomprojectlocation1614808233894' 21:50:41.829 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") 21:50:41.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:41.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:41.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:41.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:41.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:41.829 INFO [WorkbenchTestable][CheckBox] Select checkbox Use &default location 21:50:41.829 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Use &default location 21:50:41.830 INFO [WorkbenchTestable][AbstractButton] Click button Use &default location 21:50:41.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:41.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:41.830 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:41.830 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:41.837 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:") 21:50:41.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:41.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:41.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:41.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:41.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:50:41.839 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:50:41.839 INFO [WorkbenchTestable][AbstractText] Text set to: /tmp/rdcustomprojectlocation1614808233894 21:50:41.842 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Add Project to working set 'dummyws' 21:50:41.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 21:50:41.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:41.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:41.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:41.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:41.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:41.847 INFO [WorkbenchTestable][CheckBox] Select checkbox Add projec&t to working sets 21:50:41.847 INFO [WorkbenchTestable][CheckBox] Check checkbox Add projec&t to working sets 21:50:41.847 INFO [WorkbenchTestable][AbstractButton] Click button Add projec&t to working sets 21:50:41.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:41.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:41.848 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:41.848 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:41.848 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:") 21:50:41.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:41.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:41.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:41.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:41.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 21:50:41.850 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 21:50:41.850 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Go to next wizard page 21:50:41.850 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) 21:50:41.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:41.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:41.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:41.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:41.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:41.851 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:50:41.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:41.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:41.852 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:41.852 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:41.856 DEBUG [WorkbenchTestable][WizardNewProjectReferencePage] Set Project references to: 21:50:41.856 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 21:50:41.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:41.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:41.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:41.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:41.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:50:41.857 DEBUG [WorkbenchTestable][WizardNewProjectReferencePage] defaultGeneralProject 21:50:41.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:41.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:50:41.857 INFO [WorkbenchTestable][AbstractTableItem] Check table Item defaultGeneralProject: 21:50:41.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 21:50:41.859 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 21:50:41.859 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:41.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 21:50:41.860 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 21:50:41.860 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 21:50:41.860 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) 21:50:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:41.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:41.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:41.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:41.861 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:50:41.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:41.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:41.861 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:41.861 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:41.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:42.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:42.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:42.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:50:42.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:50:42.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:42.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:42.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:42.363 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:42.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:42.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:42.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:50:42.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:50:42.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:50:42.365 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:42.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:42.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:42.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:42.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:42.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:42.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:42.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:42.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:43.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:43.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:43.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:50:43.368 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:43.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:43.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:43.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:43.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 21:50:43.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:43.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:43.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:43.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:43.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:43.369 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name customizedGeneralProject 21:50:43.370 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 21:50:43.370 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:50:43.370 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:50:43.370 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:50:43.370 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:43.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:43.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:43.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:43.371 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:43.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:43.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:43.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:43.371 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:43.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:43.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:43.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:43.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:43.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:43.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:43.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:43.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:44.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:44.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:44.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:50:44.374 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:44.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:44.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:44.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:44.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:50:44.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:44.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:44.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:44.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:44.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:44.375 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name customizedGeneralProject 21:50:44.375 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 21:50:44.375 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:50:44.375 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:50:44.376 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:44.376 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:44.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:44.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:44.377 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:44.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:44.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:44.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:44.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:44.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:44.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:44.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:44.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:45.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:45.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:45.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:50:45.379 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:45.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:45.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:45.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:45.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 21:50:45.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:45.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:45.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:45.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:45.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:45.380 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name customizedGeneralProject 21:50:45.380 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 21:50:45.380 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:50:45.380 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:50:45.380 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item customizedGeneralProject 21:50:45.380 DEBUG [main][TreeItemHandler] Selecting tree item: customizedGeneralProject 21:50:45.380 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item customizedGeneralProject about selection 21:50:45.381 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: customizedGeneralProject 21:50:45.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:50:45.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:45.412 DEBUG [main][MenuItemLookup] Found menu:'New' 21:50:45.412 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:45.412 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:50:45.412 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:50:45.412 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:45.412 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:50:45.412 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:50:45.412 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:50:45.412 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:50:45.412 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:45.412 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:50:45.412 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:50:45.412 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:50:45.412 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:45.412 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:50:45.412 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:50:45.412 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:45.412 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:50:45.412 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:50:45.412 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:50:45.412 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:50:45.412 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:50:45.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:45.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 21:50:45.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:45.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:45.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:45.913 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'customizedGeneralProject' via Explorer 21:50:45.913 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item customizedGeneralProject 21:50:45.913 DEBUG [main][TreeItemHandler] Selecting tree item: customizedGeneralProject 21:50:45.913 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item customizedGeneralProject about selection 21:50:45.914 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: customizedGeneralProject 21:50:45.915 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:50:45.915 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:45.938 DEBUG [main][MenuItemLookup] Found menu:'New' 21:50:45.938 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:45.938 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:50:45.938 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:50:45.938 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:45.938 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:50:45.938 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:50:45.938 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:50:45.938 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:50:45.938 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:50:45.938 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:50:45.938 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:50:45.938 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:50:45.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.... 21:50:46.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. finished successfully 21:50:46.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:50:46.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:46.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:46.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:46.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:46.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 21:50:46.503 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:46.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:46.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:46.504 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:50:46.504 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:46.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:46.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:46.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:46.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:46.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:46.504 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:50:46.504 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:50:46.504 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:50:46.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:46.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:46.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:46.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:46.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", Widget matcher matching widgets with style: 8) 21:50:46.504 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:46.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:46.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:46.504 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:50:46.504 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:46.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:46.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:46.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:46.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:46.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:46.505 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:50:46.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:46.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:46.506 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:46.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:46.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:50:46.508 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:50:47.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:50:47.008 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:50:47.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:47.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:50:47.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:47.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:47.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:47.009 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:47.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:47.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:47.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:47.009 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:47.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:47.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:47.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:47.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:47.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:47.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:47.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:47.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:48.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:48.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:48.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:50:48.012 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:48.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:48.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:48.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:48.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:50:48.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:48.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:48.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:48.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:48.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:48.013 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 21:50:48.014 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:50:48.014 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:50:48.014 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:48.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:48.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:48.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:48.015 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:48.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:48.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:48.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:48.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:48.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:48.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:48.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:48.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:49.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:49.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:49.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:50:49.017 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:49.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:49.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:49.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:49.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:50:49.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:49.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:49.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:49.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:49.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:49.018 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 21:50:49.018 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:50:49.019 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:50:49.019 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 21:50:49.019 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 21:50:49.019 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 21:50:49.021 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 21:50:49.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:50:49.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:49.042 DEBUG [main][MenuItemLookup] Found menu:'New' 21:50:49.042 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:49.042 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:50:49.042 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:50:49.042 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:49.042 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:50:49.042 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:50:49.042 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:50:49.042 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:50:49.042 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:49.042 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:50:49.042 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:50:49.042 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:50:49.042 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:49.042 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:50:49.042 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:50:49.042 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:49.042 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:50:49.042 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:50:49.042 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:50:49.042 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:50:49.043 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:50:49.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:49.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 21:50:49.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:49.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:49.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:49.543 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'defaultGeneralProject' via Explorer 21:50:49.544 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 21:50:49.544 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 21:50:49.544 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 21:50:49.545 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 21:50:49.545 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:50:49.545 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:49.566 DEBUG [main][MenuItemLookup] Found menu:'New' 21:50:49.566 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:49.566 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:50:49.566 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:50:49.566 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:49.566 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:50:49.566 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:50:49.566 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:50:49.566 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:50:49.566 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:50:49.566 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:50:49.566 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:50:49.566 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:50:49.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 21:50:50.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 'Delete.*'] is available. finished successfully 21:50:50.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:50:50.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:50.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:50.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:50.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:50.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 21:50:50.121 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:50.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:50.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:50.121 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:50:50.121 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:50.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:50.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:50.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:50.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:50.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:50.122 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:50:50.122 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:50:50.122 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:50:50.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:50.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:50.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:50.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:50.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:50:50.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:50.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:50.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:50.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:50:50.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:50.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:50.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:50.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:50.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:50.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:50.123 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:50:50.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:50.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:50.123 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:50.123 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:50.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:50:50.125 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:50:50.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:50:50.626 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:50:50.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:50.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:50:50.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:50.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:50.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50:50.626 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 21:50:50.626 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:50.626 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:50.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:50.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:50.627 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createGeneralProjectsWithReferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 21:50:50.627 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 21:50:50.627 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:50.627 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:50.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:50.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.736 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: 7.238 s createGeneralProjectsWithReferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) Time elapsed: 9.495 s Running org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 21:50:50.633 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 21:50:50.633 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:50:50.633 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:50.633 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 21:50:50.633 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:50.633 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:50:50.634 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:50.634 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:50:50.634 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:50.634 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:50.634 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAssociatedEditorsForFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 21:50:50.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 21:50:50.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:50.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:50.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:50.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.*'] 21:50:50.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:50.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.*'] 21:50:50.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:50.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.*'] 21:50:50.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:50.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:50.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:50.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:50.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:50.635 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:50.635 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:50.636 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:50:50.636 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:50:50.636 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:50:50.636 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:50:50.636 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:50:50.636 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:50:50.636 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:50:50.636 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:50:50.636 DEBUG [main][MenuItemLookup] Item match:Window 21:50:50.636 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:50:50.636 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:50:50.636 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:50:50.636 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:50.636 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:50:50.636 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:50:50.636 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:50.636 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:50:50.636 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:50.636 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:50:50.636 DEBUG [main][MenuItemLookup] Item match:Preferences 21:50:50.636 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:50:50.636 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:50:50.636 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:50:50.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:50:50.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 21:50:50.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:50:50.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:50.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:50.696 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:50:50.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:50.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:50:50.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:50.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:50.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:50.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:50.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:50.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:50.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:50.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:50.697 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:50.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:51.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:51.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:51.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:51.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:51.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:51.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:51.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:51.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:51.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 21:50:51.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 21:50:51.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:51.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:51.701 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 21:50:51.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 21:50:51.704 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 21:50:51.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:51.704 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 21:50:51.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:51.704 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 21:50:51.704 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 21:50:51.704 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 21:50:51.704 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 21:50:51.704 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 21:50:51.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:51.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:51.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:51.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:51.753 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 21:50:51.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:51.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:51.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:51.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:51.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:50:51.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:51.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:50:51.754 TRACE [main][WidgetHandler] Notify Table with event 13 21:50:51.754 TRACE [main][WidgetHandler] Wait for synchronization 21:50:51.769 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 21:50:51.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:51.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:50:51.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:50:51.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:51.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:50:51.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:51.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:50:51.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 21:50:51.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:51.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:51.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:51.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:51.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:51.773 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:50:51.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:51.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:51.773 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:51.773 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:51.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:51.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:51.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:51.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:51.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:51.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 21:50:51.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:51.802 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:51.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:51.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:51.803 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAssociatedEditorsForFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 21:50:51.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:51.803 INFO [WorkbenchTestable][RequirementsRunner] Started test: addEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 21:50:51.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 21:50:51.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:51.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:51.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:51.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:50:51.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:51.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:50:51.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:51.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:50:51.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:51.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:51.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:51.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:51.803 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:51.803 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:51.803 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:51.804 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:50:51.804 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:50:51.804 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:50:51.804 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:50:51.804 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:50:51.804 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:50:51.804 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:50:51.804 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:50:51.804 DEBUG [main][MenuItemLookup] Item match:Window 21:50:51.804 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:50:51.804 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:50:51.804 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:50:51.804 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:51.804 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:50:51.804 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:50:51.804 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:51.804 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:50:51.804 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:51.804 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:50:51.804 DEBUG [main][MenuItemLookup] Item match:Preferences 21:50:51.804 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:50:51.804 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:50:51.804 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:50:51.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.... 21:50:51.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:50:51.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:50:51.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:51.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:51.872 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:50:51.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:51.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:50:51.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:51.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:51.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:51.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:51.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:51.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:51.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:51.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:51.873 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:51.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:51.873 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:51.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:51.873 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:51.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:51.873 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:51.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:51.873 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:51.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:51.874 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:51.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 21:50:51.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 21:50:51.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:51.874 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 21:50:51.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:51.874 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 21:50:51.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 21:50:51.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 21:50:51.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:51.874 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 21:50:51.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:51.874 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 21:50:51.874 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 21:50:51.874 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 21:50:51.874 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 21:50:51.875 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 21:50:51.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:51.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:51.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:51.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:51.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.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...") 21:50:51.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:51.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:51.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:51.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:51.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:51.876 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 21:50:51.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:51.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:51.877 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:51.877 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:51.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 21:50:51.909 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 21:50:51.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 21:50:51.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:51.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:51.910 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:") 21:50:51.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:51.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:51.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:51.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:51.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:50:51.910 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:50:51.911 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 21:50:51.911 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) 21:50:51.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:51.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:51.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:51.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:51.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:51.912 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:50:51.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:51.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:51.912 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:51.912 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:51.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:50:51.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:50:51.932 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 21:50:51.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:51.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:51.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:51.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:51.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:50:51.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:51.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:50:51.933 TRACE [main][WidgetHandler] Notify Table with event 13 21:50:51.933 TRACE [main][WidgetHandler] Wait for synchronization 21:50:51.933 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 21:50:51.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:51.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:51.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:51.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:50:51.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:51.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:51.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:50:51.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:50:51.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:51.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:50:51.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:52.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 21:50:52.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.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...") 21:50:52.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:52.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:50:52.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:50:52.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:52.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 21:50:52.937 INFO [WorkbenchTestable][AbstractButton] Click button A&dd... 21:50:52.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:52.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:52.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:52.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:53.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 21:50:53.060 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 21:50:53.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 21:50:53.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:53.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:53.061 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 21:50:53.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:53.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:53.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:53.062 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Editor 21:50:53.062 DEBUG [main][TreeItemHandler] Selecting tree item: Java Editor 21:50:53.063 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Editor about selection 21:50:53.063 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Editor 21:50:53.063 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) 21:50:53.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:53.064 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:50:53.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:53.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:53.064 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:53.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:53.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:50:53.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:50:53.081 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 21:50:53.081 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:53.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:53.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:53.082 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:50:53.082 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:53.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:50:53.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:50:53.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:50:53.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:53.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:50:53.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:50:53.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:53.084 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:50:53.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:53.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:53.084 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:53.084 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:53.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:53.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:53.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:53.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:53.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:53.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 21:50:53.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:53.101 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:53.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:53.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:53.102 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 21:50:53.102 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:53.102 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 21:50:53.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 21:50:53.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:53.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:53.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:53.102 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:50:53.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:53.102 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:50:53.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:53.102 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:50:53.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:53.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:53.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:53.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:53.102 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:53.102 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:53.103 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:53.103 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:50:53.103 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:50:53.103 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:50:53.103 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:50:53.103 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:50:53.103 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:50:53.103 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:50:53.103 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:50:53.103 DEBUG [main][MenuItemLookup] Item match:Window 21:50:53.104 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:50:53.104 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:50:53.104 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:50:53.104 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:53.104 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:50:53.104 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:50:53.104 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:53.104 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:50:53.104 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:53.104 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:50:53.104 DEBUG [main][MenuItemLookup] Item match:Preferences 21:50:53.113 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:50:53.113 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:50:53.113 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:50:53.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:50:53.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 'Preferences.*'] is available. finished successfully 21:50:53.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:50:53.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:53.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:53.182 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:50:53.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:53.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:50:53.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:53.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:53.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:53.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:53.183 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:53.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:53.183 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:53.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:53.183 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:53.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:53.183 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:53.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:53.183 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:53.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:53.183 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:53.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 21:50:53.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 21:50:53.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:53.184 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 21:50:53.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:53.184 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 21:50:53.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 21:50:53.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 21:50:53.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:53.184 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 21:50:53.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:53.184 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 21:50:53.184 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 21:50:53.184 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 21:50:53.184 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 21:50:53.184 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 21:50:53.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.185 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 21:50:53.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:50:53.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:53.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:50:53.187 TRACE [main][WidgetHandler] Notify Table with event 13 21:50:53.187 TRACE [main][WidgetHandler] Wait for synchronization 21:50:53.187 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 21:50:53.187 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:53.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:53.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:53.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:50:53.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:53.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:50:53.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:53.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:50:53.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:50:53.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:53.192 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:50:53.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:53.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:53.192 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:53.192 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:53.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:53.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:53.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:53.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:53.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:53.210 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 21:50:53.210 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:53.210 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:53.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:53.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:53.210 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 21:50:53.210 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:53.210 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAssociatedEditorsTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 21:50:53.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 21:50:53.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:53.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:53.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:53.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.*'] 21:50:53.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:53.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.*'] 21:50:53.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:53.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.*'] 21:50:53.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:53.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:53.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:53.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:53.211 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:53.211 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:53.211 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:53.212 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:50:53.212 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:50:53.212 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:50:53.212 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:50:53.212 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:50:53.212 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:50:53.212 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:50:53.212 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:50:53.212 DEBUG [main][MenuItemLookup] Item match:Window 21:50:53.213 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:50:53.213 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:50:53.213 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:50:53.213 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:53.213 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:50:53.213 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:50:53.213 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:53.213 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:50:53.213 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:53.213 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:50:53.213 DEBUG [main][MenuItemLookup] Item match:Preferences 21:50:53.213 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:50:53.213 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:50:53.213 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:50:53.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:50:53.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:50:53.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:50:53.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:53.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:53.284 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:50:53.284 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:53.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:50:53.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:53.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:53.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:53.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:53.286 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:53.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:53.286 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:53.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:53.286 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:53.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:53.286 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:53.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:53.286 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:53.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:53.286 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:53.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 21:50:53.286 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 21:50:53.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:53.286 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 21:50:53.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:53.286 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 21:50:53.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 21:50:53.286 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 21:50:53.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:53.286 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 21:50:53.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:53.286 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 21:50:53.287 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 21:50:53.287 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 21:50:53.287 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 21:50:53.287 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 21:50:53.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.287 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 21:50:53.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:50:53.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:53.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:50:53.289 TRACE [main][WidgetHandler] Notify Table with event 13 21:50:53.289 TRACE [main][WidgetHandler] Wait for synchronization 21:50:53.292 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 21:50:53.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:50:53.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:50:53.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:50:53.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:53.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:50:53.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) 21:50:53.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:53.295 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:50:53.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:53.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:53.295 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:53.295 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:53.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:53.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:53.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:53.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:53.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:53.312 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 21:50:53.312 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:53.312 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:53.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:53.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:53.313 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAssociatedEditorsTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 21:50:53.313 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:53.313 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 21:50:53.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 21:50:53.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:53.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:53.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:53.313 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:50:53.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:53.313 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:50:53.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:53.313 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:50:53.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:53.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:53.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:53.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:53.313 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:53.313 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:53.313 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:53.314 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:50:53.314 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:50:53.314 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:50:53.314 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:50:53.314 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:50:53.314 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:50:53.314 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:50:53.314 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:50:53.314 DEBUG [main][MenuItemLookup] Item match:Window 21:50:53.315 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:50:53.315 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:50:53.315 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:50:53.315 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:53.315 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:50:53.315 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:50:53.315 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:53.315 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:50:53.315 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:53.315 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:50:53.315 DEBUG [main][MenuItemLookup] Item match:Preferences 21:50:53.315 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:50:53.315 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:50:53.315 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:50:53.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.... 21:50:53.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 21:50:53.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:50:53.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:53.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:53.386 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:50:53.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:53.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:50:53.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:53.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:53.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:53.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:53.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:53.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:53.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:53.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:53.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:53.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:53.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:53.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:53.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:53.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:53.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:53.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 21:50:53.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 21:50:53.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:53.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 21:50:53.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:53.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 21:50:53.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 21:50:53.389 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 21:50:53.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:53.389 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 21:50:53.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:53.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 21:50:53.389 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 21:50:53.389 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 21:50:53.389 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 21:50:53.389 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 21:50:53.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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...") 21:50:53.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:53.391 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 21:50:53.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:53.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:53.391 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:53.391 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:53.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 21:50:53.422 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 21:50:53.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 21:50:53.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:53.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:53.423 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:") 21:50:53.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:50:53.424 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:50:53.424 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 21:50:53.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.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) 21:50:53.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:53.425 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:50:53.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:53.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:53.425 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:53.425 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:53.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:50:53.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:50:53.446 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 21:50:53.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:50:53.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:53.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:50:53.447 TRACE [main][WidgetHandler] Notify Table with event 13 21:50:53.447 TRACE [main][WidgetHandler] Wait for synchronization 21:50:53.447 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...") 21:50:53.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:50:53.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:50:53.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 21:50:53.449 INFO [WorkbenchTestable][AbstractButton] Click button A&dd... 21:50:53.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:53.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:53.449 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:53.449 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:53.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 21:50:53.503 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 21:50:53.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 21:50:53.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:53.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:53.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.shell.DefaultShell, index 0 and no matchers specified 21:50:53.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:53.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:53.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:53.508 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Editor 21:50:53.508 DEBUG [main][TreeItemHandler] Selecting tree item: Java Editor 21:50:53.512 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Editor about selection 21:50:53.512 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Editor 21:50:53.513 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) 21:50:53.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:53.514 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:50:53.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:53.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:53.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:53.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:53.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:50:53.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:50:53.533 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 21:50:53.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:53.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:53.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:53.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:50:53.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:53.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:50:53.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:50:53.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:50:53.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:53.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:50:53.535 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 21:50:53.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:50:53.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:50:53.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:50:53.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:53.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:50:53.536 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.*') 21:50:53.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:53.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:53.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 21:50:53.536 TRACE [main][WidgetHandler] Notify Table with event 13 21:50:53.536 TRACE [main][WidgetHandler] Wait for synchronization 21:50:53.536 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") 21:50:53.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:50:53.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:50:53.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 21:50:53.540 INFO [WorkbenchTestable][AbstractButton] Click button Re&move 21:50:53.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:53.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:53.540 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:53.540 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:53.541 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 21:50:53.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:53.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:53.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:53.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:50:53.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:53.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:53.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:50:53.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:50:53.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:53.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:50:53.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:54.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 21:50:54.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:50:54.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:54.546 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:50:54.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:54.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:54.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:54.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:54.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:54.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:54.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:54.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:54.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:54.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 21:50:54.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:54.564 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:54.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:54.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:54.565 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 21:50:54.565 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:54.565 INFO [WorkbenchTestable][RequirementsRunner] Started test: addFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 21:50:54.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 21:50:54.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:54.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:54.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:54.565 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:50:54.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:54.565 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:50:54.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:54.565 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:50:54.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:54.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:54.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:54.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:54.565 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:54.565 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:50:54.566 DEBUG [main][MenuItemLookup] Item match:Window 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:54.566 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:50:54.566 DEBUG [main][MenuItemLookup] Item match:Preferences 21:50:54.566 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:50:54.566 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:50:54.566 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:50:54.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 'Preferences.*'] is available.... 21:50:54.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:50:54.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:50:54.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:54.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:54.639 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:50:54.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:54.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:50:54.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:54.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:54.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:54.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:54.640 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:54.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:54.640 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:54.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:54.640 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:54.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:54.640 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:54.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:54.640 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:54.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:54.640 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:54.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 21:50:54.641 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 21:50:54.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:54.641 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 21:50:54.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:54.641 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 21:50:54.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 21:50:54.641 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 21:50:54.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:54.641 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 21:50:54.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:54.641 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 21:50:54.641 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 21:50:54.641 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 21:50:54.641 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 21:50:54.641 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 21:50:54.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.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.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...") 21:50:54.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:54.643 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 21:50:54.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:54.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:54.643 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:54.643 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:54.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 21:50:54.677 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 21:50:54.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 21:50:54.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:54.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:54.677 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:") 21:50:54.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:50:54.678 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:50:54.679 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 21:50:54.679 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) 21:50:54.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:54.680 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:50:54.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:54.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:54.680 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:54.680 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:54.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:50:54.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:50:54.707 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 21:50:54.707 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:54.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:54.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:54.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:50:54.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:54.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:50:54.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:54.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:50:54.708 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 21:50:54.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:54.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:54.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:54.708 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:50:54.708 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:54.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:50:54.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:54.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:50:54.709 TRACE [main][WidgetHandler] Notify Table with event 13 21:50:54.710 TRACE [main][WidgetHandler] Wait for synchronization 21:50:54.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 "Remove") 21:50:54.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:54.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:54.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:54.710 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:50:54.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:54.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:54.711 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 21:50:54.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:54.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:54.711 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:54.711 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:54.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:50:54.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:54.713 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:50:54.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:54.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:54.713 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:54.713 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:54.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:54.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:54.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:54.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:54.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:54.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 21:50:54.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:54.731 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:54.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:54.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:54.732 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 21:50:54.732 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:54.732 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 21:50:54.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 21:50:54.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:54.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:54.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:54.732 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:50:54.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:54.732 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:50:54.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:54.732 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:50:54.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:54.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:54.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:54.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:54.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:54.732 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:50:54.733 DEBUG [main][MenuItemLookup] Item match:Window 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:54.733 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:50:54.733 DEBUG [main][MenuItemLookup] Item match:Preferences 21:50:54.733 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:50:54.733 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:50:54.733 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:50:54.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.... 21:50:54.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:50:54.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:50:54.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:54.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:54.826 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:50:54.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:54.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:50:54.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:54.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:54.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:54.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:54.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:54.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:54.828 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:54.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:54.828 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:54.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:54.828 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:54.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:54.828 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:54.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:54.828 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:54.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 21:50:54.828 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 21:50:54.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:54.828 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 21:50:54.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:54.828 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 21:50:54.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 21:50:54.828 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 21:50:54.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:54.828 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 21:50:54.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:54.828 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 21:50:54.828 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 21:50:54.828 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 21:50:54.828 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 21:50:54.829 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 21:50:54.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.829 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...") 21:50:54.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:54.830 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 21:50:54.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:54.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:54.830 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:54.830 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:54.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 21:50:54.862 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 21:50:54.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 21:50:54.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:54.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:54.863 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:") 21:50:54.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:50:54.863 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:50:54.864 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 21:50:54.864 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) 21:50:54.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:54.865 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:50:54.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:54.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:54.865 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:54.865 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:54.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:50:54.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:50:54.884 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 21:50:54.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:50:54.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:54.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:50:54.885 TRACE [main][WidgetHandler] Notify Table with event 13 21:50:54.885 TRACE [main][WidgetHandler] Wait for synchronization 21:50:54.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 21:50:54.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:54.887 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 21:50:54.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:54.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:54.887 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:54.887 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:54.887 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 21:50:54.887 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:54.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:54.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:54.887 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 21:50:54.887 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:54.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:50:54.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:54.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:50:54.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:50:54.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:54.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:54.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:54.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:54.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:54.890 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:50:54.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:54.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:54.890 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:54.890 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:54.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:54.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:54.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:54.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:54.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:54.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 21:50:54.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:54.916 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:54.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:54.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:54.916 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 21:50:54.917 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 21:50:54.917 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:54.917 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:54.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:54.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.285 s - in org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest getAssociatedEditorsForFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 1.169 s addEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 1.299 s selectFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.108 s getAssociatedEditorsTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.103 s removeEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 1.252 s addFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.167 s removeFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.184 s Running org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 21:50:54.929 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 21:50:54.930 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:50:54.930 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:54.930 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 21:50:54.930 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:54.930 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:50:54.930 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:54.930 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:50:54.930 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:54.930 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:54.930 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDialogTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest) 21:50:54.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 21:50:54.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:54.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:54.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:54.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.*'] 21:50:54.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:54.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.*'] 21:50:54.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:54.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.*'] 21:50:54.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:54.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:54.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:54.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:54.931 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:54.931 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:54.931 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:54.932 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:50:54.932 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:50:54.932 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:50:54.932 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:50:54.932 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:50:54.932 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:50:54.932 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:50:54.932 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:50:54.932 DEBUG [main][MenuItemLookup] Item match:Window 21:50:54.932 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:50:54.932 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:50:54.932 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:50:54.932 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:54.932 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:50:54.932 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:50:54.932 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:54.932 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:50:54.932 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:54.932 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:50:54.932 DEBUG [main][MenuItemLookup] Item match:Preferences 21:50:54.932 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:50:54.932 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:50:54.932 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:50:55.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:50:55.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:50:55.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:50:55.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:55.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:55.003 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:50:55.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:55.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:50:55.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:55.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:55.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:55.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:55.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:55.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:55.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:55.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:55.004 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:55.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:55.004 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:55.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:55.004 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:55.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:55.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:55.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:55.005 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:55.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:55.005 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:55.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 21:50:55.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 21:50:55.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:55.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:55.506 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 21:50:55.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 21:50:55.506 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 21:50:55.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:55.507 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 21:50:55.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:55.507 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 21:50:55.507 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 21:50:55.507 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 21:50:55.507 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 21:50:55.507 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 21:50:55.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:55.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:55.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:56.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:56.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:56.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:56.063 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 21:50:56.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:56.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:56.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:56.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:56.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:50:56.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:56.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:50:56.069 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item UI Prompt: 21:50:56.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 21:50:56.070 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 21:50:56.070 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:56.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 21:50:56.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 "Apply") 21:50:56.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:56.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:56.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:56.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:56.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:56.072 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 21:50:56.072 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 21:50:56.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:56.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:56.072 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:56.072 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:56.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:56.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:56.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 21:50:56.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:56.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:56.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:56.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:56.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:56.076 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 21:50:56.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:56.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:56.076 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:56.076 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:56.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:56.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:56.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:56.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:56.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:56.114 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest.getDialogTest throws exception: org.eclipse.reddeer.workbench.exception.WorkbenchLayerException: View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask Repositories\E'' is not registered in workbench at org.eclipse.reddeer.workbench.lookup.ViewLookup.findView(ViewLookup.java:59) at org.eclipse.reddeer.workbench.lookup.ViewLookup.findRegisteredViewPath(ViewLookup.java:47) at org.eclipse.reddeer.workbench.impl.view.AbstractView.(AbstractView.java:85) at org.eclipse.reddeer.workbench.impl.view.AbstractView.(AbstractView.java:72) at org.eclipse.reddeer.workbench.impl.view.WorkbenchView.(WorkbenchView.java:32) at org.eclipse.reddeer.eclipse.mylyn.tasks.ui.views.TaskRepositoriesView.(TaskRepositoriesView.java:50) at org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest.getDialogTest(RepoConnectionDialogTest.java:44) 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) 21:50:56.119 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest.getDialogTest.png 21:50:56.179 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest.getDialogTest.png 21:50:56.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:50:56.188 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:56.191 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:50:56.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:56.191 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 21:50:56.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:56.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:56.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:56.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:56.192 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:56.192 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:50:56.192 DEBUG [main][MenuItemLookup] Item match:Window 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:56.192 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:50:56.192 DEBUG [main][MenuItemLookup] Item match:Preferences 21:50:56.192 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:50:56.192 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:50:56.192 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:50:56.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 'Preferences.*'] is available.... 21:50:56.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:50:56.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:50:56.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:56.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:56.824 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:50:56.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:56.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:50:56.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:56.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:56.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:56.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:56.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:56.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:56.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:56.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:56.826 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:56.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:56.826 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:56.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:56.826 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:56.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:56.826 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:56.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:56.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:56.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:56.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:56.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 21:50:56.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 21:50:56.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:56.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 21:50:56.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:56.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 21:50:56.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 21:50:56.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 21:50:56.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:56.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 21:50:56.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:56.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 21:50:56.827 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 21:50:56.827 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 21:50:56.827 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 21:50:56.828 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 21:50:56.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:56.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:56.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:56.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:56.828 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 21:50:56.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:56.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:56.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:56.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:56.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:50:56.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:50:56.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:50:56.830 INFO [WorkbenchTestable][AbstractTableItem] Check table Item UI Prompt: 21:50:56.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 21:50:56.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 21:50:56.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:56.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 21:50:56.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 "Apply") 21:50:56.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:56.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:56.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:56.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:56.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:56.833 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 21:50:56.833 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 21:50:56.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:56.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:56.833 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:56.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:56.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:56.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:56.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 "Apply and Close") 21:50:56.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:56.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:56.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:56.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:56.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:56.836 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 21:50:56.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:56.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:56.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:56.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:56.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:56.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:56.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:56.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:56.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:56.862 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 21:50:56.862 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:56.862 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:56.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:56.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:56.863 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: getDialogTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest) org.eclipse.reddeer.workbench.exception.WorkbenchLayerException: View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask Repositories\E'' is not registered in workbench at org.eclipse.reddeer.workbench.lookup.ViewLookup.findView(ViewLookup.java:59) at org.eclipse.reddeer.workbench.lookup.ViewLookup.findRegisteredViewPath(ViewLookup.java:47) at org.eclipse.reddeer.workbench.impl.view.AbstractView.(AbstractView.java:85) at org.eclipse.reddeer.workbench.impl.view.AbstractView.(AbstractView.java:72) at org.eclipse.reddeer.workbench.impl.view.WorkbenchView.(WorkbenchView.java:32) at org.eclipse.reddeer.eclipse.mylyn.tasks.ui.views.TaskRepositoriesView.(TaskRepositoriesView.java:50) at org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest.getDialogTest(RepoConnectionDialogTest.java:44) 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) 21:50:56.864 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDialogTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest) 21:50:56.864 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 21:50:56.864 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:56.864 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:56.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:56.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.936 s <<< FAILURE! - in org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest getDialogTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest) Time elapsed: 1.933 s <<< ERROR! org.eclipse.reddeer.workbench.exception.WorkbenchLayerException: View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask Repositories\E'' is not registered in workbench at org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest.getDialogTest(RepoConnectionDialogTest.java:44) Running org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 21:50:56.872 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 21:50:56.874 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:50:56.874 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:56.874 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 21:50:56.874 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:56.874 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:50:56.878 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:56.878 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:50:56.878 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:56.879 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:56.879 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpen no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 21:50:56.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 21:50:56.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:56.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:56.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:56.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:56.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:56.882 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E'' view via menu. 21:50:56.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:56.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:56.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:56.882 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:56.882 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:56.882 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:56.882 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:50:56.882 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:50:56.882 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:50:56.882 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:50:56.882 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:50:56.882 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:50:56.882 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:50:56.882 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:50:56.882 DEBUG [main][MenuItemLookup] Item match:Window 21:50:56.883 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:50:56.883 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:50:56.883 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:50:56.883 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:56.883 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:50:56.883 DEBUG [main][MenuItemLookup] Item match:Show View 21:50:56.887 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:50:56.887 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:50:56.887 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:50:56.887 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:50:56.887 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:50:56.887 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:50:56.887 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:50:56.887 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:50:56.887 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:50:56.887 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:50:56.887 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:50:56.887 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:50:56.887 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:50:56.887 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:50:56.887 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:56.887 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:50:56.887 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:50:56.887 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:50:56.887 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:50:56.887 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:50:56.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:50:56.929 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 21:50:56.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:50:56.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:56.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:56.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 21:50:56.930 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:56.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:56.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:56.930 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:50:56.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:56.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:56.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:56.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:56.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:56.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:56.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:56.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:56.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:56.931 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:56.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:56.932 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:56.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:56.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:56.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:56.932 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:56.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:56.932 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:56.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:56.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:56.932 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Search 21:50:56.932 DEBUG [main][TreeItemHandler] Selecting tree item: Search 21:50:56.932 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Search about selection 21:50:56.933 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Search 21:50:56.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:56.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:56.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:56.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:50:56.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:56.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:56.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:56.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:50:56.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:56.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:56.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:56.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:50:56.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:56.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:56.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:56.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:56.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:56.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:56.934 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:50:56.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:56.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:56.934 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:56.934 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:57.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:50:57.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:50:57.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open... 21:50:57.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open finished successfully 21:50:57.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:57.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:57.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:57.008 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50: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 '\*?\QSearch\E') 21:50:57.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:57.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:57.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:50:57.009 INFO [WorkbenchTestable][AbstractView] Activate view Search 21:50:57.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 21:50:57.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:57.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:50:57.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:50:57.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:50:57.011 INFO [WorkbenchTestable][AbstractView] Activate view Search 21:50:57.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 21:50:57.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:57.011 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 21:50:57.011 INFO [WorkbenchTestable][AbstractView] Close view 'Search' 21:50:57.011 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Search 21:50:57.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 21:50:57.019 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:50:57.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 21:50:57.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:57.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:57.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:57.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:57.058 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpen no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 21:50:57.058 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:57.058 INFO [WorkbenchTestable][RequirementsRunner] Started test: testReturnResults no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 21:50:57.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 21:50:57.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:57.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:57.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:57.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:57.060 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E'' view via menu. 21:50:57.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:57.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:57.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:57.061 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:57.061 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:57.061 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:57.062 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:50:57.062 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:50:57.062 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:50:57.062 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:50:57.062 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:50:57.062 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:50:57.062 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:50:57.062 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:50:57.062 DEBUG [main][MenuItemLookup] Item match:Window 21:50:57.062 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:50:57.062 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:50:57.062 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:50:57.062 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.062 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:50:57.062 DEBUG [main][MenuItemLookup] Item match:Show View 21:50:57.066 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:50:57.066 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:50:57.066 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:50:57.066 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:50:57.066 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:50:57.066 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:50:57.066 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:50:57.066 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:50:57.066 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:50:57.066 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:50:57.066 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:50:57.066 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:50:57.066 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:50:57.066 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:50:57.066 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.066 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:50:57.066 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:50:57.075 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:50:57.075 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:50:57.075 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:50:57.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:50:57.120 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 21:50:57.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:50:57.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:57.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:57.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:50:57.121 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:57.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:57.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:57.121 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:50:57.121 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:57.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:57.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:57.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:57.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:57.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:57.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:57.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:57.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:57.122 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:57.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:57.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:57.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:57.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:57.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:57.123 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:57.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:57.123 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:57.123 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Search 21:50:57.123 DEBUG [main][TreeItemHandler] Selecting tree item: Search 21:50:57.123 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Search about selection 21:50:57.123 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Search 21:50:57.123 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:57.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:57.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:57.123 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:50:57.123 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:57.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.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 "Open") 21:50:57.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:57.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:57.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:57.124 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:50:57.124 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:57.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:57.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:57.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:57.124 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:50:57.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:57.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:57.124 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:57.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:57.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:50:57.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:50:57.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open... 21:50:57.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open finished successfully 21:50:57.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:57.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:57.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:57.193 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:57.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E') 21:50:57.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:57.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:57.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:50:57.195 INFO [WorkbenchTestable][AbstractView] Activate view Search 21:50:57.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 21:50:57.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:57.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:50:57.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:50:57.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:50:57.196 INFO [WorkbenchTestable][AbstractView] Activate view Search 21:50:57.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 21:50:57.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:57.197 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 21:50:57.197 INFO [WorkbenchTestable][AbstractView] Activate view Search 21:50:57.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 21:50:57.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:57.197 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 21:50:57.197 INFO [WorkbenchTestable][AbstractView] Activate view Search 21:50:57.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 21:50:57.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:57.198 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 21:50:57.199 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...") 21:50:57.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:57.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:57.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:50:57.206 INFO [WorkbenchTestable][AbstractView] Activate view Search 21:50:57.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 21:50:57.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:57.207 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 21:50:57.207 INFO [WorkbenchTestable][AbstractView] Close view 'Search' 21:50:57.207 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Search 21:50:57.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 21:50:57.207 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:50:57.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 21:50:57.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:57.228 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:57.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:57.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:57.243 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testReturnResults no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 21:50:57.243 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:57.243 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 21:50:57.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 21:50:57.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:57.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:57.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:57.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:57.245 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E'' view via menu. 21:50:57.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:57.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:57.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:57.246 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:57.246 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:57.246 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:57.246 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:50:57.246 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:50:57.246 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:50:57.246 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:50:57.246 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:50:57.246 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:50:57.246 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:50:57.246 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:50:57.246 DEBUG [main][MenuItemLookup] Item match:Window 21:50:57.246 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:50:57.246 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:50:57.246 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:50:57.246 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.246 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:50:57.246 DEBUG [main][MenuItemLookup] Item match:Show View 21:50:57.250 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:50:57.250 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:50:57.250 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:50:57.250 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:50:57.250 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:50:57.250 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:50:57.250 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:50:57.250 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:50:57.250 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:50:57.250 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:50:57.250 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:50:57.250 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:50:57.250 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:50:57.250 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:50:57.250 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.250 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:50:57.250 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:50:57.250 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:50:57.250 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:50:57.251 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:50:57.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:50:57.316 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 21:50:57.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:50:57.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:57.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:57.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:50:57.317 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:57.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:57.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:57.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:50:57.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:57.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:57.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:57.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:57.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:57.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:50:57.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:57.318 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:57.318 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:50:57.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:50:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:57.318 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:50:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:57.318 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:50:57.318 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Search 21:50:57.318 DEBUG [main][TreeItemHandler] Selecting tree item: Search 21:50:57.318 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Search about selection 21:50:57.318 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Search 21:50:57.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:57.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:57.319 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:50:57.319 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:57.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.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 "Open") 21:50:57.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:57.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:57.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:57.319 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:50:57.319 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:57.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:57.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:57.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:57.320 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:50:57.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:57.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:57.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:57.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:57.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:50:57.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:50:57.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open... 21:50:57.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open finished successfully 21:50:57.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.371 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:57.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:57.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:57.371 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:57.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 '\*?\QSearch\E') 21:50:57.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:57.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:57.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:50:57.373 INFO [WorkbenchTestable][AbstractView] Activate view Search 21:50:57.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 21:50:57.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:57.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:50:57.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:50:57.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:50:57.374 INFO [WorkbenchTestable][AbstractView] Activate view Search 21:50:57.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 21:50:57.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:57.374 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 21:50:57.375 INFO [WorkbenchTestable][AbstractView] Activate view Search 21:50:57.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 21:50:57.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:57.375 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 21:50:57.375 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...") 21:50:57.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:57.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:57.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 21:50:57.375 INFO [WorkbenchTestable][AbstractView] Activate view Search 21:50:57.376 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 21:50:57.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:57.393 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 21:50:57.393 INFO [WorkbenchTestable][AbstractView] Close view 'Search' 21:50:57.393 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Search 21:50:57.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 21:50:57.393 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:50:57.414 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 21:50:57.414 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:57.414 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:57.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:57.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:57.428 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 21:50:57.428 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 21:50:57.428 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:50:57.428 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:50:57.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:57.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 s - in org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest testOpen no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) Time elapsed: 0.179 s testReturnResults no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) Time elapsed: 0.185 s testIsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) Time elapsed: 0.185 s Running org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:50:57.434 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:50:57.435 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:50:57.436 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:50:57.436 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:50:57.436 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:50:57.436 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:50:57.436 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:50:57.436 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:50:57.436 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:50:57.436 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 21:50:57.436 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 21:50:57.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:50:57.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:57.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:57.436 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:57.436 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:57.437 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:50:57.437 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:50:57.437 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:50:57.437 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:50:57.437 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:50:57.437 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:50:57.437 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:50:57.437 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:50:57.437 DEBUG [main][MenuItemLookup] Item match:Window 21:50:57.437 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:50:57.437 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:50:57.437 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:50:57.437 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.437 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:50:57.437 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:50:57.437 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.437 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:50:57.437 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.437 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:50:57.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:57.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:57.438 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:57.438 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:57.438 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:50:57.438 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:50:57.438 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:50:57.438 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:50:57.438 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:50:57.438 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:50:57.438 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:50:57.438 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:50:57.438 DEBUG [main][MenuItemLookup] Item match:Window 21:50:57.438 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:50:57.438 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:50:57.438 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:50:57.438 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.438 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:50:57.438 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:50:57.438 DEBUG [main][MenuItemLookup] Item match:Perspective 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:50:57.439 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:50:57.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:50:57.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:57.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:57.439 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:50:57.439 DEBUG [main][MenuItemLookup] Item match:Window 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:50:57.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:57.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:57.439 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:50:57.439 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:50:57.440 DEBUG [main][MenuItemLookup] Item match:Window 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:50:57.440 DEBUG [main][MenuItemLookup] Item match:Perspective 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:50:57.440 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:50:57.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:57.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:57.440 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:50:57.440 DEBUG [main][MenuItemLookup] Item match:Window 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.440 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:50:57.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:57.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:57.441 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:50:57.441 DEBUG [main][MenuItemLookup] Item match:Window 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:50:57.441 DEBUG [main][MenuItemLookup] Item match:Perspective 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:50:57.441 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:50:57.441 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:50:57.441 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 21:50:57.441 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 21:50:57.441 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 21:50:57.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 21:50:57.461 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 21:50:57.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 21:50:57.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:57.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:57.461 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:57.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:57.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:57.461 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 21:50:57.461 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:57.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.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 "Reset Perspective") 21:50:57.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:57.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:57.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:57.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 21:50:57.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:57.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:57.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:57.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:57.463 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 21:50:57.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:57.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:57.463 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:57.463 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:57.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.537 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:50:57.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:57.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:57.538 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:57.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') 21:50:57.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:57.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:57.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:57.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:50:57.538 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:57.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:57.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:57.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:50:57.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:50:57.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:50:57.540 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:57.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:57.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:57.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:57.541 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:57.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:57.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:57.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:57.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:57.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:57.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:58.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:58.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:58.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:58.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:50:58.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:50:58.543 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:50:58.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:50:58.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:50:58.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:50:58.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 21:50:58.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:58.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:58.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:58.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:58.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:58.544 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:50:58.545 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:50:58.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'] 21:50:58.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:58.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'] 21:50:58.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:58.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: "New Java Project"] 21:50:58.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:58.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'] 21:50:58.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:58.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'] 21:50:58.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:58.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'] 21:50:58.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:58.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: "New Java Project"] 21:50:58.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:58.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'] 21:50:58.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:58.547 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:50:58.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:58.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:58.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:58.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:58.547 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:58.547 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:58.547 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:58.547 DEBUG [main][MenuItemLookup] Item match:File 21:50:58.548 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:50:58.548 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:58.550 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:50:58.550 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:50:58.558 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:50:58.558 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:50:58.558 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:50:58.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 'New|Select a wizard'] is available.... 21:50:58.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 'New|Select a wizard'] is available. finished successfully 21:50:58.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:50:58.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:58.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:58.605 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:50:58.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:58.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:50:58.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:58.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:58.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:58.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:58.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:58.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:58.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:58.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:50:58.607 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:50:58.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:59.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:59.108 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:50:59.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:50:59.109 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:50:59.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:59.109 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:50:59.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:59.109 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:50:59.110 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:50:59.110 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:50:59.110 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:50:59.112 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:50:59.112 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:50:59.112 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:50:59.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:50:59.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:59.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:59.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:59.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:59.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:59.113 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:50:59.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:59.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:59.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:59.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:59.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'] 21:50:59.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:59.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:59.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:50:59.332 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 21:50:59.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:50:59.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:59.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:59.333 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:50:59.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:59.334 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'Project' 21:50:59.334 DEBUG [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:") 21:50:59.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:59.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:59.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:59.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:59.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:50:59.335 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:50:59.336 INFO [WorkbenchTestable][AbstractText] Text set to: Project 21:50:59.357 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:50:59.357 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:50:59.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.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) 21:50:59.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:59.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:59.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:59.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:59.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:59.359 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:50:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:59.359 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:59.359 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:59.362 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.... 21:50:59.863 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 21:50:59.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:50:59.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:59.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:59.866 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:50:59.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 21:50:59.866 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:50:59.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:50:59.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:50:59.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:50:59.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:50:59.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:59.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:59.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:59.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:59.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:50:59.867 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:50:59.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:50:59.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:50:59.867 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:50:59.867 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:50:59.929 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.... 21:50:59.929 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 21:50:59.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:50:59.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:50:59.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:50:59.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/Project)' is a system job, skipped 21:50:59.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:50:59.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:50:59.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:50:59.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:50:59.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:50: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'] 21:50:59.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50: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'] 21:50:59.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:59.931 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:50:59.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:59.931 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:50:59.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:59.931 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:50:59.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:59.931 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:50:59.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:59.931 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:50:59.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:59.931 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:50:59.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:59.931 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:50:59.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:59.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:50:59.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:59.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:59.931 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:50:59.931 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:50:59.931 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:59.932 DEBUG [main][MenuItemLookup] Item match:File 21:50:59.932 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:50:59.932 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'File' 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'' 21:50:59.934 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:50:59.934 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:50:59.946 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:50:59.946 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:50:59.946 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:50:59.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.... 21:50:59.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. finished successfully 21:50:59.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:50:59.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:50:59.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:50:59.995 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:50:59.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:50:59.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:50:59.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:50:59.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:50:59.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:50:59.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:50:59.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:50:59.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:50:59.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:50:59.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:50:59.997 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:50:59.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:59.997 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:50:59.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:59.997 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:50:59.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:50:59.997 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:50:59.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:50:59.997 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:50:59.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:50:59.997 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:50:59.998 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:50:59.998 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:50:59.998 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:51:00.004 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:51:00.004 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:51:00.004 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:51:00.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:51:00.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:00.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:00.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:00.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:00.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:51:00.005 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:51:00.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:51:00.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:51:00.005 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:51:00.005 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:00.064 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:00.071 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:00.071 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:00.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:51:00.071 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 21:51:00.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:51:00.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:00.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:00.072 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:51:00.072 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:00.074 DEBUG [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:") 21:51:00.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:00.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:00.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:00.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:00.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:51:00.080 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:51:00.081 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 21:51:00.086 DEBUG [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:") 21:51:00.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:00.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:00.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:00.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:00.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:51:00.099 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:51:00.100 INFO [WorkbenchTestable][AbstractText] Text set to: test 21:51:00.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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)") 21:51:00.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:00.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:00.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:00.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:00.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:51:00.113 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 21:51:00.113 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 21:51:00.113 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 21:51:00.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:51:00.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:51:00.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:51:00.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:00.113 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:51:00.113 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:51:00.113 DEBUG [WorkbenchTestable][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) 21:51:00.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:00.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:00.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:00.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:00.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:51:00.115 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:51:00.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:51:00.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:51:00.115 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:51:00.115 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:00.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:51:00.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:51:00.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:51:00.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:51:00.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:51:00.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:51:00.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:51:00.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:51:00.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:51:00.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:51:00.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:51:00.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:51:00.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:51:00.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:51:00.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:51:00.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 21:51:00.797 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:51:00.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:00.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:00.802 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestClass.java"as the parent 21:51:00.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:51:00.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:00.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:00.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:00.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:00.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:00.802 INFO [WorkbenchTestable][AbstractStyledText] Insert text into styled text on line 7, column 0: System.out.print("Hello World"); 21:51:00.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass.java\E') 21:51:00.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:00.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:00.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:00.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:00.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:00.828 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:00.829 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 21:51:00.829 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:00.829 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 21:51:00.829 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:51:00.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass.java - Eclipse Platform 21:51:00.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:00.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:00.830 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass.java - Eclipse Platform' 21:51:00.830 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass.java - Eclipse Platform' 21:51:00.830 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:00.830 DEBUG [main][MenuItemLookup] Item match:File 21:51:00.831 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:51:00.831 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:51:00.831 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:51:00.831 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:51:00.831 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:00.831 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:51:00.831 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:51:00.831 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:00.831 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:51:00.831 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:51:00.831 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:51:00.831 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:51:00.831 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:51:00.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:51:00.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:51:00.896 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:00.896 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 21:51:00.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:00.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:00.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:00.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:00.897 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:51:00.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:00.897 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:00.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:00.897 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:00.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:00.897 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:00.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:00.897 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:51:00.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:00.897 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:00.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:00.897 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:00.897 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:00.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass.java - Eclipse Platform 21:51:00.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:00.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:00.898 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass.java - Eclipse Platform' 21:51:00.898 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass.java - Eclipse Platform' 21:51:00.898 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:00.898 DEBUG [main][MenuItemLookup] Item match:File 21:51:00.899 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:51:00.899 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:00.901 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:51:00.901 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:51:00.901 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:51:00.901 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:51:00.901 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:51: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 'New|Select a wizard'] is available.... 21:51:00.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 21:51:00.959 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:51:00.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:00.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:00.960 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:51:00.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:00.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:51:00.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:00.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:00.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:00.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:51:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:51:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:51:00.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:51:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:00.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:51:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:00.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:51:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:51:00.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:51:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:00.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:51:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:00.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:51:00.963 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:51:00.963 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:51:00.963 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:51:00.963 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:51:00.963 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:51:00.963 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:51:00.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) 21:51:00.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:00.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:00.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:00.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:00.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:51:00.964 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:51:00.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:51:00.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:51:00.964 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:51:00.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:01.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'] 21:51:01.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:01.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:01.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:51:01.058 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 21:51:01.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:51:01.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:01.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:01.059 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:51:01.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:01.059 DEBUG [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:") 21:51:01.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:01.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:01.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:01.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:01.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:51:01.063 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:51:01.064 INFO [WorkbenchTestable][AbstractText] Text set to: TestLoopClass 21:51:01.065 DEBUG [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:") 21:51:01.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:01.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:01.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:01.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:01.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:51:01.067 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:51:01.068 INFO [WorkbenchTestable][AbstractText] Text set to: test 21:51:01.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.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)") 21:51:01.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:01.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:01.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:01.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:01.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:51:01.071 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 21:51:01.071 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 21:51:01.097 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 21:51:01.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:51:01.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:51:01.097 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:51:01.097 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:01.097 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:51:01.097 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:51:01.097 DEBUG [WorkbenchTestable][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) 21:51:01.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:01.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:01.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:01.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:01.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:51:01.099 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:51:01.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:51:01.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:51:01.099 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:51:01.099 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:01.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:51:01.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:51:01.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:51:01.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:51:01.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:51:01.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:51:01.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:51:01.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:51:01.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:51:01.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:51:01.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:51:01.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:51:01.603 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:51:01.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:01.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:01.604 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestLoopClass.java"as the parent 21:51:01.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:51:01.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:01.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:01.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:01.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:01.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:01.604 INFO [WorkbenchTestable][AbstractStyledText] Insert text into styled text on line 7, column 0: int i = 0; while (true) {System.out.println(i++);} 21:51:01.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestLoopClass.java\E') 21:51:01.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:01.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:01.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:01.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:01.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:01.616 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:01.616 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 21:51:01.616 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:01.616 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 21:51:01.616 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:51:01.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass.java - Eclipse Platform 21:51:01.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:01.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:01.616 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 21:51:01.617 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 21:51:01.617 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:01.617 DEBUG [main][MenuItemLookup] Item match:File 21:51:01.617 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:51:01.617 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:51:01.617 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:51:01.617 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:51:01.617 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:01.617 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:51:01.617 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:51:01.617 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:01.617 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:51:01.617 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:51:01.618 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:51:01.618 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:51:01.618 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:51:01.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:51:01.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:51:01.643 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:01.643 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 21:51:01.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'] 21:51:01.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:01.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'] 21:51:01.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:01.643 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:51:01.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:01.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:01.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:01.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:01.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:01.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:01.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:01.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:51:01.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:01.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:01.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:01.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:01.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:01.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass.java - Eclipse Platform 21:51:01.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:01.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:01.645 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 21:51:01.645 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 21:51:01.645 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:01.645 DEBUG [main][MenuItemLookup] Item match:File 21:51:01.645 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:51:01.645 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:51:01.647 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:51:01.648 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:51:01.648 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:01.648 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:51:01.648 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:51:01.648 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:51:01.648 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:51:01.648 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:51:01.648 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:51:01.648 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:51:01.648 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:51:01.648 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:51:01.648 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:01.648 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:51:01.648 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:51:01.648 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:01.648 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:51:01.648 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:01.648 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:51:01.648 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:51:01.648 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:51:01.648 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:51:01.648 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:51:01.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:51:01.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 21:51:01.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:51:01.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:01.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:01.723 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:51:01.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:01.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:51:01.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:01.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:01.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:01.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:01.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:01.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:51:01.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:51:01.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:51:01.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:51:01.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:01.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:51:01.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:01.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:51:01.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:51:01.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:51:01.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:01.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:51:01.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:01.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:51:01.725 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:51:01.725 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:51:01.725 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:51:01.725 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:51:01.725 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:51:01.725 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:51:01.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:51:01.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:01.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:01.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:01.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:01.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:51:01.726 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:51:01.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:51:01.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:51:01.726 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:51:01.726 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:01.816 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:01.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:01.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:01.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:51:01.816 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 21:51:01.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:51:01.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:01.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:01.817 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:51:01.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:01.817 DEBUG [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:") 21:51:01.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:01.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:01.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:01.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:01.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:51:01.827 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:51:01.828 INFO [WorkbenchTestable][AbstractText] Text set to: TestLoopClass2 21:51:01.828 DEBUG [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:") 21:51:01.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:01.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:01.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:01.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:01.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:51:01.843 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:51:01.843 INFO [WorkbenchTestable][AbstractText] Text set to: test 21:51:01.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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)") 21:51:01.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:01.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:01.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:01.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:01.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:51:01.892 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 21:51:01.892 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 21:51:01.892 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 21:51:01.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:51:01.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:51:01.892 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:51:01.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:01.893 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:51:01.893 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:51:01.893 DEBUG [WorkbenchTestable][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) 21:51:01.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:01.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:01.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:01.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:01.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:51:01.894 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:51:01.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:51:01.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:51:01.894 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:51:01.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:01.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:51:02.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:51:02.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:51:02.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:51:02.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 21:51:02.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:51:02.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:51:02.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:51:02.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:51:02.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:51:02.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:51:02.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:51:02.398 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:51:02.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:02.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:02.399 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestLoopClass2.java"as the parent 21:51:02.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:51:02.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:02.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:02.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:02.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:02.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:02.399 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();} 21:51:02.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 '\*?\QTestLoopClass2.java\E') 21:51:02.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:02.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:02.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:02.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:02.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:02.413 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:02.413 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 21:51:02.413 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:02.413 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 21:51:02.413 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:51:02.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass2.java - Eclipse Platform 21:51:02.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:02.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:02.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 21:51:02.414 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 21:51:02.414 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:02.414 DEBUG [main][MenuItemLookup] Item match:File 21:51:02.415 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:51:02.415 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:51:02.415 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:51:02.415 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:51:02.415 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:02.415 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:51:02.415 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:51:02.415 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:02.415 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:51:02.415 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:51:02.415 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:51:02.415 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:51:02.415 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:51:02.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:51:02.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:51:02.441 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:02.441 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 21:51:02.441 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:02.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:02.441 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:02.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:02.441 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:51:02.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:02.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:02.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:02.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:02.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:02.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:02.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:02.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:51:02.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:02.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:02.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:02.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:02.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:02.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass2.java - Eclipse Platform 21:51:02.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:02.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:02.443 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 21:51:02.443 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 21:51:02.443 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:02.443 DEBUG [main][MenuItemLookup] Item match:File 21:51:02.444 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:51:02.444 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:02.446 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:51:02.446 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:51:02.447 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:51:02.447 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:51:02.447 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:51:02.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 'New|Select a wizard'] is available.... 21:51:02.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. finished successfully 21:51:02.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:51:02.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:02.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:02.503 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:51:02.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:02.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:51:02.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:02.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:02.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:02.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:02.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:02.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:51:02.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:51:02.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:51:02.505 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:51:02.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:02.505 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:51:02.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:02.505 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:51:02.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:51:02.505 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:51:02.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:02.505 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:51:02.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:02.505 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:51:02.505 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:51:02.505 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:51:02.505 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:51:02.505 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:51:02.505 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:51:02.505 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:51:02.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:51:02.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:02.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:02.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:02.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:02.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:51:02.506 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:51:02.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:51:02.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:51:02.506 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:51:02.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:02.567 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:02.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:02.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:02.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:51:02.567 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 21:51:02.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:51:02.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:02.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:02.568 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:51:02.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:02.568 DEBUG [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:") 21:51:02.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:02.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:02.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:02.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:02.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:51:02.595 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:51:02.596 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 21:51:02.604 DEBUG [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:") 21:51:02.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:02.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:02.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:02.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:02.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:51:02.607 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:51:02.608 INFO [WorkbenchTestable][AbstractText] Text set to: test 21:51:02.609 DEBUG [WorkbenchTestable][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)") 21:51:02.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:02.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:02.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:02.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:02.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:51:02.610 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 21:51:02.610 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 21:51:02.610 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 21:51:02.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:51:02.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:51:02.610 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:51:02.610 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:02.611 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:51:02.611 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:51:02.611 DEBUG [WorkbenchTestable][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) 21:51:02.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:02.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:02.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:02.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:02.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:51:02.612 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:51:02.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:51:02.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:51:02.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:51:02.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:02.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:51:03.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:51:03.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:51:03.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:51:03.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:51:03.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:51:03.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:51:03.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:51:03.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:51:03.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:51:03.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:51:03.129 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:51:03.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:03.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:03.129 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestClass1.java"as the parent 21:51:03.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:51:03.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:03.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:03.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:03.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:03.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:03.130 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();} 21:51:03.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 '\*?\QTestClass1.java\E') 21:51:03.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:03.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:03.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:03.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:03.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:03.142 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:03.142 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 21:51:03.143 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:03.143 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 21:51:03.143 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:51:03.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass1.java - Eclipse Platform 21:51:03.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:03.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:03.143 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass1.java - Eclipse Platform' 21:51:03.143 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass1.java - Eclipse Platform' 21:51:03.143 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:03.143 DEBUG [main][MenuItemLookup] Item match:File 21:51:03.144 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:51:03.144 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:51:03.144 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:51:03.144 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:51:03.144 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:03.144 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:51:03.144 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:51:03.144 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:03.144 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:51:03.144 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:51:03.144 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:51:03.144 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:51:03.144 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:51:03.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:51:03.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:51:03.168 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:03.168 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 21:51:03.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'] 21:51:03.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:03.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'] 21:51:03.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:03.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: "New Java Class"] 21:51:03.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:03.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'] 21:51:03.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:03.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'] 21:51:03.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:03.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'] 21:51:03.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:03.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: "New Java Class"] 21:51:03.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:03.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'] 21:51:03.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:03.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'] 21:51:03.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:03.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass1.java - Eclipse Platform 21:51:03.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:03.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:03.170 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass1.java - Eclipse Platform' 21:51:03.170 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass1.java - Eclipse Platform' 21:51:03.170 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:03.170 DEBUG [main][MenuItemLookup] Item match:File 21:51:03.171 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:51:03.171 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:03.173 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:51:03.173 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:51:03.184 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:51:03.184 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:51:03.184 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:51:03.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:51:03.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 21:51:03.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:51:03.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:03.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:03.252 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:51:03.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:03.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 21:51:03.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:03.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:03.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:03.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:03.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:03.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:51:03.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:51:03.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:51:03.254 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:51:03.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:03.254 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:51:03.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:03.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:51:03.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:51:03.254 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:51:03.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:03.254 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:51:03.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:03.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:51:03.254 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:51:03.254 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:51:03.254 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:51:03.255 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:51:03.255 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:51:03.255 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:51:03.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:51:03.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:03.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:03.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:03.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:03.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:51:03.255 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:51:03.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:51:03.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:51:03.256 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:51:03.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:03.340 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:51:03.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:03.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:03.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:51:03.341 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 21:51:03.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:51:03.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:03.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:03.341 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:51:03.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:51:03.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 "Name:") 21:51:03.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:03.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:03.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:03.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:03.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:51:03.359 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:51:03.359 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass2 21:51:03.360 DEBUG [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:") 21:51:03.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:03.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:03.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:03.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:03.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:51:03.371 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:51:03.371 INFO [WorkbenchTestable][AbstractText] Text set to: test 21:51:03.392 DEBUG [WorkbenchTestable][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)") 21:51:03.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:03.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:03.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:03.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:51:03.394 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 21:51:03.394 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 21:51:03.394 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 21:51:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:51:03.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:51:03.395 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:51:03.395 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:03.399 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:51:03.399 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:51:03.399 DEBUG [WorkbenchTestable][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) 21:51:03.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:03.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:03.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:03.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:03.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:51:03.401 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:51:03.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:51:03.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:51:03.401 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:51:03.401 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:03.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:51:03.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:51:03.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:51:03.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 21:51:03.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:51:03.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:51:03.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:51:03.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:51:03.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:51:03.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:51:03.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:51:03.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:51:03.905 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:51:03.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:51:03.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 21:51:03.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:51:03.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:03.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:03.905 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestClass2.java"as the parent 21:51:03.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:51:03.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:03.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:03.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:03.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:03.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:03.906 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();} 21:51:03.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 21:51:03.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:03.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:03.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:03.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:03.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:03.916 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:03.916 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 21:51:03.917 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:03.917 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 21:51:03.917 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:51:03.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:03.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:03.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:03.917 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:03.917 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:03.918 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:03.918 DEBUG [main][MenuItemLookup] Item match:File 21:51:03.918 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:51:03.918 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:51:03.918 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:51:03.918 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:51:03.919 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:03.919 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:51:03.919 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:51:03.919 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:03.919 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:51:03.919 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:51:03.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:51:03.919 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:51:03.919 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:51:03.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:51:03.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:51:03.953 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:03.953 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 21:51:03.953 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:03.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:03.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:03.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:03.993 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:03.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:03.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:03.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:03.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:03.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:03.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:04.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:04.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:04.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:04.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:04.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:51:04.996 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:04.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:04.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:04.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:04.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 21:51:04.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:04.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:04.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:04.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:04.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:04.997 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:51:04.997 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:51:04.998 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 21:51:04.998 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 21:51:04.998 DEBUG [main][TreeItemHandler] Selecting tree item: Project 21:51:04.998 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 21:51:04.999 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 21:51:05.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:05.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:05.003 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:51:05.003 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsoleSwitching no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:51:05.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:51:05.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:51:05.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:51:05.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:51:05.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:05.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:05.005 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' view via menu. 21:51:05.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:05.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:05.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:05.006 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:05.006 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:05.006 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:05.006 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:51:05.006 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:51:05.006 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:51:05.006 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:51:05.006 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:51:05.006 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:51:05.006 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:51:05.006 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:51:05.006 DEBUG [main][MenuItemLookup] Item match:Window 21:51:05.010 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:51:05.010 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:51:05.010 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:51:05.010 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:05.010 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:51:05.010 DEBUG [main][MenuItemLookup] Item match:Show View 21:51:05.014 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:51:05.014 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:51:05.014 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:51:05.014 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:51:05.014 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:51:05.014 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:51:05.014 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:51:05.014 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:51:05.014 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:51:05.014 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:51:05.014 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:51:05.014 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:51:05.014 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:51:05.014 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:51:05.014 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:05.014 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:51:05.014 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:51:05.027 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:51:05.027 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:51:05.027 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:51:05.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:51:05.072 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 21:51:05.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:51:05.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:05.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:05.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 21:51:05.073 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:51:05.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:05.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:05.073 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:51:05.073 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:51:05.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:05.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:05.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:05.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:05.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:05.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:51:05.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:51:05.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:51:05.074 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:51:05.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:05.074 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:51:05.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:05.074 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:51:05.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:51:05.074 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:51:05.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:05.074 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:51:05.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:05.074 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:51:05.074 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 21:51:05.074 DEBUG [main][TreeItemHandler] Selecting tree item: Console 21:51:05.076 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 21:51:05.076 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 21:51:05.076 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:51:05.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:05.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:05.076 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:51:05.076 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:51:05.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:05.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:05.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 "Open") 21:51:05.076 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:51:05.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:05.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:05.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:51:05.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:51:05.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:05.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:05.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:05.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:05.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:51:05.077 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:51:05.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:51:05.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:51:05.077 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:51:05.077 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:05.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:51:05.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:51:05.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.console.ConsoleView' view is open... 21:51:05.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:05.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:05.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.console.ConsoleView' view is open finished successfully 21:51:05.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:05.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:05.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:05.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:05.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:05.114 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:05.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 '\*?\QConsole\E') 21:51:05.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:05.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:05.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:05.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:05.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:05.116 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:05.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:05.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:05.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:05.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:05.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:05.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:05.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:05.121 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:05.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:05.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:05.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:05.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:05.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:05.123 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:05.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') 21:51:05.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:05.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:05.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:05.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:05.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:05.133 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:05.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems (Eclipse:2165): Gtk-CRITICAL **: 21:51:05.135: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:51:05.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:05.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:05.157 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:05.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:05.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:05.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:05.159 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:05.159 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:05.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:05.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:05.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:05.160 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:51:05.160 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:51:05.160 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:05.161 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 3, 2021, 9:48:38 PM – 9:48:42 PM))' 21:51:05.161 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:05.161 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 3, 2021, 9:48:38 PM – 9:48:42 PM))' 21:51:05.161 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:51:05.161 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:51:05.161 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:51:05.161 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:51:05.161 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:51:05.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:51:06.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:51:06.163 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:06.163 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:06.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:06.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:06.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:06.164 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:51:06.165 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:51:06.165 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:06.165 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 3, 2021, 9:48:38 PM – 9:48:42 PM))' 21:51:06.166 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:06.166 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 3, 2021, 9:48:38 PM – 9:48:42 PM))' 21:51:06.166 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:51:06.166 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:51:06.166 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:51:06.166 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:51:06.166 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:51:06.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:51:06.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:51:06.167 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:06.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:06.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:06.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:06.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 21:51:06.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:06.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:06.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:06.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:06.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:06.169 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:51:06.169 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:51:06.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:06.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:06.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:51:06.670 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:51:06.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:06.670 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:51:06.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:06.670 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:51:06.671 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:06.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:06.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:06.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:06.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:06.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:06.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:06.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:06.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:06.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:06.675 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 21:51:06.675 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 21:51:06.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:07.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:07.176 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 21:51:07.178 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 21:51:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:07.178 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 21:51:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:07.178 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 21:51:07.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:07.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:07.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:07.182 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:07.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:07.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:07.194 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:07.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:07.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:07.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:07.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:07.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:07.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 21:51:07.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:07.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 21:51:07.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:07.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:07.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:07.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:07.209 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:07.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:07.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:07.211 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:07.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:07.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:07.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:07.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:07.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:07.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:07.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:07.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 21:51:07.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.213 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) 21:51:07.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:07.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:07.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:07.216 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:07.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:07.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:07.227 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:07.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:07.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:07.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:07.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:07.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:07.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 21:51:07.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:07.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 21:51:07.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:07.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:07.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:07.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:07.242 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:07.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:07.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:07.245 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:07.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:07.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:07.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:07.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:07.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:07.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 21:51:07.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:07.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 21:51:07.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.247 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. 21:51:07.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:07.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:07.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:07.264 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:07.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:07.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:07.281 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:07.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:07.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:07.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:07.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:07.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:07.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 21:51:07.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:07.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:07.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:07.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:07.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:07.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:07.300 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:07.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:07.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:07.302 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:07.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:07.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:07.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:07.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:07.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:07.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 21:51:07.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:07.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:07.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.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. 21:51:07.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:07.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:07.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:07.307 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:07.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') 21:51:07.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:07.309 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:07.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:07.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:07.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:07.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:07.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:07.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 21:51:07.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:07.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 21:51:07.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:07.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:07.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:07.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:07.329 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:07.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') 21:51:07.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:07.347 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:07.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:07.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:07.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:07.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:07.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:07.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:07.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:07.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:07.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.349 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 21:51:07.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:07.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:07.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:07.352 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:07.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:07.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:07.354 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:07.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:07.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:07.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:07.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:07.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:07.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 21:51:07.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:07.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 21:51:07.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:07.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:07.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:07.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:07.358 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:07.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 '\*?\QProblems\E') 21:51:07.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:07.360 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:07.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:07.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:07.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:07.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:07.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:07.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 21:51:07.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:07.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:07.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.363 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 21:51:07.400 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 21:51:07.523 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 21:51:07.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.524 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:51:07.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:07.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:07.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:07.525 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:07.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 '\*?\QPackage Explorer\E') 21:51:07.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:07.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:07.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:07.526 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:07.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:07.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:07.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:07.535 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:07.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:07.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:07.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:07.536 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:07.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:07.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:07.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:07.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:07.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:07.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:08.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:08.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:08.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:08.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:08.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:51:08.538 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:08.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:08.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:08.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:08.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:08.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:08.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:08.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:08.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:08.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:08.539 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:51:08.539 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:51:08.540 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 21:51:08.540 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:51:08.540 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 21:51:08.540 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 21:51:08.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:08.540 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 21:51:08.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:08.540 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 21:51:08.540 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:51:08.540 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:51:08.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:08.540 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:51:08.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:08.540 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:51:08.540 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass1.java of tree item test 21:51:08.540 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:51:08.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:08.540 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:51:08.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:08.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:51:08.541 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass1.java 21:51:08.541 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass1.java 21:51:08.541 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass1.java about selection 21:51:08.543 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass1.java 21:51:08.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:08.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:08.543 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:08.543 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:08.543 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:51:08.543 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:51:08.543 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:51:08.543 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:51:08.543 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:51:08.543 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:51:08.543 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:51:08.543 DEBUG [main][MenuItemLookup] Item match:Run 21:51:08.544 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 21:51:08.544 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 21:51:08.544 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:08.544 DEBUG [main][MenuItemLookup] Found menu:'Run History' 21:51:08.544 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:51:08.544 DEBUG [main][MenuItemLookup] Item match:Run As 21:51:08.555 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 21:51:08.555 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 21:51:08.555 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 21:51:08.559 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 21:51:08.559 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 21:51:08.559 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 21:51:08.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*'... 21:51:08.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:08.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:08.591 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:08.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:08.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:08.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:08.595 WARNING [main][ShellHandler] Shell is not focused 21:51:08.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:08.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:08.595 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:08.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 '\*?\QConsole\E') 21:51:08.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:08.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:08.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:08.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:08.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:08.598 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:08.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:08.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:08.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 21:51:08.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:08.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:08.612 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:08.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:08.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:08.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 21:51:08.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:08.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:08.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:08.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:09.119 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:09.119 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:09.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:09.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:09.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 21:51:09.120 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:09.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:09.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:09.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 21:51:09.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:09.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:09.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*' finished successfully 21:51:09.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:51:09.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 21:51:09.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 21:51:09.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:51:09.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:51:09.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:51:09.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:51:09.121 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:09.121 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:09.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:09.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 21:51:09.122 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") 21:51:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:09.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:09.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:09.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:09.122 INFO [WorkbenchTestable][AbstractToolItem] Unclick tool item Show Console When Standard Out Changes 21:51:09.122 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 21:51:09.123 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:51:09.123 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:09.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:09.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:09.126 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:09.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:09.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:09.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:09.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:09.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:09.128 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:09.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 '\*?\QProblems\E') 21:51:09.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:09.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:09.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:09.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:09.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:09.130 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:09.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems (Eclipse:2165): Gtk-CRITICAL **: 21:51:09.131: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:51:09.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:09.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:09.153 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:09.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:09.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:09.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:09.154 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:09.154 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:09.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:09.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:09.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:09.155 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:51:09.155 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:51:09.155 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:09.155 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 3, 2021, 9:51:08 PM))' 21:51:09.155 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:09.155 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 3, 2021, 9:51:08 PM))' 21:51:09.155 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:51:09.155 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:51:09.155 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:51:09.155 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:51:09.155 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:51:09.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:51:10.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:51:10.157 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:10.157 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:10.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:10.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:10.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:10.158 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:51:10.159 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:51:10.159 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:10.159 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 3, 2021, 9:51:08 PM))' 21:51:10.159 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:10.159 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 3, 2021, 9:51:08 PM))' 21:51:10.159 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:51:10.159 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:51:10.159 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:51:10.159 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:51:10.159 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:51:10.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:51:10.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:51:10.159 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:10.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:10.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:10.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:10.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:10.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:10.160 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:51:10.160 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:51:10.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:10.160 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:51:10.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:10.160 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:51:10.160 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:51:10.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:10.161 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:51:10.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:10.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:51:10.161 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:10.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:10.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:10.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:10.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:10.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:10.162 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 21:51:10.162 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 21:51:10.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:10.162 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 21:51:10.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:10.162 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 21:51:10.162 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 21:51:10.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:10.162 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 21:51:10.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:10.162 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 21:51:10.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:10.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:10.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:10.164 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:10.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 '\*?\QProblems\E') 21:51:10.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:10.166 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:10.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:10.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:10.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:10.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:10.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:10.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 21:51:10.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:10.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 21:51:10.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:10.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:10.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:10.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:10.170 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:10.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 '\*?\QProblems\E') 21:51:10.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:10.172 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:10.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:10.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:10.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:10.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:10.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:10.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 21:51:10.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:10.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 21:51:10.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.184 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) 21:51:10.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:10.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:10.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:10.187 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:10.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') 21:51:10.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:10.189 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:10.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:10.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:10.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:10.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:10.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:10.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 21:51:10.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:10.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 21:51:10.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:10.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:10.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:10.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:10.203 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:10.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:10.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:10.205 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:10.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:10.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:10.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:10.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:10.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:10.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 21:51:10.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:10.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 21:51:10.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.208 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. 21:51:10.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:10.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:10.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:10.210 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:10.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') 21:51:10.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:10.212 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:10.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:10.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:10.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:10.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:10.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:10.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 21:51:10.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:10.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 21:51:10.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:10.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:10.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:10.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:10.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:10.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:10.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:10.229 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:10.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:10.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:10.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:10.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:10.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:10.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:10.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:10.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:10.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.232 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. 21:51:10.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:10.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:10.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:10.244 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:10.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:10.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:10.247 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:10.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:10.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:10.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:10.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:10.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:10.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 21:51:10.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:10.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:10.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:10.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:10.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:10.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:10.262 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:10.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:10.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:10.264 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:10.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:10.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:10.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:10.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:10.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:10.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:10.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:10.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:10.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.265 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 21:51:10.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:10.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:10.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:10.278 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:10.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:10.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:10.280 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:10.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:10.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:10.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:10.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:10.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:10.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:10.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:10.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 21:51:10.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:10.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.284 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:10.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:10.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:10.295 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:10.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 '\*?\QProblems\E') 21:51:10.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:10.297 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:10.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:10.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:10.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:10.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:10.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:10.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 21:51:10.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:10.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 21:51:10.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.299 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 21:51:10.299 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 21:51:10.354 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 21:51:10.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.366 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:51:10.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:10.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:10.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:10.367 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:10.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 '\*?\QPackage Explorer\E') 21:51:10.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:10.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:10.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:10.367 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:10.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:10.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:10.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:10.392 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:10.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:10.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:10.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:10.393 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:10.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:10.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:10.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:10.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:10.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:10.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:10.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:11.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:11.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:11.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:51:11.395 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:11.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:11.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:11.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:11.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:11.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:11.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:11.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:11.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:11.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:11.397 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:51:11.397 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:51:11.397 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 21:51:11.398 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:51:11.398 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 21:51:11.398 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 21:51:11.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:11.398 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 21:51:11.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:11.398 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 21:51:11.398 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:51:11.398 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:51:11.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:11.398 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:51:11.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:11.398 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:51:11.398 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass2.java of tree item test 21:51:11.398 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:51:11.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:11.398 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:51:11.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:11.398 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:51:11.398 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass2.java 21:51:11.398 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass2.java 21:51:11.399 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass2.java about selection 21:51:11.400 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass2.java 21:51:11.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:11.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:11.400 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:11.400 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:11.400 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:51:11.400 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:51:11.400 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:51:11.400 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:51:11.400 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:51:11.400 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:51:11.400 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:51:11.400 DEBUG [main][MenuItemLookup] Item match:Run 21:51:11.401 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 21:51:11.401 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 21:51:11.401 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:11.401 DEBUG [main][MenuItemLookup] Found menu:'Run History' 21:51:11.401 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:51:11.401 DEBUG [main][MenuItemLookup] Item match:Run As 21:51:11.401 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 21:51:11.401 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 21:51:11.401 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 21:51:11.401 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 21:51:11.401 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 21:51:11.401 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 21:51:11.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*'... 21:51:11.430 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:11.430 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:11.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:11.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:11.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 21:51:11.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:11.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:11.446 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:11.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:11.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:11.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 21:51:11.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:11.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:11.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:11.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:11.947 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:11.948 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:11.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:11.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:11.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 21:51:11.949 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:11.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:11.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:11.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 21:51:11.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:11.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:11.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*' finished successfully 21:51:11.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:51:11.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 21:51:11.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 21:51:11.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 21:51:11.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:51:11.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:51:11.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:51:11.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:51:11.951 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:11.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:11.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:11.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 21:51:11.952 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") 21:51:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:11.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:11.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:11.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:11.953 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:51:11.954 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:11.968 DEBUG [main][MenuItemLookup] Found menu:'1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 3, 2021, 9:51:08 PM)' 21:51:11.968 DEBUG [main][MenuItemLookup] Item match:1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 3, 2021, 9:51:08 PM) 21:51:11.968 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 3, 2021, 9:51:08 PM)" 21:51:11.968 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 3, 2021, 9:51:08 PM) 21:51:11.968 INFO [main][MenuItemHandler] Select menu item: &1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 3, 2021, 9:51:08 PM) 21:51:11.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*'... 21:51:11.983 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:11.983 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:11.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:11.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:11.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 21:51:11.984 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:11.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:11.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:11.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 21:51:11.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:11.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:11.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*' finished successfully 21:51:11.985 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:11.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:11.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:11.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 21:51:11.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:11.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:11.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:11.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:11.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:11.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:11.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:11.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:11.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 21:51:11.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:11.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:11.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:11.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:11.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:11.987 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:11.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:11.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:11.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 21:51:11.988 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") 21:51:11.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:11.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:11.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:11.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:11.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:11.988 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:51:11.988 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:12.002 DEBUG [main][MenuItemLookup] Found menu:'1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 3, 2021, 9:51:08 PM)' 21:51:12.002 DEBUG [main][MenuItemLookup] Found menu:'2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 3, 2021, 9:51:11 PM)' 21:51:12.002 DEBUG [main][MenuItemLookup] Item match:2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 3, 2021, 9:51:11 PM) 21:51:12.002 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 3, 2021, 9:51:11 PM)" 21:51:12.002 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 3, 2021, 9:51:11 PM) 21:51:12.002 INFO [main][MenuItemHandler] Select menu item: &2 TestClass2 [Java Application] /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java (Mar 3, 2021, 9:51:11 PM) 21:51:12.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*'... 21:51:12.018 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:12.018 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:12.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:12.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 21:51:12.019 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:12.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:12.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 21:51:12.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*' finished successfully 21:51:12.020 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:12.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:12.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 21:51:12.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:12.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:12.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:12.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:12.021 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 21:51:12.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:12.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:12.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:12.021 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:12.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:12.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 21:51:12.022 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") 21:51:12.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:12.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:12.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:12.022 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 21:51:12.022 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 21:51:12.022 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:51:12.022 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:12.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.025 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:12.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:12.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:12.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:12.027 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:12.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 '\*?\QConsole\E') 21:51:12.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:12.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:12.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:12.029 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:12.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:12.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:12.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:12.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:12.030 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:12.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:12.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:12.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:12.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:12.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.031 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:12.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:12.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:12.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:12.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:12.032 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") 21:51:12.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:12.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:12.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:12.032 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 21:51:12.032 INFO [WorkbenchTestable][AbstractView] Terminating console 21:51:12.032 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:12.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:12.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 21:51:12.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:12.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:12.042 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") 21:51:12.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:12.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:12.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:12.043 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 21:51:12.043 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:51:12.043 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:12.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 21:51:12.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.046 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:12.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:12.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:12.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:12.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:12.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 '\*?\QConsole\E') 21:51:12.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:12.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:12.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:12.063 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:12.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:12.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:12.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:12.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:12.064 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:12.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:12.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:12.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:12.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:12.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 21:51:12.065 INFO [WorkbenchTestable][AbstractView] Console terminated 21:51:12.065 INFO [WorkbenchTestable][AbstractView] Removing launch from console 21:51:12.065 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:12.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:12.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:12.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:12.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:12.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 21:51:12.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:12.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:12.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:12.096 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 21:51:12.096 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:51:12.096 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:12.097 INFO [WorkbenchTestable][AbstractView] Launch removed 21:51:12.126 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:12.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:12.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 21:51:12.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:12.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:12.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.127 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:12.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:12.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 21:51:12.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:12.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:12.128 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") 21:51:12.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:12.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:12.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:12.128 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 21:51:12.128 INFO [WorkbenchTestable][AbstractView] Terminating console 21:51:12.128 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:12.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:12.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 21:51:12.129 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") 21:51:12.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:12.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:12.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:12.129 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 21:51:12.129 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:51:12.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:12.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 21:51:12.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.132 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:12.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:12.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:12.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:12.134 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:12.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:51:12.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:12.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:12.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:12.149 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:12.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:12.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:12.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:12.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:12.149 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:12.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:12.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:12.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:12.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:12.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 21:51:12.150 INFO [WorkbenchTestable][AbstractView] Console terminated 21:51:12.150 INFO [WorkbenchTestable][AbstractView] Removing launch from console 21:51:12.150 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:12.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:12.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:12.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:12.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:12.151 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") 21:51:12.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:12.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:12.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:12.152 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 21:51:12.152 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:51:12.152 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:12.153 INFO [WorkbenchTestable][AbstractView] Launch removed 21:51:12.193 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:12.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:12.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 21:51:12.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:12.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:12.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:12.196 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:51:12.197 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:51:12.197 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:51:12.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:12.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:12.197 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsoleSwitching no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:51:12.197 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:51:12.197 INFO [WorkbenchTestable][RequirementsRunner] Started test: consoleHasNoChangeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:51:12.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:51:12.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:51:12.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:51:12.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:51:12.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.199 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:12.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:12.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:12.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:12.201 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:12.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 '\*?\QProblems\E') 21:51:12.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:12.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:12.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:12.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:12.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:12.203 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:12.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:12.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:12.226 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:12.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:12.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:12.227 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:12.227 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:12.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:12.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:12.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:12.227 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:51:12.228 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:51:12.228 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:12.228 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:12.228 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:12.228 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:12.228 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:51:12.228 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:51:12.228 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:51:12.228 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:51:12.228 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:51:12.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:51:13.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:51:13.229 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:13.230 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:13.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:13.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:13.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:13.231 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:51:13.231 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:51:13.231 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:13.231 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:13.231 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:13.231 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:13.231 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:51:13.231 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:51:13.231 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:51:13.231 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:51:13.231 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:51:13.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:51:13.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:51:13.232 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:13.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:13.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:13.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:13.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:13.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:13.232 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:51:13.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:51:13.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:13.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:51:13.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:13.233 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:51:13.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:51:13.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:13.233 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:51:13.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:13.233 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:51:13.233 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:13.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:13.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:13.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:13.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 21:51:13.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:13.234 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 21:51:13.234 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 21:51:13.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:13.234 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 21:51:13.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:13.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 21:51:13.234 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 21:51:13.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:13.234 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 21:51:13.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:13.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 21:51:13.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:13.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:13.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:13.236 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:13.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:13.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:13.248 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:13.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:13.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:13.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:13.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:13.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:13.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:13.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:13.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:13.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:13.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:13.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:13.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:13.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:13.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') 21:51:13.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:13.265 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:13.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:13.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:13.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:13.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:13.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51: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 21:51:13.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:13.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 21:51:13.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.267 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) 21:51:13.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:13.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:13.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:13.270 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:13.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:13.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:13.282 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:13.282 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:13.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:13.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:13.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:13.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:13.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:13.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:13.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:13.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:13.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:13.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:13.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:13.286 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:13.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') 21:51:13.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:13.288 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:13.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:13.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:13.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:13.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:13.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51: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 21:51:13.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51: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 21:51:13.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.301 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. 21:51:13.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:13.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:13.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:13.304 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51: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') 21:51:13.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:13.317 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:13.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:13.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:13.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:13.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:13.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:13.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:13.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:13.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 21:51:13.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:13.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:13.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:13.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:13.331 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:13.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:13.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:13.333 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:13.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:13.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:13.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:13.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:13.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:13.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 21:51:13.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:13.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:13.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.335 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. 21:51:13.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:13.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:13.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:13.348 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:13.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') 21:51:13.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:13.350 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:13.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:13.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:13.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:13.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:13.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51: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 21:51:13.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51: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 21:51:13.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:13.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:13.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:13.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:13.366 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:13.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:13.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:13.368 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:13.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:13.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:13.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:13.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:13.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:13.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:13.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:13.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.370 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 21:51:13.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:13.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:13.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:13.382 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:13.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') 21:51:13.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:13.384 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:13.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:13.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:13.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:13.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:13.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:13.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 21:51:13.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:13.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 21:51:13.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:13.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:13.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:13.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:13.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:13.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') 21:51:13.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:13.401 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:13.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:13.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:13.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:13.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:13.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51: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 21:51:13.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:13.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 21:51:13.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.403 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 21:51:13.403 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 21:51:13.458 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 21:51:13.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.468 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:51:13.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:13.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:13.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:13.469 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:13.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 '\*?\QPackage Explorer\E') 21:51:13.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:13.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:13.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:13.470 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:13.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:13.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:13.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:13.493 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:13.493 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:13.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:13.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:13.494 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:13.494 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:13.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:13.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:13.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:13.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:13.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:13.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:14.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:14.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:14.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:51:14.496 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:14.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:14.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:14.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:14.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:14.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:14.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:14.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:14.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:14.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:14.497 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:51:14.498 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:51:14.498 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 21:51:14.498 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:51:14.498 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 21:51:14.498 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 21:51:14.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:14.498 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 21:51:14.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:14.498 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 21:51:14.498 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:51:14.498 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:51:14.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:14.498 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:51:14.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:14.499 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:51:14.499 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestLoopClass2.java of tree item test 21:51:14.499 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:51:14.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:14.499 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:51:14.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:14.499 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:51:14.499 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestLoopClass2.java 21:51:14.499 DEBUG [main][TreeItemHandler] Selecting tree item: TestLoopClass2.java 21:51:14.499 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestLoopClass2.java about selection 21:51:14.501 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestLoopClass2.java 21:51:14.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:14.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:14.501 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:14.501 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:14.501 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:51:14.501 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:51:14.501 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:51:14.501 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:51:14.501 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:51:14.501 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:51:14.501 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:51:14.501 DEBUG [main][MenuItemLookup] Item match:Run 21:51:14.502 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 21:51:14.502 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 21:51:14.502 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:14.502 DEBUG [main][MenuItemLookup] Found menu:'Run History' 21:51:14.502 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:51:14.502 DEBUG [main][MenuItemLookup] Item match:Run As 21:51:14.502 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 21:51:14.502 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 21:51:14.502 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 21:51:14.502 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 21:51:14.502 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 21:51:14.502 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 21:51:14.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass2.*'... 21:51:14.533 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:14.533 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:14.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:14.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:14.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:51:14.561 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:14.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:14.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:14.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 21:51:14.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:14.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:14.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass2.*' finished successfully 21:51:14.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:51:14.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 21:51:14.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:51:14.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:51:14.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:51:14.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 21:51:14.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:51:14.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:51:14.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:51:14.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:51:14.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:14.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:14.688 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:14.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:14.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:14.691 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:14.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:14.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:14.691 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:14.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:51:14.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:14.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:14.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:14.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:14.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:14.693 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:14.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:14.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:14.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:14.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:14.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:14.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:14.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:14.707 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:14.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:14.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:14.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:14.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:14.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:14.709 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:14.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 '\*?\QConsole\E') 21:51:14.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:14.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:14.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:14.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:14.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:14.711 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:14.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:14.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:14.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:14.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:14.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:14.712 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:14.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:14.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:14.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:14.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:14.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:14.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:14.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:14.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:14.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:14.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:14.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:14.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:15.214 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 21:51:15.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:15.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:15.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:15.215 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:15.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:15.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:15.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 21:51:15.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:15.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:15.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:15.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:15.217 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 21:51:15.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:15.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:15.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:15.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains 'Start' Start ... 21:51:15.217 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:15.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:15.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:15.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 21:51:15.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:15.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:15.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:15.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:15.218 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 21:51:15.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:15.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:15.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:15.218 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:15.218 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:15.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:15.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 21:51:15.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:15.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:15.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:15.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:15.219 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 21:51:15.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:15.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:15.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:15.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains 'Start' Start finished successfully 21:51:15.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Console is still changing... 21:51:15.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.221 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:15.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:15.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:15.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:15.223 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:15.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 21:51:15.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:15.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:15.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:15.225 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:15.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:15.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:15.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:15.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:15.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:15.225 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:15.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:15.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:15.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:15.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:15.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:15.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:15.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:15.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:15.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:15.226 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 21:51:15.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:15.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:15.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:15.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.729 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:15.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:15.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:15.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:15.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:15.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 '\*?\QConsole\E') 21:51:15.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:15.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:15.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:15.735 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:15.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:15.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:15.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:15.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:15.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:15.736 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:15.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:15.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:15.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:15.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:15.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:15.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:15.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:15.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:15.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:15.736 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 21:51:15.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:15.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:15.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:15.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:15.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:16.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:16.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:16.240 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:16.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:16.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:16.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:16.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:16.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:16.243 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:16.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 '\*?\QConsole\E') 21:51:16.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:16.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:16.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:16.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:16.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:16.254 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:16.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:16.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:16.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:16.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:16.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:16.255 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:16.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:16.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:16.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:16.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:16.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:16.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:16.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:16.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:16.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:16.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:16.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:16.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:16.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:16.256 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 21:51:16.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:16.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:16.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:16.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:16.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:16.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:16.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:16.761 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:16.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:16.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:16.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:16.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:16.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:16.764 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:16.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 21:51:16.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:16.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:16.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:16.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:16.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:16.766 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:16.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:16.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:16.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:16.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:16.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:16.767 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:16.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:16.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:16.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:16.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:16.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:16.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:16.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:16.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:16.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:16.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:16.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:16.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:16.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:16.768 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 21:51:16.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:16.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:16.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:16.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:16.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:17.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:17.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:17.272 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:17.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:17.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:17.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:17.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:17.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:17.275 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:17.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 '\*?\QConsole\E') 21:51:17.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:17.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:17.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:17.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:17.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:17.286 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:17.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:17.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:17.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:17.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:17.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:17.287 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:17.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:17.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:17.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:17.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:17.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:17.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:17.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:17.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:17.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:17.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:17.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:17.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:17.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:17.288 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 21:51:17.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:17.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:17.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:17.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:17.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:17.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:17.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:17.792 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:17.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:17.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:17.794 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:17.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:17.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:17.794 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:17.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 21:51:17.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:17.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:17.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:17.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:17.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:17.797 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:17.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:17.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:17.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:17.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:17.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:17.798 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:17.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:17.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:17.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:17.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:17.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:17.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:17.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:17.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:17.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:17.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:17.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:17.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:17.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:17.799 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 21:51:17.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:17.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:17.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:17.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:17.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:18.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:18.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:18.303 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:18.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:18.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:18.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:18.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:18.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:18.306 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:18.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 '\*?\QConsole\E') 21:51:18.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:18.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:18.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:18.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:18.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:18.318 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:18.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:18.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:18.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:18.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:18.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:18.319 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:18.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:18.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:18.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:18.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:18.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:18.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:18.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:18.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:18.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:18.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:18.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:18.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:18.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:18.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:18.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:18.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:18.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:18.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:18.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:18.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:18.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:18.824 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:18.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:18.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:18.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:18.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:18.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:18.827 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:18.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 21:51:18.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:18.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:18.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:18.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:18.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:18.830 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:18.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:18.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:18.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:18.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:18.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:18.831 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:18.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:18.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:18.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:18.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:18.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:18.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:18.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:18.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:18.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:18.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:18.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:18.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:18.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:18.832 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 21:51:18.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:18.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:18.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:18.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:18.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:19.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:19.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:19.335 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:19.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:19.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:19.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:19.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:19.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:19.339 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:19.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 '\*?\QConsole\E') 21:51:19.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:19.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:19.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:19.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:19.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:19.350 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:19.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:19.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:19.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:19.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:19.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:19.351 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:19.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:19.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:19.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:19.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:19.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:19.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:19.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:19.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:19.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:19.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:19.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:19.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:19.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:19.352 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 21:51:19.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:19.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:19.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:19.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:19.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:19.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:19.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:19.856 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:19.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:19.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:19.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:19.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:19.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:19.859 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:19.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 '\*?\QConsole\E') 21:51:19.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:19.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:19.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:19.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:19.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:19.862 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:19.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:19.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:19.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:19.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:19.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:19.863 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:19.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:19.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:19.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:19.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:19.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:19.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:19.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:19.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:19.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:19.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:19.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:19.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:19.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:19.864 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 21:51:19.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:19.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:19.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:19.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:19.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:20.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:20.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:20.367 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:20.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:20.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:20.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:20.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:20.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:20.370 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:20.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 '\*?\QConsole\E') 21:51:20.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:20.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:20.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:20.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:20.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:20.381 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:20.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:20.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:20.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:20.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:20.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:20.382 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:20.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:20.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:20.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:20.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:20.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:20.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:20.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:20.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:20.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:20.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:20.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:20.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:20.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:20.383 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 21:51:20.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:20.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:20.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:20.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:20.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:20.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:20.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:20.887 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:20.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:20.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:20.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:20.890 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:20.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 '\*?\QConsole\E') 21:51:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:20.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:20.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:20.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:20.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:20.892 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:20.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:20.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:20.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:20.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:20.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:20.893 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:20.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:20.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:20.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:20.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:20.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:20.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:20.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:20.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:20.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:20.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:20.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:20.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:20.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:20.895 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 21:51:20.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:20.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:20.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:20.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:20.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:21.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:21.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:21.399 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:21.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:21.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:21.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:21.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:21.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:21.402 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:21.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 21:51:21.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:21.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:21.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:21.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:21.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:21.414 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:21.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:21.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:21.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:21.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:21.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:21.415 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:21.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:21.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:21.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:21.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:21.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:21.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:21.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:21.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:21.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:21.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:21.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:21.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:21.416 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 21:51:21.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:21.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:21.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:21.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:21.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:21.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:21.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:21.921 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:21.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:21.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:21.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:21.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:21.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:21.924 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:21.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 '\*?\QConsole\E') 21:51:21.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:21.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:21.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:21.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:21.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:21.927 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:21.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:21.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:21.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:21.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:21.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:21.927 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:21.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:21.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:21.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:21.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:21.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:21.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:21.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:21.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:21.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:21.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:21.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:21.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:21.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:21.929 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 21:51:21.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:21.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:21.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:21.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:21.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:22.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:22.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:22.433 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:22.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:22.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:22.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:22.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:22.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:22.436 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:22.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') 21:51:22.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:22.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:22.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:22.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:22.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:22.439 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:22.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:22.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:22.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:22.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:22.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:22.439 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:22.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:22.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:22.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:22.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:22.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:22.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:22.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:22.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:22.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:22.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:22.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:22.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:22.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:22.441 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 21:51:22.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:22.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:22.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:22.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:22.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:22.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:22.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:22.945 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:22.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:22.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:22.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:22.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:22.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:22.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:22.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 '\*?\QConsole\E') 21:51:22.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:22.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:22.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:22.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:22.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:22.959 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:22.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:22.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:22.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:22.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:22.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:22.959 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:22.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:22.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:22.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:22.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:22.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:22.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:22.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:22.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:22.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:22.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:22.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:22.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:22.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:22.961 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 21:51:22.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:22.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:22.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:22.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:22.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:23.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:23.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:23.465 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:23.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:23.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:23.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:23.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:23.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:23.468 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:23.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 '\*?\QConsole\E') 21:51:23.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:23.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:23.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:23.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:23.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:23.470 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:23.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:23.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:23.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:23.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:23.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:23.471 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:23.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:23.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:23.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:23.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:23.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:23.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:23.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:23.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:23.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:23.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:23.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:23.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:23.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:23.472 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 21:51:23.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:23.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:23.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:23.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:23.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:23.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:23.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:23.976 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:23.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:23.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:23.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:23.979 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:23.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 21:51:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:23.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:23.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:23.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:23.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:23.982 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:23.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:23.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:23.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:23.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:23.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:23.991 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:23.991 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:23.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:23.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:23.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:23.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:23.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:23.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:23.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:23.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:23.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:23.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:23.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:23.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:23.993 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 21:51:23.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:23.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:23.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:23.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:23.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:24.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:24.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:24.496 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:24.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:24.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:24.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:24.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:24.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:24.500 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:24.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 '\*?\QConsole\E') 21:51:24.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:24.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:24.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:24.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:24.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:24.502 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:24.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:24.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:24.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:24.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:24.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:24.503 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:24.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:24.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:24.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:24.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:24.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:24.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:24.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:24.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:24.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:24.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:24.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:24.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:24.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:24.504 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 21:51:24.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:24.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:24.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:24.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:24.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:25.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:25.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:25.008 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:25.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:25.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:25.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:25.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:25.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:25.011 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:25.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 21:51:25.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:25.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:25.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:25.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:25.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:25.013 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:25.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:25.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:25.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:25.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:25.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:25.023 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:25.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:25.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:25.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:25.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:25.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:25.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:25.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:25.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:25.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:25.024 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 21:51:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:25.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:25.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:25.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:25.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:25.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:25.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:25.529 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:25.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:25.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:25.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:25.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:25.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:25.532 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:25.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 '\*?\QConsole\E') 21:51:25.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:25.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:25.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:25.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:25.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:25.534 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:25.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:25.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:25.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:25.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:25.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:25.535 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:25.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:25.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:25.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:25.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:25.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:25.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:25.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:25.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:25.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:25.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:25.536 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 21:51:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:25.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:25.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:25.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:26.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:26.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:26.040 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:26.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:26.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:26.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:26.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:26.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:26.043 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:26.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 '\*?\QConsole\E') 21:51:26.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:26.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:26.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:26.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:26.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:26.054 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:26.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:26.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:26.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:26.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:26.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:26.055 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:26.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:26.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:26.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:26.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:26.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:26.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:26.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:26.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:26.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:26.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:26.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:26.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:26.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:26.056 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 21:51:26.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:26.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:26.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:26.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:26.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:26.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:26.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:26.560 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:26.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:26.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:26.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:26.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:26.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:26.563 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:26.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 '\*?\QConsole\E') 21:51:26.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:26.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:26.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:26.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:26.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:26.566 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:26.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:26.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:26.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:26.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:26.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:26.567 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:26.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:26.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:26.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:26.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:26.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:26.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:26.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:26.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:26.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:26.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:26.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:26.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:26.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:26.568 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 21:51:26.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:26.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:26.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:26.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:26.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:27.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:27.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:27.072 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:27.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:27.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:27.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:27.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:27.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:27.075 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:27.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 21:51:27.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:27.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:27.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:27.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:27.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:27.086 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:27.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:27.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:27.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:27.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:27.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:27.087 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:27.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:27.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:27.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:27.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:27.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:27.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:27.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:27.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:27.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:27.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:27.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:27.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:27.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:27.088 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 21:51:27.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:27.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:27.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:27.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:27.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:27.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:27.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:27.592 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:27.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:27.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:27.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:27.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:27.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:27.595 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:27.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 '\*?\QConsole\E') 21:51:27.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:27.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:27.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:27.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:27.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:27.597 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:27.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:27.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:27.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:27.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:27.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:27.598 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:27.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:27.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:27.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:27.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:27.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:27.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:27.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:27.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:27.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:27.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:27.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:27.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:27.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:27.599 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 21:51:27.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:27.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:27.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:27.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:27.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:28.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:28.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:28.104 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:28.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:28.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:28.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:28.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:28.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:28.107 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51: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 '\*?\QConsole\E') 21:51:28.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:28.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:28.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:28.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:28.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:28.118 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:28.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:28.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:28.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:28.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:28.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:28.119 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:28.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:28.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:28.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:28.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:28.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:28.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:28.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:28.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:28.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:28.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:28.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:28.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:28.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:28.120 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 21:51:28.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:28.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:28.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:28.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:28.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:28.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:28.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:28.624 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:28.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:28.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:28.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:28.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:28.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:28.626 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:28.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 '\*?\QConsole\E') 21:51:28.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:28.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:28.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:28.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:28.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:28.629 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:28.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:28.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:28.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:28.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:28.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:28.629 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:28.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:28.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:28.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:28.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:28.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:28.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:28.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:28.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:28.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:28.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:28.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:28.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:28.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:28.630 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 21:51:28.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:28.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:28.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:28.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:28.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:29.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:29.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:29.134 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:29.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:29.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:29.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:29.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:29.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:29.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:29.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 '\*?\QConsole\E') 21:51:29.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:29.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:29.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:29.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:29.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:29.140 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:29.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:29.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:29.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:29.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:29.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:29.149 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:29.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:29.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:29.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:29.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:29.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:29.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:29.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:29.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:29.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:29.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:29.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:29.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:29.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:29.150 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 21:51:29.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:29.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:29.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:29.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:29.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:29.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:29.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:29.654 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:29.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:29.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:29.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:29.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:29.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:29.665 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:29.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 21:51:29.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:29.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:29.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:29.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:29.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:29.668 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:29.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:29.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:29.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:29.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:29.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:29.668 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:29.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:29.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:29.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:29.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:29.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:29.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:29.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:29.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:29.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:29.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:29.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:29.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:29.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:29.669 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 21:51:29.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:29.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:29.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:29.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:29.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:30.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:30.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:30.174 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:30.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:30.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:30.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:30.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:30.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:30.177 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:30.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 '\*?\QConsole\E') 21:51:30.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:30.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:30.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:30.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:30.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:30.179 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:30.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:30.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:30.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:30.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:30.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:30.180 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:30.180 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:30.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:30.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:30.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:30.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:30.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:30.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:30.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:30.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:30.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:30.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:30.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:30.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:30.181 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 21:51:30.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:30.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:30.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:30.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:30.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:30.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:30.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:30.686 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:30.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:30.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:30.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:30.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:30.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:30.688 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:30.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 '\*?\QConsole\E') 21:51:30.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:30.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:30.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:30.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:30.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:30.700 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:30.700 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:30.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:30.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:30.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:30.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:30.700 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:30.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:30.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:30.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:30.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:30.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:30.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:30.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:30.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:30.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:30.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:30.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:30.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:30.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:30.701 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 21:51:30.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:30.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:30.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:30.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:30.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:31.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:31.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:31.205 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:31.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:31.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:31.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:31.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:31.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:31.208 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:31.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 '\*?\QConsole\E') 21:51:31.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:31.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:31.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:31.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:31.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:31.210 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:31.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:31.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:31.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:31.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:31.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:31.211 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:31.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:31.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:31.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:31.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:31.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:31.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:31.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:31.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:31.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:31.212 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 21:51:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:31.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:31.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:31.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:31.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:31.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:31.716 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:31.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:31.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:31.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:31.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:31.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:31.718 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:31.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 '\*?\QConsole\E') 21:51:31.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:31.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:31.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:31.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:31.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:31.729 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:31.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:31.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:31.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:31.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:31.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:31.730 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:31.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:31.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:31.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:31.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:31.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:31.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:31.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:31.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:31.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:31.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:31.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:31.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:31.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:31.731 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 21:51:31.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:31.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:31.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:31.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:31.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:32.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:32.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:32.235 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:32.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:32.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:32.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:32.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:32.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:32.239 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51: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 '\*?\QConsole\E') 21:51:32.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:32.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:32.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:32.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:32.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:32.241 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:32.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:32.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:32.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:32.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:32.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:32.242 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:32.242 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:32.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:32.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:32.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:32.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:32.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:32.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:32.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:32.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:32.243 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 21:51:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:32.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:32.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:32.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:32.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:32.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:32.747 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:32.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:32.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:32.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:32.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:32.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:32.750 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:32.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') 21:51:32.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:32.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:32.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:32.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:32.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:32.761 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:32.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:32.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:32.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:32.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:32.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:32.762 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:32.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:32.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:32.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:32.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:32.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:32.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:32.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:32.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:32.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:32.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:32.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:32.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:32.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:32.764 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 21:51:32.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:32.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:32.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:32.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:32.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:33.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:33.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:33.267 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:33.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:33.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:33.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:33.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:33.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:33.270 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:33.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 21:51:33.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:33.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:33.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:33.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:33.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:33.273 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:33.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:33.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:33.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:33.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:33.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:33.274 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:33.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:33.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:33.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:33.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:33.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:33.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:33.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:33.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:33.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:33.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:33.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:33.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:33.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:33.275 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 21:51:33.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:33.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:33.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:33.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:33.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:33.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:33.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:33.779 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:33.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:33.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:33.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:33.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:33.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:33.781 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:33.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 21:51:33.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:33.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:33.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:33.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:33.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:33.784 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:33.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:33.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:33.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:33.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:33.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:33.794 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:33.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:33.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:33.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:33.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:33.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:33.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:33.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:33.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:33.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:33.795 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 21:51:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:33.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:33.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:33.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:34.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:34.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:34.300 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:34.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:34.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:34.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:34.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:34.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:34.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:34.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 '\*?\QConsole\E') 21:51:34.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:34.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:34.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:34.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:34.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:34.305 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:34.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:34.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:34.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:34.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:34.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:34.306 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:34.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:34.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:34.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:34.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:34.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:34.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:34.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:34.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:34.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:34.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:34.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:34.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:34.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:34.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 21:51:34.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:34.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:34.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:34.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:34.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:34.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:34.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:34.812 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:34.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:34.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:34.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:34.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:34.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:34.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:34.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 '\*?\QConsole\E') 21:51:34.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:34.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:34.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:34.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:34.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:34.826 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:34.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:34.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:34.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:34.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:34.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:34.827 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:34.827 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:34.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:34.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:34.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:34.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:34.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:34.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:34.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:34.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:34.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:34.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:34.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:34.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:34.828 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 21:51:34.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:34.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:34.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:34.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:34.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:35.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:35.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:35.332 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:35.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:35.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:35.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:35.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:35.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:35.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:35.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') 21:51:35.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:35.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:35.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:35.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:35.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:35.337 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:35.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:35.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:35.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:35.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:35.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:35.338 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:35.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:35.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:35.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:35.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:35.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:35.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:35.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:35.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:35.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:35.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:35.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:35.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:35.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:35.339 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 21:51:35.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:35.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:35.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:35.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:35.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:35.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:35.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:35.842 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:35.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:35.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:35.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:35.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:35.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:35.845 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:35.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 '\*?\QConsole\E') 21:51:35.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:35.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:35.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:35.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:35.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:35.847 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:35.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:35.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:35.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:35.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:35.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:35.848 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:35.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:35.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:35.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:35.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:35.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:35.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:35.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:35.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:35.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:35.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:35.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:35.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:35.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:35.857 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 21:51:35.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:35.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:35.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:35.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:35.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:36.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.361 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:36.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:36.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:36.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:36.363 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:36.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 '\*?\QConsole\E') 21:51:36.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:36.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:36.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:36.374 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:36.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:36.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:36.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:36.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:36.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:36.375 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:36.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:36.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:36.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:36.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:36.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:36.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:36.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:36.376 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 21:51:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:36.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:36.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:36.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Console is still changing finished successfully 21:51:36.377 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:36.377 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:36.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:36.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:36.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start Hello Application TooltipText=null 21:51:36.378 INFO [WorkbenchTestable][AbstractView] Terminating console 21:51:36.378 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:36.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:36.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:36.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start Hello Application TooltipText=null 21:51:36.378 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") 21:51:36.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:36.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:36.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:36.379 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 21:51:36.379 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:51:36.379 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:36.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 21:51:36.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.393 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:36.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:36.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:36.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:36.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:36.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 '\*?\QConsole\E') 21:51:36.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:36.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:36.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:36.407 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:36.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:36.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:36.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:36.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:36.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:36.408 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:36.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:36.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:36.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:36.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:36.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:36.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 21:51:36.408 INFO [WorkbenchTestable][AbstractView] Console terminated 21:51:36.409 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:36.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:36.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:36.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:36.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:36.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:36.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:36.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:36.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:51:36.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:51:36.409 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 21:51:36.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:36.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:36.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:51:36.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.413 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:36.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:36.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:36.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:36.424 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:36.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 '\*?\QConsole\E') 21:51:36.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:36.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:36.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:36.427 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:36.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:36.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:36.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:36.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:36.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:36.427 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:36.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:36.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:36.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:36.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:36.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:36.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.428 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:36.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:36.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:36.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:36.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:36.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:36.428 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") 21:51:36.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:36.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:36.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:36.429 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 21:51:36.429 INFO [WorkbenchTestable][AbstractView] Terminating console 21:51:36.429 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:36.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:36.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:36.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 21:51:36.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:36.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:36.430 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") 21:51:36.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:36.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:36.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:36.430 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 21:51:36.430 INFO [WorkbenchTestable][AbstractView] Removing launch from console 21:51:36.430 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:36.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:36.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:36.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start Hello Application TooltipText=null 21:51:36.440 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") 21:51:36.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:36.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:36.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:36.440 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 21:51:36.440 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:51:36.440 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:36.441 INFO [WorkbenchTestable][AbstractView] Launch removed 21:51:36.458 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:36.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:36.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:36.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:51:36.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:36.460 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:51:36.460 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:51:36.460 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:51:36.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:36.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:36.460 INFO [WorkbenchTestable][RequirementsRunner] Finished test: consoleHasNoChangeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:51:36.460 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:51:36.460 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemoveAllTerminatedLaunches no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:51:36.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:51:36.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:51:36.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:51:36.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:51:36.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.462 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:36.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:36.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:36.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:36.464 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:36.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:36.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:36.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:36.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:36.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:36.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:36.466 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:36.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:36.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:36.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:36.488 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:36.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:36.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:36.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:36.489 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:36.489 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:36.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:36.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:36.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:36.489 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:51:36.491 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:51:36.491 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:36.491 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:36.491 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:36.491 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:36.491 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:51:36.491 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:51:36.491 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:51:36.491 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:51:36.491 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:51:36.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:51:37.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:51:37.492 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:37.492 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:37.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:37.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:37.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:37.493 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:51:37.493 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:51:37.493 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:37.493 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:37.493 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:37.493 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:37.493 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:51:37.493 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:51:37.493 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:51:37.493 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:51:37.493 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:51:37.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:51:37.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:51:37.494 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:37.494 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:37.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:37.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:37.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:37.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:37.495 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:51:37.495 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:51:37.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:37.495 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:51:37.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:37.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:51:37.495 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:51:37.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:37.495 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:51:37.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:37.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:51:37.495 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:37.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:37.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:37.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:37.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 21:51:37.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:37.496 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 21:51:37.496 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 21:51:37.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:37.496 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 21:51:37.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:37.496 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 21:51:37.496 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 21:51:37.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:37.496 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 21:51:37.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:37.496 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 21:51:37.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:37.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:37.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:37.499 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51: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') 21:51:37.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:37.501 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:37.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:37.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:37.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:37.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:37.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:37.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 21:51:37.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:37.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:37.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:37.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:37.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:37.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:37.515 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:37.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 '\*?\QProblems\E') 21:51:37.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:37.518 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:37.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:37.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:37.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:37.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:37.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:37.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 21:51:37.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:37.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:37.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.520 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) 21:51:37.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:37.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:37.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:37.522 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:37.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') 21:51:37.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:37.525 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:37.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:37.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:37.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:37.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:37.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:37.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 21:51:37.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:37.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 21:51:37.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:37.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:37.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:37.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:37.529 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:37.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:37.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:37.546 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:37.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:37.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:37.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:37.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:37.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:37.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 21:51:37.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:37.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:37.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.549 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. 21:51:37.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:37.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:37.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:37.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:37.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') 21:51:37.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:37.553 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:37.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:37.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:37.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:37.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:37.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51: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 21:51:37.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:37.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 21:51:37.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:37.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:37.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:37.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:37.558 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:37.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') 21:51:37.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:37.560 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:37.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:37.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:37.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:37.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:37.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:37.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:37.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:37.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:37.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.562 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. 21:51:37.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:37.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:37.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:37.577 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:37.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 '\*?\QProblems\E') 21:51:37.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:37.594 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:37.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:37.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:37.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:37.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:37.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:37.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:37.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:37.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 21:51:37.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:37.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:37.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:37.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:37.609 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:37.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 '\*?\QProblems\E') 21:51:37.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:37.611 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:37.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:37.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:37.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:37.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:37.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:37.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 21:51:37.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:37.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:37.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.623 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 21:51:37.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:37.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:37.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:37.626 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:37.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 '\*?\QProblems\E') 21:51:37.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:37.628 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:37.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:37.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:37.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:37.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:37.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:37.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 21:51:37.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:37.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:37.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:37.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:37.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:37.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:37.656 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:37.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:37.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:37.659 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:37.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:37.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:37.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:37.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:37.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:37.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 21:51:37.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:37.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 21:51:37.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.661 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 21:51:37.661 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 21:51:37.716 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 21:51:37.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.727 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:51:37.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:37.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:37.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:37.728 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:37.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:51:37.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:37.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:37.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:37.729 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:37.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:37.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:37.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:37.755 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:37.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:37.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:37.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:37.756 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:37.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:37.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:37.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:37.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:37.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:37.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:38.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:38.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:38.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:38.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:38.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:51:38.757 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:38.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:38.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:38.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:38.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 21:51:38.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:38.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:38.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:38.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:38.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:38.759 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:51:38.759 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:51:38.759 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 21:51:38.759 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:51:38.759 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 21:51:38.760 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 21:51:38.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:38.760 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 21:51:38.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:38.760 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 21:51:38.760 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:51:38.760 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:51:38.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:38.760 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:51:38.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:38.760 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:51:38.760 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 21:51:38.760 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:51:38.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:38.760 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:51:38.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:38.760 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:51:38.760 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:51:38.760 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:51:38.760 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:51:38.762 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:51:38.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:38.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:38.762 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:38.762 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:38.762 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:51:38.762 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:51:38.762 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:51:38.762 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:51:38.762 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:51:38.762 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:51:38.762 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:51:38.762 DEBUG [main][MenuItemLookup] Item match:Run 21:51:38.762 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 21:51:38.762 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 21:51:38.762 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:38.762 DEBUG [main][MenuItemLookup] Found menu:'Run History' 21:51:38.762 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:51:38.762 DEBUG [main][MenuItemLookup] Item match:Run As 21:51:38.762 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 21:51:38.762 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 21:51:38.762 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 21:51:38.763 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 21:51:38.763 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 21:51:38.763 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 21:51:38.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 21:51:38.791 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:38.791 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:38.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:38.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:38.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:51:38.812 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:38.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:38.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:38.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:51:38.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:38.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.314 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:39.314 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:39.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:39.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:39.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 21:51:39.315 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:39.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:39.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:39.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 21:51:39.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 21:51:39.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:51:39.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 21:51:39.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:51:39.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:51:39.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:51:39.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:51:39.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 21:51:39.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.319 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:39.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:39.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:39.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:39.321 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:39.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 '\*?\QConsole\E') 21:51:39.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:39.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:39.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:39.323 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:39.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:39.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:39.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:39.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:39.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:39.323 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:39.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:39.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:39.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:39.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:39.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:39.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 21:51:39.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.326 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:39.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:39.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:39.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:39.329 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:39.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 '\*?\QConsole\E') 21:51:39.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:39.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:39.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:39.331 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:39.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:39.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:39.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:39.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:39.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:39.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch... 21:51:39.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.343 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:39.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:39.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:39.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:39.345 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:39.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 '\*?\QConsole\E') 21:51:39.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:39.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:39.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:39.348 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:39.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:39.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:39.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:39.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:39.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:39.349 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:39.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:39.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:39.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:39.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:39.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:39.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch finished successfully 21:51:39.349 INFO [WorkbenchTestable][AbstractView] Removing terminated launches from console 21:51:39.349 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:39.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:39.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:39.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:39.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:39.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:39.350 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") 21:51:39.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:39.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:39.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:39.351 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Terminated Launches 21:51:39.351 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:51:39.351 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:39.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch... 21:51:39.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.375 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:39.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:39.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:39.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:39.378 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:39.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 '\*?\QConsole\E') 21:51:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:39.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:39.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:39.380 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:39.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:39.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:39.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:39.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:39.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:39.380 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:39.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:39.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:39.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:39.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:39.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:39.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:39.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch finished successfully 21:51:39.381 INFO [WorkbenchTestable][AbstractView] Terminated launches cleared 21:51:39.381 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:39.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:39.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:39.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:39.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:39.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:39.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:39.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.391 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:39.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.394 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:39.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:39.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:39.394 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:39.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:51:39.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:39.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:39.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:39.396 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:39.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:39.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:39.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:39.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:39.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:39.397 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:39.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:39.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:39.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:39.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:39.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:39.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:39.398 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:51:39.398 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:51:39.398 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:51:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:39.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:39.399 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemoveAllTerminatedLaunches no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:51:39.399 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:51:39.399 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleShowConsoleOnStandardOutChange no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:51:39.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:51:39.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:51:39.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:51:39.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:51:39.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.401 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:39.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:39.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:39.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:39.404 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:39.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 '\*?\QProblems\E') 21:51:39.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:39.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:39.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:39.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:39.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:39.406 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:39.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:39.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:39.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:39.427 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:39.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:39.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:39.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:39.427 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:39.427 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:39.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:39.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:39.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:39.428 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:51:39.429 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:51:39.429 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:39.429 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:39.429 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:39.429 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:39.429 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:51:39.429 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:51:39.429 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:51:39.429 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:51:39.429 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:51:39.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:51:40.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:51:40.930 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:40.930 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:40.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:40.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:40.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:40.931 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:51:40.931 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:51:40.931 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:40.931 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:40.931 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:40.931 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:40.931 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:51:40.931 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:51:40.931 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:51:40.931 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:51:40.931 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:51:40.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:51:40.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:51:40.932 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:40.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:40.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:40.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:40.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 21:51:40.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:40.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:40.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:40.932 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:51:40.932 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:51:40.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:40.932 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:51:40.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:40.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:51:40.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:51:40.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:40.933 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:51:40.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:40.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:51:40.933 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:40.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:40.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:40.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:40.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 21:51:40.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:40.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:40.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:40.933 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 21:51:40.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 21:51:40.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:40.934 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 21:51:40.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:40.934 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 21:51:40.934 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 21:51:40.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:40.934 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 21:51:40.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:40.934 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 21:51:40.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:40.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:40.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:40.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:40.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 '\*?\QProblems\E') 21:51:40.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:40.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:40.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:40.938 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:40.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:40.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:40.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:40.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:40.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:40.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 21:51:40.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:40.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:40.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:40.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 21:51:40.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:40.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:40.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:40.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:40.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:40.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:40.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:40.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 '\*?\QProblems\E') 21:51:40.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:40.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:40.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:40.943 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:40.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:40.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:40.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:40.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:40.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:40.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 21:51:40.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:40.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:40.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:40.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 21:51:40.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:40.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:40.945 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) 21:51:40.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:40.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:40.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:40.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:40.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') 21:51:40.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:40.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:40.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:40.959 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:40.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:40.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:40.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:40.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:40.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:40.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:40.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:40.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:40.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:40.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 21:51:40.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:40.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:40.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:40.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:40.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:40.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:40.974 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:40.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:40.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:40.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:40.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:40.976 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:40.976 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:40.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:40.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:40.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:40.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:40.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:40.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:40.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:40.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:40.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 21:51:40.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:40.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:40.978 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. 21:51:40.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:40.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:40.991 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:40.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:40.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:40.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:40.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:40.994 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:40.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:40.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:40.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:40.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:40.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:40.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:40.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:40.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:40.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:40.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:40.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:40.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:40.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:40.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:40.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:40.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:41.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:41.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:41.009 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:41.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:41.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:41.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:41.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:41.011 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:41.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:41.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:41.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:41.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:41.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:41.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 21:51:41.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:41.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:41.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:41.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:41.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:41.013 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. 21:51:41.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:41.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:41.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:41.026 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:41.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 '\*?\QProblems\E') 21:51:41.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:41.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:41.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:41.028 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:41.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:41.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:41.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:41.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:41.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:41.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 21:51:41.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:41.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:41.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:41.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 21:51:41.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:41.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:41.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:41.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:41.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:41.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:41.042 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:41.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:41.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:41.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:41.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:41.045 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:41.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:41.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:41.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:41.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:41.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51: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 21:51:41.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:41.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:41.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51: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 21:51:41.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:41.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:41.047 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 21:51:41.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:41.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:41.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:41.060 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:41.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 '\*?\QProblems\E') 21:51:41.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:41.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:41.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:41.062 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:41.062 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:41.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:41.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:41.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:41.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:41.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:41.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:41.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:41.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:41.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 21:51:41.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:41.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:41.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:41.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:41.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:41.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:41.077 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:41.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') 21:51:41.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:41.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:41.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:41.079 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:41.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:41.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:41.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:41.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:41.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:41.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 21:51:41.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:41.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:41.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:41.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:41.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:41.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:41.091 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 21:51:41.092 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 21:51:41.148 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 21:51:41.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.148 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:51:41.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:41.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:41.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:41.150 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:41.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:51:41.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:41.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:41.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:41.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:41.151 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:41.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:41.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:41.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:41.159 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:41.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:41.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:41.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:41.159 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:41.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:41.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:41.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:41.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:41.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:41.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:41.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:42.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:42.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:51:42.161 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:42.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:42.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:42.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:42.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:42.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:42.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:42.162 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:51:42.162 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:51:42.162 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 21:51:42.163 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:51:42.163 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 21:51:42.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 21:51:42.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:42.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 21:51:42.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:42.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 21:51:42.163 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:51:42.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:51:42.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:42.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:51:42.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:42.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:51:42.164 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 21:51:42.164 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:51:42.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:42.164 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:51:42.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:42.164 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:51:42.164 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:51:42.164 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:51:42.164 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:51:42.165 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:51:42.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:42.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:42.165 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:42.165 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:42.166 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:51:42.166 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:51:42.166 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:51:42.166 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:51:42.166 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:51:42.166 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:51:42.166 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:51:42.166 DEBUG [main][MenuItemLookup] Item match:Run 21:51:42.166 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 21:51:42.166 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 21:51:42.166 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:42.166 DEBUG [main][MenuItemLookup] Found menu:'Run History' 21:51:42.166 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:51:42.166 DEBUG [main][MenuItemLookup] Item match:Run As 21:51:42.166 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 21:51:42.166 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 21:51:42.166 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 21:51:42.166 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 21:51:42.166 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 21:51:42.166 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 21:51:42.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 21:51:42.174 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:42.174 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:51:42.218 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.218 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 21:51:42.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 21:51:42.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:51:42.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 21:51:42.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:51:42.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:51:42.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:51:42.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 21:51:42.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:51:42.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:51:42.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:51:42.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:51:42.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 21:51:42.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.298 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:42.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:42.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:42.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:42.301 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:42.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 '\*?\QConsole\E') 21:51:42.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:42.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:42.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:42.313 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:42.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:42.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:42.314 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:42.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:42.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:42.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.815 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:42.815 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:42.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:42.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:42.817 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:42.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:42.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:42.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 21:51:42.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.819 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:42.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:42.821 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:42.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 '\*?\QConsole\E') 21:51:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:42.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:42.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:42.823 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:42.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:42.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:42.823 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:42.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:42.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:42.824 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") 21:51:42.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:42.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:42.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:42.825 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 21:51:42.825 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 21:51:42.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:42.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:42.825 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") 21:51:42.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:42.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:42.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:42.826 INFO [WorkbenchTestable][AbstractToolItem] Unclick tool item Show Console When Standard Out Changes 21:51:42.826 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 21:51:42.826 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:51:42.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:42.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.828 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:42.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:42.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:42.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:42.830 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:42.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 '\*?\QConsole\E') 21:51:42.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:42.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:42.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:42.832 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:42.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:42.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:42.832 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:42.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:42.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:42.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.833 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:42.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:42.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:42.833 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") 21:51:42.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:42.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:42.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:42.834 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 21:51:42.834 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 21:51:42.834 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:51:42.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:42.834 INFO [WorkbenchTestable][AbstractView] Terminating console 21:51:42.834 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 21:51:42.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:42.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:42.835 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") 21:51:42.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:42.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:42.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:42.835 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 21:51:42.835 INFO [WorkbenchTestable][AbstractView] Removing launch from console 21:51:42.835 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 21:51:42.835 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") 21:51:42.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:42.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:42.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:42.836 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 21:51:42.836 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:51:42.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:42.836 INFO [WorkbenchTestable][AbstractView] Launch removed 21:51:42.859 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:51:42.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:42.861 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:51:42.861 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:51:42.861 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:51:42.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:42.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:42.861 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleShowConsoleOnStandardOutChange no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:51:42.861 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:51:42.861 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsoleHasAnyText no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:51:42.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:51:42.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:51:42.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:51:42.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:51:42.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.863 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:42.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:42.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:42.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:42.866 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:42.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 21:51:42.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:42.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:42.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:42.867 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:42.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:42.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:42.868 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:42.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:42.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:42.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:42.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.870 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:42.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:42.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:42.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:42.880 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:42.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 '\*?\QConsole\E') 21:51:42.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:42.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:42.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:42.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:42.882 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:42.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:42.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:42.883 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:42.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:42.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:42.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:42.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:42.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:42.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:42.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:42.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:43.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:43.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:43.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:43.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:44.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:44.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:44.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:44.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:45.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:45.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:45.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:45.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:46.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:46.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:46.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:46.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:47.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:47.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:47.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:47.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:48.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:48.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:48.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:48.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:49.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:49.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:49.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:49.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:50.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:50.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:50.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:50.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:51.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:51.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:51.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:51.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:52.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:52.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:52.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:52.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:52.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:51:52.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:52.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:52.905 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:52.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:52.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:52.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:52.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:52.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:52.907 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:52.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 '\*?\QConsole\E') 21:51:52.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:52.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:52.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:52.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:52.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:52.908 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:52.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:52.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:52.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:52.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:52.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:52.909 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:52.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:52.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:52.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:52.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:52.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:52.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:52.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:52.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:51:52.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:51:52.911 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:51:52.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:52.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:52.911 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsoleHasAnyText no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:51:52.911 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:51:52.911 INFO [WorkbenchTestable][RequirementsRunner] Started test: consoleHasTextTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:51:52.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:51:52.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:51:52.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:51:52.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:51:52.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:52.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:52.913 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:52.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:52.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:52.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:52.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:52.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:52.915 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:52.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:51:52.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:52.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:52.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:52.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:52.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:52.917 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:52.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:52.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:52.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:52.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:52.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:52.918 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:52.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:52.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:52.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:52.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:52.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:52.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:52.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:52.920 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:51:52.920 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:51:52.920 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:51:52.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:52.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:52.921 INFO [WorkbenchTestable][RequirementsRunner] Finished test: consoleHasTextTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:51:52.921 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:51:52.921 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:51:52.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:51:52.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:51:52.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:51:52.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:51:52.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:52.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:52.923 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:52.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:52.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:52.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:52.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:52.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:52.925 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:52.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 '\*?\QConsole\E') 21:51:52.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:52.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:52.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:52.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:52.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:52.927 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:52.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:52.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:52.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:52.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:52.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:52.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:52.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:52.929 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:52.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:52.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:52.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:52.931 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:52.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:52.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:52.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:52.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:52.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:52.933 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:52.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:52.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:52.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:52.954 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:52.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:52.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:52.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:52.955 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:52.955 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:52.955 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:52.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:52.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:52.955 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:51:52.956 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:51:52.956 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:52.956 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:52.956 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:52.956 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:52.956 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:51:52.956 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:51:52.956 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:51:52.956 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:51:52.956 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:51:52.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:51:53.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:51:53.957 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:53.958 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:53.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:53.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:53.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:53.959 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:51:53.960 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:51:53.960 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:53.960 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:53.960 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:53.960 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:53.960 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:51:53.960 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:51:53.960 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:51:53.960 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:51:53.960 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:51:53.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:51:53.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:51:53.960 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:53.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:53.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:53.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:53.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 21:51:53.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:53.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:53.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:53.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:53.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:53.961 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:51:53.961 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:51:53.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:53.961 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:51:53.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:53.961 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:51:53.961 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:51:53.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:53.961 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:51:53.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:53.961 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:51:53.961 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:53.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:53.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:53.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:53.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 21:51:53.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:53.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:53.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:53.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:53.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:53.962 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 21:51:53.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 21:51:53.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:53.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 21:51:53.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:53.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 21:51:53.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 21:51:53.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:53.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 21:51:53.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:53.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 21:51:53.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:53.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:53.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:53.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:53.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:53.964 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:53.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:53.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:53.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:53.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:53.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:53.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:53.966 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:53.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:53.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:53.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:53.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:53.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:53.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 21:51:53.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:53.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:53.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:53.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:53.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:53.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 21:51:53.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:53.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:53.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:53.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:53.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:53.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:53.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:53.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:53.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:53.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:53.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:53.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:53.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:53.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:53.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:53.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:53.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:53.983 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:53.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:53.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:53.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:53.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:53.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:53.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:53.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:53.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:53.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:53.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:53.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:53.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:53.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:53.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:53.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:53.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:53.996 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) 21:51:53.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:53.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:53.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:53.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:53.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:53.999 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:53.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 '\*?\QProblems\E') 21:51:53.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:53.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:54.012 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:54.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:54.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:54.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:54.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:54.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:54.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:54.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:54.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:54.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:54.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:54.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:54.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:54.017 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:54.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') 21:51:54.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:54.030 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:54.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:54.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:54.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:54.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:54.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:54.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 21:51:54.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:54.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:54.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.031 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. 21:51:54.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:54.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:54.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:54.044 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:54.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:54.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:54.047 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:54.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:54.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:54.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:54.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:54.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:54.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:54.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:54.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:54.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:54.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:54.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:54.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:54.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:54.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') 21:51:54.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:54.071 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:54.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:54.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:54.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:54.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:54.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:54.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:54.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:54.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:54.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.073 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. 21:51:54.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:54.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:54.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:54.076 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:54.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:54.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:54.078 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:54.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:54.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:54.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:54.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:54.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:54.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 21:51:54.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:54.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 21:51:54.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:54.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:54.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:54.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:54.082 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:54.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 '\*?\QProblems\E') 21:51:54.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:54.094 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:54.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:54.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:54.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:54.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:54.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:54.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 21:51:54.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:54.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:54.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.096 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 21:51:54.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:54.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:54.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:54.099 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:54.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:54.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:54.112 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:54.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:54.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:54.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:54.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:54.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:54.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 21:51:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:54.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 21:51:54.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:54.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:54.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:54.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:54.127 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:54.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 '\*?\QProblems\E') 21:51:54.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:54.129 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:54.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:54.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:54.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:54.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:54.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:54.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:54.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:54.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:54.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.131 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 21:51:54.131 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 21:51:54.186 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 21:51:54.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.197 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:51:54.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:54.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:54.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:54.198 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:54.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 '\*?\QPackage Explorer\E') 21:51:54.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:54.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:54.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:54.199 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:54.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:54.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:54.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:54.222 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:54.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:54.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:54.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:54.223 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:54.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:54.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:54.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:54.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:54.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:54.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:54.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:55.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:55.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:55.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:51:55.225 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:55.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:55.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:55.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:55.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 21:51:55.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:55.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:55.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:55.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:55.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:55.227 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:51:55.227 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:51:55.227 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 21:51:55.227 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:51:55.227 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 21:51:55.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 21:51:55.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:55.227 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 21:51:55.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:55.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 21:51:55.227 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:51:55.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:51:55.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:55.227 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:51:55.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:55.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:51:55.227 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 21:51:55.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:51:55.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:55.228 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:51:55.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:55.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:51:55.228 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:51:55.228 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:51:55.228 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:51:55.229 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:51:55.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:55.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:55.229 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:55.229 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:55.229 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:51:55.229 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:51:55.229 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:51:55.229 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:51:55.229 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:51:55.229 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:51:55.229 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:51:55.229 DEBUG [main][MenuItemLookup] Item match:Run 21:51:55.230 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 21:51:55.230 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 21:51:55.230 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:55.230 DEBUG [main][MenuItemLookup] Found menu:'Run History' 21:51:55.230 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:51:55.230 DEBUG [main][MenuItemLookup] Item match:Run As 21:51:55.230 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 21:51:55.230 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 21:51:55.230 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 21:51:55.230 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 21:51:55.230 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 21:51:55.230 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 21:51:55.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 21:51:55.266 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:55.266 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:55.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:55.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:55.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:51:55.287 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:55.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:55.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:55.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:51:55.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:55.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:55.788 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:55.789 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:55.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:55.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:55.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 21:51:55.790 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:55.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:55.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:55.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 21:51:55.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:55.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:55.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 21:51:55.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:51:55.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 21:51:55.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:51:55.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:51:55.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:51:55.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:51:55.791 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:51:56.791 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:56.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:56.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:56.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 21:51:56.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:56.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:56.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:56.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:56.793 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 21:51:56.793 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:56.804 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 21:51:56.804 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:51:56.804 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:51:56.804 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 21:51:56.804 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:56.804 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...' 21:51:56.804 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 21:51:56.804 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 21:51:56.804 DEBUG [main][MenuItemLookup] Found menu:'Open Link' 21:51:56.804 DEBUG [main][MenuItemLookup] Found menu:'Clear' 21:51:56.804 DEBUG [main][MenuItemLookup] Item match:Clear 21:51:56.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:56.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:56.807 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:56.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:56.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:56.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:56.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:56.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:56.810 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:56.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 '\*?\QConsole\E') 21:51:56.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:56.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:56.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:56.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:56.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:56.821 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:56.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:56.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:56.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:56.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:56.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:56.822 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:56.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:56.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:56.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:56.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:56.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:56.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:56.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:56.823 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:56.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:56.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:56.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:56.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:56.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:56.824 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") 21:51:56.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:56.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:56.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:56.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:56.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:56.825 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 21:51:56.825 INFO [WorkbenchTestable][AbstractView] Terminating console 21:51:56.825 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:56.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:56.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:56.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 21:51:56.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:56.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:56.826 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") 21:51:56.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:56.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:56.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:56.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:56.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:56.826 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 21:51:56.826 INFO [WorkbenchTestable][AbstractView] Removing launch from console 21:51:56.826 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:56.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:56.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:56.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 21:51:56.826 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") 21:51:56.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:56.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:56.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:56.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:56.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:56.827 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 21:51:56.827 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:51:56.827 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:56.828 INFO [WorkbenchTestable][AbstractView] Launch removed 21:51:56.862 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:56.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:56.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:56.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:51:56.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:56.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:56.888 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:51:56.888 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:51:56.888 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:51:56.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:56.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:56.888 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:51:56.888 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:51:56.888 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemoveLaunch no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:51:56.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:51:56.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:51:56.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:51:56.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:51:56.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:56.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:56.891 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:56.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:56.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:56.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:56.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:56.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:56.894 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:56.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 '\*?\QProblems\E') 21:51:56.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:56.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:56.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:56.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:56.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:56.896 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:56.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:56.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:56.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:56.907 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:56.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:56.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:56.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:56.908 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:56.908 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:56.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:56.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:56.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:56.909 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:51:56.909 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:51:56.909 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:56.909 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:56.909 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:56.909 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:56.909 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:51:56.909 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:51:56.909 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:51:56.909 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:51:56.909 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:51:56.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:51:57.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:51:57.921 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:57.921 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:57.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:57.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:57.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:57.922 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:51:57.923 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:51:57.923 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:57.923 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:57.923 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:57.923 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:57.923 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:51:57.923 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:51:57.923 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:51:57.923 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:51:57.923 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:51:57.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:51:57.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:51:57.923 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:57.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:57.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:57.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:57.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 21:51:57.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:57.924 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:51:57.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:51:57.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:57.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:51:57.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:57.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:51:57.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:51:57.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:57.925 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:51:57.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:57.925 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:51:57.925 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:57.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:57.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:57.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:57.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:57.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:57.925 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 21:51:57.925 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 21:51:57.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:57.926 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 21:51:57.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:57.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 21:51:57.926 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 21:51:57.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:57.926 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 21:51:57.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:57.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 21:51:57.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:57.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:57.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:57.928 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:57.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') 21:51:57.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:57.929 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:57.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:57.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:57.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:57.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:57.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:57.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 21:51:57.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:57.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 21:51:57.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:57.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:57.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:57.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:57.933 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:57.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:57.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:57.935 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:57.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:57.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:57.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:57.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:57.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:57.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 21:51:57.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:57.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:57.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.937 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) 21:51:57.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:57.939 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:57.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:57.941 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:57.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:57.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:57.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:57.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:57.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:57.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:57.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:57.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 21:51:57.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:57.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:57.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:57.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:57.956 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:57.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 '\*?\QProblems\E') 21:51:57.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:57.958 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:57.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:57.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:57.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:57.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:57.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:57.959 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:57.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:57.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:57.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.960 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. 21:51:57.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:57.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:57.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:57.963 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:57.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 '\*?\QProblems\E') 21:51:57.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:57.965 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:57.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:57.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:57.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:57.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:57.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:57.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 21:51:57.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:57.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 21:51:57.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:57.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:57.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:57.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:57.969 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:57.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 '\*?\QProblems\E') 21:51:57.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:57.982 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:57.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:57.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:57.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:57.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:57.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:57.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 21:51:57.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:57.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 21:51:57.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.984 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. 21:51:57.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:57.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:57.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:57.997 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:57.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:57.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:57.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:57.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:57.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:57.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:57.999 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:57.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:57.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:57.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:57.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:57.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:58.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 21:51:58.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:58.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:58.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:58.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:58.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 21:51:58.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:58.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:58.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:58.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:58.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:58.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:58.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:58.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:58.013 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:58.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 '\*?\QProblems\E') 21:51:58.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:58.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:58.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:58.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:58.015 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:58.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:58.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:58.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:58.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:58.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:58.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.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:58.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:58.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:58.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:58.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:58.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 21:51:58.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:58.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:58.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:58.017 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 21:51:58.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:58.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:58.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:58.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:58.029 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:58.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:58.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:58.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:58.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:58.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:58.031 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:58.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:58.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:58.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:58.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:58.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:58.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:58.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:58.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:58.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:58.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:58.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 21:51:58.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:58.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:58.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:58.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:58.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:58.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:58.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:58.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:58.046 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:58.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:51:58.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:58.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:58.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:58.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:58.049 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:58.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:58.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:58.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:58.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:58.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:58.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:51:58.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:58.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:58.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:58.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:58.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 21:51:58.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:58.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:58.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:58.051 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 21:51:58.051 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 21:51:58.112 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 21:51:58.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:58.123 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:51:58.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:58.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:58.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:58.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:58.124 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:58.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 '\*?\QPackage Explorer\E') 21:51:58.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:58.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:58.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:58.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:58.125 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:58.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:58.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:58.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:58.150 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:58.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:58.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:58.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:58.151 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:58.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:58.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:58.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:58.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:58.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:58.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:58.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:59.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:59.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:51:59.152 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:51:59.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:51:59.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:59.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 21:51:59.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:59.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:59.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:51:59.154 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:51:59.154 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:51:59.154 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 21:51:59.154 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:51:59.154 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 21:51:59.154 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 21:51:59.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:59.155 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 21:51:59.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:59.155 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 21:51:59.155 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:51:59.155 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:51:59.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:59.155 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:51:59.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:59.155 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:51:59.155 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 21:51:59.155 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:51:59.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:51:59.155 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:51:59.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:51:59.155 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:51:59.155 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:51:59.155 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:51:59.155 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:51:59.157 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:51:59.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:59.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:59.157 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:59.157 DEBUG [main][MenuItemLookup] Found menu:'File' 21:51:59.157 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:51:59.157 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:51:59.157 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:51:59.157 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:51:59.157 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:51:59.157 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:51:59.157 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:51:59.157 DEBUG [main][MenuItemLookup] Item match:Run 21:51:59.158 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 21:51:59.158 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 21:51:59.158 DEBUG [main][MenuItemLookup] Found menu:'' 21:51:59.158 DEBUG [main][MenuItemLookup] Found menu:'Run History' 21:51:59.158 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:51:59.158 DEBUG [main][MenuItemLookup] Item match:Run As 21:51:59.158 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 21:51:59.158 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 21:51:59.158 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 21:51:59.158 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 21:51:59.158 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 21:51:59.158 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 21:51:59.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 21:51:59.165 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:59.166 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:59.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:59.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 21:51:59.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:59.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:59.196 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:59.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:59.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 21:51:59.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:59.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:59.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.697 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:59.697 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:59.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:59.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 21:51:59.698 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:59.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:59.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 21:51:59.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 21:51:59.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:51:59.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 21:51:59.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:51:59.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:51:59.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:51:59.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:51:59.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 21:51:59.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.702 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:59.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:59.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:59.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:59.705 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:59.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 '\*?\QConsole\E') 21:51:59.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:59.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:59.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:59.706 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:59.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:59.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:59.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:59.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:59.707 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:59.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:59.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:59.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:59.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:59.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 21:51:59.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.710 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:59.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:59.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:59.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:59.713 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:59.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 '\*?\QConsole\E') 21:51:59.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:59.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:59.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:59.715 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:59.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:59.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:59.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:59.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:59.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch... 21:51:59.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.727 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:59.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:59.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:59.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:59.730 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:59.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 '\*?\QConsole\E') 21:51:59.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:59.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:59.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:59.733 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:59.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:59.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:59.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:59.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:59.733 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:59.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:59.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:59.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:59.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:59.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch finished successfully 21:51:59.734 INFO [WorkbenchTestable][AbstractView] Removing launch from console 21:51:59.734 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:59.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:59.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:59.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:59.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:59.735 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") 21:51:59.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:59.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:59.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:51:59.735 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 21:51:59.735 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:51:59.735 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:51:59.736 INFO [WorkbenchTestable][AbstractView] Launch removed 21:51:59.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch... 21:51:59.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.760 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:59.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:59.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:59.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:59.763 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21: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 '\*?\QConsole\E') 21:51:59.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:59.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:59.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:59.765 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:59.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:59.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:59.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:59.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:59.774 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:59.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:59.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:59.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:59.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:59.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:59.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch finished successfully 21:51:59.775 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:59.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:59.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:59.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:59.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:59.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:59.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.777 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:51:59.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.779 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:59.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:59.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:59.779 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:59.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') 21:51:59.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:59.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:59.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:59.782 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:59.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:59.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:59.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:59.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:59.782 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:51:59.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:51:59.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:51:59.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:51:59.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:51:59.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:51:59.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:51:59.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:51:59.784 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:51:59.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:51:59.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:51:59.784 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemoveLaunch no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:51:59.784 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:51:59.784 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTerminateConsole no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:51:59.784 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:51:59.784 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:51:59.784 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:51:59.784 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:51:59.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.786 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:59.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:51:59.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:51:59.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:51:59.788 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:51:59.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 '\*?\QProblems\E') 21:51:59.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:51:59.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:51:59.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:51:59.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:51:59.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:51:59.790 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:59.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:59.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:59.817 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:59.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:59.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:59.818 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:51:59.818 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:51:59.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:51:59.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:51:59.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:51:59.819 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:51:59.820 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:51:59.820 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:59.820 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:59.820 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:51:59.820 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:51:59.820 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:51:59.820 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:51:59.820 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:51:59.820 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:51:59.820 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:51:59.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:52:00.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:52:00.821 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:52:00.821 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:00.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:00.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:00.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:00.822 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:52:00.823 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:52:00.823 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:52:00.823 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:52:00.823 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:52:00.823 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:52:00.823 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:52:00.823 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:52:00.823 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:52:00.823 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:52:00.823 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:52:00.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:52:00.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:52:00.823 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:00.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:00.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:00.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:00.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 21:52:00.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:00.824 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:52:00.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:52:00.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:00.824 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:52:00.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:00.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:52:00.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:52:00.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:00.824 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:52:00.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:00.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:52:00.824 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:00.824 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:00.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:00.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:00.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 21:52:00.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:00.825 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 21:52:00.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 21:52:00.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:00.825 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 21:52:00.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:00.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 21:52:00.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 21:52:00.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:00.825 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 21:52:00.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:00.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 21:52:00.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:00.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:00.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:00.828 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:00.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') 21:52:00.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:00.830 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:00.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:00.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:00.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:00.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:00.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:00.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:00.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:00.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:00.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:00.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:00.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:00.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:00.844 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:00.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 '\*?\QProblems\E') 21:52:00.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:00.847 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:00.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:00.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:00.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:00.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:00.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:00.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 21:52:00.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:00.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:00.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.849 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) 21:52:00.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:00.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:00.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:00.851 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:00.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 '\*?\QProblems\E') 21:52:00.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:00.854 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:00.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:00.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:00.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:00.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:00.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:00.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 21:52:00.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:00.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:00.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:00.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:00.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:00.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:00.858 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:00.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 '\*?\QProblems\E') 21:52:00.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:00.871 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:00.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:00.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:00.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:00.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:00.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:00.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:00.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:00.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 21:52:00.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.873 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. 21:52:00.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:00.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:00.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:00.886 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:00.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:52:00.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:00.888 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:00.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:00.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:00.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:00.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:00.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:00.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:00.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:00.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 21:52:00.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:00.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:00.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:00.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:00.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:00.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 '\*?\QProblems\E') 21:52:00.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:00.906 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:00.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:00.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:00.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:00.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:00.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:00.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:00.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:00.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:00.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.907 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. 21:52:00.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:00.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:00.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:00.920 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:00.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:52:00.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:00.923 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:00.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:00.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:00.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:00.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:00.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:00.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 21:52:00.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:00.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:00.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:00.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:00.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:00.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:00.938 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:00.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 '\*?\QProblems\E') 21:52:00.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:00.940 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:00.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:00.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:00.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:00.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:00.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:00.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 21:52:00.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:00.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 21:52:00.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.952 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 21:52:00.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:00.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:00.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:00.954 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:00.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:52:00.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:00.956 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:00.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:00.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:00.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:00.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:00.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:00.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 21:52:00.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:00.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:00.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:00.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:00.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:00.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:00.970 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:00.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:52:00.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:00.974 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:00.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:00.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:00.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:00.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:00.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:00.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 21:52:00.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:00.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 21:52:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:00.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:00.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:00.985 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 21:52:00.986 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 21:52:01.046 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 21:52:01.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:01.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:01.046 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:52:01.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:01.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:01.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:01.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:01.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:01.047 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:01.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 '\*?\QPackage Explorer\E') 21:52:01.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:01.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:01.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:01.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:01.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:01.048 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:01.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:01.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:01.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:01.056 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:01.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:01.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:01.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:01.057 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:01.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:01.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:01.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:01.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:01.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:01.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:01.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:01.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:02.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:02.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:02.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:52:02.060 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:02.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:02.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:02.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:02.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 21:52:02.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:02.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:02.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:02.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:02.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:02.061 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:52:02.061 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:52:02.061 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 21:52:02.061 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:52:02.061 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 21:52:02.061 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 21:52:02.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:02.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 21:52:02.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:02.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 21:52:02.062 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:52:02.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:52:02.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:02.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:52:02.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:02.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:52:02.062 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestLoopClass.java of tree item test 21:52:02.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:52:02.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:02.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:52:02.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:02.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:52:02.062 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestLoopClass.java 21:52:02.062 DEBUG [main][TreeItemHandler] Selecting tree item: TestLoopClass.java 21:52:02.062 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestLoopClass.java about selection 21:52:02.066 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestLoopClass.java 21:52:02.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:02.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:02.067 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:02.067 DEBUG [main][MenuItemLookup] Found menu:'File' 21:52:02.067 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:52:02.067 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:52:02.067 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:52:02.067 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:52:02.067 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:52:02.067 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:52:02.067 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:52:02.067 DEBUG [main][MenuItemLookup] Item match:Run 21:52:02.067 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 21:52:02.067 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 21:52:02.067 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:02.067 DEBUG [main][MenuItemLookup] Found menu:'Run History' 21:52:02.067 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:52:02.067 DEBUG [main][MenuItemLookup] Item match:Run As 21:52:02.067 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 21:52:02.067 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 21:52:02.067 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 21:52:02.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 21:52:02.068 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 21:52:02.068 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 21:52:02.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass.*'... 21:52:02.075 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:52:02.075 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:02.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:02.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:02.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:52:02.132 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:02.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:02.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:02.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:52:02.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:02.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:02.633 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:52:02.633 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:02.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:02.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:02.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=40595 40596 40597 40598 40599 40600 40601 40602 40603 40604 40605 40606 40607 40608 40609 40610 40611 40612 40613 40614 40615 40616 40617 40618 40619 40620 40621 40622 40623 40624 40625 40626 40627 40628 40629 40630 40631 40632 40633 40634 40635 40636 40637 40638 40639 40640 40641 40642 40643 40644 40645 40646 40647 40648 40649 40650 40651 40652 40653 40654 40655 40656 40657 40658 40659 40660 40661 40662 40663 40664 40665 40666 40667 40668 40669 40670 40671 40672 40673 40674 40675 40676 40677 40678 40679 40680 40681 40682 40683 40684 40685 40686 40687 40688 40689 40690 40691 40692 40693 40694 40695 40696 40697 40698 40699 40700 40701 40702 40703 40704 40705 40706 40707 40708 40709 40710 40711 40712 40713 40714 40715 40716 40717 40718 40719 40720 40721 40722 40723 40724 40725 40726 40727 40728 40729 40730 40731 40732 40733 40734 40735 40736 40737 40738 40739 40740 40741 40742 40743 40744 40745 40746 40747 40748 40749 40750 40751 40752 40753 40754 40755 40756 40757 40758 40759 40760 40761 40762 40763 40764 40765 40766 40767 40768 40769 40770 40771 40772 40773 40774 40775 40776 40777 40778 40779 40780 40781 40782 40783 40784 40785 40786 40787 40788 40789 40790 40791 40792 40793 40794 40795 40796 40797 40798 40799 40800 40801 40802 40803 40804 40805 40806 40807 40808 40809 40810 40811 40812 40813 40814 40815 40816 40817 40818 40819 40820 40821 40822 40823 40824 40825 40826 40827 40828 40829 40830 40831 40832 40833 40834 40835 40836 40837 40838 40839 40840 40841 40842 40843 40844 40845 40846 40847 40848 40849 40850 40851 40852 40853 40854 40855 40856 40857 40858 40859 40860 40861 40862 40863 40864 40865 40866 40867 40868 40869 40870 40871 40872 40873 40874 40875 40876 40877 40878 40879 40880 40881 40882 40883 40884 40885 40886 40887 40888 40889 40890 40891 40892 40893 40894 40895 40896 40897 40898 40899 40900 40901 40902 40903 40904 40905 40906 40907 40908 40909 40910 40911 40912 40913 40914 40915 40916 40917 40918 40919 40920 40921 40922 40923 40924 40925 40926 40927 40928 40929 40930 40931 40932 40933 40934 40935 40936 40937 40938 40939 40940 40941 40942 40943 40944 40945 40946 40947 40948 40949 40950 40951 40952 40953 40954 40955 40956 40957 40958 40959 40960 40961 40962 40963 40964 40965 40966 40967 40968 40969 40970 40971 40972 40973 40974 40975 40976 40977 40978 40979 40980 40981 40982 40983 40984 40985 40986 40987 40988 40989 40990 40991 40992 40993 40994 40995 40996 40997 40998 40999 41000 41001 41002 41003 41004 41005 41006 41007 41008 41009 41010 41011 41012 41013 41014 41015 41016 41017 41018 41019 41020 41021 41022 41023 41024 41025 41026 41027 41028 41029 41030 41031 41032 41033 41034 41035 41036 41037 41038 41039 41040 41041 41042 41043 41044 41045 41046 41047 41048 41049 41050 41051 41052 41053 41054 41055 41056 41057 41058 41059 41060 41061 41062 41063 41064 41065 41066 41067 41068 41069 41070 41071 41072 41073 41074 41075 41076 41077 41078 41079 41080 41081 41082 41083 41084 41085 41086 41087 41088 41089 41090 41091 41092 41093 41094 41095 41096 41097 41098 41099 41100 41101 41102 41103 41104 41105 41106 41107 41108 41109 41110 41111 41112 41113 41114 41115 41116 41117 41118 41119 41120 41121 41122 41123 41124 41125 41126 41127 41128 41129 41130 41131 41132 41133 41134 41135 41136 41137 41138 41139 41140 41141 41142 41143 41144 41145 41146 41147 41148 41149 41150 41151 41152 41153 41154 41155 41156 41157 41158 41159 41160 41161 41162 41163 41164 41165 41166 41167 41168 41169 41170 41171 41172 41173 41174 41175 41176 41177 41178 41179 41180 41181 41182 41183 41184 41185 41186 41187 41188 41189 41190 41191 41192 41193 41194 41195 41196 41197 41198 41199 41200 41201 41202 41203 41204 41205 41206 41207 41208 41209 41210 41211 41212 41213 41214 41215 41216 41217 41218 41219 41220 41221 41222 41223 41224 41225 41226 41227 41228 41229 41230 41231 41232 41233 41234 41235 41236 41237 41238 41239 41240 41241 41242 41243 41244 41245 41246 41247 41248 41249 41250 41251 41252 41253 41254 41255 41256 41257 41258 41259 41260 41261 41262 41263 41264 41265 41266 41267 41268 41269 41270 41271 41272 41273 41274 41275 41276 41277 41278 41279 41280 41281 41282 41283 41284 41285 41286 41287 41288 41289 41290 41291 41292 41293 41294 41295 41296 41297 41298 41299 41300 41301 41302 41303 41304 41305 41306 41307 41308 41309 41310 41311 41312 41313 41314 41315 41316 41317 41318 41319 41320 41321 41322 41323 41324 41325 41326 41327 41328 41329 41330 41331 41332 41333 41334 41335 41336 41337 41338 41339 41340 41341 41342 41343 41344 41345 41346 41347 41348 41349 41350 41351 41352 41353 41354 41355 41356 41357 41358 41359 41360 41361 41362 41363 41364 41365 41366 41367 41368 41369 41370 41371 41372 41373 41374 41375 41376 41377 41378 41379 41380 41381 41382 41383 41384 41385 41386 41387 41388 41389 41390 41391 41392 41393 41394 41395 41396 41397 41398 41399 41400 41401 41402 41403 41404 41405 41406 41407 41408 41409 41410 41411 41412 41413 41414 41415 41416 41417 41418 41419 41420 41421 41422 41423 41424 41425 41426 41427 41428 41429 41430 41431 41432 41433 41434 41435 41436 41437 41438 41439 41440 41441 41442 41443 41444 41445 41446 41447 41448 41449 41450 41451 41452 41453 41454 41455 41456 41457 41458 41459 41460 41461 41462 41463 41464 41465 41466 41467 41468 41469 41470 41471 41472 41473 41474 41475 41476 41477 41478 41479 41480 41481 41482 41483 41484 41485 41486 41487 41488 41489 41490 41491 41492 41493 41494 41495 41496 41497 41498 41499 41500 41501 41502 41503 41504 41505 41506 41507 41508 41509 41510 41511 41512 41513 41514 41515 41516 41517 41518 41519 41520 41521 41522 41523 41524 41525 41526 41527 41528 41529 41530 41531 41532 41533 41534 41535 41536 41537 41538 41539 41540 41541 41542 41543 41544 41545 41546 41547 41548 41549 41550 41551 41552 41553 41554 41555 41556 41557 41558 41559 41560 41561 41562 41563 41564 41565 41566 41567 41568 41569 41570 41571 41572 41573 41574 41575 41576 41577 41578 41579 41580 41581 41582 41583 41584 41585 41586 41587 41588 41589 41590 41591 41592 41593 41594 41595 41596 41597 41598 41599 41600 41601 41602 41603 41604 41605 41606 41607 41608 41609 41610 41611 41612 41613 41614 41615 41616 41617 41618 41619 41620 41621 41622 41623 41624 41625 41626 41627 41628 41629 41630 41631 41632 41633 41634 41635 41636 41637 41638 41639 41640 41641 41642 41643 41644 41645 41646 41647 41648 41649 41650 41651 41652 41653 41654 41655 41656 41657 41658 41659 41660 41661 41662 41663 41664 41665 41666 41667 41668 41669 41670 41671 41672 41673 41674 41675 41676 41677 41678 41679 41680 41681 41682 41683 41684 41685 41686 41687 41688 41689 41690 41691 41692 41693 41694 41695 41696 41697 41698 41699 41700 41701 41702 41703 41704 41705 41706 41707 41708 41709 41710 41711 41712 41713 41714 41715 41716 41717 41718 41719 41720 41721 41722 41723 41724 41725 41726 41727 41728 41729 41730 41731 41732 41733 41734 41735 41736 41737 41738 41739 41740 41741 41742 41743 41744 41745 41746 41747 41748 41749 41750 41751 41752 41753 41754 41755 41756 41757 41758 41759 41760 41761 41762 41763 41764 41765 41766 41767 41768 41769 41770 41771 41772 41773 41774 41775 41776 41777 41778 41779 41780 41781 41782 41783 41784 41785 41786 41787 41788 41789 41790 41791 41792 41793 41794 41795 41796 41797 41798 41799 41800 41801 41802 41803 41804 41805 41806 41807 41808 41809 41810 41811 41812 41813 41814 41815 41816 41817 41818 41819 41820 41821 41822 41823 41824 41825 41826 41827 41828 41829 41830 41831 41832 41833 41834 41835 41836 41837 41838 41839 41840 41841 41842 41843 41844 41845 41846 41847 41848 41849 41850 41851 41852 41853 41854 41855 41856 41857 41858 41859 41860 41861 41862 41863 41864 41865 41866 41867 41868 41869 41870 41871 41872 41873 41874 41875 41876 41877 41878 41879 41880 41881 41882 41883 41884 41885 41886 41887 41888 41889 41890 41891 41892 41893 41894 41895 41896 41897 41898 41899 41900 41901 41902 41903 41904 41905 41906 41907 41908 41909 41910 41911 41912 41913 41914 41915 41916 41917 41918 41919 41920 41921 41922 41923 41924 41925 41926 41927 41928 41929 41930 41931 41932 41933 41934 41935 41936 41937 41938 41939 41940 41941 41942 41943 41944 41945 41946 41947 41948 41949 41950 41951 41952 41953 41954 41955 41956 41957 41958 41959 41960 41961 41962 41963 41964 41965 41966 41967 41968 41969 41970 41971 41972 41973 41974 41975 41976 41977 41978 41979 41980 41981 41982 41983 41984 41985 41986 41987 41988 41989 41990 41991 41992 41993 41994 41995 41996 41997 41998 41999 42000 42001 42002 42003 42004 42005 42006 42007 42008 42009 42010 42011 42012 42013 42014 42015 42016 42017 42018 42019 42020 42021 42022 42023 42024 42025 42026 42027 42028 42029 42030 42031 42032 42033 42034 42035 42036 42037 42038 42039 42040 42041 42042 42043 42044 42045 42046 42047 42048 42049 42050 42051 42052 42053 42054 42055 42056 42057 42058 42059 42060 42061 42062 42063 42064 42065 42066 42067 42068 42069 42070 42071 42072 42073 42074 42075 42076 42077 42078 42079 42080 42081 42082 42083 42084 42085 42086 42087 42088 42089 42090 42091 42092 42093 42094 42095 42096 42097 42098 42099 42100 42101 42102 42103 42104 42105 42106 42107 42108 42109 42110 42111 42112 42113 42114 42115 42116 42117 42118 42119 42120 42121 42122 42123 42124 42125 42126 42127 42128 42129 42130 42131 42132 42133 42134 42135 42136 42137 42138 42139 42140 42141 42142 42143 42144 42145 42146 42147 42148 42149 42150 42151 42152 42153 42154 42155 42156 42157 42158 42159 42160 42161 42162 42163 42164 42165 42166 42167 42168 42169 42170 42171 42172 42173 42174 42175 42176 42177 42178 42179 42180 42181 42182 42183 42184 42185 42186 42187 42188 42189 42190 42191 42192 42193 42194 42195 42196 42197 42198 42199 42200 42201 42202 42203 42204 42205 42206 42207 42208 42209 42210 42211 42212 42213 42214 42215 42216 42217 42218 42219 42220 42221 42222 42223 42224 42225 42226 42227 42228 42229 42230 42231 42232 42233 42234 42235 42236 42237 42238 42239 42240 42241 42242 42243 42244 42245 42246 42247 42248 42249 42250 42251 42252 42253 42254 42255 42256 42257 42258 42259 42260 42261 42262 42263 42264 42265 42266 42267 42268 42269 42270 42271 42272 42273 42274 42275 42276 42277 42278 42279 42280 42281 42282 42283 42284 42285 42286 42287 42288 42289 42290 42291 42292 42293 42294 42295 42296 42297 42298 42299 42300 42301 42302 42303 42304 42305 42306 42307 42308 42309 42310 42311 42312 42313 42314 42315 42316 42317 42318 42319 42320 42321 42322 42323 42324 42325 42326 42327 42328 42329 42330 42331 42332 42333 42334 42335 42336 42337 42338 42339 42340 42341 42342 42343 42344 42345 42346 42347 42348 42349 42350 42351 42352 42353 42354 42355 42356 42357 42358 42359 42360 42361 42362 42363 42364 42365 42366 42367 42368 42369 42370 42371 42372 42373 42374 42375 42376 42377 42378 42379 42380 42381 42382 42383 42384 42385 42386 42387 42388 42389 42390 42391 42392 42393 42394 42395 42396 42397 42398 42399 42400 42401 42402 42403 42404 42405 42406 42407 42408 42409 42410 42411 42412 42413 42414 42415 42416 42417 42418 42419 42420 42421 42422 42423 42424 42425 42426 42427 42428 42429 42430 42431 42432 42433 42434 42435 42436 42437 42438 42439 42440 42441 42442 42443 42444 42445 42446 42447 42448 42449 42450 42451 42452 42453 42454 42455 42456 42457 42458 42459 42460 42461 42462 42463 42464 42465 42466 42467 42468 42469 42470 42471 42472 42473 42474 42475 42476 42477 42478 42479 42480 42481 42482 42483 42484 42485 42486 42487 42488 42489 42490 42491 42492 42493 42494 42495 42496 42497 42498 42499 42500 42501 42502 42503 42504 42505 42506 42507 42508 42509 42510 42511 42512 42513 42514 42515 42516 42517 42518 42519 42520 42521 42522 42523 42524 42525 42526 42527 42528 42529 42530 42531 42532 42533 42534 42535 42536 42537 42538 42539 42540 42541 42542 42543 42544 42545 42546 42547 42548 42549 42550 42551 42552 42553 42554 42555 42556 42557 42558 42559 42560 42561 42562 42563 42564 42565 42566 42567 42568 42569 42570 42571 42572 42573 42574 42575 42576 42577 42578 42579 42580 42581 42582 42583 42584 42585 42586 42587 42588 42589 42590 42591 42592 42593 42594 42595 42596 42597 42598 42599 42600 42601 42602 42603 42604 42605 42606 42607 42608 42609 42610 42611 42612 42613 42614 42615 42616 42617 42618 42619 42620 42621 42622 42623 42624 42625 42626 42627 42628 42629 42630 42631 42632 42633 42634 42635 42636 42637 42638 42639 42640 42641 42642 42643 42644 42645 42646 42647 42648 42649 42650 42651 42652 42653 42654 42655 42656 42657 42658 42659 42660 42661 42662 42663 42664 42665 42666 42667 42668 42669 42670 42671 42672 42673 42674 42675 42676 42677 42678 42679 42680 42681 42682 42683 42684 42685 42686 42687 42688 42689 42690 42691 42692 42693 42694 42695 42696 42697 42698 42699 42700 42701 42702 42703 42704 42705 42706 42707 42708 42709 42710 42711 42712 42713 42714 42715 42716 42717 42718 42719 42720 42721 42722 42723 42724 42725 42726 42727 42728 42729 42730 42731 42732 42733 42734 42735 42736 42737 42738 42739 42740 42741 42742 42743 42744 42745 42746 42747 42748 42749 42750 42751 42752 42753 42754 42755 42756 42757 42758 42759 42760 42761 42762 42763 42764 42765 42766 42767 42768 42769 42770 42771 42772 42773 42774 42775 42776 42777 42778 42779 42780 42781 42782 42783 42784 42785 42786 42787 42788 42789 42790 42791 42792 42793 42794 42795 42796 42797 42798 42799 42800 42801 42802 42803 42804 42805 42806 42807 42808 42809 42810 42811 42812 42813 42814 42815 42816 42817 42818 42819 42820 42821 42822 42823 42824 42825 42826 42827 42828 42829 42830 42831 42832 42833 42834 42835 42836 42837 42838 42839 42840 42841 42842 42843 42844 42845 42846 42847 42848 42849 42850 42851 42852 42853 42854 42855 42856 42857 42858 42859 42860 42861 42862 42863 42864 42865 42866 42867 42868 42869 42870 42871 42872 42873 42874 42875 42876 42877 42878 42879 42880 42881 42882 42883 42884 42885 42886 42887 42888 42889 42890 42891 42892 42893 42894 42895 42896 42897 42898 42899 42900 42901 42902 42903 42904 42905 42906 42907 42908 42909 42910 42911 42912 42913 42914 42915 42916 42917 42918 42919 42920 42921 42922 42923 42924 42925 42926 42927 42928 42929 42930 42931 42932 42933 42934 42935 42936 42937 42938 42939 42940 42941 42942 42943 42944 42945 42946 42947 42948 42949 42950 42951 42952 42953 42954 42955 42956 42957 42958 42959 42960 42961 42962 42963 42964 42965 42966 42967 42968 42969 42970 42971 42972 42973 42974 42975 42976 42977 42978 42979 42980 42981 42982 42983 42984 42985 42986 42987 42988 42989 42990 42991 42992 42993 42994 42995 42996 42997 42998 42999 43000 43001 43002 43003 43004 43005 43006 43007 43008 43009 43010 43011 43012 43013 43014 43015 43016 43017 43018 43019 43020 43021 43022 43023 43024 43025 43026 43027 43028 43029 43030 43031 43032 43033 43034 43035 43036 43037 43038 43039 43040 43041 43042 43043 43044 43045 43046 43047 43048 43049 43050 43051 43052 43053 43054 43055 43056 43057 43058 43059 43060 43061 43062 43063 43064 43065 43066 43067 43068 43069 43070 43071 43072 43073 43074 43075 43076 43077 43078 43079 43080 43081 43082 43083 43084 43085 43086 43087 43088 43089 43090 43091 43092 43093 43094 43095 43096 43097 43098 43099 43100 43101 43102 43103 43104 43105 43106 43107 43108 43109 43110 43111 43112 43113 43114 43115 43116 43117 43118 43119 43120 43121 43122 43123 43124 43125 43126 43127 43128 43129 43130 43131 43132 43133 43134 43135 43136 43137 43138 43139 43140 43141 43142 43143 43144 43145 43146 43147 43148 43149 43150 43151 43152 43153 43154 43155 43156 43157 43158 43159 43160 43161 43162 43163 43164 43165 43166 43167 43168 43169 43170 43171 43172 43173 43174 43175 43176 43177 43178 43179 43180 43181 43182 43183 43184 43185 43186 43187 43188 43189 43190 43191 43192 43193 43194 43195 43196 43197 43198 43199 43200 43201 43202 43203 43204 43205 43206 43207 43208 43209 43210 43211 43212 43213 43214 43215 43216 43217 43218 43219 43220 43221 43222 43223 43224 43225 43226 43227 43228 43229 43230 43231 43232 43233 43234 43235 43236 43237 43238 43239 43240 43241 43242 43243 43244 43245 43246 43247 43248 43249 43250 43251 43252 43253 43254 43255 43256 43257 43258 43259 43260 43261 43262 43263 43264 43265 43266 43267 43268 43269 43270 43271 43272 43273 43274 43275 43276 43277 43278 43279 43280 43281 43282 43283 43284 43285 43286 43287 43288 43289 43290 43291 43292 43293 43294 43295 43296 43297 43298 43299 43300 43301 43302 43303 43304 43305 43306 43307 43308 43309 43310 43311 43312 43313 43314 43315 43316 43317 43318 43319 43320 43321 43322 43323 43324 43325 43326 43327 43328 43329 43330 43331 43332 43333 43334 43335 43336 43337 43338 43339 43340 43341 43342 43343 43344 43345 43346 43347 43348 43349 43350 43351 43352 43353 43354 43355 43356 43357 43358 43359 43360 43361 43362 43363 43364 43365 43366 43367 43368 43369 43370 43371 43372 43373 43374 43375 43376 43377 43378 43379 43380 43381 43382 43383 43384 43385 43386 43387 43388 43389 43390 43391 43392 43393 43394 43395 43396 43397 43398 43399 43400 43401 43402 43403 43404 43405 43406 43407 43408 43409 43410 43411 43412 43413 43414 43415 43416 43417 43418 43419 43420 43421 43422 43423 43424 43425 43426 43427 43428 43429 43430 43431 43432 43433 43434 43435 43436 43437 43438 43439 43440 43441 43442 43443 43444 43445 43446 43447 43448 43449 43450 43451 43452 43453 43454 43455 43456 43457 43458 43459 43460 43461 43462 43463 43464 43465 43466 43467 43468 43469 43470 43471 43472 43473 43474 43475 43476 43477 43478 43479 43480 43481 43482 43483 43484 43485 43486 43487 43488 43489 43490 43491 43492 43493 43494 43495 43496 43497 43498 43499 43500 43501 43502 43503 43504 43505 43506 43507 43508 43509 43510 43511 43512 43513 43514 43515 43516 43517 43518 43519 43520 43521 43522 43523 43524 43525 43526 43527 43528 43529 43530 43531 43532 43533 43534 43535 43536 43537 43538 43539 43540 43541 43542 43543 43544 43545 43546 43547 43548 43549 43550 43551 43552 43553 43554 43555 43556 43557 43558 43559 43560 43561 43562 43563 43564 43565 43566 43567 43568 43569 43570 43571 43572 43573 43574 43575 43576 43577 43578 43579 43580 43581 43582 43583 43584 43585 43586 43587 43588 43589 43590 43591 43592 43593 43594 43595 43596 43597 43598 43599 43600 43601 43602 43603 43604 43605 43606 43607 43608 43609 43610 43611 43612 43613 43614 43615 43616 43617 43618 43619 43620 43621 43622 43623 43624 43625 43626 43627 43628 43629 43630 43631 43632 43633 43634 43635 43636 43637 43638 43639 43640 43641 43642 43643 43644 43645 43646 43647 43648 43649 43650 43651 43652 43653 43654 43655 43656 43657 43658 43659 43660 43661 43662 43663 43664 43665 43666 43667 43668 43669 43670 43671 43672 43673 43674 43675 43676 43677 43678 43679 43680 43681 43682 43683 43684 43685 43686 43687 43688 43689 43690 43691 43692 43693 43694 43695 43696 43697 43698 43699 43700 43701 43702 43703 43704 43705 43706 43707 43708 43709 43710 43711 43712 43713 43714 43715 43716 43717 43718 43719 43720 43721 43722 43723 43724 43725 43726 43727 43728 43729 43730 43731 43732 43733 43734 43735 43736 43737 43738 43739 43740 43741 43742 43743 43744 43745 43746 43747 43748 43749 43750 43751 43752 43753 43754 43755 43756 43757 43758 43759 43760 43761 43762 43763 43764 43765 43766 43767 43768 43769 43770 43771 43772 43773 43774 43775 43776 43777 43778 43779 43780 43781 43782 43783 43784 43785 43786 43787 43788 43789 43790 43791 43792 43793 43794 43795 43796 43797 43798 43799 43800 43801 43802 43803 43804 43805 43806 43807 43808 43809 43810 43811 43812 43813 43814 43815 43816 43817 43818 43819 43820 43821 43822 43823 43824 43825 43826 43827 43828 43829 43830 43831 43832 43833 43834 43835 43836 43837 43838 43839 43840 43841 43842 43843 43844 43845 43846 43847 43848 43849 43850 43851 43852 43853 43854 43855 43856 43857 43858 43859 43860 43861 43862 43863 43864 43865 43866 43867 43868 43869 43870 43871 43872 43873 43874 43875 43876 43877 43878 43879 43880 43881 43882 43883 43884 43885 43886 43887 43888 43889 43890 43891 43892 43893 43894 43895 43896 43897 43898 43899 43900 43901 43902 43903 43904 43905 43906 43907 43908 43909 43910 43911 43912 43913 43914 43915 43916 43917 43918 43919 43920 43921 43922 43923 43924 43925 43926 43927 43928 43929 43930 43931 43932 43933 43934 43935 43936 43937 43938 43939 43940 43941 43942 43943 43944 43945 43946 43947 43948 43949 43950 43951 43952 43953 43954 43955 43956 43957 43958 43959 43960 43961 43962 43963 43964 43965 43966 43967 43968 43969 43970 43971 43972 43973 43974 43975 43976 43977 43978 43979 43980 43981 43982 43983 43984 43985 43986 43987 43988 43989 43990 43991 43992 43993 43994 43995 43996 43997 43998 43999 44000 44001 44002 44003 44004 44005 44006 44007 44008 44009 44010 44011 44012 44013 44014 44015 44016 44017 44018 44019 44020 44021 44022 44023 44024 44025 44026 44027 44028 44029 44030 44031 44032 44033 44034 44035 44036 44037 44038 44039 44040 44041 44042 44043 44044 44045 44046 44047 44048 44049 44050 44051 44052 44053 44054 44055 44056 44057 44058 44059 44060 44061 44062 44063 44064 44065 44066 44067 44068 44069 44070 44071 44072 44073 44074 44075 44076 44077 44078 44079 44080 44081 44082 44083 44084 44085 44086 44087 44088 44089 44090 44091 44092 44093 44094 44095 44096 44097 44098 44099 44100 44101 44102 44103 44104 44105 44106 44107 44108 44109 44110 44111 44112 44113 44114 44115 44116 44117 44118 44119 44120 44121 44122 44123 44124 44125 44126 44127 44128 44129 44130 44131 44132 44133 44134 44135 44136 44137 44138 44139 44140 44141 44142 44143 44144 44145 44146 44147 44148 44149 44150 44151 44152 44153 44154 44155 44156 44157 44158 44159 44160 44161 44162 44163 44164 44165 44166 44167 44168 44169 44170 44171 44172 44173 44174 44175 44176 44177 44178 44179 44180 44181 44182 44183 44184 44185 44186 44187 44188 44189 44190 44191 44192 44193 44194 44195 44196 44197 44198 44199 44200 44201 44202 44203 44204 44205 44206 44207 44208 44209 44210 44211 44212 44213 44214 44215 44216 44217 44218 44219 44220 44221 44222 44223 44224 44225 44226 44227 44228 44229 44230 44231 44232 44233 44234 44235 44236 44237 44238 44239 44240 44241 44242 44243 44244 44245 44246 44247 44248 44249 44250 44251 44252 44253 44254 44255 44256 44257 44258 44259 44260 44261 44262 44263 44264 44265 44266 44267 44268 44269 44270 44271 44272 44273 44274 44275 44276 44277 44278 44279 44280 44281 44282 44283 44284 44285 44286 44287 44288 44289 44290 44291 44292 44293 44294 44295 44296 44297 44298 44299 44300 44301 44302 44303 44304 44305 44306 44307 44308 44309 44310 44311 44312 44313 44314 44315 44316 44317 44318 44319 44320 44321 44322 44323 44324 44325 44326 44327 44328 44329 44330 44331 44332 44333 44334 44335 44336 44337 44338 44339 44340 44341 44342 44343 44344 44345 44346 44347 44348 44349 44350 44351 44352 44353 44354 44355 44356 44357 44358 44359 44360 44361 44362 44363 44364 44365 44366 44367 44368 44369 44370 44371 44372 44373 44374 44375 44376 44377 44378 44379 44380 44381 44382 44383 44384 44385 44386 44387 44388 44389 44390 44391 44392 44393 44394 44395 44396 44397 44398 44399 44400 44401 44402 44403 44404 44405 44406 44407 44408 44409 44410 44411 44412 44413 44414 44415 44416 44417 44418 44419 44420 44421 44422 44423 44424 44425 44426 44427 44428 44429 44430 44431 44432 44433 44434 44435 44436 44437 44438 44439 44440 44441 44442 44443 44444 44445 44446 44447 44448 44449 44450 44451 44452 44453 44454 44455 44456 44457 44458 44459 44460 44461 44462 44463 44464 44465 44466 44467 44468 44469 44470 44471 44472 44473 44474 44475 44476 44477 44478 44479 44480 44481 44482 44483 44484 44485 44486 44487 44488 44489 44490 44491 44492 44493 44494 44495 44496 44497 44498 44499 44500 44501 44502 44503 44504 44505 44506 44507 44508 44509 44510 44511 44512 44513 44514 44515 44516 44517 44518 44519 44520 44521 44522 44523 44524 44525 44526 44527 44528 44529 44530 44531 44532 44533 44534 44535 44536 44537 44538 44539 44540 44541 44542 44543 44544 44545 44546 44547 44548 44549 44550 44551 44552 44553 44554 44555 44556 44557 44558 44559 44560 44561 44562 44563 44564 44565 44566 44567 44568 44569 44570 44571 44572 44573 44574 44575 44576 44577 44578 44579 44580 44581 44582 44583 44584 44585 44586 44587 44588 44589 44590 44591 44592 44593 44594 44595 44596 44597 44598 44599 44600 44601 44602 44603 44604 44605 44606 44607 44608 44609 44610 44611 44612 44613 44614 44615 44616 44617 44618 44619 44620 44621 44622 44623 44624 44625 44626 44627 44628 44629 44630 44631 44632 44633 44634 44635 44636 44637 44638 44639 44640 44641 44642 44643 44644 44645 44646 44647 44648 44649 44650 44651 44652 44653 44654 44655 44656 44657 44658 44659 44660 44661 44662 44663 44664 44665 44666 44667 44668 44669 44670 44671 44672 44673 44674 44675 44676 44677 44678 44679 44680 44681 44682 44683 44684 44685 44686 44687 44688 44689 44690 44691 44692 44693 44694 44695 44696 44697 44698 44699 44700 44701 44702 44703 44704 44705 44706 44707 44708 44709 44710 44711 44712 44713 44714 44715 44716 44717 44718 44719 44720 44721 44722 44723 44724 44725 44726 44727 44728 44729 44730 44731 44732 44733 44734 44735 44736 44737 44738 44739 44740 44741 44742 44743 44744 44745 44746 44747 44748 44749 44750 44751 44752 44753 44754 44755 44756 44757 44758 44759 44760 44761 44762 44763 44764 44765 44766 44767 44768 44769 44770 44771 44772 44773 44774 44775 44776 44777 44778 44779 44780 44781 44782 44783 44784 44785 44786 44787 44788 44789 44790 44791 44792 44793 44794 44795 44796 44797 44798 44799 44800 44801 44802 44803 44804 44805 44806 44807 44808 44809 44810 44811 44812 44813 44814 44815 44816 44817 44818 44819 44820 44821 44822 44823 44824 44825 44826 44827 44828 44829 44830 44831 44832 44833 44834 44835 44836 44837 44838 44839 44840 44841 44842 44843 44844 44845 44846 44847 44848 44849 44850 44851 44852 44853 44854 44855 44856 44857 44858 44859 44860 44861 44862 44863 44864 44865 44866 44867 44868 44869 44870 44871 44872 44873 44874 44875 44876 44877 44878 44879 44880 44881 44882 44883 44884 44885 44886 44887 44888 44889 44890 44891 44892 44893 44894 44895 44896 44897 44898 44899 44900 44901 44902 44903 44904 44905 44906 44907 44908 44909 44910 44911 44912 44913 44914 44915 44916 44917 44918 44919 44920 44921 44922 44923 44924 44925 44926 44927 44928 44929 44930 44931 44932 44933 44934 44935 44936 44937 44938 44939 44940 44941 44942 44943 44944 44945 44946 44947 44948 44949 44950 44951 44952 44953 44954 44955 44956 44957 44958 44959 44960 44961 44962 44963 44964 44965 44966 44967 44968 44969 44970 44971 44972 44973 44974 44975 44976 44977 44978 44979 44980 44981 44982 44983 44984 44985 44986 44987 44988 44989 44990 44991 44992 44993 44994 44995 44996 44997 44998 44999 45000 45001 45002 45003 45004 45005 45006 45007 45008 45009 45010 45011 45012 45013 45014 45015 45016 45017 45018 45019 45020 45021 45022 45023 45024 45025 45026 45027 45028 45029 45030 45031 45032 45033 45034 45035 45036 45037 45038 45039 45040 45041 45042 45043 45044 45045 45046 45047 45048 45049 45050 45051 45052 45053 45054 45055 45056 45057 45058 45059 45060 45061 45062 45063 45064 45065 45066 45067 45068 45069 45070 45071 45072 45073 45074 45075 45076 45077 45078 45079 45080 45081 45082 45083 45084 45085 45086 45087 45088 45089 45090 45091 45092 45093 45094 45095 45096 45097 45098 45099 45100 45101 45102 45103 45104 45105 45106 45107 45108 45109 45110 45111 45112 45113 45114 45115 45116 45117 45118 45119 45120 45121 45122 45123 45124 45125 45126 45127 45128 45129 45130 45131 45132 45133 45134 45135 45136 45137 45138 45139 45140 45141 45142 45143 45144 45145 45146 45147 45148 45149 45150 45151 45152 45153 45154 45155 45156 45157 45158 45159 45160 45161 45162 45163 45164 45165 45166 45167 45168 45169 45170 45171 45172 45173 45174 45175 45176 45177 45178 45179 45180 45181 45182 45183 45184 45185 45186 45187 45188 45189 45190 45191 45192 45193 45194 45195 45196 45197 45198 45199 45200 45201 45202 45203 45204 45205 45206 45207 45208 45209 45210 45211 45212 45213 45214 45215 45216 45217 45218 45219 45220 45221 45222 45223 45224 45225 45226 45227 45228 45229 45230 45231 45232 45233 45234 45235 45236 45237 45238 45239 45240 45241 45242 45243 45244 45245 45246 45247 45248 45249 45250 45251 45252 45253 45254 45255 45256 45257 45258 45259 45260 45261 45262 45263 45264 45265 45266 45267 45268 45269 45270 45271 45272 45273 45274 45275 45276 45277 45278 45279 45280 45281 45282 45283 45284 45285 45286 45287 45288 45289 45290 45291 45292 45293 45294 45295 45296 45297 45298 45299 45300 45301 45302 45303 45304 45305 45306 45307 45308 45309 45310 45311 45312 45313 45314 45315 45316 45317 45318 45319 45320 45321 45322 45323 45324 45325 45326 45327 45328 45329 45330 45331 45332 45333 45334 45335 45336 45337 45338 45339 45340 45341 45342 45343 45344 45345 45346 45347 45348 45349 45350 45351 45352 45353 45354 45355 45356 45357 45358 45359 45360 45361 45362 45363 45364 45365 45366 45367 45368 45369 45370 45371 45372 45373 45374 45375 45376 45377 45378 45379 45380 45381 45382 45383 45384 45385 45386 45387 45388 45389 45390 45391 45392 45393 45394 45395 45396 45397 45398 45399 45400 45401 45402 45403 45404 45405 45406 45407 45408 45409 45410 45411 45412 45413 45414 45415 45416 45417 45418 45419 45420 45421 45422 45423 45424 45425 45426 45427 45428 45429 45430 45431 45432 45433 45434 45435 45436 45437 45438 45439 45440 45441 45442 45443 45444 45445 45446 45447 45448 45449 45450 45451 45452 45453 45454 45455 45456 45457 45458 45459 45460 45461 45462 45463 45464 45465 45466 45467 45468 45469 45470 45471 45472 45473 45474 45475 45476 45477 45478 45479 45480 45481 45482 45483 45484 45485 45486 45487 45488 45489 45490 45491 45492 45493 45494 45495 45496 45497 45498 45499 45500 45501 45502 45503 45504 45505 45506 45507 45508 45509 45510 45511 45512 45513 45514 45515 45516 45517 45518 45519 45520 45521 45522 45523 45524 45525 45526 45527 45528 45529 45530 45531 45532 45533 45534 45535 45536 45537 45538 45539 45540 45541 45542 45543 45544 45545 45546 45547 45548 45549 45550 45551 45552 45553 45554 45555 45556 45557 45558 45559 45560 45561 45562 45563 45564 45565 45566 45567 45568 45569 45570 45571 45572 45573 45574 45575 45576 45577 45578 45579 45580 45581 45582 45583 45584 45585 45586 45587 45588 45589 45590 45591 45592 45593 45594 45595 45596 45597 45598 45599 45600 45601 45602 45603 45604 45605 45606 45607 45608 45609 45610 45611 45612 45613 45614 45615 45616 45617 45618 45619 45620 45621 45622 45623 45624 45625 45626 45627 45628 45629 45630 45631 45632 45633 45634 45635 45636 45637 45638 45639 45640 45641 45642 45643 45644 45645 45646 45647 45648 45649 45650 45651 45652 45653 45654 45655 45656 45657 45658 45659 45660 45661 45662 45663 45664 45665 45666 45667 45668 45669 45670 45671 45672 45673 45674 45675 45676 45677 45678 45679 45680 45681 45682 45683 45684 45685 45686 45687 45688 45689 45690 45691 45692 45693 45694 45695 45696 45697 45698 45699 45700 45701 45702 45703 45704 45705 45706 45707 45708 45709 45710 45711 45712 45713 45714 45715 45716 45717 45718 45719 45720 45721 45722 45723 45724 45725 45726 45727 45728 45729 45730 45731 45732 45733 45734 45735 45736 45737 45738 45739 45740 45741 45742 45743 45744 45745 45746 45747 45748 45749 45750 45751 45752 45753 45754 45755 45756 45757 45758 45759 45760 45761 45762 45763 45764 45765 45766 45767 45768 45769 45770 45771 45772 45773 45774 45775 45776 45777 45778 45779 45780 45781 45782 45783 45784 45785 45786 45787 45788 45789 45790 45791 45792 45793 45794 45795 45796 45797 45798 45799 45800 45801 45802 45803 45804 45805 45806 45807 45808 45809 45810 45811 45812 45813 45814 45815 45816 45817 45818 45819 45820 45821 45822 45823 45824 45825 45826 45827 45828 45829 45830 45831 45832 45833 45834 45835 45836 45837 45838 45839 45840 45841 45842 45843 45844 45845 45846 45847 45848 45849 45850 45851 45852 45853 45854 45855 45856 45857 45858 45859 45860 45861 45862 45863 45864 45865 45866 45867 45868 45869 45870 45871 45872 45873 45874 45875 45876 45877 45878 45879 45880 45881 45882 45883 45884 45885 45886 45887 45888 45889 45890 45891 45892 45893 45894 45895 45896 45897 45898 45899 45900 45901 45902 45903 45904 45905 45906 45907 45908 45909 45910 45911 45912 45913 45914 45915 45916 45917 45918 45919 45920 45921 45922 45923 45924 45925 45926 45927 45928 45929 45930 45931 45932 45933 45934 45935 45936 45937 45938 45939 45940 45941 45942 45943 45944 45945 45946 45947 45948 45949 45950 45951 45952 45953 45954 45955 45956 45957 45958 45959 45960 45961 45962 45963 45964 45965 45966 45967 45968 45969 45970 45971 45972 45973 45974 45975 45976 45977 45978 45979 45980 45981 45982 45983 45984 45985 45986 45987 45988 45989 45990 45991 45992 45993 45994 45995 45996 45997 45998 45999 46000 46001 46002 46003 46004 46005 46006 46007 46008 46009 46010 46011 46012 46013 46014 46015 46016 46017 46018 46019 46020 46021 46022 46023 46024 46025 46026 46027 46028 46029 46030 46031 46032 46033 46034 46035 46036 46037 46038 46039 46040 46041 46042 46043 46044 46045 46046 46047 46048 46049 46050 46051 46052 46053 46054 46055 46056 46057 46058 46059 46060 46061 46062 46063 46064 46065 46066 46067 46068 46069 46070 46071 46072 46073 46074 46075 46076 46077 46078 46079 46080 46081 46082 46083 46084 46085 46086 46087 46088 46089 46090 46091 46092 46093 46094 46095 46096 46097 46098 46099 46100 46101 46102 46103 46104 46105 46106 46107 46108 46109 46110 46111 46112 46113 46114 46115 46116 46117 46118 46119 46120 46121 46122 46123 46124 46125 46126 46127 46128 46129 46130 46131 46132 46133 46134 46135 46136 46137 46138 46139 46140 46141 46142 46143 46144 46145 46146 46147 46148 46149 46150 46151 46152 46153 46154 46155 46156 46157 46158 46159 46160 46161 46162 46163 46164 46165 46166 46167 46168 46169 46170 46171 46172 46173 46174 46175 46176 46177 46178 46179 46180 46181 46182 46183 46184 46185 46186 46187 46188 46189 46190 46191 46192 46193 46194 46195 46196 46197 46198 46199 46200 46201 46202 46203 46204 46205 46206 46207 46208 46209 46210 46211 46212 46213 46214 46215 46216 46217 46218 46219 46220 46221 46222 46223 46224 46225 46226 46227 46228 46229 46230 46231 46232 46233 46234 46235 46236 46237 46238 46239 46240 46241 46242 46243 46244 46245 46246 46247 46248 46249 46250 46251 46252 46253 46254 46255 46256 46257 46258 46259 46260 46261 46262 46263 46264 46265 46266 46267 46268 46269 46270 46271 46272 46273 46274 46275 46276 46277 46278 46279 46280 46281 46282 46283 46284 46285 46286 46287 46288 46289 46290 46291 46292 46293 46294 46295 46296 46297 46298 46299 46300 46301 46302 46303 46304 46305 46306 46307 46308 46309 46310 46311 46312 46313 46314 46315 46316 46317 46318 46319 46320 46321 46322 46323 46324 46325 46326 46327 46328 46329 46330 46331 46332 46333 46334 46335 46336 46337 46338 46339 46340 46341 46342 46343 46344 46345 46346 46347 46348 46349 46350 46351 46352 46353 46354 46355 46356 46357 46358 46359 46360 46361 46362 46363 46364 46365 46366 46367 46368 46369 46370 46371 46372 46373 46374 46375 46376 46377 46378 46379 46380 46381 46382 46383 46384 46385 46386 46387 46388 46389 46390 46391 46392 46393 46394 46395 46396 46397 46398 46399 46400 46401 46402 46403 46404 46405 46406 46407 46408 46409 46410 46411 46412 46413 46414 46415 46416 46417 46418 46419 46420 46421 46422 46423 46424 46425 46426 46427 46428 46429 46430 46431 46432 46433 46434 46435 46436 46437 46438 46439 46440 46441 46442 46443 46444 46445 46446 46447 46448 46449 46450 46451 46452 46453 46454 46455 46456 46457 46458 46459 46460 46461 46462 46463 46464 46465 46466 46467 46468 46469 46470 46471 46472 46473 46474 46475 46476 46477 46478 46479 46480 46481 46482 46483 46484 46485 46486 46487 46488 46489 46490 46491 46492 46493 46494 46495 46496 46497 46498 46499 46500 46501 46502 46503 46504 46505 46506 46507 46508 46509 46510 46511 46512 46513 46514 46515 46516 46517 46518 46519 46520 46521 46522 46523 46524 46525 46526 46527 46528 46529 46530 46531 46532 46533 46534 46535 46536 46537 46538 46539 46540 46541 46542 46543 46544 46545 46546 46547 46548 46549 46550 46551 46552 46553 46554 46555 46556 46557 46558 46559 46560 46561 46562 46563 46564 46565 46566 46567 46568 46569 46570 46571 46572 46573 46574 46575 46576 46577 46578 46579 46580 46581 46582 46583 46584 46585 46586 46587 46588 46589 46590 46591 46592 46593 46594 46595 46596 46597 46598 46599 46600 46601 46602 46603 46604 46605 46606 46607 46608 46609 46610 46611 46612 46613 46614 46615 46616 46617 46618 46619 46620 46621 46622 46623 46624 46625 46626 46627 46628 46629 46630 46631 46632 46633 46634 46635 46636 46637 46638 46639 46640 46641 46642 46643 46644 46645 46646 46647 46648 46649 46650 46651 46652 46653 46654 46655 46656 46657 46658 46659 46660 46661 46662 46663 46664 46665 46666 46667 46668 46669 46670 46671 46672 46673 46674 46675 46676 46677 46678 46679 46680 46681 46682 46683 46684 46685 46686 46687 46688 46689 46690 46691 46692 46693 46694 46695 46696 46697 46698 46699 46700 46701 46702 46703 46704 46705 46706 46707 46708 46709 46710 46711 46712 46713 46714 46715 46716 46717 46718 46719 46720 46721 46722 46723 46724 46725 46726 46727 46728 46729 46730 46731 46732 46733 46734 46735 46736 46737 46738 46739 46740 46741 46742 46743 46744 46745 46746 46747 46748 46749 46750 46751 46752 46753 46754 46755 46756 46757 46758 46759 46760 46761 46762 46763 46764 46765 46766 46767 46768 46769 46770 46771 46772 46773 46774 46775 46776 46777 46778 46779 46780 46781 46782 46783 46784 46785 46786 46787 46788 46789 46790 46791 46792 46793 46794 46795 46796 46797 46798 46799 46800 46801 46802 46803 46804 46805 46806 46807 46808 46809 46810 46811 46812 46813 46814 46815 46816 46817 46818 46819 46820 46821 46822 46823 46824 46825 46826 46827 46828 46829 46830 46831 46832 46833 46834 46835 46836 46837 46838 46839 46840 46841 46842 46843 46844 46845 46846 46847 46848 46849 46850 46851 46852 46853 46854 46855 46856 46857 46858 46859 46860 46861 46862 46863 46864 46865 46866 46867 46868 46869 46870 46871 46872 46873 46874 46875 46876 46877 46878 46879 46880 46881 46882 46883 46884 46885 46886 46887 46888 46889 46890 46891 46892 46893 46894 46895 46896 46897 46898 46899 46900 46901 46902 46903 46904 46905 46906 46907 46908 46909 46910 46911 46912 46913 46914 46915 46916 46917 46918 46919 46920 46921 46922 46923 46924 46925 46926 46927 46928 46929 46930 46931 46932 46933 46934 46935 46936 46937 46938 46939 46940 46941 46942 46943 46944 46945 46946 46947 46948 46949 46950 46951 46952 46953 46954 46955 46956 46957 46958 46959 46960 46961 46962 46963 46964 46965 46966 46967 46968 46969 46970 46971 46972 46973 46974 46975 46976 46977 46978 46979 46980 46981 46982 46983 46984 46985 46986 46987 46988 46989 46990 46991 46992 46993 46994 46995 46996 46997 46998 46999 47000 47001 47002 47003 47004 47005 47006 47007 47008 47009 47010 47011 47012 47013 47014 47015 47016 47017 47018 47019 47020 47021 47022 47023 47024 47025 47026 47027 47028 47029 47030 47031 47032 47033 47034 47035 47036 47037 47038 47039 47040 47041 47042 47043 47044 47045 47046 47047 47048 47049 47050 47051 47052 47053 47054 47055 47056 47057 47058 47059 47060 47061 47062 47063 47064 47065 47066 47067 47068 47069 47070 47071 47072 47073 47074 47075 47076 47077 47078 47079 47080 47081 47082 47083 47084 47085 47086 47087 47088 47089 47090 47091 47092 47093 47094 47095 47096 47097 47098 47099 47100 47101 47102 47103 47104 47105 47106 47107 47108 47109 47110 47111 47112 47113 47114 47115 47116 47117 47118 47119 47120 47121 47122 47123 47124 47125 47126 47127 47128 47129 47130 47131 47132 47133 47134 47135 47136 47137 47138 47139 47140 47141 47142 47143 47144 47145 47146 47147 47148 47149 47150 47151 47152 47153 47154 47155 47156 47157 47158 47159 47160 47161 47162 47163 47164 47165 47166 47167 47168 47169 47170 47171 47172 47173 47174 47175 47176 47177 47178 47179 47180 47181 47182 47183 47184 47185 47186 47187 47188 47189 47190 47191 47192 47193 47194 47195 47196 47197 47198 47199 47200 47201 47202 47203 47204 47205 47206 47207 47208 47209 47210 47211 47212 47213 47214 47215 47216 47217 47218 47219 47220 47221 47222 47223 47224 47225 47226 47227 47228 47229 47230 47231 47232 47233 47234 47235 47236 47237 47238 47239 47240 47241 47242 47243 47244 47245 47246 47247 47248 47249 47250 47251 47252 47253 47254 47255 47256 47257 47258 47259 47260 47261 47262 47263 47264 47265 47266 47267 47268 47269 47270 47271 47272 47273 47274 47275 47276 47277 47278 47279 47280 47281 47282 47283 47284 47285 47286 47287 47288 47289 47290 47291 47292 47293 47294 47295 47296 47297 47298 47299 47300 47301 47302 47303 47304 47305 47306 47307 47308 47309 47310 47311 47312 47313 47314 47315 47316 47317 47318 47319 47320 47321 47322 47323 47324 47325 47326 47327 47328 47329 47330 47331 47332 47333 47334 47335 47336 47337 47338 47339 47340 47341 47342 47343 47344 47345 47346 47347 47348 47349 47350 47351 47352 47353 47354 47355 47356 47357 47358 47359 47360 47361 47362 47363 47364 47365 47366 47367 47368 47369 47370 47371 47372 47373 47374 47375 47376 47377 47378 47379 47380 47381 47382 47383 47384 47385 47386 47387 47388 47389 47390 47391 47392 47393 47394 47395 47396 47397 47398 47399 47400 47401 47402 47403 47404 47405 47406 47407 47408 47409 47410 47411 47412 47413 47414 47415 47416 47417 47418 47419 47420 47421 47422 47423 47424 47425 47426 47427 47428 47429 47430 47431 47432 47433 47434 47435 47436 47437 47438 47439 47440 47441 47442 47443 47444 47445 47446 47447 47448 47449 47450 47451 47452 47453 47454 47455 47456 47457 47458 47459 47460 47461 47462 47463 47464 47465 47466 47467 47468 47469 47470 47471 47472 47473 47474 47475 47476 47477 47478 47479 47480 47481 47482 47483 47484 47485 47486 47487 47488 47489 47490 47491 47492 47493 47494 47495 47496 47497 47498 47499 47500 47501 47502 47503 47504 47505 47506 47507 47508 47509 47510 47511 47512 47513 47514 47515 47516 47517 47518 47519 47520 47521 47522 47523 47524 47525 47526 47527 47528 47529 47530 47531 47532 47533 47534 47535 47536 47537 47538 47539 47540 47541 47542 47543 47544 47545 47546 47547 47548 47549 47550 47551 47552 47553 47554 47555 47556 47557 47558 47559 47560 47561 47562 47563 47564 47565 47566 47567 47568 47569 47570 47571 47572 47573 47574 47575 47576 47577 47578 47579 47580 47581 47582 47583 47584 47585 47586 47587 47588 47589 47590 47591 47592 47593 47594 47595 47596 47597 47598 47599 47600 47601 47602 47603 47604 47605 47606 47607 47608 47609 47610 47611 47612 47613 47614 47615 47616 47617 47618 47619 47620 47621 47622 47623 47624 47625 47626 47627 47628 47629 47630 47631 47632 47633 47634 47635 47636 47637 47638 47639 47640 47641 47642 47643 47644 47645 47646 47647 47648 47649 47650 47651 47652 47653 47654 47655 47656 47657 47658 47659 47660 47661 47662 47663 47664 47665 47666 47667 47668 47669 47670 47671 47672 47673 47674 47675 47676 47677 47678 47679 47680 47681 47682 47683 47684 47685 47686 47687 47688 47689 47690 47691 47692 47693 47694 47695 47696 47697 47698 47699 47700 47701 47702 47703 47704 47705 47706 47707 47708 47709 47710 47711 47712 47713 47714 47715 47716 47717 47718 47719 47720 47721 47722 47723 47724 47725 47726 47727 47728 47729 47730 47731 47732 47733 47734 47735 47736 47737 47738 47739 47740 47741 47742 47743 47744 47745 47746 47747 47748 47749 47750 47751 47752 47753 47754 47755 47756 47757 47758 47759 47760 47761 47762 47763 47764 47765 47766 47767 47768 47769 47770 47771 47772 47773 47774 47775 47776 47777 47778 47779 47780 47781 47782 47783 47784 47785 47786 47787 47788 47789 47790 47791 47792 47793 47794 47795 47796 47797 47798 47799 47800 47801 47802 47803 47804 47805 47806 47807 47808 47809 47810 47811 47812 47813 47814 47815 47816 47817 47818 47819 47820 47821 47822 47823 47824 47825 47826 47827 47828 47829 47830 47831 47832 47833 47834 47835 47836 47837 47838 47839 47840 47841 47842 47843 47844 47845 47846 47847 47848 47849 47850 47851 47852 47853 47854 47855 47856 47857 47858 47859 47860 47861 47862 47863 47864 47865 47866 47867 47868 47869 47870 47871 47872 47873 47874 47875 47876 47877 47878 47879 47880 47881 47882 47883 47884 47885 47886 47887 47888 47889 47890 47891 47892 47893 47894 47895 47896 47897 47898 47899 47900 47901 47902 47903 47904 47905 47906 47907 47908 47909 47910 47911 47912 47913 47914 47915 47916 47917 47918 47919 47920 47921 47922 47923 47924 47925 47926 47927 47928 47929 47930 47931 47932 47933 47934 47935 47936 47937 47938 47939 47940 47941 47942 47943 47944 47945 47946 47947 47948 47949 47950 47951 47952 47953 47954 47955 47956 47957 47958 47959 47960 47961 47962 47963 47964 47965 47966 47967 47968 47969 47970 47971 47972 47973 47974 47975 47976 47977 47978 47979 47980 47981 47982 47983 47984 47985 47986 47987 47988 47989 47990 47991 47992 47993 47994 47995 47996 47997 47998 47999 48000 48001 48002 48003 48004 48005 48006 48007 48008 48009 48010 48011 48012 48013 48014 48015 48016 48017 48018 48019 48020 48021 48022 48023 48024 48025 48026 48027 48028 48029 48030 48031 48032 48033 48034 48035 48036 48037 48038 48039 48040 48041 48042 48043 48044 48045 48046 48047 48048 48049 48050 48051 48052 48053 48054 48055 48056 48057 48058 48059 48060 48061 48062 48063 48064 48065 48066 48067 48068 48069 48070 48071 48072 48073 48074 48075 48076 48077 48078 48079 48080 48081 48082 48083 48084 48085 48086 48087 48088 48089 48090 48091 48092 48093 48094 48095 48096 48097 48098 48099 48100 48101 48102 48103 48104 48105 48106 48107 48108 48109 48110 48111 48112 48113 48114 48115 48116 48117 48118 48119 48120 48121 48122 48123 48124 48125 48126 48127 48128 48129 48130 48131 48132 48133 48134 48135 48136 48137 48138 48139 48140 48141 48142 48143 48144 48145 48146 48147 48148 48149 48150 48151 48152 48153 48154 48155 48156 48157 48158 48159 48160 48161 48162 48163 48164 48165 48166 48167 48168 48169 48170 48171 48172 48173 48174 48175 48176 48177 48178 48179 48180 48181 48182 48183 48184 48185 48186 48187 48188 48189 48190 48191 48192 48193 48194 48195 48196 48197 48198 48199 48200 48201 48202 48203 48204 48205 48206 48207 48208 48209 48210 48211 48212 48213 48214 48215 48216 48217 48218 48219 48220 48221 48222 48223 48224 48225 48226 48227 48228 48229 48230 48231 48232 48233 48234 48235 48236 48237 48238 48239 48240 48241 48242 48243 48244 48245 48246 48247 48248 48249 48250 48251 48252 48253 48254 48255 48256 48257 48258 48259 48260 48261 48262 48263 48264 48265 48266 48267 48268 48269 48270 48271 48272 48273 48274 48275 48276 48277 48278 48279 48280 48281 48282 48283 48284 48285 48286 48287 48288 48289 48290 48291 48292 48293 48294 48295 48296 48297 48298 48299 48300 48301 48302 48303 48304 48305 48306 48307 48308 48309 48310 48311 48312 48313 48314 48315 48316 48317 48318 48319 48320 48321 48322 48323 48324 48325 48326 48327 48328 48329 48330 48331 48332 48333 48334 48335 48336 48337 48338 48339 48340 48341 48342 48343 48344 48345 48346 48347 48348 48349 48350 48351 48352 48353 48354 48355 48356 48357 48358 48359 48360 48361 48362 48363 48364 48365 48366 48367 48368 48369 48370 48371 48372 48373 48374 48375 48376 48377 48378 48379 48380 48381 48382 48383 48384 48385 48386 48387 48388 48389 48390 48391 48392 48393 48394 48395 48396 48397 48398 48399 48400 48401 48402 48403 48404 48405 48406 48407 48408 48409 48410 48411 48412 48413 48414 48415 48416 48417 48418 48419 48420 48421 48422 48423 48424 48425 48426 48427 48428 48429 48430 48431 48432 48433 48434 48435 48436 48437 48438 48439 48440 48441 48442 48443 48444 48445 48446 48447 48448 48449 48450 48451 48452 48453 48454 48455 48456 48457 48458 48459 48460 48461 48462 48463 48464 48465 48466 48467 48468 48469 48470 48471 48472 48473 48474 48475 48476 48477 48478 48479 48480 48481 48482 48483 48484 48485 48486 48487 48488 48489 48490 48491 48492 48493 48494 48495 48496 48497 48498 48499 48500 48501 48502 48503 48504 48505 48506 48507 48508 48509 48510 48511 48512 48513 48514 48515 48516 48517 48518 48519 48520 48521 48522 48523 48524 48525 48526 48527 48528 48529 48530 48531 48532 48533 48534 48535 48536 48537 48538 48539 48540 48541 48542 48543 48544 48545 48546 48547 48548 48549 48550 48551 48552 48553 48554 48555 48556 48557 48558 48559 48560 48561 48562 48563 48564 48565 48566 48567 48568 48569 48570 48571 48572 48573 48574 48575 48576 48577 48578 48579 48580 48581 48582 48583 48584 48585 48586 48587 48588 48589 48590 48591 48592 48593 48594 48595 48596 48597 48598 48599 48600 48601 48602 48603 48604 48605 48606 48607 48608 48609 48610 48611 48612 48613 48614 48615 48616 48617 48618 48619 48620 48621 48622 48623 48624 48625 48626 48627 48628 48629 48630 48631 48632 48633 48634 48635 48636 48637 48638 48639 48640 48641 48642 48643 48644 48645 48646 48647 48648 48649 48650 48651 48652 48653 48654 48655 48656 48657 48658 48659 48660 48661 48662 48663 48664 48665 48666 48667 48668 48669 48670 48671 48672 48673 48674 48675 48676 48677 48678 48679 48680 48681 48682 48683 48684 48685 48686 48687 48688 48689 48690 48691 48692 48693 48694 48695 48696 48697 48698 48699 48700 48701 48702 48703 48704 48705 48706 48707 48708 48709 48710 48711 48712 48713 48714 48715 48716 48717 48718 48719 48720 48721 48722 48723 48724 48725 48726 48727 48728 48729 48730 48731 48732 48733 48734 48735 48736 48737 48738 48739 48740 48741 48742 48743 48744 48745 48746 48747 48748 48749 48750 48751 48752 48753 48754 48755 48756 48757 48758 48759 48760 48761 48762 48763 48764 48765 48766 48767 48768 48769 48770 48771 48772 48773 48774 48775 48776 48777 48778 48779 48780 48781 48782 48783 48784 48785 48786 48787 48788 48789 48790 48791 48792 48793 48794 48795 48796 48797 48798 48799 48800 48801 48802 48803 48804 48805 48806 48807 48808 48809 48810 48811 48812 48813 48814 48815 48816 48817 48818 48819 48820 48821 48822 48823 48824 48825 48826 48827 48828 48829 48830 48831 48832 48833 48834 48835 48836 48837 48838 48839 48840 48841 48842 48843 48844 48845 48846 48847 48848 48849 48850 48851 48852 48853 48854 48855 48856 48857 48858 48859 48860 48861 48862 48863 48864 48865 48866 48867 48868 48869 48870 48871 48872 48873 48874 48875 48876 48877 48878 48879 48880 48881 48882 48883 48884 48885 48886 48887 48888 48889 48890 48891 48892 48893 48894 48895 48896 48897 48898 48899 48900 48901 48902 48903 48904 48905 48906 48907 48908 48909 48910 48911 48912 48913 48914 48915 48916 48917 48918 48919 48920 48921 48922 48923 48924 48925 48926 48927 48928 48929 48930 48931 48932 48933 48934 48935 48936 48937 48938 48939 48940 48941 48942 48943 48944 48945 48946 48947 48948 48949 48950 48951 48952 48953 48954 48955 48956 48957 48958 48959 48960 48961 48962 48963 48964 48965 48966 48967 48968 48969 48970 48971 48972 48973 48974 48975 48976 48977 48978 48979 48980 48981 48982 48983 48984 48985 48986 48987 48988 48989 48990 48991 48992 48993 48994 48995 48996 48997 48998 48999 49000 49001 49002 49003 49004 49005 49006 49007 49008 49009 49010 49011 49012 49013 49014 49015 49016 49017 49018 49019 49020 49021 49022 49023 49024 49025 49026 49027 49028 49029 49030 49031 49032 49033 49034 49035 49036 49037 49038 49039 49040 49041 49042 49043 49044 49045 49046 49047 49048 49049 49050 49051 49052 49053 49054 49055 49056 49057 49058 49059 49060 49061 49062 49063 49064 49065 49066 49067 49068 49069 49070 49071 49072 49073 49074 49075 49076 49077 49078 49079 49080 49081 49082 49083 49084 49085 49086 49087 49088 49089 49090 49091 49092 49093 49094 49095 49096 49097 49098 49099 49100 49101 49102 49103 49104 49105 49106 49107 49108 49109 49110 49111 49112 49113 49114 49115 49116 49117 49118 49119 49120 49121 49122 49123 49124 49125 49126 49127 49128 49129 49130 49131 49132 49133 49134 49135 49136 49137 49138 49139 49140 49141 49142 49143 49144 49145 49146 49147 49148 49149 49150 49151 49152 49153 49154 49155 49156 49157 49158 49159 49160 49161 49162 49163 49164 49165 49166 49167 49168 49169 49170 49171 49172 49173 49174 49175 49176 49177 49178 49179 49180 49181 49182 49183 49184 49185 49186 49187 49188 49189 49190 49191 49192 49193 49194 49195 49196 49197 49198 49199 49200 49201 49202 49203 49204 49205 49206 49207 49208 49209 49210 49211 49212 49213 49214 49215 49216 49217 49218 49219 49220 49221 49222 49223 49224 49225 49226 49227 49228 49229 49230 49231 49232 49233 49234 49235 49236 49237 49238 49239 49240 49241 49242 49243 49244 49245 49246 49247 49248 49249 49250 49251 49252 49253 49254 49255 49256 49257 49258 49259 49260 49261 49262 49263 49264 49265 49266 49267 49268 49269 49270 49271 49272 49273 49274 49275 49276 49277 49278 49279 49280 49281 49282 49283 49284 49285 49286 49287 49288 49289 49290 49291 49292 49293 49294 49295 49296 49297 49298 49299 49300 49301 49302 49303 49304 49305 49306 49307 49308 49309 49310 49311 49312 49313 49314 49315 49316 49317 49318 49319 49320 49321 49322 49323 49324 49325 49326 49327 49328 49329 49330 49331 49332 49333 49334 49335 49336 49337 49338 49339 49340 49341 49342 49343 49344 49345 49346 49347 49348 49349 49350 49351 49352 49353 49354 49355 49356 49357 49358 49359 49360 49361 49362 49363 49364 49365 49366 49367 49368 49369 49370 49371 49372 49373 49374 49375 49376 49377 49378 49379 49380 49381 49382 49383 49384 49385 49386 49387 49388 49389 49390 49391 49392 49393 49394 49395 49396 49397 49398 49399 49400 49401 49402 49403 49404 49405 49406 49407 49408 49409 49410 49411 49412 49413 49414 49415 49416 49417 49418 49419 49420 49421 49422 49423 49424 49425 49426 49427 49428 49429 49430 49431 49432 49433 49434 49435 49436 49437 49438 49439 49440 49441 49442 49443 49444 49445 49446 49447 49448 49449 49450 49451 49452 49453 49454 49455 49456 49457 49458 49459 49460 49461 49462 49463 49464 49465 49466 49467 49468 49469 49470 49471 49472 49473 49474 49475 49476 49477 49478 49479 49480 49481 49482 49483 49484 49485 49486 49487 49488 49489 49490 49491 49492 49493 49494 49495 49496 49497 49498 49499 49500 49501 49502 49503 49504 49505 49506 49507 49508 49509 49510 49511 49512 49513 49514 49515 49516 49517 49518 49519 49520 49521 49522 49523 49524 49525 49526 49527 49528 49529 49530 49531 49532 49533 49534 49535 49536 49537 49538 49539 49540 49541 49542 49543 49544 49545 49546 49547 49548 49549 49550 49551 49552 49553 49554 49555 49556 49557 49558 49559 49560 49561 49562 49563 49564 49565 49566 49567 49568 49569 49570 49571 49572 49573 49574 49575 49576 49577 49578 49579 49580 49581 49582 49583 49584 49585 49586 49587 49588 49589 49590 49591 49592 49593 49594 49595 49596 49597 49598 49599 49600 49601 49602 49603 49604 49605 49606 49607 49608 49609 49610 49611 49612 49613 49614 49615 49616 49617 49618 49619 49620 49621 49622 49623 49624 49625 49626 49627 49628 49629 49630 49631 49632 49633 49634 49635 49636 49637 49638 49639 49640 49641 49642 49643 49644 49645 49646 49647 49648 49649 49650 49651 49652 49653 49654 49655 49656 49657 49658 49659 49660 49661 49662 49663 49664 49665 49666 49667 49668 49669 49670 49671 49672 49673 49674 49675 49676 49677 49678 49679 49680 49681 49682 49683 49684 49685 49686 49687 49688 49689 49690 49691 49692 49693 49694 49695 49696 49697 49698 49699 49700 49701 49702 49703 49704 49705 49706 49707 49708 49709 49710 49711 49712 49713 49714 49715 49716 49717 49718 49719 49720 49721 49722 49723 49724 49725 49726 49727 49728 49729 49730 49731 49732 49733 49734 49735 49736 49737 49738 49739 49740 49741 49742 49743 49744 49745 49746 49747 49748 49749 49750 49751 49752 49753 49754 49755 49756 49757 49758 49759 49760 49761 49762 49763 49764 49765 49766 49767 49768 49769 49770 49771 49772 49773 49774 49775 49776 49777 49778 49779 49780 49781 49782 49783 49784 49785 49786 49787 49788 49789 49790 49791 49792 49793 49794 49795 49796 49797 49798 49799 49800 49801 49802 49803 49804 49805 49806 49807 49808 49809 49810 49811 49812 49813 49814 49815 49816 49817 49818 49819 49820 49821 49822 49823 49824 49825 49826 49827 49828 49829 49830 49831 49832 49833 49834 49835 49836 49837 49838 49839 49840 49841 49842 49843 49844 49845 49846 49847 49848 49849 49850 49851 49852 49853 49854 49855 49856 49857 49858 49859 49860 49861 49862 49863 49864 49865 49866 49867 49868 49869 49870 49871 49872 49873 49874 49875 49876 49877 49878 49879 49880 49881 49882 49883 49884 49885 49886 49887 49888 49889 49890 49891 49892 49893 49894 49895 49896 49897 49898 49899 49900 49901 49902 49903 49904 49905 49906 49907 49908 49909 49910 49911 49912 49913 49914 49915 49916 49917 49918 49919 49920 49921 49922 49923 49924 49925 49926 49927 49928 49929 49930 49931 49932 49933 49934 49935 49936 49937 49938 49939 49940 49941 49942 49943 49944 49945 49946 49947 49948 49949 49950 49951 49952 49953 49954 49955 49956 49957 49958 49959 49960 49961 49962 49963 49964 49965 49966 49967 49968 49969 49970 49971 49972 49973 49974 49975 49976 49977 49978 49979 49980 49981 49982 49983 49984 49985 49986 49987 49988 49989 49990 49991 49992 49993 49994 49995 49996 49997 49998 49999 50000 50001 50002 50003 50004 50005 50006 50007 50008 50009 50010 50011 50012 50013 50014 50015 50016 50017 50018 50019 50020 50021 50022 50023 50024 50025 50026 50027 50028 50029 50030 50031 50032 50033 50034 50035 50036 50037 50038 50039 50040 50041 50042 50043 50044 50045 50046 50047 50048 50049 50050 50051 50052 50053 50054 50055 50056 50057 50058 50059 50060 50061 50062 50063 50064 50065 50066 50067 50068 50069 50070 50071 50072 50073 50074 50075 50076 50077 50078 50079 50080 50081 50082 50083 50084 50085 50086 50087 50088 50089 50090 50091 50092 50093 50094 50095 50096 50097 50098 50099 50100 50101 50102 50103 50104 50105 50106 50107 50108 50109 50110 50111 50112 50113 50114 50115 50116 50117 50118 50119 50120 50121 50122 50123 50124 50125 50126 50127 50128 50129 50130 50131 50132 50133 50134 50135 50136 50137 50138 50139 50140 50141 50142 50143 50144 50145 50146 50147 50148 50149 50150 50151 50152 50153 50154 50155 50156 50157 50158 50159 50160 50161 50162 50163 50164 50165 50166 50167 50168 50169 50170 50171 50172 50173 50174 50175 50176 50177 50178 50179 50180 50181 50182 50183 50184 50185 50186 50187 50188 50189 50190 50191 50192 50193 50194 50195 50196 50197 50198 50199 50200 50201 50202 50203 50204 50205 50206 50207 50208 50209 50210 50211 50212 50213 50214 50215 50216 50217 50218 50219 50220 50221 50222 50223 50224 50225 50226 50227 50228 50229 50230 50231 50232 50233 50234 50235 50236 50237 50238 50239 50240 50241 50242 50243 50244 50245 50246 50247 50248 50249 50250 50251 50252 50253 50254 50255 50256 50257 50258 50259 50260 50261 50262 50263 50264 50265 50266 50267 50268 50269 50270 50271 50272 50273 50274 50275 50276 50277 50278 50279 50280 50281 50282 50283 50284 50285 50286 50287 50288 50289 50290 50291 50292 50293 50294 50295 50296 50297 50298 50299 50300 50301 50302 50303 50304 50305 50306 50307 50308 50309 50310 50311 50312 50313 50314 50315 50316 50317 50318 50319 50320 50321 50322 50323 50324 50325 50326 50327 50328 50329 50330 50331 50332 50333 50334 50335 50336 50337 50338 50339 50340 50341 50342 50343 50344 50345 50346 50347 50348 50349 50350 50351 50352 50353 50354 50355 50356 50357 50358 50359 50360 50361 50362 50363 50364 50365 50366 50367 50368 50369 50370 50371 50372 50373 50374 50375 50376 50377 50378 50379 50380 50381 50382 50383 50384 50385 50386 50387 50388 50389 50390 50391 50392 50393 50394 50395 50396 50397 50398 50399 50400 50401 50402 50403 50404 50405 50406 50407 50408 50409 50410 50411 50412 50413 50414 50415 50416 50417 50418 50419 50420 50421 50422 50423 50424 50425 50426 50427 50428 50429 50430 50431 50432 50433 50434 50435 50436 50437 50438 50439 50440 50441 50442 50443 50444 50445 50446 50447 50448 50449 50450 50451 50452 50453 50454 50455 50456 50457 50458 50459 50460 50461 50462 50463 50464 50465 50466 50467 50468 50469 50470 50471 50472 50473 50474 50475 50476 50477 50478 50479 50480 50481 50482 50483 50484 50485 50486 50487 50488 50489 50490 50491 50492 50493 50494 50495 50496 50497 50498 50499 50500 50501 50502 50503 50504 50505 50506 50507 50508 50509 50510 50511 50512 50513 50514 50515 50516 50517 50518 50519 50520 50521 50522 50523 50524 50525 50526 50527 50528 50529 50530 50531 50532 50533 50534 50535 50536 50537 50538 50539 50540 50541 50542 50543 50544 50545 50546 50547 50548 50549 50550 50551 50552 50553 50554 50555 50556 50557 50558 50559 50560 50561 50562 50563 50564 50565 50566 50567 50568 50569 50570 50571 50572 50573 50574 50575 50576 50577 50578 50579 50580 50581 50582 50583 50584 50585 50586 50587 50588 50589 50590 50591 50592 50593 50594 50595 50596 50597 50598 50599 50600 50601 50602 50603 50604 50605 50606 50607 50608 50609 50610 50611 50612 50613 50614 50615 50616 50617 50618 50619 50620 50621 50622 50623 50624 50625 50626 50627 50628 50629 50630 50631 50632 50633 50634 50635 50636 50637 50638 50639 50640 50641 50642 50643 50644 50645 50646 50647 50648 50649 50650 50651 50652 50653 50654 50655 50656 50657 50658 50659 50660 50661 50662 50663 50664 50665 50666 50667 50668 50669 50670 50671 50672 50673 50674 50675 50676 50677 50678 50679 50680 50681 50682 50683 50684 50685 50686 50687 50688 50689 50690 50691 50692 50693 50694 50695 50696 50697 50698 50699 50700 50701 50702 50703 50704 50705 50706 50707 50708 50709 50710 50711 50712 50713 50714 50715 50716 50717 50718 50719 50720 50721 50722 50723 50724 50725 50726 50727 50728 50729 50730 50731 50732 50733 50734 50735 50736 50737 50738 50739 50740 50741 50742 50743 50744 50745 50746 50747 50748 50749 50750 50751 50752 50753 50754 50755 50756 50757 50758 50759 50760 50761 50762 50763 50764 50765 50766 50767 50768 50769 50770 50771 50772 50773 50774 50775 50776 50777 50778 50779 50780 50781 50782 50783 50784 50785 50786 50787 50788 50789 50790 50791 50792 50793 50794 50795 50796 50797 50798 50799 50800 50801 50802 50803 50804 50805 50806 50807 50808 50809 50810 50811 50812 50813 50814 50815 50816 50817 50818 50819 50820 50821 50822 50823 50824 50825 50826 50827 50828 50829 50830 50831 50832 50833 50834 50835 50836 50837 50838 50839 50840 50841 50842 50843 50844 50845 50846 50847 50848 50849 50850 50851 50852 50853 50854 50855 50856 50857 50858 50859 50860 50861 50862 50863 50864 50865 50866 50867 50868 50869 50870 50871 50872 50873 50874 50875 50876 50877 50878 50879 50880 50881 50882 50883 50884 50885 50886 50887 50888 50889 50890 50891 50892 50893 50894 50895 50896 50897 50898 50899 50900 50901 50902 50903 50904 50905 50906 50907 50908 50909 50910 50911 50912 50913 50914 50915 50916 50917 50918 50919 50920 50921 50922 50923 50924 50925 50926 50927 50928 50929 50930 50931 50932 50933 50934 50935 50936 50937 50938 50939 50940 50941 50942 50943 50944 50945 50946 50947 50948 50949 50950 50951 50952 50953 50954 50955 50956 50957 50958 50959 50960 50961 50962 50963 50964 50965 50966 50967 50968 50969 50970 50971 50972 50973 50974 50975 50976 50977 50978 50979 50980 50981 50982 50983 50984 50985 50986 50987 50988 50989 50990 50991 50992 50993 50994 50995 50996 50997 50998 50999 51000 51001 51002 51003 51004 51005 51006 51007 51008 51009 51010 51011 51012 51013 51014 51015 51016 51017 51018 51019 51020 51021 51022 51023 51024 51025 51026 51027 51028 51029 51030 51031 51032 51033 51034 51035 51036 51037 51038 51039 51040 51041 51042 51043 51044 51045 51046 51047 51048 51049 51050 51051 51052 51053 51054 51055 51056 51057 51058 51059 51060 51061 51062 51063 51064 51065 51066 51067 51068 51069 51070 51071 51072 51073 51074 51075 51076 51077 51078 51079 51080 51081 51082 51083 51084 51085 51086 51087 51088 51089 51090 51091 51092 51093 51094 51095 51096 51097 51098 51099 51100 51101 51102 51103 51104 51105 51106 51107 51108 51109 51110 51111 51112 51113 51114 51115 51116 51117 51118 51119 51120 51121 51122 51123 51124 51125 51126 51127 51128 51129 51130 51131 51132 51133 51134 51135 51136 51137 51138 51139 51140 51141 51142 51143 51144 51145 51146 51147 51148 51149 51150 51151 51152 51153 51154 51155 51156 51157 51158 51159 51160 51161 51162 51163 51164 51165 51166 51167 51168 51169 51170 51171 51172 51173 51174 51175 51176 51177 51178 51179 51180 51181 51182 51183 51184 51185 51186 51187 51188 51189 51190 51191 51192 51193 51194 51195 51196 51197 51198 51199 51200 51201 51202 51203 51204 51205 51206 51207 51208 51209 51210 51211 51212 51213 51214 51215 51216 51217 51218 51219 51220 51221 51222 51223 51224 51225 51226 51227 51228 51229 51230 51231 51232 51233 51234 51235 51236 51237 51238 51239 51240 51241 51242 51243 51244 51245 51246 51247 51248 51249 51250 51251 51252 51253 51254 51255 51256 51257 51258 51259 51260 51261 51262 51263 51264 51265 51266 51267 51268 51269 51270 51271 51272 51273 51274 51275 51276 51277 51278 51279 51280 51281 51282 51283 51284 51285 51286 51287 51288 51289 51290 51291 51292 51293 51294 51295 51296 51297 51298 51299 51300 51301 51302 51303 51304 51305 51306 51307 51308 51309 51310 51311 51312 51313 51314 51315 51316 51317 51318 51319 51320 51321 51322 51323 51324 51325 51326 51327 51328 51329 51330 51331 51332 51333 51334 51335 51336 51337 51338 51339 51340 51341 51342 51343 51344 51345 51346 51347 51348 51349 51350 51351 51352 51353 51354 51355 51356 51357 51358 51359 51360 51361 51362 51363 51364 51365 51366 51367 51368 51369 51370 51371 51372 51373 51374 51375 51376 51377 51378 51379 51380 51381 51382 51383 51384 51385 51386 51387 51388 51389 51390 51391 51392 51393 51394 51395 51396 51397 51398 51399 51400 51401 51402 51403 51404 51405 51406 51407 51408 51409 51410 51411 51412 51413 51414 51415 51416 51417 51418 51419 51420 51421 51422 51423 51424 51425 51426 51427 51428 51429 51430 51431 51432 51433 51434 51435 51436 51437 51438 51439 51440 51441 51442 51443 51444 51445 51446 51447 51448 51449 51450 51451 51452 51453 51454 51455 51456 51457 51458 51459 51460 51461 51462 51463 51464 51465 51466 51467 51468 51469 51470 51471 51472 51473 51474 51475 51476 51477 51478 51479 51480 51481 51482 51483 51484 51485 51486 51487 51488 51489 51490 51491 51492 51493 51494 51495 51496 51497 51498 51499 51500 51501 51502 51503 51504 51505 51506 51507 51508 51509 51510 51511 51512 51513 51514 51515 51516 51517 51518 51519 51520 51521 51522 51523 51524 51525 51526 51527 51528 51529 51530 51531 51532 51533 51534 51535 51536 51537 51538 51539 51540 51541 51542 51543 51544 51545 51546 51547 51548 51549 51550 51551 51552 51553 51554 51555 51556 51557 51558 51559 51560 51561 51562 51563 51564 51565 51566 51567 51568 51569 51570 51571 51572 51573 51574 51575 51576 51577 51578 51579 51580 51581 51582 51583 51584 51585 51586 51587 51588 51589 51590 51591 51592 51593 51594 51595 51596 51597 51598 51599 51600 51601 51602 51603 51604 51605 51606 51607 51608 51609 51610 51611 51612 51613 51614 51615 51616 51617 51618 51619 51620 51621 51622 51623 51624 51625 51626 51627 51628 51629 51630 51631 51632 51633 51634 51635 51636 51637 51638 51639 51640 51641 51642 51643 51644 51645 51646 51647 51648 51649 51650 51651 51652 51653 51654 51655 51656 51657 51658 51659 51660 51661 51662 51663 51664 51665 51666 51667 51668 51669 51670 51671 51672 51673 51674 51675 51676 51677 51678 51679 51680 51681 51682 51683 51684 51685 51686 51687 51688 51689 51690 51691 51692 51693 51694 51695 51696 51697 51698 51699 51700 51701 51702 51703 51704 51705 51706 51707 51708 51709 51710 51711 51712 51713 51714 51715 51716 51717 51718 51719 51720 51721 51722 51723 51724 51725 51726 51727 51728 51729 51730 51731 51732 51733 51734 51735 51736 51737 51738 51739 51740 51741 51742 51743 51744 51745 51746 51747 51748 51749 51750 51751 51752 51753 51754 51755 51756 51757 51758 51759 51760 51761 51762 51763 51764 51765 51766 51767 51768 51769 51770 51771 51772 51773 51774 51775 51776 51777 51778 51779 51780 51781 51782 51783 51784 51785 51786 51787 51788 51789 51790 51791 51792 51793 51794 51795 51796 51797 51798 51799 51800 51801 51802 51803 51804 51805 51806 51807 51808 51809 51810 51811 51812 51813 51814 51815 51816 51817 51818 51819 51820 51821 51822 51823 51824 51825 51826 51827 51828 51829 51830 51831 51832 51833 51834 51835 51836 51837 51838 51839 51840 51841 51842 51843 51844 51845 51846 51847 51848 51849 51850 51851 51852 51853 51854 51855 51856 51857 51858 51859 51860 51861 51862 51863 51864 51865 51866 51867 51868 51869 51870 51871 51872 51873 51874 51875 51876 51877 51878 51879 51880 51881 51882 51883 51884 51885 51886 51887 51888 51889 51890 51891 51892 51893 51894 51895 51896 51897 51898 51899 51900 51901 51902 51903 51904 51905 51906 51907 51908 51909 51910 51911 51912 51913 51914 51915 51916 51917 51918 51919 51920 51921 51922 51923 51924 51925 51926 51927 51928 51929 51930 51931 51932 51933 51934 51935 51936 51937 51938 51939 51940 51941 51942 51943 51944 51945 51946 51947 51948 51949 51950 51951 51952 51953 51954 51955 51956 51957 51958 51959 51960 51961 51962 51963 51964 51965 51966 51967 51968 51969 51970 51971 51972 51973 51974 51975 51976 51977 51978 51979 51980 51981 51982 51983 51984 51985 51986 51987 51988 51989 51990 51991 51992 51993 51994 51995 51996 51997 51998 51999 52000 52001 52002 52003 52004 52005 52006 52007 52008 52009 52010 52011 52012 52013 52014 52015 52016 52017 52018 52019 52020 52021 52022 52023 52024 52025 52026 52027 52028 52029 52030 52031 52032 52033 52034 52035 52036 52037 52038 52039 52040 52041 52042 52043 52044 52045 52046 52047 52048 52049 52050 52051 52052 52053 52054 52055 52056 52057 52058 52059 52060 52061 52062 52063 52064 52065 52066 52067 52068 52069 52070 52071 52072 52073 52074 52075 52076 52077 52078 52079 52080 52081 52082 52083 52084 52085 52086 52087 52088 52089 52090 52091 52092 52093 52094 52095 52096 52097 52098 52099 52100 52101 52102 52103 52104 52105 52106 52107 52108 52109 52110 52111 52112 52113 52114 52115 52116 52117 52118 52119 52120 52121 52122 52123 52124 52125 52126 52127 52128 52129 52130 52131 52132 52133 52134 52135 52136 52137 52138 52139 52140 52141 52142 52143 52144 52145 52146 52147 52148 52149 52150 52151 52152 52153 52154 52155 52156 52157 52158 52159 52160 52161 52162 52163 52164 52165 52166 52167 52168 52169 52170 52171 52172 52173 52174 52175 52176 52177 52178 52179 52180 52181 52182 52183 52184 52185 52186 52187 52188 52189 52190 52191 52192 52193 52194 52195 52196 52197 52198 52199 52200 52201 52202 52203 52204 52205 52206 52207 52208 52209 52210 52211 52212 52213 52214 52215 52216 52217 52218 52219 52220 52221 52222 52223 52224 52225 52226 52227 52228 52229 52230 52231 52232 52233 52234 52235 52236 52237 52238 52239 52240 52241 52242 52243 52244 52245 52246 52247 52248 52249 52250 52251 52252 52253 52254 52255 52256 52257 52258 52259 52260 52261 52262 52263 52264 52265 52266 52267 52268 52269 52270 52271 52272 52273 52274 52275 52276 52277 52278 52279 52280 52281 52282 52283 52284 52285 52286 52287 52288 52289 52290 52291 52292 52293 52294 52295 52296 52297 52298 52299 52300 52301 52302 52303 52304 52305 52306 52307 52308 52309 52310 52311 52312 52313 52314 52315 52316 52317 52318 52319 52320 52321 52322 52323 52324 52325 52326 52327 52328 52329 52330 52331 52332 52333 52334 52335 52336 52337 52338 52339 52340 52341 52342 52343 52344 52345 52346 52347 52348 52349 52350 52351 52352 52353 52354 52355 52356 52357 52358 52359 52360 52361 52362 52363 52364 52365 52366 52367 52368 52369 52370 52371 52372 52373 52374 52375 52376 52377 52378 52379 52380 52381 52382 52383 52384 52385 52386 52387 52388 52389 52390 52391 52392 52393 52394 52395 52396 52397 52398 52399 52400 52401 52402 52403 52404 52405 52406 52407 52408 52409 52410 52411 52412 52413 52414 52415 52416 52417 52418 52419 52420 52421 52422 52423 52424 52425 52426 52427 52428 52429 52430 52431 52432 52433 52434 52435 52436 52437 52438 52439 52440 52441 52442 52443 52444 52445 52446 52447 52448 52449 52450 52451 52452 52453 52454 52455 52456 52457 52458 52459 52460 52461 52462 52463 52464 52465 52466 52467 52468 52469 52470 52471 52472 52473 52474 52475 52476 52477 52478 52479 52480 52481 52482 52483 52484 52485 52486 52487 52488 52489 52490 52491 52492 52493 52494 52495 52496 52497 52498 52499 52500 52501 52502 52503 52504 52505 52506 52507 52508 52509 52510 52511 52512 52513 52514 52515 52516 52517 52518 52519 52520 52521 52522 52523 52524 52525 52526 52527 52528 52529 52530 52531 52532 52533 52534 52535 52536 52537 52538 52539 52540 52541 52542 52543 52544 52545 52546 52547 52548 52549 52550 52551 52552 52553 52554 52555 52556 52557 52558 52559 52560 52561 52562 52563 52564 52565 52566 52567 52568 52569 52570 52571 52572 52573 52574 52575 52576 52577 52578 52579 52580 52581 52582 52583 52584 52585 52586 52587 52588 52589 52590 52591 52592 52593 52594 52595 52596 52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 52662 52663 52664 52665 52666 52667 52668 52669 52670 52671 52672 52673 52674 52675 52676 52677 52678 52679 52680 52681 52682 52683 52684 52685 52686 52687 52688 52689 52690 52691 52692 52693 52694 52695 52696 52697 52698 52699 52700 52701 52702 52703 52704 52705 52706 52707 52708 52709 52710 52711 52712 52713 52714 52715 52716 52717 52718 52719 52720 52721 52722 52723 52724 52725 52726 52727 52728 52729 52730 52731 52732 52733 52734 52735 52736 52737 52738 52739 52740 52741 52742 52743 52744 52745 52746 52747 52748 52749 52750 52751 52752 52753 52754 52755 52756 52757 52758 52759 52760 52761 52762 52763 52764 52765 52766 52767 52768 52769 52770 52771 52772 52773 52774 52775 52776 52777 52778 52779 52780 52781 52782 52783 52784 52785 52786 52787 52788 52789 52790 52791 52792 52793 52794 52795 52796 52797 52798 52799 52800 52801 52802 52803 52804 52805 52806 52807 52808 52809 52810 52811 52812 52813 52814 52815 52816 52817 52818 52819 52820 52821 52822 52823 52824 52825 52826 52827 52828 52829 52830 52831 52832 52833 52834 52835 52836 52837 52838 52839 52840 52841 52842 52843 52844 52845 52846 52847 52848 52849 52850 52851 52852 52853 52854 52855 52856 52857 52858 52859 52860 52861 52862 52863 52864 52865 52866 52867 52868 52869 52870 52871 52872 52873 52874 52875 52876 52877 52878 52879 52880 52881 52882 52883 52884 52885 52886 52887 52888 52889 52890 52891 52892 52893 52894 52895 52896 52897 52898 52899 52900 52901 52902 52903 52904 52905 52906 52907 52908 52909 52910 52911 52912 52913 52914 52915 52916 52917 52918 52919 52920 52921 52922 52923 52924 52925 52926 52927 52928 52929 52930 52931 52932 52933 52934 52935 52936 52937 52938 52939 52940 52941 52942 52943 52944 52945 52946 52947 52948 52949 52950 52951 52952 52953 52954 52955 52956 52957 52958 52959 52960 52961 52962 52963 52964 52965 52966 52967 52968 52969 52970 52971 52972 52973 52974 52975 52976 52977 52978 52979 52980 52981 52982 52983 52984 52985 52986 52987 52988 52989 52990 52991 52992 52993 52994 52995 52996 52997 52998 52999 53000 53001 53002 53003 53004 53005 53006 53007 53008 53009 53010 53011 53012 53013 53014 53015 53016 53017 53018 53019 53020 53021 53022 53023 53024 53025 53026 53027 53028 53029 53030 53031 53032 53033 53034 53035 53036 53037 53038 53039 53040 53041 53042 53043 53044 53045 53046 53047 53048 53049 53050 53051 53052 53053 53054 53055 53056 53057 53058 53059 53060 53061 53062 53063 53064 53065 53066 53067 53068 53069 53070 53071 53072 53073 53074 53075 53076 53077 53078 53079 53080 53081 53082 53083 53084 53085 53086 53087 53088 53089 53090 53091 53092 53093 53094 53095 53096 53097 53098 53099 53100 53101 53102 53103 53104 53105 53106 53107 53108 53109 53110 53111 53112 53113 53114 53115 53116 53117 53118 53119 53120 53121 53122 53123 53124 53125 53126 53127 53128 53129 53130 53131 53132 53133 53134 53135 53136 53137 53138 53139 53140 53141 53142 53143 53144 53145 53146 53147 53148 53149 53150 53151 53152 53153 53154 53155 53156 53157 53158 53159 53160 53161 53162 53163 53164 53165 53166 53167 53168 53169 53170 53171 53172 53173 53174 53175 53176 53177 53178 53179 53180 53181 53182 53183 53184 53185 53186 53187 53188 53189 53190 53191 53192 53193 53194 53195 53196 53197 53198 53199 53200 53201 53202 53203 53204 53205 53206 53207 53208 53209 53210 53211 53212 53213 53214 53215 53216 53217 53218 53219 53220 53221 53222 53223 53224 53225 53226 53227 53228 53229 53230 53231 53232 53233 53234 53235 53236 53237 53238 53239 53240 53241 53242 53243 53244 53245 53246 53247 53248 53249 53250 53251 53252 53253 53254 53255 53256 53257 53258 53259 53260 53261 53262 53263 53264 53265 53266 53267 53268 53269 53270 53271 53272 53273 53274 53275 53276 53277 53278 53279 53280 53281 53282 53283 53284 53285 53286 53287 53288 53289 53290 53291 53292 53293 53294 53295 53296 53297 53298 53299 53300 53301 53302 53303 53304 53305 53306 53307 53308 53309 53310 53311 53312 53313 53314 53315 53316 53317 53318 53319 53320 53321 53322 53323 53324 53325 53326 53327 53328 53329 53330 53331 53332 53333 53334 53335 53336 53337 53338 53339 53340 53341 53342 53343 53344 53345 53346 53347 53348 53349 53350 53351 53352 53353 53354 53355 53356 53357 53358 53359 53360 53361 53362 53363 53364 53365 53366 53367 53368 53369 53370 53371 53372 53373 53374 53375 53376 53377 53378 53379 53380 53381 53382 53383 53384 53385 53386 53387 53388 53389 53390 53391 53392 53393 53394 53395 53396 53397 53398 53399 53400 53401 53402 53403 53404 53405 53406 53407 53408 53409 53410 53411 53412 53413 53414 53415 53416 53417 53418 53419 53420 53421 53422 53423 53424 53425 53426 53427 53428 53429 53430 53431 53432 53433 53434 53435 53436 53437 53438 53439 53440 53441 53442 53443 53444 53445 53446 53447 53448 53449 53450 53451 53452 53453 53454 53455 53456 53457 53458 53459 53460 53461 53462 53463 53464 53465 53466 53467 53468 53469 53470 53471 53472 53473 53474 53475 53476 53477 53478 53479 53480 53481 53482 53483 53484 53485 53486 53487 53488 53489 53490 53491 53492 53493 53494 53495 53496 53497 53498 53499 53500 53501 53502 53503 53504 53505 53506 53507 53508 53509 53510 53511 53512 53513 53514 53515 53516 53517 53518 53519 53520 53521 53522 53523 53524 53525 53526 53527 53528 53529 53530 53531 53532 53533 53534 53535 53536 53537 53538 53539 53540 53541 53542 53543 53544 53545 53546 53547 53548 53549 53550 53551 53552 53553 53554 53555 53556 53557 53558 53559 53560 53561 53562 53563 53564 53565 53566 53567 53568 53569 53570 53571 53572 53573 53574 53575 53576 53577 53578 53579 53580 53581 53582 53583 53584 53585 53586 53587 53588 53589 53590 53591 53592 53593 53594 53595 53596 53597 53598 53599 53600 53601 53602 53603 53604 53605 53606 53607 53608 53609 53610 53611 53612 53613 53614 53615 53616 53617 53618 53619 53620 53621 53622 53623 53624 53625 53626 53627 53628 53629 53630 53631 53632 53633 53634 53635 53636 53637 53638 53639 53640 53641 53642 53643 53644 53645 53646 53647 53648 53649 53650 53651 53652 53653 53654 53655 53656 53657 53658 53659 53660 53661 53662 53663 53664 53665 53666 53667 53668 53669 53670 53671 53672 53673 53674 53675 53676 53677 53678 53679 53680 53681 53682 53683 53684 53685 53686 53687 53688 53689 53690 53691 53692 53693 53694 53695 53696 53697 53698 53699 53700 53701 53702 53703 53704 53705 53706 53707 53708 53709 53710 53711 53712 53713 53714 53715 53716 53717 53718 53719 53720 53721 53722 53723 53724 53725 53726 53727 53728 53729 53730 53731 53732 53733 53734 53735 53736 53737 53738 53739 53740 53741 53742 53743 53744 53745 53746 53747 53748 53749 53750 53751 53752 53753 53754 53755 53756 53757 53758 53759 53760 53761 53762 53763 53764 53765 53766 53767 53768 53769 53770 53771 53772 53773 53774 53775 53776 53777 53778 53779 53780 53781 53782 53783 53784 53785 53786 53787 53788 53789 53790 53791 53792 53793 53794 53795 53796 53797 53798 53799 53800 53801 53802 53803 53804 53805 53806 53807 53808 53809 53810 53811 53812 53813 53814 53815 53816 53817 53818 53819 53820 53821 53822 53823 53824 53825 53826 53827 53828 53829 53830 53831 53832 53833 53834 53835 53836 53837 53838 53839 53840 53841 53842 53843 53844 53845 53846 53847 53848 53849 53850 53851 53852 53853 53854 53855 53856 53857 53858 53859 53860 53861 53862 53863 53864 53865 53866 53867 53868 53869 53870 53871 53872 53873 53874 53875 53876 53877 53878 53879 53880 53881 53882 53883 53884 53885 53886 53887 53888 53889 53890 53891 53892 53893 53894 53895 53896 53897 53898 53899 53900 53901 53902 53903 53904 53905 53906 53907 53908 53909 53910 53911 53912 53913 53914 53915 53916 53917 53918 53919 53920 53921 53922 53923 53924 53925 53926 53927 53928 53929 53930 53931 53932 53933 53934 53935 53936 53937 53938 53939 53940 53941 53942 53943 53944 53945 53946 53947 53948 53949 53950 53951 53952 53953 53954 53955 53956 53957 53958 53959 53960 53961 53962 53963 53964 53965 53966 53967 53968 53969 53970 53971 53972 53973 53974 53975 53976 53977 53978 53979 53980 53981 53982 53983 53984 53985 53986 53987 53988 53989 53990 53991 53992 53993 53994 53995 53996 53997 53998 53999 54000 54001 54002 54003 54004 54005 54006 54007 54008 54009 54010 54011 54012 54013 54014 54015 54016 54017 54018 54019 54020 54021 54022 54023 54024 54025 54026 54027 54028 54029 54030 54031 54032 54033 54034 54035 54036 54037 54038 54039 54040 54041 54042 54043 54044 54045 54046 54047 54048 54049 54050 54051 54052 54053 54054 54055 54056 54057 54058 54059 54060 54061 54062 54063 54064 54065 54066 54067 54068 54069 54070 54071 54072 54073 54074 54075 54076 54077 54078 54079 54080 54081 54082 54083 54084 54085 54086 54087 54088 54089 54090 54091 54092 54093 54094 54095 54096 54097 54098 54099 54100 54101 54102 54103 54104 54105 54106 54107 54108 54109 54110 54111 54112 54113 54114 54115 54116 54117 54118 54119 54120 54121 54122 54123 54124 54125 54126 54127 54128 54129 54130 54131 54132 54133 54134 54135 54136 54137 54138 54139 54140 54141 54142 54143 54144 54145 54146 54147 54148 54149 54150 54151 54152 54153 54154 54155 54156 54157 54158 54159 54160 54161 54162 54163 54164 54165 54166 54167 54168 54169 54170 54171 54172 54173 54174 54175 54176 54177 54178 54179 54180 54181 54182 54183 54184 54185 54186 54187 54188 54189 54190 54191 54192 54193 54194 54195 54196 54197 54198 54199 54200 54201 54202 54203 54204 54205 54206 54207 54208 54209 54210 54211 54212 54213 54214 54215 54216 54217 54218 54219 54220 54221 54222 54223 54224 54225 54226 54227 54228 54229 54230 54231 54232 54233 54234 54235 54236 54237 54238 54239 54240 54241 54242 54243 54244 54245 54246 54247 54248 54249 54250 54251 54252 54253 54254 54255 54256 54257 54258 54259 54260 54261 54262 54263 54264 54265 54266 54267 54268 54269 54270 54271 54272 54273 54274 54275 54276 54277 54278 54279 54280 54281 54282 54283 54284 54285 54286 54287 54288 54289 54290 54291 54292 54293 54294 54295 54296 54297 54298 54299 54300 54301 54302 54303 54304 54305 54306 54307 54308 54309 54310 54311 54312 54313 54314 54315 54316 54317 54318 54319 54320 54321 54322 54323 54324 54325 54326 54327 54328 54329 54330 54331 54332 54333 54334 54335 54336 54337 54338 54339 54340 54341 54342 54343 54344 54345 54346 54347 54348 54349 54350 54351 54352 54353 54354 54355 54356 54357 54358 54359 54360 54361 54362 54363 54364 54365 54366 54367 54368 54369 54370 54371 54372 54373 54374 54375 54376 54377 54378 54379 54380 54381 54382 54383 54384 54385 54386 54387 54388 54389 54390 54391 54392 54393 54394 54395 54396 54397 54398 54399 54400 54401 54402 54403 54404 54405 54406 54407 54408 54409 54410 54411 54412 54413 54414 54415 54416 54417 54418 54419 54420 54421 54422 54423 54424 54425 54426 54427 54428 54429 54430 54431 54432 54433 54434 54435 54436 54437 54438 54439 54440 54441 54442 54443 54444 54445 54446 54447 54448 54449 54450 54451 54452 54453 54454 54455 54456 54457 54458 54459 54460 54461 54462 54463 54464 54465 54466 54467 54468 54469 54470 54471 54472 54473 54474 54475 54476 54477 54478 54479 54480 54481 54482 54483 54484 54485 54486 54487 54488 54489 54490 54491 54492 54493 54494 54495 54496 54497 54498 54499 54500 54501 54502 54503 54504 54505 54506 54507 54508 54509 54510 54511 54512 54513 54514 54515 54516 54517 54518 54519 54520 54521 54522 54523 54524 54525 54526 54527 54528 54529 54530 54531 54532 54533 54534 54535 54536 54537 54538 54539 54540 54541 54542 54543 54544 54545 54546 54547 54548 54549 54550 54551 54552 54553 54554 54555 54556 54557 54558 54559 54560 54561 54562 54563 54564 54565 54566 54567 54568 54569 54570 54571 54572 54573 54574 54575 54576 54577 54578 54579 54580 54581 54582 54583 54584 54585 54586 54587 54588 54589 54590 54591 54592 54593 54594 54595 54596 54597 54598 54599 54600 54601 54602 54603 54604 54605 54606 54607 54608 54609 54610 54611 54612 54613 54614 54615 54616 54617 54618 54619 54620 54621 54622 54623 54624 54625 54626 54627 54628 54629 54630 54631 54632 54633 54634 54635 54636 54637 54638 54639 54640 54641 54642 54643 54644 54645 54646 54647 54648 54649 54650 54651 54652 54653 54654 54655 54656 54657 54658 54659 54660 54661 54662 54663 54664 54665 54666 54667 54668 54669 54670 54671 54672 54673 54674 54675 54676 54677 54678 54679 54680 54681 54682 54683 54684 54685 54686 54687 54688 54689 54690 54691 54692 54693 54694 54695 54696 54697 54698 54699 54700 54701 54702 54703 54704 54705 54706 54707 54708 54709 54710 54711 54712 54713 54714 54715 54716 54717 54718 54719 54720 54721 54722 54723 54724 54725 54726 54727 54728 54729 54730 54731 54732 54733 54734 54735 54736 54737 54738 54739 54740 54741 54742 54743 54744 54745 54746 54747 54748 54749 54750 54751 54752 54753 54754 54755 54756 54757 54758 54759 54760 54761 54762 54763 54764 54765 54766 54767 54768 54769 54770 54771 54772 54773 54774 54775 54776 54777 54778 54779 54780 54781 54782 54783 54784 54785 54786 54787 54788 54789 54790 54791 54792 54793 54794 54795 54796 54797 54798 54799 54800 54801 54802 54803 54804 54805 54806 54807 54808 54809 54810 54811 54812 54813 54814 54815 54816 54817 54818 54819 54820 54821 54822 54823 54824 54825 54826 54827 54828 54829 54830 54831 54832 54833 54834 54835 54836 54837 54838 54839 54840 54841 54842 54843 54844 54845 54846 54847 54848 54849 54850 54851 54852 54853 54854 54855 54856 54857 54858 54859 54860 54861 54862 54863 54864 54865 54866 54867 54868 54869 54870 54871 54872 54873 54874 54875 54876 54877 54878 54879 54880 54881 54882 54883 54884 54885 54886 54887 54888 54889 54890 54891 54892 54893 54894 54895 54896 54897 54898 54899 54900 54901 54902 54903 54904 54905 54906 54907 54908 54909 54910 54911 54912 54913 54914 54915 54916 54917 54918 54919 54920 54921 54922 54923 54924 54925 54926 54927 54928 54929 54930 54931 54932 54933 54934 54935 54936 54937 54938 54939 54940 54941 54942 54943 54944 54945 54946 54947 54948 54949 54950 54951 54952 54953 54954 54955 54956 54957 54958 54959 54960 54961 54962 54963 54964 54965 54966 54967 54968 54969 54970 54971 54972 54973 54974 54975 54976 54977 54978 54979 54980 54981 54982 54983 54984 54985 54986 54987 54988 54989 54990 54991 54992 54993 54994 54995 54996 54997 54998 54999 55000 55001 55002 55003 55004 55005 55006 55007 55008 55009 55010 55011 55012 55013 55014 55015 55016 55017 55018 55019 55020 55021 55022 55023 55024 55025 55026 55027 55028 55029 55030 55031 55032 55033 55034 55035 55036 55037 55038 55039 55040 55041 55042 55043 55044 55045 55046 55047 55048 55049 55050 55051 55052 55053 55054 55055 55056 55057 55058 55059 55060 55061 55062 55063 55064 55065 55066 55067 55068 55069 55070 55071 55072 55073 55074 55075 55076 55077 55078 55079 55080 55081 55082 55083 55084 55085 55086 55087 55088 55089 55090 55091 55092 55093 55094 55095 55096 55097 55098 55099 55100 55101 55102 55103 55104 55105 55106 55107 55108 55109 55110 55111 55112 55113 55114 55115 55116 55117 55118 55119 55120 55121 55122 55123 55124 55125 55126 55127 55128 55129 55130 55131 55132 55133 55134 55135 55136 55137 55138 55139 55140 55141 55142 55143 55144 55145 55146 55147 55148 55149 55150 55151 55152 55153 55154 55155 55156 55157 55158 55159 55160 55161 55162 55163 55164 55165 55166 55167 55168 55169 55170 55171 55172 55173 55174 55175 55176 55177 55178 55179 55180 55181 55182 55183 55184 55185 55186 55187 55188 55189 55190 55191 55192 55193 55194 55195 55196 55197 55198 55199 55200 55201 55202 55203 55204 55205 55206 55207 55208 55209 55210 55211 55212 55213 55214 55215 55216 55217 55218 55219 55220 55221 55222 55223 55224 55225 55226 55227 55228 55229 55230 55231 55232 55233 55234 55235 55236 55237 55238 55239 55240 55241 55242 55243 55244 55245 55246 55247 55248 55249 55250 55251 55252 55253 55254 55255 55256 55257 55258 55259 55260 55261 55262 55263 55264 55265 55266 55267 55268 55269 55270 55271 55272 55273 55274 55275 55276 55277 55278 55279 55280 55281 55282 55283 55284 55285 55286 55287 55288 55289 55290 55291 55292 55293 55294 55295 55296 55297 55298 55299 55300 55301 55302 55303 55304 55305 55306 55307 55308 55309 55310 55311 55312 55313 55314 55315 55316 55317 55318 55319 55320 55321 55322 55323 55324 55325 55326 55327 55328 55329 55330 55331 55332 55333 55334 55335 55336 55337 55338 55339 55340 55341 55342 55343 55344 55345 55346 55347 55348 55349 55350 55351 55352 55353 55354 55355 55356 55357 55358 55359 55360 55361 55362 55363 55364 55365 55366 55367 55368 55369 55370 55371 55372 55373 55374 55375 55376 55377 55378 55379 55380 55381 55382 55383 55384 55385 55386 55387 55388 55389 55390 55391 55392 55393 55394 55395 55396 55397 55398 55399 55400 55401 55402 55403 55404 55405 55406 55407 55408 55409 55410 55411 55412 55413 55414 55415 55416 55417 55418 55419 55420 55421 55422 55423 55424 55425 55426 55427 55428 55429 55430 55431 55432 55433 55434 55435 55436 55437 55438 55439 55440 55441 55442 55443 55444 55445 55446 55447 55448 55449 55450 55451 55452 55453 55454 55455 55456 55457 55458 55459 55460 55461 55462 55463 55464 55465 55466 55467 55468 55469 55470 55471 55472 55473 55474 55475 55476 55477 55478 55479 55480 55481 55482 55483 55484 55485 55486 55487 55488 55489 55490 55491 55492 55493 55494 55495 55496 55497 55498 55499 55500 55501 55502 55503 55504 55505 55506 55507 55508 55509 55510 55511 55512 55513 55514 55515 55516 55517 55518 55519 55520 55521 55522 55523 55524 55525 55526 55527 55528 55529 55530 55531 55532 55533 55534 55535 55536 55537 55538 55539 55540 55541 55542 55543 55544 55545 55546 55547 55548 55549 55550 55551 55552 55553 55554 55555 55556 55557 55558 55559 55560 55561 55562 55563 55564 55565 55566 55567 55568 55569 55570 55571 55572 55573 55574 55575 55576 55577 55578 55579 55580 55581 55582 55583 55584 55585 55586 55587 55588 55589 55590 55591 55592 55593 55594 55595 55596 55597 55598 55599 55600 55601 55602 55603 55604 55605 55606 55607 55608 55609 55610 55611 55612 55613 55614 55615 55616 55617 55618 55619 55620 55621 55622 55623 55624 55625 55626 55627 55628 55629 55630 55631 55632 55633 55634 55635 55636 55637 55638 55639 55640 55641 55642 55643 55644 55645 55646 55647 55648 55649 55650 55651 55652 55653 55654 55655 55656 55657 55658 55659 55660 55661 55662 55663 55664 55665 55666 55667 55668 55669 55670 55671 55672 55673 55674 55675 55676 55677 55678 55679 55680 55681 55682 55683 55684 55685 55686 55687 55688 55689 55690 55691 55692 55693 55694 55695 55696 55697 55698 55699 55700 55701 55702 55703 55704 55705 55706 55707 55708 55709 55710 55711 55712 55713 55714 55715 55716 55717 55718 55719 55720 55721 55722 55723 55724 55725 55726 55727 55728 55729 55730 55731 55732 55733 55734 55735 55736 55737 55738 55739 55740 55741 55742 55743 55744 55745 55746 55747 55748 55749 55750 55751 55752 55753 55754 55755 55756 55757 55758 55759 55760 55761 55762 55763 55764 55765 55766 55767 55768 55769 55770 55771 55772 55773 55774 55775 55776 55777 55778 55779 55780 55781 55782 55783 55784 55785 55786 55787 55788 55789 55790 55791 55792 55793 55794 55795 55796 55797 55798 55799 55800 55801 55802 55803 55804 55805 55806 55807 55808 55809 55810 55811 55812 55813 55814 55815 55816 55817 55818 55819 55820 55821 55822 55823 55824 55825 55826 55827 55828 55829 55830 55831 55832 55833 55834 55835 55836 55837 55838 55839 55840 55841 55842 55843 55844 55845 55846 55847 55848 55849 55850 55851 55852 55853 55854 55855 55856 55857 55858 55859 55860 55861 55862 55863 55864 55865 55866 55867 55868 55869 55870 55871 55872 55873 55874 55875 55876 55877 55878 55879 55880 55881 55882 55883 55884 55885 55886 55887 55888 55889 55890 55891 55892 55893 55894 55895 55896 55897 55898 55899 55900 55901 55902 55903 55904 55905 55906 55907 55908 55909 55910 55911 55912 55913 55914 55915 55916 55917 55918 55919 55920 55921 55922 55923 55924 55925 55926 55927 55928 55929 55930 55931 55932 55933 55934 55935 55936 55937 55938 55939 55940 55941 55942 55943 55944 55945 55946 55947 55948 55949 55950 55951 55952 55953 55954 55955 55956 55957 55958 55959 55960 55961 55962 55963 55964 55965 55966 55967 55968 55969 55970 55971 55972 55973 55974 55975 55976 55977 55978 55979 55980 55981 55982 55983 55984 55985 55986 55987 55988 55989 55990 55991 55992 55993 55994 55995 55996 55997 55998 55999 56000 56001 56002 56003 56004 56005 56006 56007 56008 56009 56010 56011 56012 56013 56014 56015 56016 56017 56018 56019 56020 56021 56022 56023 56024 56025 56026 56027 56028 56029 56030 56031 56032 56033 56034 56035 56036 56037 56038 56039 56040 56041 56042 56043 56044 56045 56046 56047 56048 56049 56050 56051 56052 56053 56054 56055 56056 56057 56058 56059 56060 56061 56062 56063 56064 56065 56066 56067 56068 56069 56070 56071 56072 56073 56074 56075 56076 56077 56078 56079 56080 56081 56082 56083 56084 56085 56086 56087 56088 56089 56090 56091 56092 56093 56094 56095 56096 56097 56098 56099 56100 56101 56102 56103 56104 56105 56106 56107 56108 56109 56110 56111 56112 56113 56114 56115 56116 56117 56118 56119 56120 56121 56122 56123 56124 56125 56126 56127 56128 56129 56130 56131 56132 56133 56134 56135 56136 56137 56138 56139 56140 56141 56142 56143 56144 56145 56146 56147 56148 56149 56150 56151 56152 56153 56154 56155 56156 56157 56158 56159 56160 56161 56162 56163 56164 56165 56166 56167 56168 56169 56170 56171 56172 56173 56174 56175 56176 56177 56178 56179 56180 56181 56182 56183 56184 56185 56186 56187 56188 56189 56190 56191 56192 56193 56194 56195 56196 56197 56198 56199 56200 56201 56202 56203 56204 56205 56206 56207 56208 56209 56210 56211 56212 56213 56214 56215 56216 56217 56218 56219 56220 56221 56222 56223 56224 56225 56226 56227 56228 56229 56230 56231 56232 56233 56234 56235 56236 56237 56238 56239 56240 56241 56242 56243 56244 56245 56246 56247 56248 56249 56250 56251 56252 56253 56254 56255 56256 56257 56258 56259 56260 56261 56262 56263 56264 56265 56266 56267 56268 56269 56270 56271 56272 56273 56274 56275 56276 56277 56278 56279 56280 56281 56282 56283 56284 56285 56286 56287 56288 56289 56290 56291 56292 56293 56294 56295 56296 56297 56298 56299 56300 56301 56302 56303 56304 56305 56306 56307 56308 56309 56310 56311 56312 56313 56314 56315 56316 56317 56318 56319 56320 56321 56322 56323 56324 56325 56326 56327 56328 56329 56330 56331 56332 56333 56334 56335 56336 56337 56338 56339 56340 56341 56342 56343 56344 56345 56346 56347 56348 56349 56350 56351 56352 56353 56354 56355 56356 56357 56358 56359 56360 56361 56362 56363 56364 56365 56366 56367 56368 56369 56370 56371 56372 56373 56374 56375 56376 56377 56378 56379 56380 56381 56382 56383 56384 56385 56386 56387 56388 56389 56390 56391 56392 56393 56394 56395 56396 56397 56398 56399 56400 56401 56402 56403 56404 56405 56406 56407 56408 56409 56410 56411 56412 56413 56414 56415 56416 56417 56418 56419 56420 56421 56422 56423 56424 56425 56426 56427 56428 56429 56430 56431 56432 56433 56434 56435 56436 56437 56438 56439 56440 56441 56442 56443 56444 56445 56446 56447 56448 56449 56450 56451 56452 56453 56454 56455 56456 56457 56458 56459 56460 56461 56462 56463 56464 56465 56466 56467 56468 56469 56470 56471 56472 56473 56474 56475 56476 56477 56478 56479 56480 56481 56482 56483 56484 56485 56486 56487 56488 56489 56490 56491 56492 56493 56494 56495 56496 56497 56498 56499 56500 56501 56502 56503 56504 56505 56506 56507 56508 56509 56510 56511 56512 56513 56514 56515 56516 56517 56518 56519 56520 56521 56522 56523 56524 56525 56526 56527 56528 56529 56530 56531 56532 56533 56534 56535 56536 56537 56538 56539 56540 56541 56542 56543 56544 56545 56546 56547 56548 56549 56550 56551 56552 56553 56554 56555 56556 56557 56558 56559 56560 56561 56562 56563 56564 56565 56566 56567 56568 56569 56570 56571 56572 56573 56574 56575 56576 56577 56578 56579 56580 56581 56582 56583 56584 56585 56586 56587 56588 56589 56590 56591 56592 56593 56594 56595 56596 56597 56598 56599 56600 56601 56602 56603 56604 56605 56606 56607 56608 56609 56610 56611 56612 56613 56614 56615 56616 56617 56618 56619 56620 56621 56622 56623 56624 56625 56626 56627 56628 56629 56630 56631 56632 56633 56634 56635 56636 56637 56638 56639 56640 56641 56642 56643 56644 56645 56646 56647 56648 56649 56650 56651 56652 56653 56654 56655 56656 56657 56658 56659 56660 56661 56662 56663 56664 56665 56666 56667 56668 56669 56670 56671 56672 56673 56674 56675 56676 56677 56678 56679 56680 56681 56682 56683 56684 56685 56686 56687 56688 56689 56690 56691 56692 56693 56694 56695 56696 56697 56698 56699 56700 56701 56702 56703 56704 56705 56706 56707 56708 56709 56710 56711 56712 56713 56714 56715 56716 56717 56718 56719 56720 56721 56722 56723 56724 56725 56726 56727 56728 56729 56730 56731 56732 56733 56734 56735 56736 56737 56738 56739 56740 56741 56742 56743 56744 56745 56746 56747 56748 56749 56750 56751 56752 56753 56754 56755 56756 56757 56758 56759 56760 56761 56762 56763 56764 56765 56766 56767 56768 56769 56770 56771 56772 56773 56774 56775 56776 56777 56778 56779 56780 56781 56782 56783 56784 56785 56786 56787 56788 56789 56790 56791 56792 56793 56794 56795 56796 56797 56798 56799 56800 56801 56802 56803 56804 56805 56806 56807 56808 56809 56810 56811 56812 56813 56814 56815 56816 56817 56818 56819 56820 56821 56822 56823 56824 56825 56826 56827 56828 56829 56830 56831 56832 56833 56834 56835 56836 56837 56838 56839 56840 56841 56842 56843 56844 56845 56846 56847 56848 56849 56850 56851 56852 56853 56854 56855 56856 56857 56858 56859 56860 56861 56862 56863 56864 56865 56866 56867 56868 56869 56870 56871 56872 56873 56874 56875 56876 56877 56878 56879 56880 56881 56882 56883 56884 56885 56886 56887 56888 56889 56890 56891 56892 56893 56894 56895 56896 56897 56898 56899 56900 56901 56902 56903 56904 56905 56906 56907 56908 56909 56910 56911 56912 56913 56914 56915 56916 56917 56918 56919 56920 56921 56922 56923 56924 56925 56926 56927 56928 56929 56930 56931 56932 56933 56934 56935 56936 56937 56938 56939 56940 56941 56942 56943 56944 56945 56946 56947 56948 56949 56950 56951 56952 56953 56954 56955 56956 56957 56958 56959 56960 56961 56962 56963 56964 56965 56966 56967 56968 56969 56970 56971 56972 56973 56974 56975 56976 56977 56978 56979 56980 56981 56982 56983 56984 56985 56986 56987 56988 56989 56990 56991 56992 56993 56994 56995 56996 56997 56998 56999 57000 57001 57002 57003 57004 57005 57006 57007 57008 57009 57010 57011 57012 57013 57014 57015 57016 57017 57018 57019 57020 57021 57022 57023 57024 57025 57026 57027 57028 57029 57030 57031 57032 57033 57034 57035 57036 57037 57038 57039 57040 57041 57042 57043 57044 57045 57046 57047 57048 57049 57050 57051 57052 57053 57054 57055 57056 57057 57058 57059 57060 57061 57062 57063 57064 57065 57066 57067 57068 57069 57070 57071 57072 57073 57074 57075 57076 57077 57078 57079 57080 57081 57082 57083 57084 57085 57086 57087 57088 57089 57090 57091 57092 57093 57094 57095 57096 57097 57098 57099 57100 57101 57102 57103 57104 57105 57106 57107 57108 57109 57110 57111 57112 57113 57114 57115 57116 57117 57118 57119 57120 57121 57122 57123 57124 57125 57126 57127 57128 57129 57130 57131 57132 57133 57134 57135 57136 57137 57138 57139 57140 57141 57142 57143 57144 57145 57146 57147 57148 57149 57150 57151 57152 57153 57154 57155 57156 57157 57158 57159 57160 57161 57162 57163 57164 57165 57166 57167 57168 57169 57170 57171 57172 57173 57174 57175 57176 57177 57178 57179 57180 57181 57182 57183 57184 57185 57186 57187 57188 57189 57190 57191 57192 57193 57194 57195 57196 57197 57198 57199 57200 57201 57202 57203 57204 57205 57206 57207 57208 57209 57210 57211 57212 57213 57214 57215 57216 57217 57218 57219 57220 57221 57222 57223 57224 57225 57226 57227 57228 57229 57230 57231 57232 57233 57234 57235 57236 57237 57238 57239 57240 57241 57242 57243 57244 57245 57246 57247 57248 57249 57250 57251 57252 57253 57254 57255 57256 57257 57258 57259 57260 57261 57262 57263 57264 57265 57266 57267 57268 57269 57270 57271 57272 57273 57274 57275 57276 57277 57278 57279 57280 57281 57282 57283 57284 57285 57286 57287 57288 57289 57290 57291 57292 57293 57294 57295 57296 57297 57298 57299 57300 57301 57302 57303 57304 57305 57306 57307 57308 57309 57310 57311 57312 57313 57314 57315 57316 57317 57318 57319 57320 57321 57322 57323 57324 57325 57326 57327 57328 57329 57330 57331 57332 57333 57334 57335 57336 57337 57338 57339 57340 57341 57342 57343 TooltipText=null 21:52:02.693 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:02.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:02.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:02.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=40595 40596 40597 40598 40599 40600 40601 40602 40603 40604 40605 40606 40607 40608 40609 40610 40611 40612 40613 40614 40615 40616 40617 40618 40619 40620 40621 40622 40623 40624 40625 40626 40627 40628 40629 40630 40631 40632 40633 40634 40635 40636 40637 40638 40639 40640 40641 40642 40643 40644 40645 40646 40647 40648 40649 40650 40651 40652 40653 40654 40655 40656 40657 40658 40659 40660 40661 40662 40663 40664 40665 40666 40667 40668 40669 40670 40671 40672 40673 40674 40675 40676 40677 40678 40679 40680 40681 40682 40683 40684 40685 40686 40687 40688 40689 40690 40691 40692 40693 40694 40695 40696 40697 40698 40699 40700 40701 40702 40703 40704 40705 40706 40707 40708 40709 40710 40711 40712 40713 40714 40715 40716 40717 40718 40719 40720 40721 40722 40723 40724 40725 40726 40727 40728 40729 40730 40731 40732 40733 40734 40735 40736 40737 40738 40739 40740 40741 40742 40743 40744 40745 40746 40747 40748 40749 40750 40751 40752 40753 40754 40755 40756 40757 40758 40759 40760 40761 40762 40763 40764 40765 40766 40767 40768 40769 40770 40771 40772 40773 40774 40775 40776 40777 40778 40779 40780 40781 40782 40783 40784 40785 40786 40787 40788 40789 40790 40791 40792 40793 40794 40795 40796 40797 40798 40799 40800 40801 40802 40803 40804 40805 40806 40807 40808 40809 40810 40811 40812 40813 40814 40815 40816 40817 40818 40819 40820 40821 40822 40823 40824 40825 40826 40827 40828 40829 40830 40831 40832 40833 40834 40835 40836 40837 40838 40839 40840 40841 40842 40843 40844 40845 40846 40847 40848 40849 40850 40851 40852 40853 40854 40855 40856 40857 40858 40859 40860 40861 40862 40863 40864 40865 40866 40867 40868 40869 40870 40871 40872 40873 40874 40875 40876 40877 40878 40879 40880 40881 40882 40883 40884 40885 40886 40887 40888 40889 40890 40891 40892 40893 40894 40895 40896 40897 40898 40899 40900 40901 40902 40903 40904 40905 40906 40907 40908 40909 40910 40911 40912 40913 40914 40915 40916 40917 40918 40919 40920 40921 40922 40923 40924 40925 40926 40927 40928 40929 40930 40931 40932 40933 40934 40935 40936 40937 40938 40939 40940 40941 40942 40943 40944 40945 40946 40947 40948 40949 40950 40951 40952 40953 40954 40955 40956 40957 40958 40959 40960 40961 40962 40963 40964 40965 40966 40967 40968 40969 40970 40971 40972 40973 40974 40975 40976 40977 40978 40979 40980 40981 40982 40983 40984 40985 40986 40987 40988 40989 40990 40991 40992 40993 40994 40995 40996 40997 40998 40999 41000 41001 41002 41003 41004 41005 41006 41007 41008 41009 41010 41011 41012 41013 41014 41015 41016 41017 41018 41019 41020 41021 41022 41023 41024 41025 41026 41027 41028 41029 41030 41031 41032 41033 41034 41035 41036 41037 41038 41039 41040 41041 41042 41043 41044 41045 41046 41047 41048 41049 41050 41051 41052 41053 41054 41055 41056 41057 41058 41059 41060 41061 41062 41063 41064 41065 41066 41067 41068 41069 41070 41071 41072 41073 41074 41075 41076 41077 41078 41079 41080 41081 41082 41083 41084 41085 41086 41087 41088 41089 41090 41091 41092 41093 41094 41095 41096 41097 41098 41099 41100 41101 41102 41103 41104 41105 41106 41107 41108 41109 41110 41111 41112 41113 41114 41115 41116 41117 41118 41119 41120 41121 41122 41123 41124 41125 41126 41127 41128 41129 41130 41131 41132 41133 41134 41135 41136 41137 41138 41139 41140 41141 41142 41143 41144 41145 41146 41147 41148 41149 41150 41151 41152 41153 41154 41155 41156 41157 41158 41159 41160 41161 41162 41163 41164 41165 41166 41167 41168 41169 41170 41171 41172 41173 41174 41175 41176 41177 41178 41179 41180 41181 41182 41183 41184 41185 41186 41187 41188 41189 41190 41191 41192 41193 41194 41195 41196 41197 41198 41199 41200 41201 41202 41203 41204 41205 41206 41207 41208 41209 41210 41211 41212 41213 41214 41215 41216 41217 41218 41219 41220 41221 41222 41223 41224 41225 41226 41227 41228 41229 41230 41231 41232 41233 41234 41235 41236 41237 41238 41239 41240 41241 41242 41243 41244 41245 41246 41247 41248 41249 41250 41251 41252 41253 41254 41255 41256 41257 41258 41259 41260 41261 41262 41263 41264 41265 41266 41267 41268 41269 41270 41271 41272 41273 41274 41275 41276 41277 41278 41279 41280 41281 41282 41283 41284 41285 41286 41287 41288 41289 41290 41291 41292 41293 41294 41295 41296 41297 41298 41299 41300 41301 41302 41303 41304 41305 41306 41307 41308 41309 41310 41311 41312 41313 41314 41315 41316 41317 41318 41319 41320 41321 41322 41323 41324 41325 41326 41327 41328 41329 41330 41331 41332 41333 41334 41335 41336 41337 41338 41339 41340 41341 41342 41343 41344 41345 41346 41347 41348 41349 41350 41351 41352 41353 41354 41355 41356 41357 41358 41359 41360 41361 41362 41363 41364 41365 41366 41367 41368 41369 41370 41371 41372 41373 41374 41375 41376 41377 41378 41379 41380 41381 41382 41383 41384 41385 41386 41387 41388 41389 41390 41391 41392 41393 41394 41395 41396 41397 41398 41399 41400 41401 41402 41403 41404 41405 41406 41407 41408 41409 41410 41411 41412 41413 41414 41415 41416 41417 41418 41419 41420 41421 41422 41423 41424 41425 41426 41427 41428 41429 41430 41431 41432 41433 41434 41435 41436 41437 41438 41439 41440 41441 41442 41443 41444 41445 41446 41447 41448 41449 41450 41451 41452 41453 41454 41455 41456 41457 41458 41459 41460 41461 41462 41463 41464 41465 41466 41467 41468 41469 41470 41471 41472 41473 41474 41475 41476 41477 41478 41479 41480 41481 41482 41483 41484 41485 41486 41487 41488 41489 41490 41491 41492 41493 41494 41495 41496 41497 41498 41499 41500 41501 41502 41503 41504 41505 41506 41507 41508 41509 41510 41511 41512 41513 41514 41515 41516 41517 41518 41519 41520 41521 41522 41523 41524 41525 41526 41527 41528 41529 41530 41531 41532 41533 41534 41535 41536 41537 41538 41539 41540 41541 41542 41543 41544 41545 41546 41547 41548 41549 41550 41551 41552 41553 41554 41555 41556 41557 41558 41559 41560 41561 41562 41563 41564 41565 41566 41567 41568 41569 41570 41571 41572 41573 41574 41575 41576 41577 41578 41579 41580 41581 41582 41583 41584 41585 41586 41587 41588 41589 41590 41591 41592 41593 41594 41595 41596 41597 41598 41599 41600 41601 41602 41603 41604 41605 41606 41607 41608 41609 41610 41611 41612 41613 41614 41615 41616 41617 41618 41619 41620 41621 41622 41623 41624 41625 41626 41627 41628 41629 41630 41631 41632 41633 41634 41635 41636 41637 41638 41639 41640 41641 41642 41643 41644 41645 41646 41647 41648 41649 41650 41651 41652 41653 41654 41655 41656 41657 41658 41659 41660 41661 41662 41663 41664 41665 41666 41667 41668 41669 41670 41671 41672 41673 41674 41675 41676 41677 41678 41679 41680 41681 41682 41683 41684 41685 41686 41687 41688 41689 41690 41691 41692 41693 41694 41695 41696 41697 41698 41699 41700 41701 41702 41703 41704 41705 41706 41707 41708 41709 41710 41711 41712 41713 41714 41715 41716 41717 41718 41719 41720 41721 41722 41723 41724 41725 41726 41727 41728 41729 41730 41731 41732 41733 41734 41735 41736 41737 41738 41739 41740 41741 41742 41743 41744 41745 41746 41747 41748 41749 41750 41751 41752 41753 41754 41755 41756 41757 41758 41759 41760 41761 41762 41763 41764 41765 41766 41767 41768 41769 41770 41771 41772 41773 41774 41775 41776 41777 41778 41779 41780 41781 41782 41783 41784 41785 41786 41787 41788 41789 41790 41791 41792 41793 41794 41795 41796 41797 41798 41799 41800 41801 41802 41803 41804 41805 41806 41807 41808 41809 41810 41811 41812 41813 41814 41815 41816 41817 41818 41819 41820 41821 41822 41823 41824 41825 41826 41827 41828 41829 41830 41831 41832 41833 41834 41835 41836 41837 41838 41839 41840 41841 41842 41843 41844 41845 41846 41847 41848 41849 41850 41851 41852 41853 41854 41855 41856 41857 41858 41859 41860 41861 41862 41863 41864 41865 41866 41867 41868 41869 41870 41871 41872 41873 41874 41875 41876 41877 41878 41879 41880 41881 41882 41883 41884 41885 41886 41887 41888 41889 41890 41891 41892 41893 41894 41895 41896 41897 41898 41899 41900 41901 41902 41903 41904 41905 41906 41907 41908 41909 41910 41911 41912 41913 41914 41915 41916 41917 41918 41919 41920 41921 41922 41923 41924 41925 41926 41927 41928 41929 41930 41931 41932 41933 41934 41935 41936 41937 41938 41939 41940 41941 41942 41943 41944 41945 41946 41947 41948 41949 41950 41951 41952 41953 41954 41955 41956 41957 41958 41959 41960 41961 41962 41963 41964 41965 41966 41967 41968 41969 41970 41971 41972 41973 41974 41975 41976 41977 41978 41979 41980 41981 41982 41983 41984 41985 41986 41987 41988 41989 41990 41991 41992 41993 41994 41995 41996 41997 41998 41999 42000 42001 42002 42003 42004 42005 42006 42007 42008 42009 42010 42011 42012 42013 42014 42015 42016 42017 42018 42019 42020 42021 42022 42023 42024 42025 42026 42027 42028 42029 42030 42031 42032 42033 42034 42035 42036 42037 42038 42039 42040 42041 42042 42043 42044 42045 42046 42047 42048 42049 42050 42051 42052 42053 42054 42055 42056 42057 42058 42059 42060 42061 42062 42063 42064 42065 42066 42067 42068 42069 42070 42071 42072 42073 42074 42075 42076 42077 42078 42079 42080 42081 42082 42083 42084 42085 42086 42087 42088 42089 42090 42091 42092 42093 42094 42095 42096 42097 42098 42099 42100 42101 42102 42103 42104 42105 42106 42107 42108 42109 42110 42111 42112 42113 42114 42115 42116 42117 42118 42119 42120 42121 42122 42123 42124 42125 42126 42127 42128 42129 42130 42131 42132 42133 42134 42135 42136 42137 42138 42139 42140 42141 42142 42143 42144 42145 42146 42147 42148 42149 42150 42151 42152 42153 42154 42155 42156 42157 42158 42159 42160 42161 42162 42163 42164 42165 42166 42167 42168 42169 42170 42171 42172 42173 42174 42175 42176 42177 42178 42179 42180 42181 42182 42183 42184 42185 42186 42187 42188 42189 42190 42191 42192 42193 42194 42195 42196 42197 42198 42199 42200 42201 42202 42203 42204 42205 42206 42207 42208 42209 42210 42211 42212 42213 42214 42215 42216 42217 42218 42219 42220 42221 42222 42223 42224 42225 42226 42227 42228 42229 42230 42231 42232 42233 42234 42235 42236 42237 42238 42239 42240 42241 42242 42243 42244 42245 42246 42247 42248 42249 42250 42251 42252 42253 42254 42255 42256 42257 42258 42259 42260 42261 42262 42263 42264 42265 42266 42267 42268 42269 42270 42271 42272 42273 42274 42275 42276 42277 42278 42279 42280 42281 42282 42283 42284 42285 42286 42287 42288 42289 42290 42291 42292 42293 42294 42295 42296 42297 42298 42299 42300 42301 42302 42303 42304 42305 42306 42307 42308 42309 42310 42311 42312 42313 42314 42315 42316 42317 42318 42319 42320 42321 42322 42323 42324 42325 42326 42327 42328 42329 42330 42331 42332 42333 42334 42335 42336 42337 42338 42339 42340 42341 42342 42343 42344 42345 42346 42347 42348 42349 42350 42351 42352 42353 42354 42355 42356 42357 42358 42359 42360 42361 42362 42363 42364 42365 42366 42367 42368 42369 42370 42371 42372 42373 42374 42375 42376 42377 42378 42379 42380 42381 42382 42383 42384 42385 42386 42387 42388 42389 42390 42391 42392 42393 42394 42395 42396 42397 42398 42399 42400 42401 42402 42403 42404 42405 42406 42407 42408 42409 42410 42411 42412 42413 42414 42415 42416 42417 42418 42419 42420 42421 42422 42423 42424 42425 42426 42427 42428 42429 42430 42431 42432 42433 42434 42435 42436 42437 42438 42439 42440 42441 42442 42443 42444 42445 42446 42447 42448 42449 42450 42451 42452 42453 42454 42455 42456 42457 42458 42459 42460 42461 42462 42463 42464 42465 42466 42467 42468 42469 42470 42471 42472 42473 42474 42475 42476 42477 42478 42479 42480 42481 42482 42483 42484 42485 42486 42487 42488 42489 42490 42491 42492 42493 42494 42495 42496 42497 42498 42499 42500 42501 42502 42503 42504 42505 42506 42507 42508 42509 42510 42511 42512 42513 42514 42515 42516 42517 42518 42519 42520 42521 42522 42523 42524 42525 42526 42527 42528 42529 42530 42531 42532 42533 42534 42535 42536 42537 42538 42539 42540 42541 42542 42543 42544 42545 42546 42547 42548 42549 42550 42551 42552 42553 42554 42555 42556 42557 42558 42559 42560 42561 42562 42563 42564 42565 42566 42567 42568 42569 42570 42571 42572 42573 42574 42575 42576 42577 42578 42579 42580 42581 42582 42583 42584 42585 42586 42587 42588 42589 42590 42591 42592 42593 42594 42595 42596 42597 42598 42599 42600 42601 42602 42603 42604 42605 42606 42607 42608 42609 42610 42611 42612 42613 42614 42615 42616 42617 42618 42619 42620 42621 42622 42623 42624 42625 42626 42627 42628 42629 42630 42631 42632 42633 42634 42635 42636 42637 42638 42639 42640 42641 42642 42643 42644 42645 42646 42647 42648 42649 42650 42651 42652 42653 42654 42655 42656 42657 42658 42659 42660 42661 42662 42663 42664 42665 42666 42667 42668 42669 42670 42671 42672 42673 42674 42675 42676 42677 42678 42679 42680 42681 42682 42683 42684 42685 42686 42687 42688 42689 42690 42691 42692 42693 42694 42695 42696 42697 42698 42699 42700 42701 42702 42703 42704 42705 42706 42707 42708 42709 42710 42711 42712 42713 42714 42715 42716 42717 42718 42719 42720 42721 42722 42723 42724 42725 42726 42727 42728 42729 42730 42731 42732 42733 42734 42735 42736 42737 42738 42739 42740 42741 42742 42743 42744 42745 42746 42747 42748 42749 42750 42751 42752 42753 42754 42755 42756 42757 42758 42759 42760 42761 42762 42763 42764 42765 42766 42767 42768 42769 42770 42771 42772 42773 42774 42775 42776 42777 42778 42779 42780 42781 42782 42783 42784 42785 42786 42787 42788 42789 42790 42791 42792 42793 42794 42795 42796 42797 42798 42799 42800 42801 42802 42803 42804 42805 42806 42807 42808 42809 42810 42811 42812 42813 42814 42815 42816 42817 42818 42819 42820 42821 42822 42823 42824 42825 42826 42827 42828 42829 42830 42831 42832 42833 42834 42835 42836 42837 42838 42839 42840 42841 42842 42843 42844 42845 42846 42847 42848 42849 42850 42851 42852 42853 42854 42855 42856 42857 42858 42859 42860 42861 42862 42863 42864 42865 42866 42867 42868 42869 42870 42871 42872 42873 42874 42875 42876 42877 42878 42879 42880 42881 42882 42883 42884 42885 42886 42887 42888 42889 42890 42891 42892 42893 42894 42895 42896 42897 42898 42899 42900 42901 42902 42903 42904 42905 42906 42907 42908 42909 42910 42911 42912 42913 42914 42915 42916 42917 42918 42919 42920 42921 42922 42923 42924 42925 42926 42927 42928 42929 42930 42931 42932 42933 42934 42935 42936 42937 42938 42939 42940 42941 42942 42943 42944 42945 42946 42947 42948 42949 42950 42951 42952 42953 42954 42955 42956 42957 42958 42959 42960 42961 42962 42963 42964 42965 42966 42967 42968 42969 42970 42971 42972 42973 42974 42975 42976 42977 42978 42979 42980 42981 42982 42983 42984 42985 42986 42987 42988 42989 42990 42991 42992 42993 42994 42995 42996 42997 42998 42999 43000 43001 43002 43003 43004 43005 43006 43007 43008 43009 43010 43011 43012 43013 43014 43015 43016 43017 43018 43019 43020 43021 43022 43023 43024 43025 43026 43027 43028 43029 43030 43031 43032 43033 43034 43035 43036 43037 43038 43039 43040 43041 43042 43043 43044 43045 43046 43047 43048 43049 43050 43051 43052 43053 43054 43055 43056 43057 43058 43059 43060 43061 43062 43063 43064 43065 43066 43067 43068 43069 43070 43071 43072 43073 43074 43075 43076 43077 43078 43079 43080 43081 43082 43083 43084 43085 43086 43087 43088 43089 43090 43091 43092 43093 43094 43095 43096 43097 43098 43099 43100 43101 43102 43103 43104 43105 43106 43107 43108 43109 43110 43111 43112 43113 43114 43115 43116 43117 43118 43119 43120 43121 43122 43123 43124 43125 43126 43127 43128 43129 43130 43131 43132 43133 43134 43135 43136 43137 43138 43139 43140 43141 43142 43143 43144 43145 43146 43147 43148 43149 43150 43151 43152 43153 43154 43155 43156 43157 43158 43159 43160 43161 43162 43163 43164 43165 43166 43167 43168 43169 43170 43171 43172 43173 43174 43175 43176 43177 43178 43179 43180 43181 43182 43183 43184 43185 43186 43187 43188 43189 43190 43191 43192 43193 43194 43195 43196 43197 43198 43199 43200 43201 43202 43203 43204 43205 43206 43207 43208 43209 43210 43211 43212 43213 43214 43215 43216 43217 43218 43219 43220 43221 43222 43223 43224 43225 43226 43227 43228 43229 43230 43231 43232 43233 43234 43235 43236 43237 43238 43239 43240 43241 43242 43243 43244 43245 43246 43247 43248 43249 43250 43251 43252 43253 43254 43255 43256 43257 43258 43259 43260 43261 43262 43263 43264 43265 43266 43267 43268 43269 43270 43271 43272 43273 43274 43275 43276 43277 43278 43279 43280 43281 43282 43283 43284 43285 43286 43287 43288 43289 43290 43291 43292 43293 43294 43295 43296 43297 43298 43299 43300 43301 43302 43303 43304 43305 43306 43307 43308 43309 43310 43311 43312 43313 43314 43315 43316 43317 43318 43319 43320 43321 43322 43323 43324 43325 43326 43327 43328 43329 43330 43331 43332 43333 43334 43335 43336 43337 43338 43339 43340 43341 43342 43343 43344 43345 43346 43347 43348 43349 43350 43351 43352 43353 43354 43355 43356 43357 43358 43359 43360 43361 43362 43363 43364 43365 43366 43367 43368 43369 43370 43371 43372 43373 43374 43375 43376 43377 43378 43379 43380 43381 43382 43383 43384 43385 43386 43387 43388 43389 43390 43391 43392 43393 43394 43395 43396 43397 43398 43399 43400 43401 43402 43403 43404 43405 43406 43407 43408 43409 43410 43411 43412 43413 43414 43415 43416 43417 43418 43419 43420 43421 43422 43423 43424 43425 43426 43427 43428 43429 43430 43431 43432 43433 43434 43435 43436 43437 43438 43439 43440 43441 43442 43443 43444 43445 43446 43447 43448 43449 43450 43451 43452 43453 43454 43455 43456 43457 43458 43459 43460 43461 43462 43463 43464 43465 43466 43467 43468 43469 43470 43471 43472 43473 43474 43475 43476 43477 43478 43479 43480 43481 43482 43483 43484 43485 43486 43487 43488 43489 43490 43491 43492 43493 43494 43495 43496 43497 43498 43499 43500 43501 43502 43503 43504 43505 43506 43507 43508 43509 43510 43511 43512 43513 43514 43515 43516 43517 43518 43519 43520 43521 43522 43523 43524 43525 43526 43527 43528 43529 43530 43531 43532 43533 43534 43535 43536 43537 43538 43539 43540 43541 43542 43543 43544 43545 43546 43547 43548 43549 43550 43551 43552 43553 43554 43555 43556 43557 43558 43559 43560 43561 43562 43563 43564 43565 43566 43567 43568 43569 43570 43571 43572 43573 43574 43575 43576 43577 43578 43579 43580 43581 43582 43583 43584 43585 43586 43587 43588 43589 43590 43591 43592 43593 43594 43595 43596 43597 43598 43599 43600 43601 43602 43603 43604 43605 43606 43607 43608 43609 43610 43611 43612 43613 43614 43615 43616 43617 43618 43619 43620 43621 43622 43623 43624 43625 43626 43627 43628 43629 43630 43631 43632 43633 43634 43635 43636 43637 43638 43639 43640 43641 43642 43643 43644 43645 43646 43647 43648 43649 43650 43651 43652 43653 43654 43655 43656 43657 43658 43659 43660 43661 43662 43663 43664 43665 43666 43667 43668 43669 43670 43671 43672 43673 43674 43675 43676 43677 43678 43679 43680 43681 43682 43683 43684 43685 43686 43687 43688 43689 43690 43691 43692 43693 43694 43695 43696 43697 43698 43699 43700 43701 43702 43703 43704 43705 43706 43707 43708 43709 43710 43711 43712 43713 43714 43715 43716 43717 43718 43719 43720 43721 43722 43723 43724 43725 43726 43727 43728 43729 43730 43731 43732 43733 43734 43735 43736 43737 43738 43739 43740 43741 43742 43743 43744 43745 43746 43747 43748 43749 43750 43751 43752 43753 43754 43755 43756 43757 43758 43759 43760 43761 43762 43763 43764 43765 43766 43767 43768 43769 43770 43771 43772 43773 43774 43775 43776 43777 43778 43779 43780 43781 43782 43783 43784 43785 43786 43787 43788 43789 43790 43791 43792 43793 43794 43795 43796 43797 43798 43799 43800 43801 43802 43803 43804 43805 43806 43807 43808 43809 43810 43811 43812 43813 43814 43815 43816 43817 43818 43819 43820 43821 43822 43823 43824 43825 43826 43827 43828 43829 43830 43831 43832 43833 43834 43835 43836 43837 43838 43839 43840 43841 43842 43843 43844 43845 43846 43847 43848 43849 43850 43851 43852 43853 43854 43855 43856 43857 43858 43859 43860 43861 43862 43863 43864 43865 43866 43867 43868 43869 43870 43871 43872 43873 43874 43875 43876 43877 43878 43879 43880 43881 43882 43883 43884 43885 43886 43887 43888 43889 43890 43891 43892 43893 43894 43895 43896 43897 43898 43899 43900 43901 43902 43903 43904 43905 43906 43907 43908 43909 43910 43911 43912 43913 43914 43915 43916 43917 43918 43919 43920 43921 43922 43923 43924 43925 43926 43927 43928 43929 43930 43931 43932 43933 43934 43935 43936 43937 43938 43939 43940 43941 43942 43943 43944 43945 43946 43947 43948 43949 43950 43951 43952 43953 43954 43955 43956 43957 43958 43959 43960 43961 43962 43963 43964 43965 43966 43967 43968 43969 43970 43971 43972 43973 43974 43975 43976 43977 43978 43979 43980 43981 43982 43983 43984 43985 43986 43987 43988 43989 43990 43991 43992 43993 43994 43995 43996 43997 43998 43999 44000 44001 44002 44003 44004 44005 44006 44007 44008 44009 44010 44011 44012 44013 44014 44015 44016 44017 44018 44019 44020 44021 44022 44023 44024 44025 44026 44027 44028 44029 44030 44031 44032 44033 44034 44035 44036 44037 44038 44039 44040 44041 44042 44043 44044 44045 44046 44047 44048 44049 44050 44051 44052 44053 44054 44055 44056 44057 44058 44059 44060 44061 44062 44063 44064 44065 44066 44067 44068 44069 44070 44071 44072 44073 44074 44075 44076 44077 44078 44079 44080 44081 44082 44083 44084 44085 44086 44087 44088 44089 44090 44091 44092 44093 44094 44095 44096 44097 44098 44099 44100 44101 44102 44103 44104 44105 44106 44107 44108 44109 44110 44111 44112 44113 44114 44115 44116 44117 44118 44119 44120 44121 44122 44123 44124 44125 44126 44127 44128 44129 44130 44131 44132 44133 44134 44135 44136 44137 44138 44139 44140 44141 44142 44143 44144 44145 44146 44147 44148 44149 44150 44151 44152 44153 44154 44155 44156 44157 44158 44159 44160 44161 44162 44163 44164 44165 44166 44167 44168 44169 44170 44171 44172 44173 44174 44175 44176 44177 44178 44179 44180 44181 44182 44183 44184 44185 44186 44187 44188 44189 44190 44191 44192 44193 44194 44195 44196 44197 44198 44199 44200 44201 44202 44203 44204 44205 44206 44207 44208 44209 44210 44211 44212 44213 44214 44215 44216 44217 44218 44219 44220 44221 44222 44223 44224 44225 44226 44227 44228 44229 44230 44231 44232 44233 44234 44235 44236 44237 44238 44239 44240 44241 44242 44243 44244 44245 44246 44247 44248 44249 44250 44251 44252 44253 44254 44255 44256 44257 44258 44259 44260 44261 44262 44263 44264 44265 44266 44267 44268 44269 44270 44271 44272 44273 44274 44275 44276 44277 44278 44279 44280 44281 44282 44283 44284 44285 44286 44287 44288 44289 44290 44291 44292 44293 44294 44295 44296 44297 44298 44299 44300 44301 44302 44303 44304 44305 44306 44307 44308 44309 44310 44311 44312 44313 44314 44315 44316 44317 44318 44319 44320 44321 44322 44323 44324 44325 44326 44327 44328 44329 44330 44331 44332 44333 44334 44335 44336 44337 44338 44339 44340 44341 44342 44343 44344 44345 44346 44347 44348 44349 44350 44351 44352 44353 44354 44355 44356 44357 44358 44359 44360 44361 44362 44363 44364 44365 44366 44367 44368 44369 44370 44371 44372 44373 44374 44375 44376 44377 44378 44379 44380 44381 44382 44383 44384 44385 44386 44387 44388 44389 44390 44391 44392 44393 44394 44395 44396 44397 44398 44399 44400 44401 44402 44403 44404 44405 44406 44407 44408 44409 44410 44411 44412 44413 44414 44415 44416 44417 44418 44419 44420 44421 44422 44423 44424 44425 44426 44427 44428 44429 44430 44431 44432 44433 44434 44435 44436 44437 44438 44439 44440 44441 44442 44443 44444 44445 44446 44447 44448 44449 44450 44451 44452 44453 44454 44455 44456 44457 44458 44459 44460 44461 44462 44463 44464 44465 44466 44467 44468 44469 44470 44471 44472 44473 44474 44475 44476 44477 44478 44479 44480 44481 44482 44483 44484 44485 44486 44487 44488 44489 44490 44491 44492 44493 44494 44495 44496 44497 44498 44499 44500 44501 44502 44503 44504 44505 44506 44507 44508 44509 44510 44511 44512 44513 44514 44515 44516 44517 44518 44519 44520 44521 44522 44523 44524 44525 44526 44527 44528 44529 44530 44531 44532 44533 44534 44535 44536 44537 44538 44539 44540 44541 44542 44543 44544 44545 44546 44547 44548 44549 44550 44551 44552 44553 44554 44555 44556 44557 44558 44559 44560 44561 44562 44563 44564 44565 44566 44567 44568 44569 44570 44571 44572 44573 44574 44575 44576 44577 44578 44579 44580 44581 44582 44583 44584 44585 44586 44587 44588 44589 44590 44591 44592 44593 44594 44595 44596 44597 44598 44599 44600 44601 44602 44603 44604 44605 44606 44607 44608 44609 44610 44611 44612 44613 44614 44615 44616 44617 44618 44619 44620 44621 44622 44623 44624 44625 44626 44627 44628 44629 44630 44631 44632 44633 44634 44635 44636 44637 44638 44639 44640 44641 44642 44643 44644 44645 44646 44647 44648 44649 44650 44651 44652 44653 44654 44655 44656 44657 44658 44659 44660 44661 44662 44663 44664 44665 44666 44667 44668 44669 44670 44671 44672 44673 44674 44675 44676 44677 44678 44679 44680 44681 44682 44683 44684 44685 44686 44687 44688 44689 44690 44691 44692 44693 44694 44695 44696 44697 44698 44699 44700 44701 44702 44703 44704 44705 44706 44707 44708 44709 44710 44711 44712 44713 44714 44715 44716 44717 44718 44719 44720 44721 44722 44723 44724 44725 44726 44727 44728 44729 44730 44731 44732 44733 44734 44735 44736 44737 44738 44739 44740 44741 44742 44743 44744 44745 44746 44747 44748 44749 44750 44751 44752 44753 44754 44755 44756 44757 44758 44759 44760 44761 44762 44763 44764 44765 44766 44767 44768 44769 44770 44771 44772 44773 44774 44775 44776 44777 44778 44779 44780 44781 44782 44783 44784 44785 44786 44787 44788 44789 44790 44791 44792 44793 44794 44795 44796 44797 44798 44799 44800 44801 44802 44803 44804 44805 44806 44807 44808 44809 44810 44811 44812 44813 44814 44815 44816 44817 44818 44819 44820 44821 44822 44823 44824 44825 44826 44827 44828 44829 44830 44831 44832 44833 44834 44835 44836 44837 44838 44839 44840 44841 44842 44843 44844 44845 44846 44847 44848 44849 44850 44851 44852 44853 44854 44855 44856 44857 44858 44859 44860 44861 44862 44863 44864 44865 44866 44867 44868 44869 44870 44871 44872 44873 44874 44875 44876 44877 44878 44879 44880 44881 44882 44883 44884 44885 44886 44887 44888 44889 44890 44891 44892 44893 44894 44895 44896 44897 44898 44899 44900 44901 44902 44903 44904 44905 44906 44907 44908 44909 44910 44911 44912 44913 44914 44915 44916 44917 44918 44919 44920 44921 44922 44923 44924 44925 44926 44927 44928 44929 44930 44931 44932 44933 44934 44935 44936 44937 44938 44939 44940 44941 44942 44943 44944 44945 44946 44947 44948 44949 44950 44951 44952 44953 44954 44955 44956 44957 44958 44959 44960 44961 44962 44963 44964 44965 44966 44967 44968 44969 44970 44971 44972 44973 44974 44975 44976 44977 44978 44979 44980 44981 44982 44983 44984 44985 44986 44987 44988 44989 44990 44991 44992 44993 44994 44995 44996 44997 44998 44999 45000 45001 45002 45003 45004 45005 45006 45007 45008 45009 45010 45011 45012 45013 45014 45015 45016 45017 45018 45019 45020 45021 45022 45023 45024 45025 45026 45027 45028 45029 45030 45031 45032 45033 45034 45035 45036 45037 45038 45039 45040 45041 45042 45043 45044 45045 45046 45047 45048 45049 45050 45051 45052 45053 45054 45055 45056 45057 45058 45059 45060 45061 45062 45063 45064 45065 45066 45067 45068 45069 45070 45071 45072 45073 45074 45075 45076 45077 45078 45079 45080 45081 45082 45083 45084 45085 45086 45087 45088 45089 45090 45091 45092 45093 45094 45095 45096 45097 45098 45099 45100 45101 45102 45103 45104 45105 45106 45107 45108 45109 45110 45111 45112 45113 45114 45115 45116 45117 45118 45119 45120 45121 45122 45123 45124 45125 45126 45127 45128 45129 45130 45131 45132 45133 45134 45135 45136 45137 45138 45139 45140 45141 45142 45143 45144 45145 45146 45147 45148 45149 45150 45151 45152 45153 45154 45155 45156 45157 45158 45159 45160 45161 45162 45163 45164 45165 45166 45167 45168 45169 45170 45171 45172 45173 45174 45175 45176 45177 45178 45179 45180 45181 45182 45183 45184 45185 45186 45187 45188 45189 45190 45191 45192 45193 45194 45195 45196 45197 45198 45199 45200 45201 45202 45203 45204 45205 45206 45207 45208 45209 45210 45211 45212 45213 45214 45215 45216 45217 45218 45219 45220 45221 45222 45223 45224 45225 45226 45227 45228 45229 45230 45231 45232 45233 45234 45235 45236 45237 45238 45239 45240 45241 45242 45243 45244 45245 45246 45247 45248 45249 45250 45251 45252 45253 45254 45255 45256 45257 45258 45259 45260 45261 45262 45263 45264 45265 45266 45267 45268 45269 45270 45271 45272 45273 45274 45275 45276 45277 45278 45279 45280 45281 45282 45283 45284 45285 45286 45287 45288 45289 45290 45291 45292 45293 45294 45295 45296 45297 45298 45299 45300 45301 45302 45303 45304 45305 45306 45307 45308 45309 45310 45311 45312 45313 45314 45315 45316 45317 45318 45319 45320 45321 45322 45323 45324 45325 45326 45327 45328 45329 45330 45331 45332 45333 45334 45335 45336 45337 45338 45339 45340 45341 45342 45343 45344 45345 45346 45347 45348 45349 45350 45351 45352 45353 45354 45355 45356 45357 45358 45359 45360 45361 45362 45363 45364 45365 45366 45367 45368 45369 45370 45371 45372 45373 45374 45375 45376 45377 45378 45379 45380 45381 45382 45383 45384 45385 45386 45387 45388 45389 45390 45391 45392 45393 45394 45395 45396 45397 45398 45399 45400 45401 45402 45403 45404 45405 45406 45407 45408 45409 45410 45411 45412 45413 45414 45415 45416 45417 45418 45419 45420 45421 45422 45423 45424 45425 45426 45427 45428 45429 45430 45431 45432 45433 45434 45435 45436 45437 45438 45439 45440 45441 45442 45443 45444 45445 45446 45447 45448 45449 45450 45451 45452 45453 45454 45455 45456 45457 45458 45459 45460 45461 45462 45463 45464 45465 45466 45467 45468 45469 45470 45471 45472 45473 45474 45475 45476 45477 45478 45479 45480 45481 45482 45483 45484 45485 45486 45487 45488 45489 45490 45491 45492 45493 45494 45495 45496 45497 45498 45499 45500 45501 45502 45503 45504 45505 45506 45507 45508 45509 45510 45511 45512 45513 45514 45515 45516 45517 45518 45519 45520 45521 45522 45523 45524 45525 45526 45527 45528 45529 45530 45531 45532 45533 45534 45535 45536 45537 45538 45539 45540 45541 45542 45543 45544 45545 45546 45547 45548 45549 45550 45551 45552 45553 45554 45555 45556 45557 45558 45559 45560 45561 45562 45563 45564 45565 45566 45567 45568 45569 45570 45571 45572 45573 45574 45575 45576 45577 45578 45579 45580 45581 45582 45583 45584 45585 45586 45587 45588 45589 45590 45591 45592 45593 45594 45595 45596 45597 45598 45599 45600 45601 45602 45603 45604 45605 45606 45607 45608 45609 45610 45611 45612 45613 45614 45615 45616 45617 45618 45619 45620 45621 45622 45623 45624 45625 45626 45627 45628 45629 45630 45631 45632 45633 45634 45635 45636 45637 45638 45639 45640 45641 45642 45643 45644 45645 45646 45647 45648 45649 45650 45651 45652 45653 45654 45655 45656 45657 45658 45659 45660 45661 45662 45663 45664 45665 45666 45667 45668 45669 45670 45671 45672 45673 45674 45675 45676 45677 45678 45679 45680 45681 45682 45683 45684 45685 45686 45687 45688 45689 45690 45691 45692 45693 45694 45695 45696 45697 45698 45699 45700 45701 45702 45703 45704 45705 45706 45707 45708 45709 45710 45711 45712 45713 45714 45715 45716 45717 45718 45719 45720 45721 45722 45723 45724 45725 45726 45727 45728 45729 45730 45731 45732 45733 45734 45735 45736 45737 45738 45739 45740 45741 45742 45743 45744 45745 45746 45747 45748 45749 45750 45751 45752 45753 45754 45755 45756 45757 45758 45759 45760 45761 45762 45763 45764 45765 45766 45767 45768 45769 45770 45771 45772 45773 45774 45775 45776 45777 45778 45779 45780 45781 45782 45783 45784 45785 45786 45787 45788 45789 45790 45791 45792 45793 45794 45795 45796 45797 45798 45799 45800 45801 45802 45803 45804 45805 45806 45807 45808 45809 45810 45811 45812 45813 45814 45815 45816 45817 45818 45819 45820 45821 45822 45823 45824 45825 45826 45827 45828 45829 45830 45831 45832 45833 45834 45835 45836 45837 45838 45839 45840 45841 45842 45843 45844 45845 45846 45847 45848 45849 45850 45851 45852 45853 45854 45855 45856 45857 45858 45859 45860 45861 45862 45863 45864 45865 45866 45867 45868 45869 45870 45871 45872 45873 45874 45875 45876 45877 45878 45879 45880 45881 45882 45883 45884 45885 45886 45887 45888 45889 45890 45891 45892 45893 45894 45895 45896 45897 45898 45899 45900 45901 45902 45903 45904 45905 45906 45907 45908 45909 45910 45911 45912 45913 45914 45915 45916 45917 45918 45919 45920 45921 45922 45923 45924 45925 45926 45927 45928 45929 45930 45931 45932 45933 45934 45935 45936 45937 45938 45939 45940 45941 45942 45943 45944 45945 45946 45947 45948 45949 45950 45951 45952 45953 45954 45955 45956 45957 45958 45959 45960 45961 45962 45963 45964 45965 45966 45967 45968 45969 45970 45971 45972 45973 45974 45975 45976 45977 45978 45979 45980 45981 45982 45983 45984 45985 45986 45987 45988 45989 45990 45991 45992 45993 45994 45995 45996 45997 45998 45999 46000 46001 46002 46003 46004 46005 46006 46007 46008 46009 46010 46011 46012 46013 46014 46015 46016 46017 46018 46019 46020 46021 46022 46023 46024 46025 46026 46027 46028 46029 46030 46031 46032 46033 46034 46035 46036 46037 46038 46039 46040 46041 46042 46043 46044 46045 46046 46047 46048 46049 46050 46051 46052 46053 46054 46055 46056 46057 46058 46059 46060 46061 46062 46063 46064 46065 46066 46067 46068 46069 46070 46071 46072 46073 46074 46075 46076 46077 46078 46079 46080 46081 46082 46083 46084 46085 46086 46087 46088 46089 46090 46091 46092 46093 46094 46095 46096 46097 46098 46099 46100 46101 46102 46103 46104 46105 46106 46107 46108 46109 46110 46111 46112 46113 46114 46115 46116 46117 46118 46119 46120 46121 46122 46123 46124 46125 46126 46127 46128 46129 46130 46131 46132 46133 46134 46135 46136 46137 46138 46139 46140 46141 46142 46143 46144 46145 46146 46147 46148 46149 46150 46151 46152 46153 46154 46155 46156 46157 46158 46159 46160 46161 46162 46163 46164 46165 46166 46167 46168 46169 46170 46171 46172 46173 46174 46175 46176 46177 46178 46179 46180 46181 46182 46183 46184 46185 46186 46187 46188 46189 46190 46191 46192 46193 46194 46195 46196 46197 46198 46199 46200 46201 46202 46203 46204 46205 46206 46207 46208 46209 46210 46211 46212 46213 46214 46215 46216 46217 46218 46219 46220 46221 46222 46223 46224 46225 46226 46227 46228 46229 46230 46231 46232 46233 46234 46235 46236 46237 46238 46239 46240 46241 46242 46243 46244 46245 46246 46247 46248 46249 46250 46251 46252 46253 46254 46255 46256 46257 46258 46259 46260 46261 46262 46263 46264 46265 46266 46267 46268 46269 46270 46271 46272 46273 46274 46275 46276 46277 46278 46279 46280 46281 46282 46283 46284 46285 46286 46287 46288 46289 46290 46291 46292 46293 46294 46295 46296 46297 46298 46299 46300 46301 46302 46303 46304 46305 46306 46307 46308 46309 46310 46311 46312 46313 46314 46315 46316 46317 46318 46319 46320 46321 46322 46323 46324 46325 46326 46327 46328 46329 46330 46331 46332 46333 46334 46335 46336 46337 46338 46339 46340 46341 46342 46343 46344 46345 46346 46347 46348 46349 46350 46351 46352 46353 46354 46355 46356 46357 46358 46359 46360 46361 46362 46363 46364 46365 46366 46367 46368 46369 46370 46371 46372 46373 46374 46375 46376 46377 46378 46379 46380 46381 46382 46383 46384 46385 46386 46387 46388 46389 46390 46391 46392 46393 46394 46395 46396 46397 46398 46399 46400 46401 46402 46403 46404 46405 46406 46407 46408 46409 46410 46411 46412 46413 46414 46415 46416 46417 46418 46419 46420 46421 46422 46423 46424 46425 46426 46427 46428 46429 46430 46431 46432 46433 46434 46435 46436 46437 46438 46439 46440 46441 46442 46443 46444 46445 46446 46447 46448 46449 46450 46451 46452 46453 46454 46455 46456 46457 46458 46459 46460 46461 46462 46463 46464 46465 46466 46467 46468 46469 46470 46471 46472 46473 46474 46475 46476 46477 46478 46479 46480 46481 46482 46483 46484 46485 46486 46487 46488 46489 46490 46491 46492 46493 46494 46495 46496 46497 46498 46499 46500 46501 46502 46503 46504 46505 46506 46507 46508 46509 46510 46511 46512 46513 46514 46515 46516 46517 46518 46519 46520 46521 46522 46523 46524 46525 46526 46527 46528 46529 46530 46531 46532 46533 46534 46535 46536 46537 46538 46539 46540 46541 46542 46543 46544 46545 46546 46547 46548 46549 46550 46551 46552 46553 46554 46555 46556 46557 46558 46559 46560 46561 46562 46563 46564 46565 46566 46567 46568 46569 46570 46571 46572 46573 46574 46575 46576 46577 46578 46579 46580 46581 46582 46583 46584 46585 46586 46587 46588 46589 46590 46591 46592 46593 46594 46595 46596 46597 46598 46599 46600 46601 46602 46603 46604 46605 46606 46607 46608 46609 46610 46611 46612 46613 46614 46615 46616 46617 46618 46619 46620 46621 46622 46623 46624 46625 46626 46627 46628 46629 46630 46631 46632 46633 46634 46635 46636 46637 46638 46639 46640 46641 46642 46643 46644 46645 46646 46647 46648 46649 46650 46651 46652 46653 46654 46655 46656 46657 46658 46659 46660 46661 46662 46663 46664 46665 46666 46667 46668 46669 46670 46671 46672 46673 46674 46675 46676 46677 46678 46679 46680 46681 46682 46683 46684 46685 46686 46687 46688 46689 46690 46691 46692 46693 46694 46695 46696 46697 46698 46699 46700 46701 46702 46703 46704 46705 46706 46707 46708 46709 46710 46711 46712 46713 46714 46715 46716 46717 46718 46719 46720 46721 46722 46723 46724 46725 46726 46727 46728 46729 46730 46731 46732 46733 46734 46735 46736 46737 46738 46739 46740 46741 46742 46743 46744 46745 46746 46747 46748 46749 46750 46751 46752 46753 46754 46755 46756 46757 46758 46759 46760 46761 46762 46763 46764 46765 46766 46767 46768 46769 46770 46771 46772 46773 46774 46775 46776 46777 46778 46779 46780 46781 46782 46783 46784 46785 46786 46787 46788 46789 46790 46791 46792 46793 46794 46795 46796 46797 46798 46799 46800 46801 46802 46803 46804 46805 46806 46807 46808 46809 46810 46811 46812 46813 46814 46815 46816 46817 46818 46819 46820 46821 46822 46823 46824 46825 46826 46827 46828 46829 46830 46831 46832 46833 46834 46835 46836 46837 46838 46839 46840 46841 46842 46843 46844 46845 46846 46847 46848 46849 46850 46851 46852 46853 46854 46855 46856 46857 46858 46859 46860 46861 46862 46863 46864 46865 46866 46867 46868 46869 46870 46871 46872 46873 46874 46875 46876 46877 46878 46879 46880 46881 46882 46883 46884 46885 46886 46887 46888 46889 46890 46891 46892 46893 46894 46895 46896 46897 46898 46899 46900 46901 46902 46903 46904 46905 46906 46907 46908 46909 46910 46911 46912 46913 46914 46915 46916 46917 46918 46919 46920 46921 46922 46923 46924 46925 46926 46927 46928 46929 46930 46931 46932 46933 46934 46935 46936 46937 46938 46939 46940 46941 46942 46943 46944 46945 46946 46947 46948 46949 46950 46951 46952 46953 46954 46955 46956 46957 46958 46959 46960 46961 46962 46963 46964 46965 46966 46967 46968 46969 46970 46971 46972 46973 46974 46975 46976 46977 46978 46979 46980 46981 46982 46983 46984 46985 46986 46987 46988 46989 46990 46991 46992 46993 46994 46995 46996 46997 46998 46999 47000 47001 47002 47003 47004 47005 47006 47007 47008 47009 47010 47011 47012 47013 47014 47015 47016 47017 47018 47019 47020 47021 47022 47023 47024 47025 47026 47027 47028 47029 47030 47031 47032 47033 47034 47035 47036 47037 47038 47039 47040 47041 47042 47043 47044 47045 47046 47047 47048 47049 47050 47051 47052 47053 47054 47055 47056 47057 47058 47059 47060 47061 47062 47063 47064 47065 47066 47067 47068 47069 47070 47071 47072 47073 47074 47075 47076 47077 47078 47079 47080 47081 47082 47083 47084 47085 47086 47087 47088 47089 47090 47091 47092 47093 47094 47095 47096 47097 47098 47099 47100 47101 47102 47103 47104 47105 47106 47107 47108 47109 47110 47111 47112 47113 47114 47115 47116 47117 47118 47119 47120 47121 47122 47123 47124 47125 47126 47127 47128 47129 47130 47131 47132 47133 47134 47135 47136 47137 47138 47139 47140 47141 47142 47143 47144 47145 47146 47147 47148 47149 47150 47151 47152 47153 47154 47155 47156 47157 47158 47159 47160 47161 47162 47163 47164 47165 47166 47167 47168 47169 47170 47171 47172 47173 47174 47175 47176 47177 47178 47179 47180 47181 47182 47183 47184 47185 47186 47187 47188 47189 47190 47191 47192 47193 47194 47195 47196 47197 47198 47199 47200 47201 47202 47203 47204 47205 47206 47207 47208 47209 47210 47211 47212 47213 47214 47215 47216 47217 47218 47219 47220 47221 47222 47223 47224 47225 47226 47227 47228 47229 47230 47231 47232 47233 47234 47235 47236 47237 47238 47239 47240 47241 47242 47243 47244 47245 47246 47247 47248 47249 47250 47251 47252 47253 47254 47255 47256 47257 47258 47259 47260 47261 47262 47263 47264 47265 47266 47267 47268 47269 47270 47271 47272 47273 47274 47275 47276 47277 47278 47279 47280 47281 47282 47283 47284 47285 47286 47287 47288 47289 47290 47291 47292 47293 47294 47295 47296 47297 47298 47299 47300 47301 47302 47303 47304 47305 47306 47307 47308 47309 47310 47311 47312 47313 47314 47315 47316 47317 47318 47319 47320 47321 47322 47323 47324 47325 47326 47327 47328 47329 47330 47331 47332 47333 47334 47335 47336 47337 47338 47339 47340 47341 47342 47343 47344 47345 47346 47347 47348 47349 47350 47351 47352 47353 47354 47355 47356 47357 47358 47359 47360 47361 47362 47363 47364 47365 47366 47367 47368 47369 47370 47371 47372 47373 47374 47375 47376 47377 47378 47379 47380 47381 47382 47383 47384 47385 47386 47387 47388 47389 47390 47391 47392 47393 47394 47395 47396 47397 47398 47399 47400 47401 47402 47403 47404 47405 47406 47407 47408 47409 47410 47411 47412 47413 47414 47415 47416 47417 47418 47419 47420 47421 47422 47423 47424 47425 47426 47427 47428 47429 47430 47431 47432 47433 47434 47435 47436 47437 47438 47439 47440 47441 47442 47443 47444 47445 47446 47447 47448 47449 47450 47451 47452 47453 47454 47455 47456 47457 47458 47459 47460 47461 47462 47463 47464 47465 47466 47467 47468 47469 47470 47471 47472 47473 47474 47475 47476 47477 47478 47479 47480 47481 47482 47483 47484 47485 47486 47487 47488 47489 47490 47491 47492 47493 47494 47495 47496 47497 47498 47499 47500 47501 47502 47503 47504 47505 47506 47507 47508 47509 47510 47511 47512 47513 47514 47515 47516 47517 47518 47519 47520 47521 47522 47523 47524 47525 47526 47527 47528 47529 47530 47531 47532 47533 47534 47535 47536 47537 47538 47539 47540 47541 47542 47543 47544 47545 47546 47547 47548 47549 47550 47551 47552 47553 47554 47555 47556 47557 47558 47559 47560 47561 47562 47563 47564 47565 47566 47567 47568 47569 47570 47571 47572 47573 47574 47575 47576 47577 47578 47579 47580 47581 47582 47583 47584 47585 47586 47587 47588 47589 47590 47591 47592 47593 47594 47595 47596 47597 47598 47599 47600 47601 47602 47603 47604 47605 47606 47607 47608 47609 47610 47611 47612 47613 47614 47615 47616 47617 47618 47619 47620 47621 47622 47623 47624 47625 47626 47627 47628 47629 47630 47631 47632 47633 47634 47635 47636 47637 47638 47639 47640 47641 47642 47643 47644 47645 47646 47647 47648 47649 47650 47651 47652 47653 47654 47655 47656 47657 47658 47659 47660 47661 47662 47663 47664 47665 47666 47667 47668 47669 47670 47671 47672 47673 47674 47675 47676 47677 47678 47679 47680 47681 47682 47683 47684 47685 47686 47687 47688 47689 47690 47691 47692 47693 47694 47695 47696 47697 47698 47699 47700 47701 47702 47703 47704 47705 47706 47707 47708 47709 47710 47711 47712 47713 47714 47715 47716 47717 47718 47719 47720 47721 47722 47723 47724 47725 47726 47727 47728 47729 47730 47731 47732 47733 47734 47735 47736 47737 47738 47739 47740 47741 47742 47743 47744 47745 47746 47747 47748 47749 47750 47751 47752 47753 47754 47755 47756 47757 47758 47759 47760 47761 47762 47763 47764 47765 47766 47767 47768 47769 47770 47771 47772 47773 47774 47775 47776 47777 47778 47779 47780 47781 47782 47783 47784 47785 47786 47787 47788 47789 47790 47791 47792 47793 47794 47795 47796 47797 47798 47799 47800 47801 47802 47803 47804 47805 47806 47807 47808 47809 47810 47811 47812 47813 47814 47815 47816 47817 47818 47819 47820 47821 47822 47823 47824 47825 47826 47827 47828 47829 47830 47831 47832 47833 47834 47835 47836 47837 47838 47839 47840 47841 47842 47843 47844 47845 47846 47847 47848 47849 47850 47851 47852 47853 47854 47855 47856 47857 47858 47859 47860 47861 47862 47863 47864 47865 47866 47867 47868 47869 47870 47871 47872 47873 47874 47875 47876 47877 47878 47879 47880 47881 47882 47883 47884 47885 47886 47887 47888 47889 47890 47891 47892 47893 47894 47895 47896 47897 47898 47899 47900 47901 47902 47903 47904 47905 47906 47907 47908 47909 47910 47911 47912 47913 47914 47915 47916 47917 47918 47919 47920 47921 47922 47923 47924 47925 47926 47927 47928 47929 47930 47931 47932 47933 47934 47935 47936 47937 47938 47939 47940 47941 47942 47943 47944 47945 47946 47947 47948 47949 47950 47951 47952 47953 47954 47955 47956 47957 47958 47959 47960 47961 47962 47963 47964 47965 47966 47967 47968 47969 47970 47971 47972 47973 47974 47975 47976 47977 47978 47979 47980 47981 47982 47983 47984 47985 47986 47987 47988 47989 47990 47991 47992 47993 47994 47995 47996 47997 47998 47999 48000 48001 48002 48003 48004 48005 48006 48007 48008 48009 48010 48011 48012 48013 48014 48015 48016 48017 48018 48019 48020 48021 48022 48023 48024 48025 48026 48027 48028 48029 48030 48031 48032 48033 48034 48035 48036 48037 48038 48039 48040 48041 48042 48043 48044 48045 48046 48047 48048 48049 48050 48051 48052 48053 48054 48055 48056 48057 48058 48059 48060 48061 48062 48063 48064 48065 48066 48067 48068 48069 48070 48071 48072 48073 48074 48075 48076 48077 48078 48079 48080 48081 48082 48083 48084 48085 48086 48087 48088 48089 48090 48091 48092 48093 48094 48095 48096 48097 48098 48099 48100 48101 48102 48103 48104 48105 48106 48107 48108 48109 48110 48111 48112 48113 48114 48115 48116 48117 48118 48119 48120 48121 48122 48123 48124 48125 48126 48127 48128 48129 48130 48131 48132 48133 48134 48135 48136 48137 48138 48139 48140 48141 48142 48143 48144 48145 48146 48147 48148 48149 48150 48151 48152 48153 48154 48155 48156 48157 48158 48159 48160 48161 48162 48163 48164 48165 48166 48167 48168 48169 48170 48171 48172 48173 48174 48175 48176 48177 48178 48179 48180 48181 48182 48183 48184 48185 48186 48187 48188 48189 48190 48191 48192 48193 48194 48195 48196 48197 48198 48199 48200 48201 48202 48203 48204 48205 48206 48207 48208 48209 48210 48211 48212 48213 48214 48215 48216 48217 48218 48219 48220 48221 48222 48223 48224 48225 48226 48227 48228 48229 48230 48231 48232 48233 48234 48235 48236 48237 48238 48239 48240 48241 48242 48243 48244 48245 48246 48247 48248 48249 48250 48251 48252 48253 48254 48255 48256 48257 48258 48259 48260 48261 48262 48263 48264 48265 48266 48267 48268 48269 48270 48271 48272 48273 48274 48275 48276 48277 48278 48279 48280 48281 48282 48283 48284 48285 48286 48287 48288 48289 48290 48291 48292 48293 48294 48295 48296 48297 48298 48299 48300 48301 48302 48303 48304 48305 48306 48307 48308 48309 48310 48311 48312 48313 48314 48315 48316 48317 48318 48319 48320 48321 48322 48323 48324 48325 48326 48327 48328 48329 48330 48331 48332 48333 48334 48335 48336 48337 48338 48339 48340 48341 48342 48343 48344 48345 48346 48347 48348 48349 48350 48351 48352 48353 48354 48355 48356 48357 48358 48359 48360 48361 48362 48363 48364 48365 48366 48367 48368 48369 48370 48371 48372 48373 48374 48375 48376 48377 48378 48379 48380 48381 48382 48383 48384 48385 48386 48387 48388 48389 48390 48391 48392 48393 48394 48395 48396 48397 48398 48399 48400 48401 48402 48403 48404 48405 48406 48407 48408 48409 48410 48411 48412 48413 48414 48415 48416 48417 48418 48419 48420 48421 48422 48423 48424 48425 48426 48427 48428 48429 48430 48431 48432 48433 48434 48435 48436 48437 48438 48439 48440 48441 48442 48443 48444 48445 48446 48447 48448 48449 48450 48451 48452 48453 48454 48455 48456 48457 48458 48459 48460 48461 48462 48463 48464 48465 48466 48467 48468 48469 48470 48471 48472 48473 48474 48475 48476 48477 48478 48479 48480 48481 48482 48483 48484 48485 48486 48487 48488 48489 48490 48491 48492 48493 48494 48495 48496 48497 48498 48499 48500 48501 48502 48503 48504 48505 48506 48507 48508 48509 48510 48511 48512 48513 48514 48515 48516 48517 48518 48519 48520 48521 48522 48523 48524 48525 48526 48527 48528 48529 48530 48531 48532 48533 48534 48535 48536 48537 48538 48539 48540 48541 48542 48543 48544 48545 48546 48547 48548 48549 48550 48551 48552 48553 48554 48555 48556 48557 48558 48559 48560 48561 48562 48563 48564 48565 48566 48567 48568 48569 48570 48571 48572 48573 48574 48575 48576 48577 48578 48579 48580 48581 48582 48583 48584 48585 48586 48587 48588 48589 48590 48591 48592 48593 48594 48595 48596 48597 48598 48599 48600 48601 48602 48603 48604 48605 48606 48607 48608 48609 48610 48611 48612 48613 48614 48615 48616 48617 48618 48619 48620 48621 48622 48623 48624 48625 48626 48627 48628 48629 48630 48631 48632 48633 48634 48635 48636 48637 48638 48639 48640 48641 48642 48643 48644 48645 48646 48647 48648 48649 48650 48651 48652 48653 48654 48655 48656 48657 48658 48659 48660 48661 48662 48663 48664 48665 48666 48667 48668 48669 48670 48671 48672 48673 48674 48675 48676 48677 48678 48679 48680 48681 48682 48683 48684 48685 48686 48687 48688 48689 48690 48691 48692 48693 48694 48695 48696 48697 48698 48699 48700 48701 48702 48703 48704 48705 48706 48707 48708 48709 48710 48711 48712 48713 48714 48715 48716 48717 48718 48719 48720 48721 48722 48723 48724 48725 48726 48727 48728 48729 48730 48731 48732 48733 48734 48735 48736 48737 48738 48739 48740 48741 48742 48743 48744 48745 48746 48747 48748 48749 48750 48751 48752 48753 48754 48755 48756 48757 48758 48759 48760 48761 48762 48763 48764 48765 48766 48767 48768 48769 48770 48771 48772 48773 48774 48775 48776 48777 48778 48779 48780 48781 48782 48783 48784 48785 48786 48787 48788 48789 48790 48791 48792 48793 48794 48795 48796 48797 48798 48799 48800 48801 48802 48803 48804 48805 48806 48807 48808 48809 48810 48811 48812 48813 48814 48815 48816 48817 48818 48819 48820 48821 48822 48823 48824 48825 48826 48827 48828 48829 48830 48831 48832 48833 48834 48835 48836 48837 48838 48839 48840 48841 48842 48843 48844 48845 48846 48847 48848 48849 48850 48851 48852 48853 48854 48855 48856 48857 48858 48859 48860 48861 48862 48863 48864 48865 48866 48867 48868 48869 48870 48871 48872 48873 48874 48875 48876 48877 48878 48879 48880 48881 48882 48883 48884 48885 48886 48887 48888 48889 48890 48891 48892 48893 48894 48895 48896 48897 48898 48899 48900 48901 48902 48903 48904 48905 48906 48907 48908 48909 48910 48911 48912 48913 48914 48915 48916 48917 48918 48919 48920 48921 48922 48923 48924 48925 48926 48927 48928 48929 48930 48931 48932 48933 48934 48935 48936 48937 48938 48939 48940 48941 48942 48943 48944 48945 48946 48947 48948 48949 48950 48951 48952 48953 48954 48955 48956 48957 48958 48959 48960 48961 48962 48963 48964 48965 48966 48967 48968 48969 48970 48971 48972 48973 48974 48975 48976 48977 48978 48979 48980 48981 48982 48983 48984 48985 48986 48987 48988 48989 48990 48991 48992 48993 48994 48995 48996 48997 48998 48999 49000 49001 49002 49003 49004 49005 49006 49007 49008 49009 49010 49011 49012 49013 49014 49015 49016 49017 49018 49019 49020 49021 49022 49023 49024 49025 49026 49027 49028 49029 49030 49031 49032 49033 49034 49035 49036 49037 49038 49039 49040 49041 49042 49043 49044 49045 49046 49047 49048 49049 49050 49051 49052 49053 49054 49055 49056 49057 49058 49059 49060 49061 49062 49063 49064 49065 49066 49067 49068 49069 49070 49071 49072 49073 49074 49075 49076 49077 49078 49079 49080 49081 49082 49083 49084 49085 49086 49087 49088 49089 49090 49091 49092 49093 49094 49095 49096 49097 49098 49099 49100 49101 49102 49103 49104 49105 49106 49107 49108 49109 49110 49111 49112 49113 49114 49115 49116 49117 49118 49119 49120 49121 49122 49123 49124 49125 49126 49127 49128 49129 49130 49131 49132 49133 49134 49135 49136 49137 49138 49139 49140 49141 49142 49143 49144 49145 49146 49147 49148 49149 49150 49151 49152 49153 49154 49155 49156 49157 49158 49159 49160 49161 49162 49163 49164 49165 49166 49167 49168 49169 49170 49171 49172 49173 49174 49175 49176 49177 49178 49179 49180 49181 49182 49183 49184 49185 49186 49187 49188 49189 49190 49191 49192 49193 49194 49195 49196 49197 49198 49199 49200 49201 49202 49203 49204 49205 49206 49207 49208 49209 49210 49211 49212 49213 49214 49215 49216 49217 49218 49219 49220 49221 49222 49223 49224 49225 49226 49227 49228 49229 49230 49231 49232 49233 49234 49235 49236 49237 49238 49239 49240 49241 49242 49243 49244 49245 49246 49247 49248 49249 49250 49251 49252 49253 49254 49255 49256 49257 49258 49259 49260 49261 49262 49263 49264 49265 49266 49267 49268 49269 49270 49271 49272 49273 49274 49275 49276 49277 49278 49279 49280 49281 49282 49283 49284 49285 49286 49287 49288 49289 49290 49291 49292 49293 49294 49295 49296 49297 49298 49299 49300 49301 49302 49303 49304 49305 49306 49307 49308 49309 49310 49311 49312 49313 49314 49315 49316 49317 49318 49319 49320 49321 49322 49323 49324 49325 49326 49327 49328 49329 49330 49331 49332 49333 49334 49335 49336 49337 49338 49339 49340 49341 49342 49343 49344 49345 49346 49347 49348 49349 49350 49351 49352 49353 49354 49355 49356 49357 49358 49359 49360 49361 49362 49363 49364 49365 49366 49367 49368 49369 49370 49371 49372 49373 49374 49375 49376 49377 49378 49379 49380 49381 49382 49383 49384 49385 49386 49387 49388 49389 49390 49391 49392 49393 49394 49395 49396 49397 49398 49399 49400 49401 49402 49403 49404 49405 49406 49407 49408 49409 49410 49411 49412 49413 49414 49415 49416 49417 49418 49419 49420 49421 49422 49423 49424 49425 49426 49427 49428 49429 49430 49431 49432 49433 49434 49435 49436 49437 49438 49439 49440 49441 49442 49443 49444 49445 49446 49447 49448 49449 49450 49451 49452 49453 49454 49455 49456 49457 49458 49459 49460 49461 49462 49463 49464 49465 49466 49467 49468 49469 49470 49471 49472 49473 49474 49475 49476 49477 49478 49479 49480 49481 49482 49483 49484 49485 49486 49487 49488 49489 49490 49491 49492 49493 49494 49495 49496 49497 49498 49499 49500 49501 49502 49503 49504 49505 49506 49507 49508 49509 49510 49511 49512 49513 49514 49515 49516 49517 49518 49519 49520 49521 49522 49523 49524 49525 49526 49527 49528 49529 49530 49531 49532 49533 49534 49535 49536 49537 49538 49539 49540 49541 49542 49543 49544 49545 49546 49547 49548 49549 49550 49551 49552 49553 49554 49555 49556 49557 49558 49559 49560 49561 49562 49563 49564 49565 49566 49567 49568 49569 49570 49571 49572 49573 49574 49575 49576 49577 49578 49579 49580 49581 49582 49583 49584 49585 49586 49587 49588 49589 49590 49591 49592 49593 49594 49595 49596 49597 49598 49599 49600 49601 49602 49603 49604 49605 49606 49607 49608 49609 49610 49611 49612 49613 49614 49615 49616 49617 49618 49619 49620 49621 49622 49623 49624 49625 49626 49627 49628 49629 49630 49631 49632 49633 49634 49635 49636 49637 49638 49639 49640 49641 49642 49643 49644 49645 49646 49647 49648 49649 49650 49651 49652 49653 49654 49655 49656 49657 49658 49659 49660 49661 49662 49663 49664 49665 49666 49667 49668 49669 49670 49671 49672 49673 49674 49675 49676 49677 49678 49679 49680 49681 49682 49683 49684 49685 49686 49687 49688 49689 49690 49691 49692 49693 49694 49695 49696 49697 49698 49699 49700 49701 49702 49703 49704 49705 49706 49707 49708 49709 49710 49711 49712 49713 49714 49715 49716 49717 49718 49719 49720 49721 49722 49723 49724 49725 49726 49727 49728 49729 49730 49731 49732 49733 49734 49735 49736 49737 49738 49739 49740 49741 49742 49743 49744 49745 49746 49747 49748 49749 49750 49751 49752 49753 49754 49755 49756 49757 49758 49759 49760 49761 49762 49763 49764 49765 49766 49767 49768 49769 49770 49771 49772 49773 49774 49775 49776 49777 49778 49779 49780 49781 49782 49783 49784 49785 49786 49787 49788 49789 49790 49791 49792 49793 49794 49795 49796 49797 49798 49799 49800 49801 49802 49803 49804 49805 49806 49807 49808 49809 49810 49811 49812 49813 49814 49815 49816 49817 49818 49819 49820 49821 49822 49823 49824 49825 49826 49827 49828 49829 49830 49831 49832 49833 49834 49835 49836 49837 49838 49839 49840 49841 49842 49843 49844 49845 49846 49847 49848 49849 49850 49851 49852 49853 49854 49855 49856 49857 49858 49859 49860 49861 49862 49863 49864 49865 49866 49867 49868 49869 49870 49871 49872 49873 49874 49875 49876 49877 49878 49879 49880 49881 49882 49883 49884 49885 49886 49887 49888 49889 49890 49891 49892 49893 49894 49895 49896 49897 49898 49899 49900 49901 49902 49903 49904 49905 49906 49907 49908 49909 49910 49911 49912 49913 49914 49915 49916 49917 49918 49919 49920 49921 49922 49923 49924 49925 49926 49927 49928 49929 49930 49931 49932 49933 49934 49935 49936 49937 49938 49939 49940 49941 49942 49943 49944 49945 49946 49947 49948 49949 49950 49951 49952 49953 49954 49955 49956 49957 49958 49959 49960 49961 49962 49963 49964 49965 49966 49967 49968 49969 49970 49971 49972 49973 49974 49975 49976 49977 49978 49979 49980 49981 49982 49983 49984 49985 49986 49987 49988 49989 49990 49991 49992 49993 49994 49995 49996 49997 49998 49999 50000 50001 50002 50003 50004 50005 50006 50007 50008 50009 50010 50011 50012 50013 50014 50015 50016 50017 50018 50019 50020 50021 50022 50023 50024 50025 50026 50027 50028 50029 50030 50031 50032 50033 50034 50035 50036 50037 50038 50039 50040 50041 50042 50043 50044 50045 50046 50047 50048 50049 50050 50051 50052 50053 50054 50055 50056 50057 50058 50059 50060 50061 50062 50063 50064 50065 50066 50067 50068 50069 50070 50071 50072 50073 50074 50075 50076 50077 50078 50079 50080 50081 50082 50083 50084 50085 50086 50087 50088 50089 50090 50091 50092 50093 50094 50095 50096 50097 50098 50099 50100 50101 50102 50103 50104 50105 50106 50107 50108 50109 50110 50111 50112 50113 50114 50115 50116 50117 50118 50119 50120 50121 50122 50123 50124 50125 50126 50127 50128 50129 50130 50131 50132 50133 50134 50135 50136 50137 50138 50139 50140 50141 50142 50143 50144 50145 50146 50147 50148 50149 50150 50151 50152 50153 50154 50155 50156 50157 50158 50159 50160 50161 50162 50163 50164 50165 50166 50167 50168 50169 50170 50171 50172 50173 50174 50175 50176 50177 50178 50179 50180 50181 50182 50183 50184 50185 50186 50187 50188 50189 50190 50191 50192 50193 50194 50195 50196 50197 50198 50199 50200 50201 50202 50203 50204 50205 50206 50207 50208 50209 50210 50211 50212 50213 50214 50215 50216 50217 50218 50219 50220 50221 50222 50223 50224 50225 50226 50227 50228 50229 50230 50231 50232 50233 50234 50235 50236 50237 50238 50239 50240 50241 50242 50243 50244 50245 50246 50247 50248 50249 50250 50251 50252 50253 50254 50255 50256 50257 50258 50259 50260 50261 50262 50263 50264 50265 50266 50267 50268 50269 50270 50271 50272 50273 50274 50275 50276 50277 50278 50279 50280 50281 50282 50283 50284 50285 50286 50287 50288 50289 50290 50291 50292 50293 50294 50295 50296 50297 50298 50299 50300 50301 50302 50303 50304 50305 50306 50307 50308 50309 50310 50311 50312 50313 50314 50315 50316 50317 50318 50319 50320 50321 50322 50323 50324 50325 50326 50327 50328 50329 50330 50331 50332 50333 50334 50335 50336 50337 50338 50339 50340 50341 50342 50343 50344 50345 50346 50347 50348 50349 50350 50351 50352 50353 50354 50355 50356 50357 50358 50359 50360 50361 50362 50363 50364 50365 50366 50367 50368 50369 50370 50371 50372 50373 50374 50375 50376 50377 50378 50379 50380 50381 50382 50383 50384 50385 50386 50387 50388 50389 50390 50391 50392 50393 50394 50395 50396 50397 50398 50399 50400 50401 50402 50403 50404 50405 50406 50407 50408 50409 50410 50411 50412 50413 50414 50415 50416 50417 50418 50419 50420 50421 50422 50423 50424 50425 50426 50427 50428 50429 50430 50431 50432 50433 50434 50435 50436 50437 50438 50439 50440 50441 50442 50443 50444 50445 50446 50447 50448 50449 50450 50451 50452 50453 50454 50455 50456 50457 50458 50459 50460 50461 50462 50463 50464 50465 50466 50467 50468 50469 50470 50471 50472 50473 50474 50475 50476 50477 50478 50479 50480 50481 50482 50483 50484 50485 50486 50487 50488 50489 50490 50491 50492 50493 50494 50495 50496 50497 50498 50499 50500 50501 50502 50503 50504 50505 50506 50507 50508 50509 50510 50511 50512 50513 50514 50515 50516 50517 50518 50519 50520 50521 50522 50523 50524 50525 50526 50527 50528 50529 50530 50531 50532 50533 50534 50535 50536 50537 50538 50539 50540 50541 50542 50543 50544 50545 50546 50547 50548 50549 50550 50551 50552 50553 50554 50555 50556 50557 50558 50559 50560 50561 50562 50563 50564 50565 50566 50567 50568 50569 50570 50571 50572 50573 50574 50575 50576 50577 50578 50579 50580 50581 50582 50583 50584 50585 50586 50587 50588 50589 50590 50591 50592 50593 50594 50595 50596 50597 50598 50599 50600 50601 50602 50603 50604 50605 50606 50607 50608 50609 50610 50611 50612 50613 50614 50615 50616 50617 50618 50619 50620 50621 50622 50623 50624 50625 50626 50627 50628 50629 50630 50631 50632 50633 50634 50635 50636 50637 50638 50639 50640 50641 50642 50643 50644 50645 50646 50647 50648 50649 50650 50651 50652 50653 50654 50655 50656 50657 50658 50659 50660 50661 50662 50663 50664 50665 50666 50667 50668 50669 50670 50671 50672 50673 50674 50675 50676 50677 50678 50679 50680 50681 50682 50683 50684 50685 50686 50687 50688 50689 50690 50691 50692 50693 50694 50695 50696 50697 50698 50699 50700 50701 50702 50703 50704 50705 50706 50707 50708 50709 50710 50711 50712 50713 50714 50715 50716 50717 50718 50719 50720 50721 50722 50723 50724 50725 50726 50727 50728 50729 50730 50731 50732 50733 50734 50735 50736 50737 50738 50739 50740 50741 50742 50743 50744 50745 50746 50747 50748 50749 50750 50751 50752 50753 50754 50755 50756 50757 50758 50759 50760 50761 50762 50763 50764 50765 50766 50767 50768 50769 50770 50771 50772 50773 50774 50775 50776 50777 50778 50779 50780 50781 50782 50783 50784 50785 50786 50787 50788 50789 50790 50791 50792 50793 50794 50795 50796 50797 50798 50799 50800 50801 50802 50803 50804 50805 50806 50807 50808 50809 50810 50811 50812 50813 50814 50815 50816 50817 50818 50819 50820 50821 50822 50823 50824 50825 50826 50827 50828 50829 50830 50831 50832 50833 50834 50835 50836 50837 50838 50839 50840 50841 50842 50843 50844 50845 50846 50847 50848 50849 50850 50851 50852 50853 50854 50855 50856 50857 50858 50859 50860 50861 50862 50863 50864 50865 50866 50867 50868 50869 50870 50871 50872 50873 50874 50875 50876 50877 50878 50879 50880 50881 50882 50883 50884 50885 50886 50887 50888 50889 50890 50891 50892 50893 50894 50895 50896 50897 50898 50899 50900 50901 50902 50903 50904 50905 50906 50907 50908 50909 50910 50911 50912 50913 50914 50915 50916 50917 50918 50919 50920 50921 50922 50923 50924 50925 50926 50927 50928 50929 50930 50931 50932 50933 50934 50935 50936 50937 50938 50939 50940 50941 50942 50943 50944 50945 50946 50947 50948 50949 50950 50951 50952 50953 50954 50955 50956 50957 50958 50959 50960 50961 50962 50963 50964 50965 50966 50967 50968 50969 50970 50971 50972 50973 50974 50975 50976 50977 50978 50979 50980 50981 50982 50983 50984 50985 50986 50987 50988 50989 50990 50991 50992 50993 50994 50995 50996 50997 50998 50999 51000 51001 51002 51003 51004 51005 51006 51007 51008 51009 51010 51011 51012 51013 51014 51015 51016 51017 51018 51019 51020 51021 51022 51023 51024 51025 51026 51027 51028 51029 51030 51031 51032 51033 51034 51035 51036 51037 51038 51039 51040 51041 51042 51043 51044 51045 51046 51047 51048 51049 51050 51051 51052 51053 51054 51055 51056 51057 51058 51059 51060 51061 51062 51063 51064 51065 51066 51067 51068 51069 51070 51071 51072 51073 51074 51075 51076 51077 51078 51079 51080 51081 51082 51083 51084 51085 51086 51087 51088 51089 51090 51091 51092 51093 51094 51095 51096 51097 51098 51099 51100 51101 51102 51103 51104 51105 51106 51107 51108 51109 51110 51111 51112 51113 51114 51115 51116 51117 51118 51119 51120 51121 51122 51123 51124 51125 51126 51127 51128 51129 51130 51131 51132 51133 51134 51135 51136 51137 51138 51139 51140 51141 51142 51143 51144 51145 51146 51147 51148 51149 51150 51151 51152 51153 51154 51155 51156 51157 51158 51159 51160 51161 51162 51163 51164 51165 51166 51167 51168 51169 51170 51171 51172 51173 51174 51175 51176 51177 51178 51179 51180 51181 51182 51183 51184 51185 51186 51187 51188 51189 51190 51191 51192 51193 51194 51195 51196 51197 51198 51199 51200 51201 51202 51203 51204 51205 51206 51207 51208 51209 51210 51211 51212 51213 51214 51215 51216 51217 51218 51219 51220 51221 51222 51223 51224 51225 51226 51227 51228 51229 51230 51231 51232 51233 51234 51235 51236 51237 51238 51239 51240 51241 51242 51243 51244 51245 51246 51247 51248 51249 51250 51251 51252 51253 51254 51255 51256 51257 51258 51259 51260 51261 51262 51263 51264 51265 51266 51267 51268 51269 51270 51271 51272 51273 51274 51275 51276 51277 51278 51279 51280 51281 51282 51283 51284 51285 51286 51287 51288 51289 51290 51291 51292 51293 51294 51295 51296 51297 51298 51299 51300 51301 51302 51303 51304 51305 51306 51307 51308 51309 51310 51311 51312 51313 51314 51315 51316 51317 51318 51319 51320 51321 51322 51323 51324 51325 51326 51327 51328 51329 51330 51331 51332 51333 51334 51335 51336 51337 51338 51339 51340 51341 51342 51343 51344 51345 51346 51347 51348 51349 51350 51351 51352 51353 51354 51355 51356 51357 51358 51359 51360 51361 51362 51363 51364 51365 51366 51367 51368 51369 51370 51371 51372 51373 51374 51375 51376 51377 51378 51379 51380 51381 51382 51383 51384 51385 51386 51387 51388 51389 51390 51391 51392 51393 51394 51395 51396 51397 51398 51399 51400 51401 51402 51403 51404 51405 51406 51407 51408 51409 51410 51411 51412 51413 51414 51415 51416 51417 51418 51419 51420 51421 51422 51423 51424 51425 51426 51427 51428 51429 51430 51431 51432 51433 51434 51435 51436 51437 51438 51439 51440 51441 51442 51443 51444 51445 51446 51447 51448 51449 51450 51451 51452 51453 51454 51455 51456 51457 51458 51459 51460 51461 51462 51463 51464 51465 51466 51467 51468 51469 51470 51471 51472 51473 51474 51475 51476 51477 51478 51479 51480 51481 51482 51483 51484 51485 51486 51487 51488 51489 51490 51491 51492 51493 51494 51495 51496 51497 51498 51499 51500 51501 51502 51503 51504 51505 51506 51507 51508 51509 51510 51511 51512 51513 51514 51515 51516 51517 51518 51519 51520 51521 51522 51523 51524 51525 51526 51527 51528 51529 51530 51531 51532 51533 51534 51535 51536 51537 51538 51539 51540 51541 51542 51543 51544 51545 51546 51547 51548 51549 51550 51551 51552 51553 51554 51555 51556 51557 51558 51559 51560 51561 51562 51563 51564 51565 51566 51567 51568 51569 51570 51571 51572 51573 51574 51575 51576 51577 51578 51579 51580 51581 51582 51583 51584 51585 51586 51587 51588 51589 51590 51591 51592 51593 51594 51595 51596 51597 51598 51599 51600 51601 51602 51603 51604 51605 51606 51607 51608 51609 51610 51611 51612 51613 51614 51615 51616 51617 51618 51619 51620 51621 51622 51623 51624 51625 51626 51627 51628 51629 51630 51631 51632 51633 51634 51635 51636 51637 51638 51639 51640 51641 51642 51643 51644 51645 51646 51647 51648 51649 51650 51651 51652 51653 51654 51655 51656 51657 51658 51659 51660 51661 51662 51663 51664 51665 51666 51667 51668 51669 51670 51671 51672 51673 51674 51675 51676 51677 51678 51679 51680 51681 51682 51683 51684 51685 51686 51687 51688 51689 51690 51691 51692 51693 51694 51695 51696 51697 51698 51699 51700 51701 51702 51703 51704 51705 51706 51707 51708 51709 51710 51711 51712 51713 51714 51715 51716 51717 51718 51719 51720 51721 51722 51723 51724 51725 51726 51727 51728 51729 51730 51731 51732 51733 51734 51735 51736 51737 51738 51739 51740 51741 51742 51743 51744 51745 51746 51747 51748 51749 51750 51751 51752 51753 51754 51755 51756 51757 51758 51759 51760 51761 51762 51763 51764 51765 51766 51767 51768 51769 51770 51771 51772 51773 51774 51775 51776 51777 51778 51779 51780 51781 51782 51783 51784 51785 51786 51787 51788 51789 51790 51791 51792 51793 51794 51795 51796 51797 51798 51799 51800 51801 51802 51803 51804 51805 51806 51807 51808 51809 51810 51811 51812 51813 51814 51815 51816 51817 51818 51819 51820 51821 51822 51823 51824 51825 51826 51827 51828 51829 51830 51831 51832 51833 51834 51835 51836 51837 51838 51839 51840 51841 51842 51843 51844 51845 51846 51847 51848 51849 51850 51851 51852 51853 51854 51855 51856 51857 51858 51859 51860 51861 51862 51863 51864 51865 51866 51867 51868 51869 51870 51871 51872 51873 51874 51875 51876 51877 51878 51879 51880 51881 51882 51883 51884 51885 51886 51887 51888 51889 51890 51891 51892 51893 51894 51895 51896 51897 51898 51899 51900 51901 51902 51903 51904 51905 51906 51907 51908 51909 51910 51911 51912 51913 51914 51915 51916 51917 51918 51919 51920 51921 51922 51923 51924 51925 51926 51927 51928 51929 51930 51931 51932 51933 51934 51935 51936 51937 51938 51939 51940 51941 51942 51943 51944 51945 51946 51947 51948 51949 51950 51951 51952 51953 51954 51955 51956 51957 51958 51959 51960 51961 51962 51963 51964 51965 51966 51967 51968 51969 51970 51971 51972 51973 51974 51975 51976 51977 51978 51979 51980 51981 51982 51983 51984 51985 51986 51987 51988 51989 51990 51991 51992 51993 51994 51995 51996 51997 51998 51999 52000 52001 52002 52003 52004 52005 52006 52007 52008 52009 52010 52011 52012 52013 52014 52015 52016 52017 52018 52019 52020 52021 52022 52023 52024 52025 52026 52027 52028 52029 52030 52031 52032 52033 52034 52035 52036 52037 52038 52039 52040 52041 52042 52043 52044 52045 52046 52047 52048 52049 52050 52051 52052 52053 52054 52055 52056 52057 52058 52059 52060 52061 52062 52063 52064 52065 52066 52067 52068 52069 52070 52071 52072 52073 52074 52075 52076 52077 52078 52079 52080 52081 52082 52083 52084 52085 52086 52087 52088 52089 52090 52091 52092 52093 52094 52095 52096 52097 52098 52099 52100 52101 52102 52103 52104 52105 52106 52107 52108 52109 52110 52111 52112 52113 52114 52115 52116 52117 52118 52119 52120 52121 52122 52123 52124 52125 52126 52127 52128 52129 52130 52131 52132 52133 52134 52135 52136 52137 52138 52139 52140 52141 52142 52143 52144 52145 52146 52147 52148 52149 52150 52151 52152 52153 52154 52155 52156 52157 52158 52159 52160 52161 52162 52163 52164 52165 52166 52167 52168 52169 52170 52171 52172 52173 52174 52175 52176 52177 52178 52179 52180 52181 52182 52183 52184 52185 52186 52187 52188 52189 52190 52191 52192 52193 52194 52195 52196 52197 52198 52199 52200 52201 52202 52203 52204 52205 52206 52207 52208 52209 52210 52211 52212 52213 52214 52215 52216 52217 52218 52219 52220 52221 52222 52223 52224 52225 52226 52227 52228 52229 52230 52231 52232 52233 52234 52235 52236 52237 52238 52239 52240 52241 52242 52243 52244 52245 52246 52247 52248 52249 52250 52251 52252 52253 52254 52255 52256 52257 52258 52259 52260 52261 52262 52263 52264 52265 52266 52267 52268 52269 52270 52271 52272 52273 52274 52275 52276 52277 52278 52279 52280 52281 52282 52283 52284 52285 52286 52287 52288 52289 52290 52291 52292 52293 52294 52295 52296 52297 52298 52299 52300 52301 52302 52303 52304 52305 52306 52307 52308 52309 52310 52311 52312 52313 52314 52315 52316 52317 52318 52319 52320 52321 52322 52323 52324 52325 52326 52327 52328 52329 52330 52331 52332 52333 52334 52335 52336 52337 52338 52339 52340 52341 52342 52343 52344 52345 52346 52347 52348 52349 52350 52351 52352 52353 52354 52355 52356 52357 52358 52359 52360 52361 52362 52363 52364 52365 52366 52367 52368 52369 52370 52371 52372 52373 52374 52375 52376 52377 52378 52379 52380 52381 52382 52383 52384 52385 52386 52387 52388 52389 52390 52391 52392 52393 52394 52395 52396 52397 52398 52399 52400 52401 52402 52403 52404 52405 52406 52407 52408 52409 52410 52411 52412 52413 52414 52415 52416 52417 52418 52419 52420 52421 52422 52423 52424 52425 52426 52427 52428 52429 52430 52431 52432 52433 52434 52435 52436 52437 52438 52439 52440 52441 52442 52443 52444 52445 52446 52447 52448 52449 52450 52451 52452 52453 52454 52455 52456 52457 52458 52459 52460 52461 52462 52463 52464 52465 52466 52467 52468 52469 52470 52471 52472 52473 52474 52475 52476 52477 52478 52479 52480 52481 52482 52483 52484 52485 52486 52487 52488 52489 52490 52491 52492 52493 52494 52495 52496 52497 52498 52499 52500 52501 52502 52503 52504 52505 52506 52507 52508 52509 52510 52511 52512 52513 52514 52515 52516 52517 52518 52519 52520 52521 52522 52523 52524 52525 52526 52527 52528 52529 52530 52531 52532 52533 52534 52535 52536 52537 52538 52539 52540 52541 52542 52543 52544 52545 52546 52547 52548 52549 52550 52551 52552 52553 52554 52555 52556 52557 52558 52559 52560 52561 52562 52563 52564 52565 52566 52567 52568 52569 52570 52571 52572 52573 52574 52575 52576 52577 52578 52579 52580 52581 52582 52583 52584 52585 52586 52587 52588 52589 52590 52591 52592 52593 52594 52595 52596 52597 52598 52599 52600 52601 52602 52603 52604 52605 52606 52607 52608 52609 52610 52611 52612 52613 52614 52615 52616 52617 52618 52619 52620 52621 52622 52623 52624 52625 52626 52627 52628 52629 52630 52631 52632 52633 52634 52635 52636 52637 52638 52639 52640 52641 52642 52643 52644 52645 52646 52647 52648 52649 52650 52651 52652 52653 52654 52655 52656 52657 52658 52659 52660 52661 52662 52663 52664 52665 52666 52667 52668 52669 52670 52671 52672 52673 52674 52675 52676 52677 52678 52679 52680 52681 52682 52683 52684 52685 52686 52687 52688 52689 52690 52691 52692 52693 52694 52695 52696 52697 52698 52699 52700 52701 52702 52703 52704 52705 52706 52707 52708 52709 52710 52711 52712 52713 52714 52715 52716 52717 52718 52719 52720 52721 52722 52723 52724 52725 52726 52727 52728 52729 52730 52731 52732 52733 52734 52735 52736 52737 52738 52739 52740 52741 52742 52743 52744 52745 52746 52747 52748 52749 52750 52751 52752 52753 52754 52755 52756 52757 52758 52759 52760 52761 52762 52763 52764 52765 52766 52767 52768 52769 52770 52771 52772 52773 52774 52775 52776 52777 52778 52779 52780 52781 52782 52783 52784 52785 52786 52787 52788 52789 52790 52791 52792 52793 52794 52795 52796 52797 52798 52799 52800 52801 52802 52803 52804 52805 52806 52807 52808 52809 52810 52811 52812 52813 52814 52815 52816 52817 52818 52819 52820 52821 52822 52823 52824 52825 52826 52827 52828 52829 52830 52831 52832 52833 52834 52835 52836 52837 52838 52839 52840 52841 52842 52843 52844 52845 52846 52847 52848 52849 52850 52851 52852 52853 52854 52855 52856 52857 52858 52859 52860 52861 52862 52863 52864 52865 52866 52867 52868 52869 52870 52871 52872 52873 52874 52875 52876 52877 52878 52879 52880 52881 52882 52883 52884 52885 52886 52887 52888 52889 52890 52891 52892 52893 52894 52895 52896 52897 52898 52899 52900 52901 52902 52903 52904 52905 52906 52907 52908 52909 52910 52911 52912 52913 52914 52915 52916 52917 52918 52919 52920 52921 52922 52923 52924 52925 52926 52927 52928 52929 52930 52931 52932 52933 52934 52935 52936 52937 52938 52939 52940 52941 52942 52943 52944 52945 52946 52947 52948 52949 52950 52951 52952 52953 52954 52955 52956 52957 52958 52959 52960 52961 52962 52963 52964 52965 52966 52967 52968 52969 52970 52971 52972 52973 52974 52975 52976 52977 52978 52979 52980 52981 52982 52983 52984 52985 52986 52987 52988 52989 52990 52991 52992 52993 52994 52995 52996 52997 52998 52999 53000 53001 53002 53003 53004 53005 53006 53007 53008 53009 53010 53011 53012 53013 53014 53015 53016 53017 53018 53019 53020 53021 53022 53023 53024 53025 53026 53027 53028 53029 53030 53031 53032 53033 53034 53035 53036 53037 53038 53039 53040 53041 53042 53043 53044 53045 53046 53047 53048 53049 53050 53051 53052 53053 53054 53055 53056 53057 53058 53059 53060 53061 53062 53063 53064 53065 53066 53067 53068 53069 53070 53071 53072 53073 53074 53075 53076 53077 53078 53079 53080 53081 53082 53083 53084 53085 53086 53087 53088 53089 53090 53091 53092 53093 53094 53095 53096 53097 53098 53099 53100 53101 53102 53103 53104 53105 53106 53107 53108 53109 53110 53111 53112 53113 53114 53115 53116 53117 53118 53119 53120 53121 53122 53123 53124 53125 53126 53127 53128 53129 53130 53131 53132 53133 53134 53135 53136 53137 53138 53139 53140 53141 53142 53143 53144 53145 53146 53147 53148 53149 53150 53151 53152 53153 53154 53155 53156 53157 53158 53159 53160 53161 53162 53163 53164 53165 53166 53167 53168 53169 53170 53171 53172 53173 53174 53175 53176 53177 53178 53179 53180 53181 53182 53183 53184 53185 53186 53187 53188 53189 53190 53191 53192 53193 53194 53195 53196 53197 53198 53199 53200 53201 53202 53203 53204 53205 53206 53207 53208 53209 53210 53211 53212 53213 53214 53215 53216 53217 53218 53219 53220 53221 53222 53223 53224 53225 53226 53227 53228 53229 53230 53231 53232 53233 53234 53235 53236 53237 53238 53239 53240 53241 53242 53243 53244 53245 53246 53247 53248 53249 53250 53251 53252 53253 53254 53255 53256 53257 53258 53259 53260 53261 53262 53263 53264 53265 53266 53267 53268 53269 53270 53271 53272 53273 53274 53275 53276 53277 53278 53279 53280 53281 53282 53283 53284 53285 53286 53287 53288 53289 53290 53291 53292 53293 53294 53295 53296 53297 53298 53299 53300 53301 53302 53303 53304 53305 53306 53307 53308 53309 53310 53311 53312 53313 53314 53315 53316 53317 53318 53319 53320 53321 53322 53323 53324 53325 53326 53327 53328 53329 53330 53331 53332 53333 53334 53335 53336 53337 53338 53339 53340 53341 53342 53343 53344 53345 53346 53347 53348 53349 53350 53351 53352 53353 53354 53355 53356 53357 53358 53359 53360 53361 53362 53363 53364 53365 53366 53367 53368 53369 53370 53371 53372 53373 53374 53375 53376 53377 53378 53379 53380 53381 53382 53383 53384 53385 53386 53387 53388 53389 53390 53391 53392 53393 53394 53395 53396 53397 53398 53399 53400 53401 53402 53403 53404 53405 53406 53407 53408 53409 53410 53411 53412 53413 53414 53415 53416 53417 53418 53419 53420 53421 53422 53423 53424 53425 53426 53427 53428 53429 53430 53431 53432 53433 53434 53435 53436 53437 53438 53439 53440 53441 53442 53443 53444 53445 53446 53447 53448 53449 53450 53451 53452 53453 53454 53455 53456 53457 53458 53459 53460 53461 53462 53463 53464 53465 53466 53467 53468 53469 53470 53471 53472 53473 53474 53475 53476 53477 53478 53479 53480 53481 53482 53483 53484 53485 53486 53487 53488 53489 53490 53491 53492 53493 53494 53495 53496 53497 53498 53499 53500 53501 53502 53503 53504 53505 53506 53507 53508 53509 53510 53511 53512 53513 53514 53515 53516 53517 53518 53519 53520 53521 53522 53523 53524 53525 53526 53527 53528 53529 53530 53531 53532 53533 53534 53535 53536 53537 53538 53539 53540 53541 53542 53543 53544 53545 53546 53547 53548 53549 53550 53551 53552 53553 53554 53555 53556 53557 53558 53559 53560 53561 53562 53563 53564 53565 53566 53567 53568 53569 53570 53571 53572 53573 53574 53575 53576 53577 53578 53579 53580 53581 53582 53583 53584 53585 53586 53587 53588 53589 53590 53591 53592 53593 53594 53595 53596 53597 53598 53599 53600 53601 53602 53603 53604 53605 53606 53607 53608 53609 53610 53611 53612 53613 53614 53615 53616 53617 53618 53619 53620 53621 53622 53623 53624 53625 53626 53627 53628 53629 53630 53631 53632 53633 53634 53635 53636 53637 53638 53639 53640 53641 53642 53643 53644 53645 53646 53647 53648 53649 53650 53651 53652 53653 53654 53655 53656 53657 53658 53659 53660 53661 53662 53663 53664 53665 53666 53667 53668 53669 53670 53671 53672 53673 53674 53675 53676 53677 53678 53679 53680 53681 53682 53683 53684 53685 53686 53687 53688 53689 53690 53691 53692 53693 53694 53695 53696 53697 53698 53699 53700 53701 53702 53703 53704 53705 53706 53707 53708 53709 53710 53711 53712 53713 53714 53715 53716 53717 53718 53719 53720 53721 53722 53723 53724 53725 53726 53727 53728 53729 53730 53731 53732 53733 53734 53735 53736 53737 53738 53739 53740 53741 53742 53743 53744 53745 53746 53747 53748 53749 53750 53751 53752 53753 53754 53755 53756 53757 53758 53759 53760 53761 53762 53763 53764 53765 53766 53767 53768 53769 53770 53771 53772 53773 53774 53775 53776 53777 53778 53779 53780 53781 53782 53783 53784 53785 53786 53787 53788 53789 53790 53791 53792 53793 53794 53795 53796 53797 53798 53799 53800 53801 53802 53803 53804 53805 53806 53807 53808 53809 53810 53811 53812 53813 53814 53815 53816 53817 53818 53819 53820 53821 53822 53823 53824 53825 53826 53827 53828 53829 53830 53831 53832 53833 53834 53835 53836 53837 53838 53839 53840 53841 53842 53843 53844 53845 53846 53847 53848 53849 53850 53851 53852 53853 53854 53855 53856 53857 53858 53859 53860 53861 53862 53863 53864 53865 53866 53867 53868 53869 53870 53871 53872 53873 53874 53875 53876 53877 53878 53879 53880 53881 53882 53883 53884 53885 53886 53887 53888 53889 53890 53891 53892 53893 53894 53895 53896 53897 53898 53899 53900 53901 53902 53903 53904 53905 53906 53907 53908 53909 53910 53911 53912 53913 53914 53915 53916 53917 53918 53919 53920 53921 53922 53923 53924 53925 53926 53927 53928 53929 53930 53931 53932 53933 53934 53935 53936 53937 53938 53939 53940 53941 53942 53943 53944 53945 53946 53947 53948 53949 53950 53951 53952 53953 53954 53955 53956 53957 53958 53959 53960 53961 53962 53963 53964 53965 53966 53967 53968 53969 53970 53971 53972 53973 53974 53975 53976 53977 53978 53979 53980 53981 53982 53983 53984 53985 53986 53987 53988 53989 53990 53991 53992 53993 53994 53995 53996 53997 53998 53999 54000 54001 54002 54003 54004 54005 54006 54007 54008 54009 54010 54011 54012 54013 54014 54015 54016 54017 54018 54019 54020 54021 54022 54023 54024 54025 54026 54027 54028 54029 54030 54031 54032 54033 54034 54035 54036 54037 54038 54039 54040 54041 54042 54043 54044 54045 54046 54047 54048 54049 54050 54051 54052 54053 54054 54055 54056 54057 54058 54059 54060 54061 54062 54063 54064 54065 54066 54067 54068 54069 54070 54071 54072 54073 54074 54075 54076 54077 54078 54079 54080 54081 54082 54083 54084 54085 54086 54087 54088 54089 54090 54091 54092 54093 54094 54095 54096 54097 54098 54099 54100 54101 54102 54103 54104 54105 54106 54107 54108 54109 54110 54111 54112 54113 54114 54115 54116 54117 54118 54119 54120 54121 54122 54123 54124 54125 54126 54127 54128 54129 54130 54131 54132 54133 54134 54135 54136 54137 54138 54139 54140 54141 54142 54143 54144 54145 54146 54147 54148 54149 54150 54151 54152 54153 54154 54155 54156 54157 54158 54159 54160 54161 54162 54163 54164 54165 54166 54167 54168 54169 54170 54171 54172 54173 54174 54175 54176 54177 54178 54179 54180 54181 54182 54183 54184 54185 54186 54187 54188 54189 54190 54191 54192 54193 54194 54195 54196 54197 54198 54199 54200 54201 54202 54203 54204 54205 54206 54207 54208 54209 54210 54211 54212 54213 54214 54215 54216 54217 54218 54219 54220 54221 54222 54223 54224 54225 54226 54227 54228 54229 54230 54231 54232 54233 54234 54235 54236 54237 54238 54239 54240 54241 54242 54243 54244 54245 54246 54247 54248 54249 54250 54251 54252 54253 54254 54255 54256 54257 54258 54259 54260 54261 54262 54263 54264 54265 54266 54267 54268 54269 54270 54271 54272 54273 54274 54275 54276 54277 54278 54279 54280 54281 54282 54283 54284 54285 54286 54287 54288 54289 54290 54291 54292 54293 54294 54295 54296 54297 54298 54299 54300 54301 54302 54303 54304 54305 54306 54307 54308 54309 54310 54311 54312 54313 54314 54315 54316 54317 54318 54319 54320 54321 54322 54323 54324 54325 54326 54327 54328 54329 54330 54331 54332 54333 54334 54335 54336 54337 54338 54339 54340 54341 54342 54343 54344 54345 54346 54347 54348 54349 54350 54351 54352 54353 54354 54355 54356 54357 54358 54359 54360 54361 54362 54363 54364 54365 54366 54367 54368 54369 54370 54371 54372 54373 54374 54375 54376 54377 54378 54379 54380 54381 54382 54383 54384 54385 54386 54387 54388 54389 54390 54391 54392 54393 54394 54395 54396 54397 54398 54399 54400 54401 54402 54403 54404 54405 54406 54407 54408 54409 54410 54411 54412 54413 54414 54415 54416 54417 54418 54419 54420 54421 54422 54423 54424 54425 54426 54427 54428 54429 54430 54431 54432 54433 54434 54435 54436 54437 54438 54439 54440 54441 54442 54443 54444 54445 54446 54447 54448 54449 54450 54451 54452 54453 54454 54455 54456 54457 54458 54459 54460 54461 54462 54463 54464 54465 54466 54467 54468 54469 54470 54471 54472 54473 54474 54475 54476 54477 54478 54479 54480 54481 54482 54483 54484 54485 54486 54487 54488 54489 54490 54491 54492 54493 54494 54495 54496 54497 54498 54499 54500 54501 54502 54503 54504 54505 54506 54507 54508 54509 54510 54511 54512 54513 54514 54515 54516 54517 54518 54519 54520 54521 54522 54523 54524 54525 54526 54527 54528 54529 54530 54531 54532 54533 54534 54535 54536 54537 54538 54539 54540 54541 54542 54543 54544 54545 54546 54547 54548 54549 54550 54551 54552 54553 54554 54555 54556 54557 54558 54559 54560 54561 54562 54563 54564 54565 54566 54567 54568 54569 54570 54571 54572 54573 54574 54575 54576 54577 54578 54579 54580 54581 54582 54583 54584 54585 54586 54587 54588 54589 54590 54591 54592 54593 54594 54595 54596 54597 54598 54599 54600 54601 54602 54603 54604 54605 54606 54607 54608 54609 54610 54611 54612 54613 54614 54615 54616 54617 54618 54619 54620 54621 54622 54623 54624 54625 54626 54627 54628 54629 54630 54631 54632 54633 54634 54635 54636 54637 54638 54639 54640 54641 54642 54643 54644 54645 54646 54647 54648 54649 54650 54651 54652 54653 54654 54655 54656 54657 54658 54659 54660 54661 54662 54663 54664 54665 54666 54667 54668 54669 54670 54671 54672 54673 54674 54675 54676 54677 54678 54679 54680 54681 54682 54683 54684 54685 54686 54687 54688 54689 54690 54691 54692 54693 54694 54695 54696 54697 54698 54699 54700 54701 54702 54703 54704 54705 54706 54707 54708 54709 54710 54711 54712 54713 54714 54715 54716 54717 54718 54719 54720 54721 54722 54723 54724 54725 54726 54727 54728 54729 54730 54731 54732 54733 54734 54735 54736 54737 54738 54739 54740 54741 54742 54743 54744 54745 54746 54747 54748 54749 54750 54751 54752 54753 54754 54755 54756 54757 54758 54759 54760 54761 54762 54763 54764 54765 54766 54767 54768 54769 54770 54771 54772 54773 54774 54775 54776 54777 54778 54779 54780 54781 54782 54783 54784 54785 54786 54787 54788 54789 54790 54791 54792 54793 54794 54795 54796 54797 54798 54799 54800 54801 54802 54803 54804 54805 54806 54807 54808 54809 54810 54811 54812 54813 54814 54815 54816 54817 54818 54819 54820 54821 54822 54823 54824 54825 54826 54827 54828 54829 54830 54831 54832 54833 54834 54835 54836 54837 54838 54839 54840 54841 54842 54843 54844 54845 54846 54847 54848 54849 54850 54851 54852 54853 54854 54855 54856 54857 54858 54859 54860 54861 54862 54863 54864 54865 54866 54867 54868 54869 54870 54871 54872 54873 54874 54875 54876 54877 54878 54879 54880 54881 54882 54883 54884 54885 54886 54887 54888 54889 54890 54891 54892 54893 54894 54895 54896 54897 54898 54899 54900 54901 54902 54903 54904 54905 54906 54907 54908 54909 54910 54911 54912 54913 54914 54915 54916 54917 54918 54919 54920 54921 54922 54923 54924 54925 54926 54927 54928 54929 54930 54931 54932 54933 54934 54935 54936 54937 54938 54939 54940 54941 54942 54943 54944 54945 54946 54947 54948 54949 54950 54951 54952 54953 54954 54955 54956 54957 54958 54959 54960 54961 54962 54963 54964 54965 54966 54967 54968 54969 54970 54971 54972 54973 54974 54975 54976 54977 54978 54979 54980 54981 54982 54983 54984 54985 54986 54987 54988 54989 54990 54991 54992 54993 54994 54995 54996 54997 54998 54999 55000 55001 55002 55003 55004 55005 55006 55007 55008 55009 55010 55011 55012 55013 55014 55015 55016 55017 55018 55019 55020 55021 55022 55023 55024 55025 55026 55027 55028 55029 55030 55031 55032 55033 55034 55035 55036 55037 55038 55039 55040 55041 55042 55043 55044 55045 55046 55047 55048 55049 55050 55051 55052 55053 55054 55055 55056 55057 55058 55059 55060 55061 55062 55063 55064 55065 55066 55067 55068 55069 55070 55071 55072 55073 55074 55075 55076 55077 55078 55079 55080 55081 55082 55083 55084 55085 55086 55087 55088 55089 55090 55091 55092 55093 55094 55095 55096 55097 55098 55099 55100 55101 55102 55103 55104 55105 55106 55107 55108 55109 55110 55111 55112 55113 55114 55115 55116 55117 55118 55119 55120 55121 55122 55123 55124 55125 55126 55127 55128 55129 55130 55131 55132 55133 55134 55135 55136 55137 55138 55139 55140 55141 55142 55143 55144 55145 55146 55147 55148 55149 55150 55151 55152 55153 55154 55155 55156 55157 55158 55159 55160 55161 55162 55163 55164 55165 55166 55167 55168 55169 55170 55171 55172 55173 55174 55175 55176 55177 55178 55179 55180 55181 55182 55183 55184 55185 55186 55187 55188 55189 55190 55191 55192 55193 55194 55195 55196 55197 55198 55199 55200 55201 55202 55203 55204 55205 55206 55207 55208 55209 55210 55211 55212 55213 55214 55215 55216 55217 55218 55219 55220 55221 55222 55223 55224 55225 55226 55227 55228 55229 55230 55231 55232 55233 55234 55235 55236 55237 55238 55239 55240 55241 55242 55243 55244 55245 55246 55247 55248 55249 55250 55251 55252 55253 55254 55255 55256 55257 55258 55259 55260 55261 55262 55263 55264 55265 55266 55267 55268 55269 55270 55271 55272 55273 55274 55275 55276 55277 55278 55279 55280 55281 55282 55283 55284 55285 55286 55287 55288 55289 55290 55291 55292 55293 55294 55295 55296 55297 55298 55299 55300 55301 55302 55303 55304 55305 55306 55307 55308 55309 55310 55311 55312 55313 55314 55315 55316 55317 55318 55319 55320 55321 55322 55323 55324 55325 55326 55327 55328 55329 55330 55331 55332 55333 55334 55335 55336 55337 55338 55339 55340 55341 55342 55343 55344 55345 55346 55347 55348 55349 55350 55351 55352 55353 55354 55355 55356 55357 55358 55359 55360 55361 55362 55363 55364 55365 55366 55367 55368 55369 55370 55371 55372 55373 55374 55375 55376 55377 55378 55379 55380 55381 55382 55383 55384 55385 55386 55387 55388 55389 55390 55391 55392 55393 55394 55395 55396 55397 55398 55399 55400 55401 55402 55403 55404 55405 55406 55407 55408 55409 55410 55411 55412 55413 55414 55415 55416 55417 55418 55419 55420 55421 55422 55423 55424 55425 55426 55427 55428 55429 55430 55431 55432 55433 55434 55435 55436 55437 55438 55439 55440 55441 55442 55443 55444 55445 55446 55447 55448 55449 55450 55451 55452 55453 55454 55455 55456 55457 55458 55459 55460 55461 55462 55463 55464 55465 55466 55467 55468 55469 55470 55471 55472 55473 55474 55475 55476 55477 55478 55479 55480 55481 55482 55483 55484 55485 55486 55487 55488 55489 55490 55491 55492 55493 55494 55495 55496 55497 55498 55499 55500 55501 55502 55503 55504 55505 55506 55507 55508 55509 55510 55511 55512 55513 55514 55515 55516 55517 55518 55519 55520 55521 55522 55523 55524 55525 55526 55527 55528 55529 55530 55531 55532 55533 55534 55535 55536 55537 55538 55539 55540 55541 55542 55543 55544 55545 55546 55547 55548 55549 55550 55551 55552 55553 55554 55555 55556 55557 55558 55559 55560 55561 55562 55563 55564 55565 55566 55567 55568 55569 55570 55571 55572 55573 55574 55575 55576 55577 55578 55579 55580 55581 55582 55583 55584 55585 55586 55587 55588 55589 55590 55591 55592 55593 55594 55595 55596 55597 55598 55599 55600 55601 55602 55603 55604 55605 55606 55607 55608 55609 55610 55611 55612 55613 55614 55615 55616 55617 55618 55619 55620 55621 55622 55623 55624 55625 55626 55627 55628 55629 55630 55631 55632 55633 55634 55635 55636 55637 55638 55639 55640 55641 55642 55643 55644 55645 55646 55647 55648 55649 55650 55651 55652 55653 55654 55655 55656 55657 55658 55659 55660 55661 55662 55663 55664 55665 55666 55667 55668 55669 55670 55671 55672 55673 55674 55675 55676 55677 55678 55679 55680 55681 55682 55683 55684 55685 55686 55687 55688 55689 55690 55691 55692 55693 55694 55695 55696 55697 55698 55699 55700 55701 55702 55703 55704 55705 55706 55707 55708 55709 55710 55711 55712 55713 55714 55715 55716 55717 55718 55719 55720 55721 55722 55723 55724 55725 55726 55727 55728 55729 55730 55731 55732 55733 55734 55735 55736 55737 55738 55739 55740 55741 55742 55743 55744 55745 55746 55747 55748 55749 55750 55751 55752 55753 55754 55755 55756 55757 55758 55759 55760 55761 55762 55763 55764 55765 55766 55767 55768 55769 55770 55771 55772 55773 55774 55775 55776 55777 55778 55779 55780 55781 55782 55783 55784 55785 55786 55787 55788 55789 55790 55791 55792 55793 55794 55795 55796 55797 55798 55799 55800 55801 55802 55803 55804 55805 55806 55807 55808 55809 55810 55811 55812 55813 55814 55815 55816 55817 55818 55819 55820 55821 55822 55823 55824 55825 55826 55827 55828 55829 55830 55831 55832 55833 55834 55835 55836 55837 55838 55839 55840 55841 55842 55843 55844 55845 55846 55847 55848 55849 55850 55851 55852 55853 55854 55855 55856 55857 55858 55859 55860 55861 55862 55863 55864 55865 55866 55867 55868 55869 55870 55871 55872 55873 55874 55875 55876 55877 55878 55879 55880 55881 55882 55883 55884 55885 55886 55887 55888 55889 55890 55891 55892 55893 55894 55895 55896 55897 55898 55899 55900 55901 55902 55903 55904 55905 55906 55907 55908 55909 55910 55911 55912 55913 55914 55915 55916 55917 55918 55919 55920 55921 55922 55923 55924 55925 55926 55927 55928 55929 55930 55931 55932 55933 55934 55935 55936 55937 55938 55939 55940 55941 55942 55943 55944 55945 55946 55947 55948 55949 55950 55951 55952 55953 55954 55955 55956 55957 55958 55959 55960 55961 55962 55963 55964 55965 55966 55967 55968 55969 55970 55971 55972 55973 55974 55975 55976 55977 55978 55979 55980 55981 55982 55983 55984 55985 55986 55987 55988 55989 55990 55991 55992 55993 55994 55995 55996 55997 55998 55999 56000 56001 56002 56003 56004 56005 56006 56007 56008 56009 56010 56011 56012 56013 56014 56015 56016 56017 56018 56019 56020 56021 56022 56023 56024 56025 56026 56027 56028 56029 56030 56031 56032 56033 56034 56035 56036 56037 56038 56039 56040 56041 56042 56043 56044 56045 56046 56047 56048 56049 56050 56051 56052 56053 56054 56055 56056 56057 56058 56059 56060 56061 56062 56063 56064 56065 56066 56067 56068 56069 56070 56071 56072 56073 56074 56075 56076 56077 56078 56079 56080 56081 56082 56083 56084 56085 56086 56087 56088 56089 56090 56091 56092 56093 56094 56095 56096 56097 56098 56099 56100 56101 56102 56103 56104 56105 56106 56107 56108 56109 56110 56111 56112 56113 56114 56115 56116 56117 56118 56119 56120 56121 56122 56123 56124 56125 56126 56127 56128 56129 56130 56131 56132 56133 56134 56135 56136 56137 56138 56139 56140 56141 56142 56143 56144 56145 56146 56147 56148 56149 56150 56151 56152 56153 56154 56155 56156 56157 56158 56159 56160 56161 56162 56163 56164 56165 56166 56167 56168 56169 56170 56171 56172 56173 56174 56175 56176 56177 56178 56179 56180 56181 56182 56183 56184 56185 56186 56187 56188 56189 56190 56191 56192 56193 56194 56195 56196 56197 56198 56199 56200 56201 56202 56203 56204 56205 56206 56207 56208 56209 56210 56211 56212 56213 56214 56215 56216 56217 56218 56219 56220 56221 56222 56223 56224 56225 56226 56227 56228 56229 56230 56231 56232 56233 56234 56235 56236 56237 56238 56239 56240 56241 56242 56243 56244 56245 56246 56247 56248 56249 56250 56251 56252 56253 56254 56255 56256 56257 56258 56259 56260 56261 56262 56263 56264 56265 56266 56267 56268 56269 56270 56271 56272 56273 56274 56275 56276 56277 56278 56279 56280 56281 56282 56283 56284 56285 56286 56287 56288 56289 56290 56291 56292 56293 56294 56295 56296 56297 56298 56299 56300 56301 56302 56303 56304 56305 56306 56307 56308 56309 56310 56311 56312 56313 56314 56315 56316 56317 56318 56319 56320 56321 56322 56323 56324 56325 56326 56327 56328 56329 56330 56331 56332 56333 56334 56335 56336 56337 56338 56339 56340 56341 56342 56343 56344 56345 56346 56347 56348 56349 56350 56351 56352 56353 56354 56355 56356 56357 56358 56359 56360 56361 56362 56363 56364 56365 56366 56367 56368 56369 56370 56371 56372 56373 56374 56375 56376 56377 56378 56379 56380 56381 56382 56383 56384 56385 56386 56387 56388 56389 56390 56391 56392 56393 56394 56395 56396 56397 56398 56399 56400 56401 56402 56403 56404 56405 56406 56407 56408 56409 56410 56411 56412 56413 56414 56415 56416 56417 56418 56419 56420 56421 56422 56423 56424 56425 56426 56427 56428 56429 56430 56431 56432 56433 56434 56435 56436 56437 56438 56439 56440 56441 56442 56443 56444 56445 56446 56447 56448 56449 56450 56451 56452 56453 56454 56455 56456 56457 56458 56459 56460 56461 56462 56463 56464 56465 56466 56467 56468 56469 56470 56471 56472 56473 56474 56475 56476 56477 56478 56479 56480 56481 56482 56483 56484 56485 56486 56487 56488 56489 56490 56491 56492 56493 56494 56495 56496 56497 56498 56499 56500 56501 56502 56503 56504 56505 56506 56507 56508 56509 56510 56511 56512 56513 56514 56515 56516 56517 56518 56519 56520 56521 56522 56523 56524 56525 56526 56527 56528 56529 56530 56531 56532 56533 56534 56535 56536 56537 56538 56539 56540 56541 56542 56543 56544 56545 56546 56547 56548 56549 56550 56551 56552 56553 56554 56555 56556 56557 56558 56559 56560 56561 56562 56563 56564 56565 56566 56567 56568 56569 56570 56571 56572 56573 56574 56575 56576 56577 56578 56579 56580 56581 56582 56583 56584 56585 56586 56587 56588 56589 56590 56591 56592 56593 56594 56595 56596 56597 56598 56599 56600 56601 56602 56603 56604 56605 56606 56607 56608 56609 56610 56611 56612 56613 56614 56615 56616 56617 56618 56619 56620 56621 56622 56623 56624 56625 56626 56627 56628 56629 56630 56631 56632 56633 56634 56635 56636 56637 56638 56639 56640 56641 56642 56643 56644 56645 56646 56647 56648 56649 56650 56651 56652 56653 56654 56655 56656 56657 56658 56659 56660 56661 56662 56663 56664 56665 56666 56667 56668 56669 56670 56671 56672 56673 56674 56675 56676 56677 56678 56679 56680 56681 56682 56683 56684 56685 56686 56687 56688 56689 56690 56691 56692 56693 56694 56695 56696 56697 56698 56699 56700 56701 56702 56703 56704 56705 56706 56707 56708 56709 56710 56711 56712 56713 56714 56715 56716 56717 56718 56719 56720 56721 56722 56723 56724 56725 56726 56727 56728 56729 56730 56731 56732 56733 56734 56735 56736 56737 56738 56739 56740 56741 56742 56743 56744 56745 56746 56747 56748 56749 56750 56751 56752 56753 56754 56755 56756 56757 56758 56759 56760 56761 56762 56763 56764 56765 56766 56767 56768 56769 56770 56771 56772 56773 56774 56775 56776 56777 56778 56779 56780 56781 56782 56783 56784 56785 56786 56787 56788 56789 56790 56791 56792 56793 56794 56795 56796 56797 56798 56799 56800 56801 56802 56803 56804 56805 56806 56807 56808 56809 56810 56811 56812 56813 56814 56815 56816 56817 56818 56819 56820 56821 56822 56823 56824 56825 56826 56827 56828 56829 56830 56831 56832 56833 56834 56835 56836 56837 56838 56839 56840 56841 56842 56843 56844 56845 56846 56847 56848 56849 56850 56851 56852 56853 56854 56855 56856 56857 56858 56859 56860 56861 56862 56863 56864 56865 56866 56867 56868 56869 56870 56871 56872 56873 56874 56875 56876 56877 56878 56879 56880 56881 56882 56883 56884 56885 56886 56887 56888 56889 56890 56891 56892 56893 56894 56895 56896 56897 56898 56899 56900 56901 56902 56903 56904 56905 56906 56907 56908 56909 56910 56911 56912 56913 56914 56915 56916 56917 56918 56919 56920 56921 56922 56923 56924 56925 56926 56927 56928 56929 56930 56931 56932 56933 56934 56935 56936 56937 56938 56939 56940 56941 56942 56943 56944 56945 56946 56947 56948 56949 56950 56951 56952 56953 56954 56955 56956 56957 56958 56959 56960 56961 56962 56963 56964 56965 56966 56967 56968 56969 56970 56971 56972 56973 56974 56975 56976 56977 56978 56979 56980 56981 56982 56983 56984 56985 56986 56987 56988 56989 56990 56991 56992 56993 56994 56995 56996 56997 56998 56999 57000 57001 57002 57003 57004 57005 57006 57007 57008 57009 57010 57011 57012 57013 57014 57015 57016 57017 57018 57019 57020 57021 57022 57023 57024 57025 57026 57027 57028 57029 57030 57031 57032 57033 57034 57035 57036 57037 57038 57039 57040 57041 57042 57043 57044 57045 57046 57047 57048 57049 57050 57051 57052 57053 57054 57055 57056 57057 57058 57059 57060 57061 57062 57063 57064 57065 57066 57067 57068 57069 57070 57071 57072 57073 57074 57075 57076 57077 57078 57079 57080 57081 57082 57083 57084 57085 57086 57087 57088 57089 57090 57091 57092 57093 57094 57095 57096 57097 57098 57099 57100 57101 57102 57103 57104 57105 57106 57107 57108 57109 57110 57111 57112 57113 57114 57115 57116 57117 57118 57119 57120 57121 57122 57123 57124 57125 57126 57127 57128 57129 57130 57131 57132 57133 57134 57135 57136 57137 57138 57139 57140 57141 57142 57143 57144 57145 57146 57147 57148 57149 57150 57151 57152 57153 57154 57155 57156 57157 57158 57159 57160 57161 57162 57163 57164 57165 57166 57167 57168 57169 57170 57171 57172 57173 57174 57175 57176 57177 57178 57179 57180 57181 57182 57183 57184 57185 57186 57187 57188 57189 57190 57191 57192 57193 57194 57195 57196 57197 57198 57199 57200 57201 57202 57203 57204 57205 57206 57207 57208 57209 57210 57211 57212 57213 57214 57215 57216 57217 57218 57219 57220 57221 57222 57223 57224 57225 57226 57227 57228 57229 57230 57231 57232 57233 57234 57235 57236 57237 57238 57239 57240 57241 57242 57243 57244 57245 57246 57247 57248 57249 57250 57251 57252 57253 57254 57255 57256 57257 57258 57259 57260 57261 57262 57263 57264 57265 57266 57267 57268 57269 57270 57271 57272 57273 57274 57275 57276 57277 57278 57279 57280 57281 57282 57283 57284 57285 57286 57287 57288 57289 57290 57291 57292 57293 57294 57295 57296 57297 57298 57299 57300 57301 57302 57303 57304 57305 57306 57307 57308 57309 57310 57311 57312 57313 57314 57315 57316 57317 57318 57319 57320 57321 57322 57323 57324 57325 57326 57327 57328 57329 57330 57331 57332 57333 57334 57335 57336 57337 57338 57339 57340 57341 57342 57343 TooltipText=null 21:52:02.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:02.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:02.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass.*' finished successfully 21:52:02.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:52:02.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 21:52:02.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Match Job' is a system job, skipped 21:52:02.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Trim Job' is a system job, skipped 21:52:02.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'IOConsole Updater' is a system job, skipped 21:52:02.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Show Console View' is a system job, skipped 21:52:02.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reveal End of Document' is a system job, skipped 21:52:02.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 21:52:02.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:52:02.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:52:02.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:52:02.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:52:02.796 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds 21:52:05.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:05.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:05.799 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:52:05.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:05.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:05.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:05.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:05.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:05.803 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:05.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 21:52:05.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:05.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:05.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:05.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:05.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:05.890 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:05.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:05.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:05.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:05.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:05.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:05.891 INFO [WorkbenchTestable][AbstractView] Terminating console 21:52:05.891 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:05.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:05.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:05.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:05.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:05.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:05.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: "Terminate") 21:52:05.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:05.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:05.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:05.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:05.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:52:05.895 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 21:52:05.895 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:52:05.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:05.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 21:52:05.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:05.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:05.899 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:52:05.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:05.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:05.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:05.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:05.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:05.902 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:05.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 21:52:05.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:05.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:05.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:05.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:05.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:05.918 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:05.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:05.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:05.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:05.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:05.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:05.919 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:05.919 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:05.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:05.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:05.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:05.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:05.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:05.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:05.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 21:52:05.920 INFO [WorkbenchTestable][AbstractView] Console terminated 21:52:05.920 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:05.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:05.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:05.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:05.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:05.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:05.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:05.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:05.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:05.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:05.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:52:05.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:05.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:05.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:52:05.922 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 21:52:05.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:05.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:05.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:05.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:05.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:52:05.923 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:52:06.923 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:06.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:06.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:06.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=743233 743234 743235 743236 743237 743238 743239 743240 743241 743242 743243 743244 743245 743246 743247 743248 743249 743250 743251 743252 743253 743254 743255 743256 743257 743258 743259 743260 743261 743262 743263 743264 743265 743266 743267 743268 743269 743270 743271 743272 743273 743274 743275 743276 743277 743278 743279 743280 743281 743282 743283 743284 743285 743286 743287 743288 743289 743290 743291 743292 743293 743294 743295 743296 743297 743298 743299 743300 743301 743302 743303 743304 743305 743306 743307 743308 743309 743310 743311 743312 743313 743314 743315 743316 743317 743318 743319 743320 743321 743322 743323 743324 743325 743326 743327 743328 743329 743330 743331 743332 743333 743334 743335 743336 743337 743338 743339 743340 743341 743342 743343 743344 743345 743346 743347 743348 743349 743350 743351 743352 743353 743354 743355 743356 743357 743358 743359 743360 743361 743362 743363 743364 743365 743366 743367 743368 743369 743370 743371 743372 743373 743374 743375 743376 743377 743378 743379 743380 743381 743382 743383 743384 743385 743386 743387 743388 743389 743390 743391 743392 743393 743394 743395 743396 743397 743398 743399 743400 743401 743402 743403 743404 743405 743406 743407 743408 743409 743410 743411 743412 743413 743414 743415 743416 743417 743418 743419 743420 743421 743422 743423 743424 743425 743426 743427 743428 743429 743430 743431 743432 743433 743434 743435 743436 743437 743438 743439 743440 743441 743442 743443 743444 743445 743446 743447 743448 743449 743450 743451 743452 743453 743454 743455 743456 743457 743458 743459 743460 743461 743462 743463 743464 743465 743466 743467 743468 743469 743470 743471 743472 743473 743474 743475 743476 743477 743478 743479 743480 743481 743482 743483 743484 743485 743486 743487 743488 743489 743490 743491 743492 743493 743494 743495 743496 743497 743498 743499 743500 743501 743502 743503 743504 743505 743506 743507 743508 743509 743510 743511 743512 743513 743514 743515 743516 743517 743518 743519 743520 743521 743522 743523 743524 743525 743526 743527 743528 743529 743530 743531 743532 743533 743534 743535 743536 743537 743538 743539 743540 743541 743542 743543 743544 743545 743546 743547 743548 743549 743550 743551 743552 743553 743554 743555 743556 743557 743558 743559 743560 743561 743562 743563 743564 743565 743566 743567 743568 743569 743570 743571 743572 743573 743574 743575 743576 743577 743578 743579 743580 743581 743582 743583 743584 743585 743586 743587 743588 743589 743590 743591 743592 743593 743594 743595 743596 743597 743598 743599 743600 743601 743602 743603 743604 743605 743606 743607 743608 743609 743610 743611 743612 743613 743614 743615 743616 743617 743618 743619 743620 743621 743622 743623 743624 743625 743626 743627 743628 743629 743630 743631 743632 743633 743634 743635 743636 743637 743638 743639 743640 743641 743642 743643 743644 743645 743646 743647 743648 743649 743650 743651 743652 743653 743654 743655 743656 743657 743658 743659 743660 743661 743662 743663 743664 743665 743666 743667 743668 743669 743670 743671 743672 743673 743674 743675 743676 743677 743678 743679 743680 743681 743682 743683 743684 743685 743686 743687 743688 743689 743690 743691 743692 743693 743694 743695 743696 743697 743698 743699 743700 743701 743702 743703 743704 743705 743706 743707 743708 743709 743710 743711 743712 743713 743714 743715 743716 743717 743718 743719 743720 743721 743722 743723 743724 743725 743726 743727 743728 743729 743730 743731 743732 743733 743734 743735 743736 743737 743738 743739 743740 743741 743742 743743 743744 743745 743746 743747 743748 743749 743750 743751 743752 743753 743754 743755 743756 743757 743758 743759 743760 743761 743762 743763 743764 743765 743766 743767 743768 743769 743770 743771 743772 743773 743774 743775 743776 743777 743778 743779 743780 743781 743782 743783 743784 743785 743786 743787 743788 743789 743790 743791 743792 743793 743794 743795 743796 743797 743798 743799 743800 743801 743802 743803 743804 743805 743806 743807 743808 743809 743810 743811 743812 743813 743814 743815 743816 743817 743818 743819 743820 743821 743822 743823 743824 743825 743826 743827 743828 743829 743830 743831 743832 743833 743834 743835 743836 743837 743838 743839 743840 743841 743842 743843 743844 743845 743846 743847 743848 743849 743850 743851 743852 743853 743854 743855 743856 743857 743858 743859 743860 743861 743862 743863 743864 743865 743866 743867 743868 743869 743870 743871 743872 743873 743874 743875 743876 743877 743878 743879 743880 743881 743882 743883 743884 743885 743886 743887 743888 743889 743890 743891 743892 743893 743894 743895 743896 743897 743898 743899 743900 743901 743902 743903 743904 743905 743906 743907 743908 743909 743910 743911 743912 743913 743914 743915 743916 743917 743918 743919 743920 743921 743922 743923 743924 743925 743926 743927 743928 743929 743930 743931 743932 743933 743934 743935 743936 743937 743938 743939 743940 743941 743942 743943 743944 743945 743946 743947 743948 743949 743950 743951 743952 743953 743954 743955 743956 743957 743958 743959 743960 743961 743962 743963 743964 743965 743966 743967 743968 743969 743970 743971 743972 743973 743974 743975 743976 743977 743978 743979 743980 743981 743982 743983 743984 743985 743986 743987 743988 743989 743990 743991 743992 743993 743994 743995 743996 743997 743998 743999 744000 744001 744002 744003 744004 744005 744006 744007 744008 744009 744010 744011 744012 744013 744014 744015 744016 744017 744018 744019 744020 744021 744022 744023 744024 744025 744026 744027 744028 744029 744030 744031 744032 744033 744034 744035 744036 744037 744038 744039 744040 744041 744042 744043 744044 744045 744046 744047 744048 744049 744050 744051 744052 744053 744054 744055 744056 744057 744058 744059 744060 744061 744062 744063 744064 744065 744066 744067 744068 744069 744070 744071 744072 744073 744074 744075 744076 744077 744078 744079 744080 744081 744082 744083 744084 744085 744086 744087 744088 744089 744090 744091 744092 744093 744094 744095 744096 744097 744098 744099 744100 744101 744102 744103 744104 744105 744106 744107 744108 744109 744110 744111 744112 744113 744114 744115 744116 744117 744118 744119 744120 744121 744122 744123 744124 744125 744126 744127 744128 744129 744130 744131 744132 744133 744134 744135 744136 744137 744138 744139 744140 744141 744142 744143 744144 744145 744146 744147 744148 744149 744150 744151 744152 744153 744154 744155 744156 744157 744158 744159 744160 744161 744162 744163 744164 744165 744166 744167 744168 744169 744170 744171 744172 744173 744174 744175 744176 744177 744178 744179 744180 744181 744182 744183 744184 744185 744186 744187 744188 744189 744190 744191 744192 744193 744194 744195 744196 744197 744198 744199 744200 744201 744202 744203 744204 744205 744206 744207 744208 744209 744210 744211 744212 744213 744214 744215 744216 744217 744218 744219 744220 744221 744222 744223 744224 744225 744226 744227 744228 744229 744230 744231 744232 744233 744234 744235 744236 744237 744238 744239 744240 744241 744242 744243 744244 744245 744246 744247 744248 744249 744250 744251 744252 744253 744254 744255 744256 744257 744258 744259 744260 744261 744262 744263 744264 744265 744266 744267 744268 744269 744270 744271 744272 744273 744274 744275 744276 744277 744278 744279 744280 744281 744282 744283 744284 744285 744286 744287 744288 744289 744290 744291 744292 744293 744294 744295 744296 744297 744298 744299 744300 744301 744302 744303 744304 744305 744306 744307 744308 744309 744310 744311 744312 744313 744314 744315 744316 744317 744318 744319 744320 744321 744322 744323 744324 744325 744326 744327 744328 744329 744330 744331 744332 744333 744334 744335 744336 744337 744338 744339 744340 744341 744342 744343 744344 744345 744346 744347 744348 744349 744350 744351 744352 744353 744354 744355 744356 744357 744358 744359 744360 744361 744362 744363 744364 744365 744366 744367 744368 744369 744370 744371 744372 744373 744374 744375 744376 744377 744378 744379 744380 744381 744382 744383 744384 744385 744386 744387 744388 744389 744390 744391 744392 744393 744394 744395 744396 744397 744398 744399 744400 744401 744402 744403 744404 744405 744406 744407 744408 744409 744410 744411 744412 744413 744414 744415 744416 744417 744418 744419 744420 744421 744422 744423 744424 744425 744426 744427 744428 744429 744430 744431 744432 744433 744434 744435 744436 744437 744438 744439 744440 744441 744442 744443 744444 744445 744446 744447 744448 744449 744450 744451 744452 744453 744454 744455 744456 744457 744458 744459 744460 744461 744462 744463 744464 744465 744466 744467 744468 744469 744470 744471 744472 744473 744474 744475 744476 744477 744478 744479 744480 744481 744482 744483 744484 744485 744486 744487 744488 744489 744490 744491 744492 744493 744494 744495 744496 744497 744498 744499 744500 744501 744502 744503 744504 744505 744506 744507 744508 744509 744510 744511 744512 744513 744514 744515 744516 744517 744518 744519 744520 744521 744522 744523 744524 744525 744526 744527 744528 744529 744530 744531 744532 744533 744534 744535 744536 744537 744538 744539 744540 744541 744542 744543 744544 744545 744546 744547 744548 744549 744550 744551 744552 744553 744554 744555 744556 744557 744558 744559 744560 744561 744562 744563 744564 744565 744566 744567 744568 744569 744570 744571 744572 744573 744574 744575 744576 744577 744578 744579 744580 744581 744582 744583 744584 744585 744586 744587 744588 744589 744590 744591 744592 744593 744594 744595 744596 744597 744598 744599 744600 744601 744602 744603 744604 744605 744606 744607 744608 744609 744610 744611 744612 744613 744614 744615 744616 744617 744618 744619 744620 744621 744622 744623 744624 744625 744626 744627 744628 744629 744630 744631 744632 744633 744634 744635 744636 744637 744638 744639 744640 744641 744642 744643 744644 744645 744646 744647 744648 744649 744650 744651 744652 744653 744654 744655 744656 744657 744658 744659 744660 744661 744662 744663 744664 744665 744666 744667 744668 744669 744670 744671 744672 744673 744674 744675 744676 744677 744678 744679 744680 744681 744682 744683 744684 744685 744686 744687 744688 744689 744690 744691 744692 744693 744694 744695 744696 744697 744698 744699 744700 744701 744702 744703 744704 744705 744706 744707 744708 744709 744710 744711 744712 744713 744714 744715 744716 744717 744718 744719 744720 744721 744722 744723 744724 744725 744726 744727 744728 744729 744730 744731 744732 744733 744734 744735 744736 744737 744738 744739 744740 744741 744742 744743 744744 744745 744746 744747 744748 744749 744750 744751 744752 744753 744754 744755 744756 744757 744758 744759 744760 744761 744762 744763 744764 744765 744766 744767 744768 744769 744770 744771 744772 744773 744774 744775 744776 744777 744778 744779 744780 744781 744782 744783 744784 744785 744786 744787 744788 744789 744790 744791 744792 744793 744794 744795 744796 744797 744798 744799 744800 744801 744802 744803 744804 744805 744806 744807 744808 744809 744810 744811 744812 744813 744814 744815 744816 744817 744818 744819 744820 744821 744822 744823 744824 744825 744826 744827 744828 744829 744830 744831 744832 744833 744834 744835 744836 744837 744838 744839 744840 744841 744842 744843 744844 744845 744846 744847 744848 744849 744850 744851 744852 744853 744854 744855 744856 744857 744858 744859 744860 744861 744862 744863 744864 744865 744866 744867 744868 744869 744870 744871 744872 744873 744874 744875 744876 744877 744878 744879 744880 744881 744882 744883 744884 744885 744886 744887 744888 744889 744890 744891 744892 744893 744894 744895 744896 744897 744898 744899 744900 744901 744902 744903 744904 744905 744906 744907 744908 744909 744910 744911 744912 744913 744914 744915 744916 744917 744918 744919 744920 744921 744922 744923 744924 744925 744926 744927 744928 744929 744930 744931 744932 744933 744934 744935 744936 744937 744938 744939 744940 744941 744942 744943 744944 744945 744946 744947 744948 744949 744950 744951 744952 744953 744954 744955 744956 744957 744958 744959 744960 744961 744962 744963 744964 744965 744966 744967 744968 744969 744970 744971 744972 744973 744974 744975 744976 744977 744978 744979 744980 744981 744982 744983 744984 744985 744986 744987 744988 744989 744990 744991 744992 744993 744994 744995 744996 744997 744998 744999 745000 745001 745002 745003 745004 745005 745006 745007 745008 745009 745010 745011 745012 745013 745014 745015 745016 745017 745018 745019 745020 745021 745022 745023 745024 745025 745026 745027 745028 745029 745030 745031 745032 745033 745034 745035 745036 745037 745038 745039 745040 745041 745042 745043 745044 745045 745046 745047 745048 745049 745050 745051 745052 745053 745054 745055 745056 745057 745058 745059 745060 745061 745062 745063 745064 745065 745066 745067 745068 745069 745070 745071 745072 745073 745074 745075 745076 745077 745078 745079 745080 745081 745082 745083 745084 745085 745086 745087 745088 745089 745090 745091 745092 745093 745094 745095 745096 745097 745098 745099 745100 745101 745102 745103 745104 745105 745106 745107 745108 745109 745110 745111 745112 745113 745114 745115 745116 745117 745118 745119 745120 745121 745122 745123 745124 745125 745126 745127 745128 745129 745130 745131 745132 745133 745134 745135 745136 745137 745138 745139 745140 745141 745142 745143 745144 745145 745146 745147 745148 745149 745150 745151 745152 745153 745154 745155 745156 745157 745158 745159 745160 745161 745162 745163 745164 745165 745166 745167 745168 745169 745170 745171 745172 745173 745174 745175 745176 745177 745178 745179 745180 745181 745182 745183 745184 745185 745186 745187 745188 745189 745190 745191 745192 745193 745194 745195 745196 745197 745198 745199 745200 745201 745202 745203 745204 745205 745206 745207 745208 745209 745210 745211 745212 745213 745214 745215 745216 745217 745218 745219 745220 745221 745222 745223 745224 745225 745226 745227 745228 745229 745230 745231 745232 745233 745234 745235 745236 745237 745238 745239 745240 745241 745242 745243 745244 745245 745246 745247 745248 745249 745250 745251 745252 745253 745254 745255 745256 745257 745258 745259 745260 745261 745262 745263 745264 745265 745266 745267 745268 745269 745270 745271 745272 745273 745274 745275 745276 745277 745278 745279 745280 745281 745282 745283 745284 745285 745286 745287 745288 745289 745290 745291 745292 745293 745294 745295 745296 745297 745298 745299 745300 745301 745302 745303 745304 745305 745306 745307 745308 745309 745310 745311 745312 745313 745314 745315 745316 745317 745318 745319 745320 745321 745322 745323 745324 745325 745326 745327 745328 745329 745330 745331 745332 745333 745334 745335 745336 745337 745338 745339 745340 745341 745342 745343 745344 745345 745346 745347 745348 745349 745350 745351 745352 745353 745354 745355 745356 745357 745358 745359 745360 745361 745362 745363 745364 745365 745366 745367 745368 745369 745370 745371 745372 745373 745374 745375 745376 745377 745378 745379 745380 745381 745382 745383 745384 745385 745386 745387 745388 745389 745390 745391 745392 745393 745394 745395 745396 745397 745398 745399 745400 745401 745402 745403 745404 745405 745406 745407 745408 745409 745410 745411 745412 745413 745414 745415 745416 745417 745418 745419 745420 745421 745422 745423 745424 745425 745426 745427 745428 745429 745430 745431 745432 745433 745434 745435 745436 745437 745438 745439 745440 745441 745442 745443 745444 745445 745446 745447 745448 745449 745450 745451 745452 745453 745454 745455 745456 745457 745458 745459 745460 745461 745462 745463 745464 745465 745466 745467 745468 745469 745470 745471 745472 745473 745474 745475 745476 745477 745478 745479 745480 745481 745482 745483 745484 745485 745486 745487 745488 745489 745490 745491 745492 745493 745494 745495 745496 745497 745498 745499 745500 745501 745502 745503 745504 745505 745506 745507 745508 745509 745510 745511 745512 745513 745514 745515 745516 745517 745518 745519 745520 745521 745522 745523 745524 745525 745526 745527 745528 745529 745530 745531 745532 745533 745534 745535 745536 745537 745538 745539 745540 745541 745542 745543 745544 745545 745546 745547 745548 745549 745550 745551 745552 745553 745554 745555 745556 745557 745558 745559 745560 745561 745562 745563 745564 745565 745566 745567 745568 745569 745570 745571 745572 745573 745574 745575 745576 745577 745578 745579 745580 745581 745582 745583 745584 745585 745586 745587 745588 745589 745590 745591 745592 745593 745594 745595 745596 745597 745598 745599 745600 745601 745602 745603 745604 745605 745606 745607 745608 745609 745610 745611 745612 745613 745614 745615 745616 745617 745618 745619 745620 745621 745622 745623 745624 745625 745626 745627 745628 745629 745630 745631 745632 745633 745634 745635 745636 745637 745638 745639 745640 745641 745642 745643 745644 745645 745646 745647 745648 745649 745650 745651 745652 745653 745654 745655 745656 745657 745658 745659 745660 745661 745662 745663 745664 745665 745666 745667 745668 745669 745670 745671 745672 745673 745674 745675 745676 745677 745678 745679 745680 745681 745682 745683 745684 745685 745686 745687 745688 745689 745690 745691 745692 745693 745694 745695 745696 745697 745698 745699 745700 745701 745702 745703 745704 745705 745706 745707 745708 745709 745710 745711 745712 745713 745714 745715 745716 745717 745718 745719 745720 745721 745722 745723 745724 745725 745726 745727 745728 745729 745730 745731 745732 745733 745734 745735 745736 745737 745738 745739 745740 745741 745742 745743 745744 745745 745746 745747 745748 745749 745750 745751 745752 745753 745754 745755 745756 745757 745758 745759 745760 745761 745762 745763 745764 745765 745766 745767 745768 745769 745770 745771 745772 745773 745774 745775 745776 745777 745778 745779 745780 745781 745782 745783 745784 745785 745786 745787 745788 745789 745790 745791 745792 745793 745794 745795 745796 745797 745798 745799 745800 745801 745802 745803 745804 745805 745806 745807 745808 745809 745810 745811 745812 745813 745814 745815 745816 745817 745818 745819 745820 745821 745822 745823 745824 745825 745826 745827 745828 745829 745830 745831 745832 745833 745834 745835 745836 745837 745838 745839 745840 745841 745842 745843 745844 745845 745846 745847 745848 745849 745850 745851 745852 745853 745854 745855 745856 745857 745858 745859 745860 745861 745862 745863 745864 745865 745866 745867 745868 745869 745870 745871 745872 745873 745874 745875 745876 745877 745878 745879 745880 745881 745882 745883 745884 745885 745886 745887 745888 745889 745890 745891 745892 745893 745894 745895 745896 745897 745898 745899 745900 745901 745902 745903 745904 745905 745906 745907 745908 745909 745910 745911 745912 745913 745914 745915 745916 745917 745918 745919 745920 745921 745922 745923 745924 745925 745926 745927 745928 745929 745930 745931 745932 745933 745934 745935 745936 745937 745938 745939 745940 745941 745942 745943 745944 745945 745946 745947 745948 745949 745950 745951 745952 745953 745954 745955 745956 745957 745958 745959 745960 745961 745962 745963 745964 745965 745966 745967 745968 745969 745970 745971 745972 745973 745974 745975 745976 745977 745978 745979 745980 745981 745982 745983 745984 745985 745986 745987 745988 745989 745990 745991 745992 745993 745994 745995 745996 745997 745998 745999 746000 746001 746002 746003 746004 746005 746006 746007 746008 746009 746010 746011 746012 746013 746014 746015 746016 746017 746018 746019 746020 746021 746022 746023 746024 746025 746026 746027 746028 746029 746030 746031 746032 746033 746034 746035 746036 746037 746038 746039 746040 746041 746042 746043 746044 746045 746046 746047 746048 746049 746050 746051 746052 746053 746054 746055 746056 746057 746058 746059 746060 746061 746062 746063 746064 746065 746066 746067 746068 746069 746070 746071 746072 746073 746074 746075 746076 746077 746078 746079 746080 746081 746082 746083 746084 746085 746086 746087 746088 746089 746090 746091 746092 746093 746094 746095 746096 746097 746098 746099 746100 746101 746102 746103 746104 746105 746106 746107 746108 746109 746110 746111 746112 746113 746114 746115 746116 746117 746118 746119 746120 746121 746122 746123 746124 746125 746126 746127 746128 746129 746130 746131 746132 746133 746134 746135 746136 746137 746138 746139 746140 746141 746142 746143 746144 746145 746146 746147 746148 746149 746150 746151 746152 746153 746154 746155 746156 746157 746158 746159 746160 746161 746162 746163 746164 746165 746166 746167 746168 746169 746170 746171 746172 746173 746174 746175 746176 746177 746178 746179 746180 746181 746182 746183 746184 746185 746186 746187 746188 746189 746190 746191 746192 746193 746194 746195 746196 746197 746198 746199 746200 746201 746202 746203 746204 746205 746206 746207 746208 746209 746210 746211 746212 746213 746214 746215 746216 746217 746218 746219 746220 746221 746222 746223 746224 746225 746226 746227 746228 746229 746230 746231 746232 746233 746234 746235 746236 746237 746238 746239 746240 746241 746242 746243 746244 746245 746246 746247 746248 746249 746250 746251 746252 746253 746254 746255 746256 746257 746258 746259 746260 746261 746262 746263 746264 746265 746266 746267 746268 746269 746270 746271 746272 746273 746274 746275 746276 746277 746278 746279 746280 746281 746282 746283 746284 746285 746286 746287 746288 746289 746290 746291 746292 746293 746294 746295 746296 746297 746298 746299 746300 746301 746302 746303 746304 746305 746306 746307 746308 746309 746310 746311 746312 746313 746314 746315 746316 746317 746318 746319 746320 746321 746322 746323 746324 746325 746326 746327 746328 746329 746330 746331 746332 746333 746334 746335 746336 746337 746338 746339 746340 746341 746342 746343 746344 746345 746346 746347 746348 746349 746350 746351 746352 746353 746354 746355 746356 746357 746358 746359 746360 746361 746362 746363 746364 746365 746366 746367 746368 746369 746370 746371 746372 746373 746374 746375 746376 746377 746378 746379 746380 746381 746382 746383 746384 746385 746386 746387 746388 746389 746390 746391 746392 746393 746394 746395 746396 746397 746398 746399 746400 746401 746402 746403 746404 746405 746406 746407 746408 746409 746410 746411 746412 746413 746414 746415 746416 746417 746418 746419 746420 746421 746422 746423 746424 746425 746426 746427 746428 746429 746430 746431 746432 746433 746434 746435 746436 746437 746438 746439 746440 746441 746442 746443 746444 746445 746446 746447 746448 746449 746450 746451 746452 746453 746454 746455 746456 746457 746458 746459 746460 746461 746462 746463 746464 746465 746466 746467 746468 746469 746470 746471 746472 746473 746474 746475 746476 746477 746478 746479 746480 746481 746482 746483 746484 746485 746486 746487 746488 746489 746490 746491 746492 746493 746494 746495 746496 746497 746498 746499 746500 746501 746502 746503 746504 746505 746506 746507 746508 746509 746510 746511 746512 746513 746514 746515 746516 746517 746518 746519 746520 746521 746522 746523 746524 746525 746526 746527 746528 746529 746530 746531 746532 746533 746534 746535 746536 746537 746538 746539 746540 746541 746542 746543 746544 746545 746546 746547 746548 746549 746550 746551 746552 746553 746554 746555 746556 746557 746558 746559 746560 746561 746562 746563 746564 746565 746566 746567 746568 746569 746570 746571 746572 746573 746574 746575 746576 746577 746578 746579 746580 746581 746582 746583 746584 746585 746586 746587 746588 746589 746590 746591 746592 746593 746594 746595 746596 746597 746598 746599 746600 746601 746602 746603 746604 746605 746606 746607 746608 746609 746610 746611 746612 746613 746614 746615 746616 746617 746618 746619 746620 746621 746622 746623 746624 746625 746626 746627 746628 746629 746630 746631 746632 746633 746634 746635 746636 746637 746638 746639 746640 746641 746642 746643 746644 746645 746646 746647 746648 746649 746650 746651 746652 746653 746654 746655 746656 746657 746658 746659 746660 746661 746662 746663 746664 746665 746666 746667 746668 746669 746670 746671 746672 746673 746674 746675 746676 746677 746678 746679 746680 746681 746682 746683 746684 746685 746686 746687 746688 746689 746690 746691 746692 746693 746694 746695 746696 746697 746698 746699 746700 746701 746702 746703 746704 746705 746706 746707 746708 746709 746710 746711 746712 746713 746714 746715 746716 746717 746718 746719 746720 746721 746722 746723 746724 746725 746726 746727 746728 746729 746730 746731 746732 746733 746734 746735 746736 746737 746738 746739 746740 746741 746742 746743 746744 746745 746746 746747 746748 746749 746750 746751 746752 746753 746754 746755 746756 746757 746758 746759 746760 746761 746762 746763 746764 746765 746766 746767 746768 746769 746770 746771 746772 746773 746774 746775 746776 746777 746778 746779 746780 746781 746782 746783 746784 746785 746786 746787 746788 746789 746790 746791 746792 746793 746794 746795 746796 746797 746798 746799 746800 746801 746802 746803 746804 746805 746806 746807 746808 746809 746810 746811 746812 746813 746814 746815 746816 746817 746818 746819 746820 746821 746822 746823 746824 746825 746826 746827 746828 746829 746830 746831 746832 746833 746834 746835 746836 746837 746838 746839 746840 746841 746842 746843 746844 746845 746846 746847 746848 746849 746850 746851 746852 746853 746854 746855 746856 746857 746858 746859 746860 746861 746862 746863 746864 746865 746866 746867 746868 746869 746870 746871 746872 746873 746874 746875 746876 746877 746878 746879 746880 746881 746882 746883 746884 746885 746886 746887 746888 746889 746890 746891 746892 746893 746894 746895 746896 746897 746898 746899 746900 746901 746902 746903 746904 746905 746906 746907 746908 746909 746910 746911 746912 746913 746914 746915 746916 746917 746918 746919 746920 746921 746922 746923 746924 746925 746926 746927 746928 746929 746930 746931 746932 746933 746934 746935 746936 746937 746938 746939 746940 746941 746942 746943 746944 746945 746946 746947 746948 746949 746950 746951 746952 746953 746954 746955 746956 746957 746958 746959 746960 746961 746962 746963 746964 746965 746966 746967 746968 746969 746970 746971 746972 746973 746974 746975 746976 746977 746978 746979 746980 746981 746982 746983 746984 746985 746986 746987 746988 746989 746990 746991 746992 746993 746994 746995 746996 746997 746998 746999 747000 747001 747002 747003 747004 747005 747006 747007 747008 747009 747010 747011 747012 747013 747014 747015 747016 747017 747018 747019 747020 747021 747022 747023 747024 747025 747026 747027 747028 747029 747030 747031 747032 747033 747034 747035 747036 747037 747038 747039 747040 747041 747042 747043 747044 747045 747046 747047 747048 747049 747050 747051 747052 747053 747054 747055 747056 747057 747058 747059 747060 747061 747062 747063 747064 747065 747066 747067 747068 747069 747070 747071 747072 747073 747074 747075 747076 747077 747078 747079 747080 747081 747082 747083 747084 747085 747086 747087 747088 747089 747090 747091 747092 747093 747094 747095 747096 747097 747098 747099 747100 747101 747102 747103 747104 747105 747106 747107 747108 747109 747110 747111 747112 747113 747114 747115 747116 747117 747118 747119 747120 747121 747122 747123 747124 747125 747126 747127 747128 747129 747130 747131 747132 747133 747134 747135 747136 747137 747138 747139 747140 747141 747142 747143 747144 747145 747146 747147 747148 747149 747150 747151 747152 747153 747154 747155 747156 747157 747158 747159 747160 747161 747162 747163 747164 747165 747166 747167 747168 747169 747170 747171 747172 747173 747174 747175 747176 747177 747178 747179 747180 747181 747182 747183 747184 747185 747186 747187 747188 747189 747190 747191 747192 747193 747194 747195 747196 747197 747198 747199 747200 747201 747202 747203 747204 747205 747206 747207 747208 747209 747210 747211 747212 747213 747214 747215 747216 747217 747218 747219 747220 747221 747222 747223 747224 747225 747226 747227 747228 747229 747230 747231 747232 747233 747234 747235 747236 747237 747238 747239 747240 747241 747242 747243 747244 747245 747246 747247 747248 747249 747250 747251 747252 747253 747254 747255 747256 747257 747258 747259 747260 747261 747262 747263 747264 747265 747266 747267 747268 747269 747270 747271 747272 747273 747274 747275 747276 747277 747278 747279 747280 747281 747282 747283 747284 747285 747286 747287 747288 747289 747290 747291 747292 747293 747294 747295 747296 747297 747298 747299 747300 747301 747302 747303 747304 747305 747306 747307 747308 747309 747310 747311 747312 747313 747314 747315 747316 747317 747318 747319 747320 747321 747322 747323 747324 747325 747326 747327 747328 747329 747330 747331 747332 747333 747334 747335 747336 747337 747338 747339 747340 747341 747342 747343 747344 747345 747346 747347 747348 747349 747350 747351 747352 747353 747354 747355 747356 747357 747358 747359 747360 747361 747362 747363 747364 747365 747366 747367 747368 747369 747370 747371 747372 747373 747374 747375 747376 747377 747378 747379 747380 747381 747382 747383 747384 747385 747386 747387 747388 747389 747390 747391 747392 747393 747394 747395 747396 747397 747398 747399 747400 747401 747402 747403 747404 747405 747406 747407 747408 747409 747410 747411 747412 747413 747414 747415 747416 747417 747418 747419 747420 747421 747422 747423 747424 747425 747426 747427 747428 747429 747430 747431 747432 747433 747434 747435 747436 747437 747438 747439 747440 747441 747442 747443 747444 747445 747446 747447 747448 747449 747450 747451 747452 747453 747454 747455 747456 747457 747458 747459 747460 747461 747462 747463 747464 747465 747466 747467 747468 747469 747470 747471 747472 747473 747474 747475 747476 747477 747478 747479 747480 747481 747482 747483 747484 747485 747486 747487 747488 747489 747490 747491 747492 747493 747494 747495 747496 747497 747498 747499 747500 747501 747502 747503 747504 747505 747506 747507 747508 747509 747510 747511 747512 747513 747514 747515 747516 747517 747518 747519 747520 747521 747522 747523 747524 747525 747526 747527 747528 747529 747530 747531 747532 747533 747534 747535 747536 747537 747538 747539 747540 747541 747542 747543 747544 747545 747546 747547 747548 747549 747550 747551 747552 747553 747554 747555 747556 747557 747558 747559 747560 747561 747562 747563 747564 747565 747566 747567 747568 747569 747570 747571 747572 747573 747574 747575 747576 747577 747578 747579 747580 747581 747582 747583 747584 747585 747586 747587 747588 747589 747590 747591 747592 747593 747594 747595 747596 747597 747598 747599 747600 747601 747602 747603 747604 747605 747606 747607 747608 747609 747610 747611 747612 747613 747614 747615 747616 747617 747618 747619 747620 747621 747622 747623 747624 747625 747626 747627 747628 747629 747630 747631 747632 747633 747634 747635 747636 747637 747638 747639 747640 747641 747642 747643 747644 747645 747646 747647 747648 747649 747650 747651 747652 747653 747654 747655 747656 747657 747658 747659 747660 747661 747662 747663 747664 747665 747666 747667 747668 747669 747670 747671 747672 747673 747674 747675 747676 747677 747678 747679 747680 747681 747682 747683 747684 747685 747686 747687 747688 747689 747690 747691 747692 747693 747694 747695 747696 747697 747698 747699 747700 747701 747702 747703 747704 747705 747706 747707 747708 747709 747710 747711 747712 747713 747714 747715 747716 747717 747718 747719 747720 747721 747722 747723 747724 747725 747726 747727 747728 747729 747730 747731 747732 747733 747734 747735 747736 747737 747738 747739 747740 747741 747742 747743 747744 747745 747746 747747 747748 747749 747750 747751 747752 747753 747754 747755 747756 747757 747758 747759 747760 747761 747762 747763 747764 747765 747766 747767 747768 747769 747770 747771 747772 747773 747774 747775 747776 747777 747778 747779 747780 747781 747782 747783 747784 747785 747786 747787 747788 747789 747790 747791 747792 747793 747794 747795 747796 747797 747798 747799 747800 747801 747802 747803 747804 747805 747806 747807 747808 747809 747810 747811 747812 747813 747814 747815 747816 747817 747818 747819 747820 747821 747822 747823 747824 747825 747826 747827 747828 747829 747830 747831 747832 747833 747834 747835 747836 747837 747838 747839 747840 747841 747842 747843 747844 747845 747846 747847 747848 747849 747850 747851 747852 747853 747854 747855 747856 747857 747858 747859 747860 747861 747862 747863 747864 747865 747866 747867 747868 747869 747870 747871 747872 747873 747874 747875 747876 747877 747878 747879 747880 747881 747882 747883 747884 747885 747886 747887 747888 747889 747890 747891 747892 747893 747894 747895 747896 747897 747898 747899 747900 747901 747902 747903 747904 747905 747906 747907 747908 747909 747910 747911 747912 747913 747914 747915 747916 747917 747918 747919 747920 747921 747922 747923 747924 747925 747926 747927 747928 747929 747930 747931 747932 747933 747934 747935 747936 747937 747938 747939 747940 747941 747942 747943 747944 747945 747946 747947 747948 747949 747950 747951 747952 747953 747954 747955 747956 747957 747958 747959 747960 747961 747962 747963 747964 747965 747966 747967 747968 747969 747970 747971 747972 747973 747974 747975 747976 747977 747978 747979 747980 747981 747982 747983 747984 747985 747986 747987 747988 747989 747990 747991 747992 747993 747994 747995 747996 747997 747998 747999 748000 748001 748002 748003 748004 748005 748006 748007 748008 748009 748010 748011 748012 748013 748014 748015 748016 748017 748018 748019 748020 748021 748022 748023 748024 748025 748026 748027 748028 748029 748030 748031 748032 748033 748034 748035 748036 748037 748038 748039 748040 748041 748042 748043 748044 748045 748046 748047 748048 748049 748050 748051 748052 748053 748054 748055 748056 748057 748058 748059 748060 748061 748062 748063 748064 748065 748066 748067 748068 748069 748070 748071 748072 748073 748074 748075 748076 748077 748078 748079 748080 748081 748082 748083 748084 748085 748086 748087 748088 748089 748090 748091 748092 748093 748094 748095 748096 748097 748098 748099 748100 748101 748102 748103 748104 748105 748106 748107 748108 748109 748110 748111 748112 748113 748114 748115 748116 748117 748118 748119 748120 748121 748122 748123 748124 748125 748126 748127 748128 748129 748130 748131 748132 748133 748134 748135 748136 748137 748138 748139 748140 748141 748142 748143 748144 748145 748146 748147 748148 748149 748150 748151 748152 748153 748154 748155 748156 748157 748158 748159 748160 748161 748162 748163 748164 748165 748166 748167 748168 748169 748170 748171 748172 748173 748174 748175 748176 748177 748178 748179 748180 748181 748182 748183 748184 748185 748186 748187 748188 748189 748190 748191 748192 748193 748194 748195 748196 748197 748198 748199 748200 748201 748202 748203 748204 748205 748206 748207 748208 748209 748210 748211 748212 748213 748214 748215 748216 748217 748218 748219 748220 748221 748222 748223 748224 748225 748226 748227 748228 748229 748230 748231 748232 748233 748234 748235 748236 748237 748238 748239 748240 748241 748242 748243 748244 748245 748246 748247 748248 748249 748250 748251 748252 748253 748254 748255 748256 748257 748258 748259 748260 748261 748262 748263 748264 748265 748266 748267 748268 748269 748270 748271 748272 748273 748274 748275 748276 748277 748278 748279 748280 748281 748282 748283 748284 748285 748286 748287 748288 748289 748290 748291 748292 748293 748294 748295 748296 748297 748298 748299 748300 748301 748302 748303 748304 748305 748306 748307 748308 748309 748310 748311 748312 748313 748314 748315 748316 748317 748318 748319 748320 748321 748322 748323 748324 748325 748326 748327 748328 748329 748330 748331 748332 748333 748334 748335 748336 748337 748338 748339 748340 748341 748342 748343 748344 748345 748346 748347 748348 748349 748350 748351 748352 748353 748354 748355 748356 748357 748358 748359 748360 748361 748362 748363 748364 748365 748366 748367 748368 748369 748370 748371 748372 748373 748374 748375 748376 748377 748378 748379 748380 748381 748382 748383 748384 748385 748386 748387 748388 748389 748390 748391 748392 748393 748394 748395 748396 748397 748398 748399 748400 748401 748402 748403 748404 748405 748406 748407 748408 748409 748410 748411 748412 748413 748414 748415 748416 748417 748418 748419 748420 748421 748422 748423 748424 748425 748426 748427 748428 748429 748430 748431 748432 748433 748434 748435 748436 748437 748438 748439 748440 748441 748442 748443 748444 748445 748446 748447 748448 748449 748450 748451 748452 748453 748454 748455 748456 748457 748458 748459 748460 748461 748462 748463 748464 748465 748466 748467 748468 748469 748470 748471 748472 748473 748474 748475 748476 748477 748478 748479 748480 748481 748482 748483 748484 748485 748486 748487 748488 748489 748490 748491 748492 748493 748494 748495 748496 748497 748498 748499 748500 748501 748502 748503 748504 748505 748506 748507 748508 748509 748510 748511 748512 748513 748514 748515 748516 748517 748518 748519 748520 748521 748522 748523 748524 748525 748526 748527 748528 748529 748530 748531 748532 748533 748534 748535 748536 748537 748538 748539 748540 748541 748542 748543 748544 748545 748546 748547 748548 748549 748550 748551 748552 748553 748554 748555 748556 748557 748558 748559 748560 748561 748562 748563 748564 748565 748566 748567 748568 748569 748570 748571 748572 748573 748574 748575 748576 748577 748578 748579 748580 748581 748582 748583 748584 748585 748586 748587 748588 748589 748590 748591 748592 748593 748594 748595 748596 748597 748598 748599 748600 748601 748602 748603 748604 748605 748606 748607 748608 748609 748610 748611 748612 748613 748614 748615 748616 748617 748618 748619 748620 748621 748622 748623 748624 748625 748626 748627 748628 748629 748630 748631 748632 748633 748634 748635 748636 748637 748638 748639 748640 748641 748642 748643 748644 748645 748646 748647 748648 748649 748650 748651 748652 748653 748654 748655 748656 748657 748658 748659 748660 748661 748662 748663 748664 748665 748666 748667 748668 748669 748670 748671 748672 748673 748674 748675 748676 748677 748678 748679 748680 748681 748682 748683 748684 748685 748686 748687 748688 748689 748690 748691 748692 748693 748694 748695 748696 748697 748698 748699 748700 748701 748702 748703 748704 748705 748706 748707 748708 748709 748710 748711 748712 748713 748714 748715 748716 748717 748718 748719 748720 748721 748722 748723 748724 748725 748726 748727 748728 748729 748730 748731 748732 748733 748734 748735 748736 748737 748738 748739 748740 748741 748742 748743 748744 748745 748746 748747 748748 748749 748750 748751 748752 748753 748754 748755 748756 748757 748758 748759 748760 748761 748762 748763 748764 748765 748766 748767 748768 748769 748770 748771 748772 748773 748774 748775 748776 748777 748778 748779 748780 748781 748782 748783 748784 748785 748786 748787 748788 748789 748790 748791 748792 748793 748794 748795 748796 748797 748798 748799 748800 748801 748802 748803 748804 748805 748806 748807 748808 748809 748810 748811 748812 748813 748814 748815 748816 748817 748818 748819 748820 748821 748822 748823 748824 748825 748826 748827 748828 748829 748830 748831 748832 748833 748834 748835 748836 748837 748838 748839 748840 748841 748842 748843 748844 748845 748846 748847 748848 748849 748850 748851 748852 748853 748854 748855 748856 748857 748858 748859 748860 748861 748862 748863 748864 748865 748866 748867 748868 748869 748870 748871 748872 748873 748874 748875 748876 748877 748878 748879 748880 748881 748882 748883 748884 748885 748886 748887 748888 748889 748890 748891 748892 748893 748894 748895 748896 748897 748898 748899 748900 748901 748902 748903 748904 748905 748906 748907 748908 748909 748910 748911 748912 748913 748914 748915 748916 748917 748918 748919 748920 748921 748922 748923 748924 748925 748926 748927 748928 748929 748930 748931 748932 748933 748934 748935 748936 748937 748938 748939 748940 748941 748942 748943 748944 748945 748946 748947 748948 748949 748950 748951 748952 748953 748954 748955 748956 748957 748958 748959 748960 748961 748962 748963 748964 748965 748966 748967 748968 748969 748970 748971 748972 748973 748974 748975 748976 748977 748978 748979 748980 748981 748982 748983 748984 748985 748986 748987 748988 748989 748990 748991 748992 748993 748994 748995 748996 748997 748998 748999 749000 749001 749002 749003 749004 749005 749006 749007 749008 749009 749010 749011 749012 749013 749014 749015 749016 749017 749018 749019 749020 749021 749022 749023 749024 749025 749026 749027 749028 749029 749030 749031 749032 749033 749034 749035 749036 749037 749038 749039 749040 749041 749042 749043 749044 749045 749046 749047 749048 749049 749050 749051 749052 749053 749054 749055 749056 749057 749058 749059 749060 749061 749062 749063 749064 749065 749066 749067 749068 749069 749070 749071 749072 749073 749074 749075 749076 749077 749078 749079 749080 749081 749082 749083 749084 749085 749086 749087 749088 749089 749090 749091 749092 749093 749094 749095 749096 749097 749098 749099 749100 749101 749102 749103 749104 749105 749106 749107 749108 749109 749110 749111 749112 749113 749114 749115 749116 749117 749118 749119 749120 749121 749122 749123 749124 749125 749126 749127 749128 749129 749130 749131 749132 749133 749134 749135 749136 749137 749138 749139 749140 749141 749142 749143 749144 749145 749146 749147 749148 749149 749150 749151 749152 749153 749154 749155 749156 749157 749158 749159 749160 749161 749162 749163 749164 749165 749166 749167 749168 749169 749170 749171 749172 749173 749174 749175 749176 749177 749178 749179 749180 749181 749182 749183 749184 749185 749186 749187 749188 749189 749190 749191 749192 749193 749194 749195 749196 749197 749198 749199 749200 749201 749202 749203 749204 749205 749206 749207 749208 749209 749210 749211 749212 749213 749214 749215 749216 749217 749218 749219 749220 749221 749222 749223 749224 749225 749226 749227 749228 749229 749230 749231 749232 749233 749234 749235 749236 749237 749238 749239 749240 749241 749242 749243 749244 749245 749246 749247 749248 749249 749250 749251 749252 749253 749254 749255 749256 749257 749258 749259 749260 749261 749262 749263 749264 749265 749266 749267 749268 749269 749270 749271 749272 749273 749274 749275 749276 749277 749278 749279 749280 749281 749282 749283 749284 749285 749286 749287 749288 749289 749290 749291 749292 749293 749294 749295 749296 749297 749298 749299 749300 749301 749302 749303 749304 749305 749306 749307 749308 749309 749310 749311 749312 749313 749314 749315 749316 749317 749318 749319 749320 749321 749322 749323 749324 749325 749326 749327 749328 749329 749330 749331 749332 749333 749334 749335 749336 749337 749338 749339 749340 749341 749342 749343 749344 749345 749346 749347 749348 749349 749350 749351 749352 749353 749354 749355 749356 749357 749358 749359 749360 749361 749362 749363 749364 749365 749366 749367 749368 749369 749370 749371 749372 749373 749374 749375 749376 749377 749378 749379 749380 749381 749382 749383 749384 749385 749386 749387 749388 749389 749390 749391 749392 749393 749394 749395 749396 749397 749398 749399 749400 749401 749402 749403 749404 749405 749406 749407 749408 749409 749410 749411 749412 749413 749414 749415 749416 749417 749418 749419 749420 749421 749422 749423 749424 749425 749426 749427 749428 749429 749430 749431 749432 749433 749434 749435 749436 749437 749438 749439 749440 749441 749442 749443 749444 749445 749446 749447 749448 749449 749450 749451 749452 749453 749454 749455 749456 749457 749458 749459 749460 749461 749462 749463 749464 749465 749466 749467 749468 749469 749470 749471 749472 749473 749474 749475 749476 749477 749478 749479 749480 749481 749482 749483 749484 749485 749486 749487 749488 749489 749490 749491 749492 749493 749494 749495 749496 749497 749498 749499 749500 749501 749502 749503 749504 749505 749506 749507 749508 749509 749510 749511 749512 749513 749514 749515 749516 749517 749518 749519 749520 749521 749522 749523 749524 749525 749526 749527 749528 749529 749530 749531 749532 749533 749534 749535 749536 749537 749538 749539 749540 749541 749542 749543 749544 749545 749546 749547 749548 749549 749550 749551 749552 749553 749554 749555 749556 749557 749558 749559 749560 749561 749562 749563 749564 749565 749566 749567 749568 749569 749570 749571 749572 749573 749574 749575 749576 749577 749578 749579 749580 749581 749582 749583 749584 749585 749586 749587 749588 749589 749590 749591 749592 749593 749594 749595 749596 749597 749598 749599 749600 749601 749602 749603 749604 749605 749606 749607 749608 749609 749610 749611 749612 749613 749614 749615 749616 749617 749618 749619 749620 749621 749622 749623 749624 749625 749626 749627 749628 749629 749630 749631 749632 749633 749634 749635 749636 749637 749638 749639 749640 749641 749642 749643 749644 749645 749646 749647 749648 749649 749650 749651 749652 749653 749654 749655 749656 749657 749658 749659 749660 749661 749662 749663 749664 749665 749666 749667 749668 749669 749670 749671 749672 749673 749674 749675 749676 749677 749678 749679 749680 749681 749682 749683 749684 749685 749686 749687 749688 749689 749690 749691 749692 749693 749694 749695 749696 749697 749698 749699 749700 749701 749702 749703 749704 749705 749706 749707 749708 749709 749710 749711 749712 749713 749714 749715 749716 749717 749718 749719 749720 749721 749722 749723 749724 749725 749726 749727 749728 749729 749730 749731 749732 749733 749734 749735 749736 749737 749738 749739 749740 749741 749742 749743 749744 749745 749746 749747 749748 749749 749750 749751 749752 749753 749754 749755 749756 749757 749758 749759 749760 749761 749762 749763 749764 749765 749766 749767 749768 749769 749770 749771 749772 749773 749774 749775 749776 749777 749778 749779 749780 749781 749782 749783 749784 749785 749786 749787 749788 749789 749790 749791 749792 749793 749794 749795 749796 749797 749798 749799 749800 749801 749802 749803 749804 749805 749806 749807 749808 749809 749810 749811 749812 749813 749814 749815 749816 749817 749818 749819 749820 749821 749822 749823 749824 749825 749826 749827 749828 749829 749830 749831 749832 749833 749834 749835 749836 749837 749838 749839 749840 749841 749842 749843 749844 749845 749846 749847 749848 749849 749850 749851 749852 749853 749854 749855 749856 749857 749858 749859 749860 749861 749862 749863 749864 749865 749866 749867 749868 749869 749870 749871 749872 749873 749874 749875 749876 749877 749878 749879 749880 749881 749882 749883 749884 749885 749886 749887 749888 749889 749890 749891 749892 749893 749894 749895 749896 749897 749898 749899 749900 749901 749902 749903 749904 749905 749906 749907 749908 749909 749910 749911 749912 749913 749914 749915 749916 749917 749918 749919 749920 749921 749922 749923 749924 749925 749926 749927 749928 749929 749930 749931 749932 749933 749934 749935 749936 749937 749938 749939 749940 749941 749942 749943 749944 749945 749946 749947 749948 749949 749950 749951 749952 749953 749954 749955 749956 749957 749958 749959 749960 749961 749962 749963 749964 749965 749966 749967 749968 749969 749970 749971 749972 749973 749974 749975 749976 749977 749978 749979 749980 749981 749982 749983 749984 749985 749986 749987 749988 749989 749990 749991 749992 749993 749994 749995 749996 749997 749998 749999 750000 750001 750002 750003 750004 750005 750006 750007 750008 750009 750010 750011 750012 750013 750014 750015 750016 750017 750018 750019 750020 750021 750022 750023 750024 750025 750026 750027 750028 750029 750030 750031 750032 750033 750034 750035 750036 750037 750038 750039 750040 750041 750042 750043 750044 750045 750046 750047 750048 750049 750050 750051 750052 750053 750054 750055 750056 750057 750058 750059 750060 750061 750062 750063 750064 750065 750066 750067 750068 750069 750070 750071 750072 750073 750074 750075 750076 750077 750078 750079 750080 750081 750082 750083 750084 750085 750086 750087 750088 750089 750090 750091 750092 750093 750094 750095 750096 750097 750098 750099 750100 750101 750102 750103 750104 750105 750106 750107 750108 750109 750110 750111 750112 750113 750114 750115 750116 750117 750118 750119 750120 750121 750122 750123 750124 750125 750126 750127 750128 750129 750130 750131 750132 750133 750134 750135 750136 750137 750138 750139 750140 750141 750142 750143 750144 750145 750146 750147 750148 750149 750150 750151 750152 750153 750154 750155 750156 750157 750158 750159 750160 750161 750162 750163 750164 750165 750166 750167 750168 750169 750170 750171 750172 750173 750174 750175 750176 750177 750178 750179 750180 750181 750182 750183 750184 750185 750186 750187 750188 750189 750190 750191 750192 750193 750194 750195 750196 750197 750198 750199 750200 750201 750202 750203 750204 750205 750206 750207 750208 750209 750210 750211 750212 750213 750214 750215 750216 750217 750218 750219 750220 750221 750222 750223 750224 750225 750226 750227 750228 750229 750230 750231 750232 750233 750234 750235 750236 750237 750238 750239 750240 750241 750242 750243 750244 750245 750246 750247 750248 750249 750250 750251 750252 750253 750254 750255 750256 750257 750258 750259 750260 750261 750262 750263 750264 750265 750266 750267 750268 750269 750270 750271 750272 750273 750274 750275 750276 750277 750278 750279 750280 750281 750282 750283 750284 750285 750286 750287 750288 750289 750290 750291 750292 750293 750294 750295 750296 750297 750298 750299 750300 750301 750302 750303 750304 750305 750306 750307 750308 750309 750310 750311 750312 750313 750314 750315 750316 750317 750318 750319 750320 750321 750322 750323 750324 750325 750326 750327 750328 750329 750330 750331 750332 750333 750334 750335 750336 750337 750338 750339 750340 750341 750342 750343 750344 750345 750346 750347 750348 750349 750350 750351 750352 750353 750354 750355 750356 750357 750358 750359 750360 750361 750362 750363 750364 750365 750366 750367 750368 750369 750370 750371 750372 750373 750374 750375 750376 750377 750378 750379 750380 750381 750382 750383 750384 750385 750386 750387 750388 750389 750390 750391 750392 750393 750394 750395 750396 750397 750398 750399 750400 750401 750402 750403 750404 750405 750406 750407 750408 750409 750410 750411 750412 750413 750414 750415 750416 750417 750418 750419 750420 750421 750422 750423 750424 750425 750426 750427 750428 750429 750430 750431 750432 750433 750434 750435 750436 750437 750438 750439 750440 750441 750442 750443 750444 750445 750446 750447 750448 750449 750450 750451 750452 750453 750454 750455 750456 750457 750458 750459 750460 750461 750462 750463 750464 750465 750466 750467 750468 750469 750470 750471 750472 750473 750474 750475 750476 750477 750478 750479 750480 750481 750482 750483 750484 750485 750486 750487 750488 750489 750490 750491 750492 750493 750494 750495 750496 750497 750498 750499 750500 750501 750502 750503 750504 750505 750506 750507 750508 750509 750510 750511 750512 750513 750514 750515 750516 750517 750518 750519 750520 750521 750522 750523 750524 750525 750526 750527 750528 750529 750530 750531 750532 750533 750534 750535 750536 750537 750538 750539 750540 750541 750542 750543 750544 750545 750546 750547 750548 750549 750550 750551 750552 750553 750554 750555 750556 750557 750558 750559 750560 750561 750562 750563 750564 750565 750566 750567 750568 750569 750570 750571 750572 750573 750574 750575 750576 750577 750578 750579 750580 750581 750582 750583 750584 750585 750586 750587 750588 750589 750590 750591 750592 750593 750594 750595 750596 750597 750598 750599 750600 750601 750602 750603 750604 750605 750606 750607 750608 750609 750610 750611 750612 750613 750614 750615 750616 750617 750618 750619 750620 750621 750622 750623 750624 750625 750626 750627 750628 750629 750630 750631 750632 750633 750634 750635 750636 750637 750638 750639 750640 750641 750642 750643 750644 750645 750646 750647 750648 750649 750650 750651 750652 750653 750654 750655 750656 750657 750658 750659 750660 750661 750662 750663 750664 750665 750666 750667 750668 750669 750670 750671 750672 750673 750674 750675 750676 750677 750678 750679 750680 750681 750682 750683 750684 750685 750686 750687 750688 750689 750690 750691 750692 750693 750694 750695 750696 750697 750698 750699 750700 750701 750702 750703 750704 750705 750706 750707 750708 750709 750710 750711 750712 750713 750714 750715 750716 750717 750718 750719 750720 750721 750722 750723 750724 750725 750726 750727 750728 750729 750730 750731 750732 750733 750734 750735 750736 750737 750738 750739 750740 750741 750742 750743 750744 750745 750746 750747 750748 750749 750750 750751 750752 750753 750754 750755 750756 750757 750758 750759 750760 750761 750762 750763 750764 750765 750766 750767 750768 750769 750770 750771 750772 750773 750774 750775 750776 750777 750778 750779 750780 750781 750782 750783 750784 750785 750786 750787 750788 750789 750790 750791 750792 750793 750794 750795 750796 750797 750798 750799 750800 750801 750802 750803 750804 750805 750806 750807 750808 750809 750810 750811 750812 750813 750814 750815 750816 750817 750818 750819 750820 750821 750822 750823 750824 750825 750826 750827 750828 750829 750830 750831 750832 750833 750834 750835 750836 750837 750838 750839 750840 750841 750842 750843 750844 750845 750846 750847 750848 750849 750850 750851 750852 750853 750854 750855 750856 750857 750858 750859 750860 750861 750862 750863 750864 750865 750866 750867 750868 750869 750870 750871 750872 750873 750874 750875 750876 750877 750878 750879 750880 750881 750882 750883 750884 750885 750886 750887 750888 750889 750890 750891 750892 750893 750894 750895 750896 750897 750898 750899 750900 750901 750902 750903 750904 750905 750906 750907 750908 750909 750910 750911 750912 750913 750914 750915 750916 750917 750918 750919 750920 750921 750922 750923 750924 750925 750926 750927 750928 750929 750930 750931 750932 750933 750934 750935 750936 750937 750938 750939 750940 750941 750942 750943 750944 750945 750946 750947 750948 750949 750950 750951 750952 750953 750954 750955 750956 750957 750958 750959 750960 750961 750962 750963 750964 750965 750966 750967 750968 750969 750970 750971 750972 750973 750974 750975 750976 750977 750978 750979 750980 750981 750982 750983 750984 750985 750986 750987 750988 750989 750990 750991 750992 750993 750994 750995 750996 750997 750998 750999 751000 751001 751002 751003 751004 751005 751006 751007 751008 751009 751010 751011 751012 751013 751014 751015 751016 751017 751018 751019 751020 751021 751022 751023 751024 751025 751026 751027 751028 751029 751030 751031 751032 751033 751034 751035 751036 751037 751038 751039 751040 751041 751042 751043 751044 751045 751046 751047 751048 751049 751050 751051 751052 751053 751054 751055 751056 751057 751058 751059 751060 751061 751062 751063 751064 751065 751066 751067 751068 751069 751070 751071 751072 751073 751074 751075 751076 751077 751078 751079 751080 751081 751082 751083 751084 751085 751086 751087 751088 751089 751090 751091 751092 751093 751094 751095 751096 751097 751098 751099 751100 751101 751102 751103 751104 751105 751106 751107 751108 751109 751110 751111 751112 751113 751114 751115 751116 751117 751118 751119 751120 751121 751122 751123 751124 751125 751126 751127 751128 751129 751130 751131 751132 751133 751134 751135 751136 751137 751138 751139 751140 751141 751142 751143 751144 751145 751146 751147 751148 751149 751150 751151 751152 751153 751154 751155 751156 751157 751158 751159 751160 751161 751162 751163 751164 751165 751166 751167 751168 751169 751170 751171 751172 751173 751174 751175 751176 751177 751178 751179 751180 751181 751182 751183 751184 751185 751186 751187 751188 751189 751190 751191 751192 751193 751194 751195 751196 751197 751198 751199 751200 751201 751202 751203 751204 751205 751206 751207 751208 751209 751210 751211 751212 751213 751214 751215 751216 751217 751218 751219 751220 751221 751222 751223 751224 751225 751226 751227 751228 751229 751230 751231 751232 751233 751234 751235 751236 751237 751238 751239 751240 751241 751242 751243 751244 751245 751246 751247 751248 751249 751250 751251 751252 751253 751254 751255 751256 751257 751258 751259 751260 751261 751262 751263 751264 751265 751266 751267 751268 751269 751270 751271 751272 751273 751274 751275 751276 751277 751278 751279 751280 751281 751282 751283 751284 751285 751286 751287 751288 751289 751290 751291 751292 751293 751294 751295 751296 751297 751298 751299 751300 751301 751302 751303 751304 751305 751306 751307 751308 751309 751310 751311 751312 751313 751314 751315 751316 751317 751318 751319 751320 751321 751322 751323 751324 751325 751326 751327 751328 751329 751330 751331 751332 751333 751334 751335 751336 751337 751338 751339 751340 751341 751342 751343 751344 751345 751346 751347 751348 751349 751350 751351 751352 751353 751354 751355 751356 751357 751358 751359 751360 751361 751362 751363 751364 751365 751366 751367 751368 751369 751370 751371 751372 751373 751374 751375 751376 751377 751378 751379 751380 751381 751382 751383 751384 751385 751386 751387 751388 751389 751390 751391 751392 751393 751394 751395 751396 751397 751398 751399 751400 751401 751402 751403 751404 751405 751406 751407 751408 751409 751410 751411 751412 751413 751414 751415 751416 751417 751418 751419 751420 751421 751422 751423 751424 751425 751426 751427 751428 751429 751430 751431 751432 751433 751434 751435 751436 751437 751438 751439 751440 751441 751442 751443 751444 751445 751446 751447 751448 751449 751450 751451 751452 751453 751454 751455 751456 751457 751458 751459 751460 751461 751462 751463 751464 751465 751466 751467 751468 751469 751470 751471 751472 751473 751474 751475 751476 751477 751478 751479 751480 751481 751482 751483 751484 751485 751486 751487 751488 751489 751490 751491 751492 751493 751494 751495 751496 751497 751498 751499 751500 751501 751502 751503 751504 751505 751506 751507 751508 751509 751510 751511 751512 751513 751514 751515 751516 751517 751518 751519 751520 751521 751522 751523 751524 751525 751526 751527 751528 751529 751530 751531 751532 751533 751534 751535 751536 751537 751538 751539 751540 751541 751542 751543 751544 751545 751546 751547 751548 751549 751550 751551 751552 751553 751554 751555 751556 751557 751558 751559 751560 751561 751562 751563 751564 751565 751566 751567 751568 751569 751570 751571 751572 751573 751574 751575 751576 751577 751578 751579 751580 751581 751582 751583 751584 751585 751586 751587 751588 751589 751590 751591 751592 751593 751594 751595 751596 751597 751598 751599 751600 751601 751602 751603 751604 751605 751606 751607 751608 751609 751610 751611 751612 751613 751614 751615 751616 751617 751618 751619 751620 751621 751622 751623 751624 751625 751626 751627 751628 751629 751630 751631 751632 751633 751634 751635 751636 751637 751638 751639 751640 751641 751642 751643 751644 751645 751646 751647 751648 751649 751650 751651 751652 751653 751654 751655 751656 751657 751658 751659 751660 751661 751662 751663 751664 751665 751666 751667 751668 751669 751670 751671 751672 751673 751674 751675 751676 751677 751678 751679 751680 751681 751682 751683 751684 751685 751686 751687 751688 751689 751690 751691 751692 751693 751694 751695 751696 751697 751698 751699 751700 751701 751702 751703 751704 751705 751706 751707 751708 751709 751710 751711 751712 751713 751714 751715 751716 751717 751718 751719 751720 751721 751722 751723 751724 751725 751726 751727 751728 751729 751730 751731 751732 751733 751734 751735 751736 751737 751738 751739 751740 751741 751742 751743 751744 751745 751746 751747 751748 751749 751750 751751 751752 751753 751754 751755 751756 751757 751758 751759 751760 751761 751762 751763 751764 751765 751766 751767 751768 751769 751770 751771 751772 751773 751774 751775 751776 751777 751778 751779 751780 751781 751782 751783 751784 751785 751786 751787 751788 751789 751790 751791 751792 751793 751794 751795 751796 751797 751798 751799 751800 751801 751802 751803 751804 751805 751806 751807 751808 751809 751810 751811 751812 751813 751814 751815 751816 751817 751818 751819 751820 751821 751822 751823 751824 751825 751826 751827 751828 751829 751830 751831 751832 751833 751834 751835 751836 751837 751838 751839 751840 751841 751842 751843 751844 751845 751846 751847 751848 751849 751850 751851 751852 751853 751854 751855 751856 751857 751858 751859 751860 751861 751862 751863 751864 751865 751866 751867 751868 751869 751870 751871 751872 751873 751874 751875 751876 751877 751878 751879 751880 751881 751882 751883 751884 751885 751886 751887 751888 751889 751890 751891 751892 751893 751894 751895 751896 751897 751898 751899 751900 751901 751902 751903 751904 751905 751906 751907 751908 751909 751910 751911 751912 751913 751914 751915 751916 751917 751918 751919 751920 751921 751922 751923 751924 751925 751926 751927 751928 751929 751930 751931 751932 751933 751934 751935 751936 751937 751938 751939 751940 751941 751942 751943 751944 751945 751946 751947 751948 751949 751950 751951 751952 751953 751954 751955 751956 751957 751958 751959 751960 751961 751962 751963 751964 751965 751966 751967 751968 751969 751970 751971 751972 751973 751974 751975 751976 751977 751978 751979 751980 751981 751982 751983 751984 751985 751986 751987 751988 751989 751990 751991 751992 751993 751994 751995 751996 751997 751998 751999 752000 752001 752002 752003 752004 752005 752006 752007 752008 752009 752010 752011 752012 752013 752014 752015 752016 752017 752018 752019 752020 752021 752022 752023 752024 752025 752026 752027 752028 752029 752030 752031 752032 752033 752034 752035 752036 752037 752038 752039 752040 752041 752042 752043 752044 752045 752046 752047 752048 752049 752050 752051 752052 752053 752054 752055 752056 752057 752058 752059 752060 752061 752062 752063 752064 752065 752066 752067 752068 752069 752070 752071 752072 752073 752074 752075 752076 752077 752078 752079 752080 752081 752082 752083 752084 752085 752086 752087 752088 752089 752090 752091 752092 752093 752094 752095 752096 752097 752098 752099 752100 752101 752102 752103 752104 752105 752106 752107 752108 752109 752110 752111 752112 752113 752114 752115 752116 752117 752118 752119 752120 752121 752122 752123 752124 752125 752126 752127 752128 752129 752130 752131 752132 752133 752134 752135 752136 752137 752138 752139 752140 752141 752142 752143 752144 752145 752146 752147 752148 752149 752150 752151 752152 752153 752154 752155 752156 752157 752158 752159 752160 752161 752162 752163 752164 752165 752166 752167 752168 752169 752170 752171 752172 752173 752174 752175 752176 752177 752178 752179 752180 752181 752182 752183 752184 752185 752186 752187 752188 752189 752190 752191 752192 752193 752194 752195 752196 752197 752198 752199 752200 752201 752202 752203 752204 752205 752206 752207 752208 752209 752210 752211 752212 752213 752214 752215 752216 752217 752218 752219 752220 752221 752222 752223 752224 752225 752226 752227 752228 752229 752230 752231 752232 752233 752234 752235 752236 752237 752238 752239 752240 752241 752242 752243 752244 752245 752246 752247 752248 752249 752250 752251 752252 752253 752254 752255 752256 752257 752258 752259 752260 752261 752262 752263 752264 752265 752266 752267 752268 752269 752270 752271 752272 752273 752274 752275 752276 752277 752278 752279 752280 752281 752282 752283 752284 752285 752286 752287 752288 752289 752290 752291 752292 752293 752294 752295 752296 752297 752298 752299 752300 752301 752302 752303 752304 752305 752306 752307 752308 752309 752310 752311 752312 752313 752314 752315 752316 752317 752318 752319 752320 752321 752322 752323 752324 752325 752326 752327 752328 752329 752330 752331 752332 752333 752334 752335 752336 752337 752338 752339 752340 752341 752342 752343 752344 752345 752346 752347 752348 752349 752350 752351 752352 752353 752354 752355 752356 752357 752358 752359 752360 752361 752362 752363 752364 752365 752366 752367 752368 752369 752370 752371 752372 752373 752374 752375 752376 752377 752378 752379 752380 752381 752382 752383 752384 752385 752386 752387 752388 752389 752390 752391 752392 752393 752394 752395 752396 752397 752398 752399 752400 752401 752402 752403 752404 752405 752406 752407 752408 752409 752410 752411 752412 752413 752414 752415 752416 752417 752418 752419 752420 752421 752422 752423 752424 752425 752426 752427 752428 752429 752430 752431 752432 752433 752434 752435 752436 752437 752438 752439 752440 752441 752442 752443 752444 752445 752446 752447 752448 752449 752450 752451 752452 752453 752454 752455 752456 752457 752458 752459 752460 752461 752462 752463 752464 752465 752466 752467 752468 752469 752470 752471 752472 752473 752474 752475 752476 752477 752478 752479 752480 752481 752482 752483 752484 752485 752486 752487 752488 752489 752490 752491 752492 752493 752494 752495 752496 752497 752498 752499 752500 752501 752502 752503 752504 752505 752506 752507 752508 752509 752510 752511 752512 752513 752514 752515 752516 752517 752518 752519 752520 752521 752522 752523 752524 752525 752526 752527 752528 752529 752530 752531 752532 752533 752534 752535 752536 752537 752538 752539 752540 752541 752542 752543 752544 752545 752546 752547 752548 752549 752550 752551 752552 752553 752554 752555 752556 752557 752558 752559 752560 752561 752562 752563 752564 752565 752566 752567 752568 752569 752570 752571 752572 752573 752574 752575 752576 752577 752578 752579 752580 752581 752582 752583 752584 752585 752586 752587 752588 752589 752590 752591 752592 752593 752594 752595 752596 752597 752598 752599 752600 752601 752602 752603 752604 752605 752606 752607 752608 752609 752610 752611 752612 752613 752614 752615 752616 752617 752618 752619 752620 752621 752622 752623 752624 752625 752626 752627 752628 752629 752630 752631 752632 752633 752634 752635 752636 752637 752638 752639 752640 752641 752642 752643 752644 752645 752646 752647 752648 752649 752650 752651 752652 752653 752654 752655 752656 752657 752658 752659 752660 752661 752662 752663 752664 752665 752666 752667 752668 752669 752670 752671 752672 752673 752674 752675 752676 752677 752678 752679 752680 752681 752682 752683 752684 752685 752686 752687 752688 752689 752690 752691 752692 752693 752694 752695 752696 752697 752698 752699 752700 752701 752702 752703 752704 752705 752706 752707 752708 752709 752710 752711 752712 752713 752714 752715 752716 752717 752718 752719 752720 752721 752722 752723 752724 752725 752726 752727 752728 752729 752730 752731 752732 752733 752734 752735 752736 752737 752738 752739 752740 752741 752742 752743 752744 752745 752746 752747 752748 752749 752750 752751 752752 752753 752754 752755 752756 752757 752758 752759 752760 752761 752762 752763 752764 752765 752766 752767 752768 752769 752770 752771 752772 752773 752774 752775 752776 752777 752778 752779 752780 752781 752782 752783 752784 752785 752786 752787 752788 752789 752790 752791 752792 752793 752794 752795 752796 752797 752798 752799 752800 752801 752802 752803 752804 752805 752806 752807 752808 752809 752810 752811 752812 752813 752814 752815 752816 752817 752818 752819 752820 752821 752822 752823 752824 752825 752826 752827 752828 752829 752830 752831 752832 752833 752834 752835 752836 752837 752838 752839 752840 752841 752842 752843 752844 752845 752846 752847 752848 752849 752850 752851 752852 752853 752854 752855 752856 752857 752858 752859 752860 752861 752862 752863 752864 752865 752866 752867 752868 752869 752870 752871 752872 752873 752874 752875 752876 752877 752878 752879 752880 752881 752882 752883 752884 752885 752886 752887 752888 752889 752890 752891 752892 752893 752894 752895 752896 752897 752898 752899 752900 752901 752902 752903 752904 752905 752906 752907 752908 752909 752910 752911 752912 752913 752914 752915 752916 752917 752918 752919 752920 752921 752922 752923 752924 752925 752926 752927 752928 752929 752930 752931 752932 752933 752934 752935 752936 752937 752938 752939 752940 752941 752942 752943 752944 752945 752946 752947 752948 752949 752950 752951 752952 752953 752954 752955 752956 752957 752958 752959 752960 752961 752962 752963 752964 752965 752966 752967 752968 752969 752970 752971 752972 752973 752974 752975 752976 752977 752978 752979 752980 752981 752982 752983 752984 752985 752986 752987 752988 752989 752990 752991 752992 752993 752994 752995 752996 752997 752998 752999 753000 753001 753002 753003 753004 753005 753006 753007 753008 753009 753010 753011 753012 753013 753014 753015 753016 753017 753018 753019 753020 753021 753022 753023 753024 753025 753026 753027 753028 753029 753030 753031 753032 753033 753034 753035 753036 753037 753038 753039 753040 753041 753042 753043 753044 753045 753046 753047 753048 753049 753050 753051 753052 753053 753054 753055 753056 753057 753058 753059 753060 753061 753062 753063 753064 753065 753066 753067 753068 753069 753070 753071 753072 753073 753074 753075 753076 753077 753078 753079 753080 753081 753082 753083 753084 753085 753086 753087 753088 753089 753090 753091 753092 753093 753094 753095 753096 753097 753098 753099 753100 753101 753102 753103 753104 753105 753106 753107 753108 753109 753110 753111 753112 753113 753114 753115 753116 753117 753118 753119 753120 753121 753122 753123 753124 753125 753126 753127 753128 753129 753130 753131 753132 753133 753134 753135 753136 753137 753138 753139 753140 753141 753142 753143 753144 753145 753146 753147 753148 753149 753150 753151 753152 753153 753154 753155 753156 753157 753158 753159 753160 753161 753162 753163 753164 753165 753166 753167 753168 753169 753170 753171 753172 753173 753174 753175 753176 753177 753178 753179 753180 753181 753182 753183 753184 753185 753186 753187 753188 753189 753190 753191 753192 753193 753194 753195 753196 753197 753198 753199 753200 753201 753202 753203 753204 753205 753206 753207 753208 753209 753210 753211 753212 753213 753214 753215 753216 753217 753218 753219 753220 753221 753222 753223 753224 753225 753226 753227 753228 753229 753230 753231 753232 753233 753234 753235 753236 753237 753238 753239 753240 753241 753242 753243 753244 753245 753246 753247 753248 753249 753250 753251 753252 753253 753254 753255 753256 753257 753258 753259 753260 753261 753262 753263 753264 753265 753266 753267 753268 753269 753270 753271 753272 753273 753274 753275 753276 753277 753278 753279 753280 753281 753282 753283 753284 753285 753286 753287 753288 753289 753290 753291 753292 753293 753294 753295 753296 753297 753298 753299 753300 753301 753302 753303 753304 753305 753306 753307 753308 753309 753310 753311 753312 753313 753314 753315 753316 753317 753318 753319 753320 753321 753322 753323 753324 753325 753326 753327 753328 753329 753330 753331 753332 753333 753334 753335 753336 753337 753338 753339 753340 753341 753342 753343 753344 753345 753346 753347 753348 753349 753350 753351 753352 753353 753354 753355 753356 753357 753358 753359 753360 753361 753362 753363 753364 753365 753366 753367 753368 753369 753370 753371 753372 753373 753374 753375 753376 753377 753378 753379 753380 753381 753382 753383 753384 753385 753386 753387 753388 753389 753390 753391 753392 753393 753394 753395 753396 753397 753398 753399 753400 753401 753402 753403 753404 753405 753406 753407 753408 753409 753410 753411 753412 753413 753414 753415 753416 753417 753418 753419 753420 753421 753422 753423 753424 753425 753426 753427 753428 753429 753430 753431 753432 753433 753434 753435 753436 753437 753438 753439 753440 753441 753442 753443 753444 753445 753446 753447 753448 753449 753450 753451 753452 753453 753454 753455 753456 753457 753458 753459 753460 753461 753462 753463 753464 753465 753466 753467 753468 753469 753470 753471 753472 753473 753474 753475 753476 753477 753478 753479 753480 753481 753482 753483 753484 753485 753486 753487 753488 753489 753490 753491 753492 753493 753494 753495 753496 753497 753498 753499 753500 753501 753502 753503 753504 753505 753506 753507 753508 753509 753510 753511 753512 753513 753514 753515 753516 753517 753518 753519 753520 753521 753522 753523 753524 753525 753526 753527 753528 753529 753530 753531 753532 753533 753534 753535 753536 753537 753538 753539 753540 753541 753542 753543 753544 753545 753546 753547 753548 753549 753550 753551 753552 753553 753554 753555 753556 753557 753558 753559 753560 753561 753562 753563 753564 753565 753566 753567 753568 753569 753570 753571 753572 753573 753574 753575 753576 753577 753578 753579 753580 753581 753582 753583 753584 753585 753586 753587 753588 753589 753590 753591 753592 753593 753594 753595 753596 753597 753598 753599 753600 753601 753602 753603 753604 753605 753606 753607 753608 753609 753610 753611 753612 753613 753614 753615 753616 753617 753618 753619 753620 753621 753622 753623 753624 753625 753626 753627 753628 753629 753630 753631 753632 753633 753634 753635 753636 753637 753638 753639 753640 753641 753642 753643 753644 753645 753646 753647 753648 753649 753650 753651 753652 753653 753654 753655 753656 753657 753658 753659 753660 753661 753662 753663 753664 753665 753666 753667 753668 753669 753670 753671 753672 753673 753674 753675 753676 753677 753678 753679 753680 753681 753682 753683 753684 753685 753686 753687 753688 753689 753690 753691 753692 753693 753694 753695 753696 753697 753698 753699 753700 753701 753702 753703 753704 753705 753706 753707 753708 753709 753710 753711 753712 753713 753714 753715 753716 753717 753718 753719 753720 753721 753722 753723 753724 753725 753726 753727 753728 753729 753730 753731 753732 753733 753734 753735 753736 753737 753738 753739 753740 753741 753742 753743 753744 753745 753746 753747 753748 753749 753750 753751 753752 753753 753754 753755 753756 753757 753758 753759 753760 753761 753762 753763 753764 753765 753766 753767 753768 753769 753770 753771 753772 753773 753774 753775 753776 753777 753778 753779 753780 753781 753782 753783 753784 753785 753786 753787 753788 753789 753790 753791 753792 753793 753794 753795 753796 753797 753798 753799 753800 753801 753802 753803 753804 753805 753806 753807 753808 753809 753810 753811 753812 753813 753814 753815 753816 753817 753818 753819 753820 753821 753822 753823 753824 753825 753826 753827 753828 753829 753830 753831 753832 753833 753834 753835 753836 753837 753838 753839 753840 753841 753842 753843 753844 753845 753846 753847 753848 753849 753850 753851 753852 753853 753854 753855 753856 753857 753858 753859 753860 753861 753862 753863 753864 753865 753866 753867 753868 753869 753870 753871 753872 753873 753874 753875 753876 753877 753878 753879 753880 753881 753882 753883 753884 753885 753886 753887 753888 753889 753890 753891 753892 753893 753894 753895 753896 753897 753898 753899 753900 753901 753902 753903 753904 753905 753906 753907 753908 753909 753910 753911 753912 753913 753914 753915 753916 753917 753918 753919 753920 753921 753922 753923 753924 753925 753926 753927 753928 753929 753930 753931 753932 753933 753934 753935 753936 753937 753938 753939 753940 753941 753942 753943 753944 753945 753946 753947 753948 753949 753950 753951 753952 753953 753954 753955 753956 753957 753958 753959 753960 753961 753962 753963 753964 753965 753966 753967 753968 753969 753970 753971 753972 753973 753974 753975 753976 753977 753978 753979 753980 753981 753982 753983 753984 753985 753986 753987 753988 753989 753990 753991 753992 753993 753994 753995 753996 753997 753998 753999 754000 754001 754002 754003 754004 754005 754006 754007 754008 754009 754010 754011 754012 754013 754014 754015 754016 754017 754018 754019 754020 754021 754022 754023 754024 754025 754026 754027 754028 754029 754030 754031 754032 754033 754034 754035 754036 754037 754038 754039 754040 754041 754042 754043 754044 754045 754046 754047 754048 754049 754050 754051 754052 754053 754054 754055 754056 754057 754058 754059 754060 754061 754062 754063 754064 754065 754066 754067 754068 754069 754070 754071 754072 754073 754074 754075 754076 754077 754078 754079 754080 754081 754082 754083 754084 754085 754086 754087 754088 754089 754090 754091 754092 754093 754094 754095 754096 754097 754098 754099 754100 754101 754102 754103 754104 754105 754106 754107 754108 754109 754110 754111 754112 754113 754114 754115 754116 754117 754118 754119 754120 754121 754122 754123 754124 754125 754126 754127 754128 754129 754130 754131 754132 754133 754134 754135 754136 754137 754138 754139 754140 754141 754142 754143 754144 754145 754146 754147 754148 754149 754150 754151 754152 754153 754154 754155 754156 754157 754158 754159 754160 754161 754162 754163 754164 754165 754166 754167 754168 754169 754170 754171 754172 754173 754174 754175 754176 754177 754178 754179 754180 754181 754182 754183 754184 754185 754186 754187 754188 754189 754190 754191 754192 754193 754194 754195 754196 754197 754198 754199 754200 754201 754202 754203 754204 754205 754206 754207 754208 754209 754210 754211 754212 754213 754214 754215 754216 754217 754218 754219 754220 754221 754222 754223 754224 754225 754226 754227 754228 754229 754230 754231 754232 754233 754234 754235 754236 754237 754238 754239 754240 754241 754242 754243 754244 754245 754246 754247 754248 754249 754250 754251 754252 754253 754254 754255 754256 754257 754258 754259 754260 754261 754262 754263 754264 754265 754266 754267 754268 754269 754270 754271 754272 754273 754274 754275 754276 754277 754278 754279 754280 754281 754282 754283 754284 754285 754286 754287 754288 754289 754290 754291 754292 754293 754294 754295 754296 754297 754298 754299 754300 754301 754302 754303 754304 754305 754306 754307 754308 754309 754310 754311 754312 754313 754314 754315 754316 754317 754318 754319 754320 754321 754322 754323 754324 754325 754326 754327 754328 754329 754330 754331 754332 754333 754334 754335 754336 754337 754338 754339 754340 754341 754342 754343 754344 754345 754346 754347 754348 754349 754350 754351 754352 754353 754354 754355 754356 754357 754358 754359 754360 754361 754362 754363 754364 754365 754366 754367 754368 754369 754370 754371 754372 754373 754374 754375 754376 754377 754378 754379 754380 754381 754382 754383 754384 754385 754386 754387 754388 754389 754390 754391 754392 754393 754394 754395 754396 754397 754398 754399 754400 754401 754402 754403 754404 754405 754406 754407 754408 754409 754410 754411 754412 754413 754414 754415 754416 754417 754418 754419 754420 754421 754422 754423 754424 754425 754426 754427 754428 754429 754430 754431 754432 754433 754434 754435 754436 754437 754438 754439 754440 754441 754442 754443 754444 754445 754446 754447 754448 754449 754450 754451 754452 754453 754454 754455 754456 754457 754458 754459 754460 754461 754462 754463 754464 754465 754466 754467 754468 754469 754470 754471 754472 754473 754474 754475 754476 754477 754478 754479 754480 754481 754482 754483 754484 754485 754486 754487 754488 754489 754490 754491 754492 754493 754494 754495 754496 754497 754498 754499 754500 754501 754502 754503 754504 754505 754506 754507 754508 754509 754510 754511 754512 754513 754514 754515 754516 754517 754518 754519 754520 754521 754522 754523 754524 754525 754526 754527 754528 754529 754530 754531 754532 754533 754534 754535 754536 754537 754538 754539 754540 754541 754542 754543 754544 754545 754546 754547 754548 754549 754550 754551 754552 754553 754554 754555 754556 754557 754558 754559 754560 754561 754562 754563 754564 754565 754566 754567 754568 754569 754570 754571 754572 754573 754574 754575 754576 754577 754578 754579 754580 754581 754582 754583 754584 754585 754586 754587 754588 754589 754590 754591 754592 754593 754594 754595 754596 754597 754598 754599 754600 754601 754602 754603 754604 754605 754606 754607 754608 754609 754610 754611 754612 754613 754614 754615 754616 754617 754618 754619 754620 754621 754622 754623 754624 754625 754626 754627 754628 754629 754630 754631 754632 754633 754634 754635 754636 754637 754638 754639 754640 754641 754642 754643 754644 754645 754646 754647 754648 754649 754650 754651 754652 754653 754654 754655 754656 754657 754658 754659 754660 754661 75 TooltipText=null 21:52:06.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:06.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:06.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:06.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:06.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:52:06.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:06.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:06.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:52:06.927 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 21:52:06.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:06.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:06.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:06.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:06.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:52:06.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:06.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:06.929 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 3, 2021, 9:52:02 PM – 9:52:05 PM))"as the parent 21:52:06.930 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") 21:52:06.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:06.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:06.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:06.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:06.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:52:06.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:06.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:06.934 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:52:06.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:06.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:06.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:06.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:06.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:06.937 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:06.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 21:52:06.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:06.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:06.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:06.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:06.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:06.940 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:06.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:06.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:06.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:06.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:06.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:06.941 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:06.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:06.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:06.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:06.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:06.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:06.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:06.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:06.942 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:06.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:06.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:06.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:06.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:06.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:06.942 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") 21:52:06.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:06.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:06.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:06.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:06.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:52:06.943 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 21:52:06.943 INFO [WorkbenchTestable][AbstractView] Terminating console 21:52:06.943 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:06.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:06.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:06.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 21:52:06.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:06.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:06.944 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") 21:52:06.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:06.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:06.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:06.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:06.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:52:06.944 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 21:52:06.944 INFO [WorkbenchTestable][AbstractView] Removing launch from console 21:52:06.944 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:06.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:06.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:06.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=743233 743234 743235 743236 743237 743238 743239 743240 743241 743242 743243 743244 743245 743246 743247 743248 743249 743250 743251 743252 743253 743254 743255 743256 743257 743258 743259 743260 743261 743262 743263 743264 743265 743266 743267 743268 743269 743270 743271 743272 743273 743274 743275 743276 743277 743278 743279 743280 743281 743282 743283 743284 743285 743286 743287 743288 743289 743290 743291 743292 743293 743294 743295 743296 743297 743298 743299 743300 743301 743302 743303 743304 743305 743306 743307 743308 743309 743310 743311 743312 743313 743314 743315 743316 743317 743318 743319 743320 743321 743322 743323 743324 743325 743326 743327 743328 743329 743330 743331 743332 743333 743334 743335 743336 743337 743338 743339 743340 743341 743342 743343 743344 743345 743346 743347 743348 743349 743350 743351 743352 743353 743354 743355 743356 743357 743358 743359 743360 743361 743362 743363 743364 743365 743366 743367 743368 743369 743370 743371 743372 743373 743374 743375 743376 743377 743378 743379 743380 743381 743382 743383 743384 743385 743386 743387 743388 743389 743390 743391 743392 743393 743394 743395 743396 743397 743398 743399 743400 743401 743402 743403 743404 743405 743406 743407 743408 743409 743410 743411 743412 743413 743414 743415 743416 743417 743418 743419 743420 743421 743422 743423 743424 743425 743426 743427 743428 743429 743430 743431 743432 743433 743434 743435 743436 743437 743438 743439 743440 743441 743442 743443 743444 743445 743446 743447 743448 743449 743450 743451 743452 743453 743454 743455 743456 743457 743458 743459 743460 743461 743462 743463 743464 743465 743466 743467 743468 743469 743470 743471 743472 743473 743474 743475 743476 743477 743478 743479 743480 743481 743482 743483 743484 743485 743486 743487 743488 743489 743490 743491 743492 743493 743494 743495 743496 743497 743498 743499 743500 743501 743502 743503 743504 743505 743506 743507 743508 743509 743510 743511 743512 743513 743514 743515 743516 743517 743518 743519 743520 743521 743522 743523 743524 743525 743526 743527 743528 743529 743530 743531 743532 743533 743534 743535 743536 743537 743538 743539 743540 743541 743542 743543 743544 743545 743546 743547 743548 743549 743550 743551 743552 743553 743554 743555 743556 743557 743558 743559 743560 743561 743562 743563 743564 743565 743566 743567 743568 743569 743570 743571 743572 743573 743574 743575 743576 743577 743578 743579 743580 743581 743582 743583 743584 743585 743586 743587 743588 743589 743590 743591 743592 743593 743594 743595 743596 743597 743598 743599 743600 743601 743602 743603 743604 743605 743606 743607 743608 743609 743610 743611 743612 743613 743614 743615 743616 743617 743618 743619 743620 743621 743622 743623 743624 743625 743626 743627 743628 743629 743630 743631 743632 743633 743634 743635 743636 743637 743638 743639 743640 743641 743642 743643 743644 743645 743646 743647 743648 743649 743650 743651 743652 743653 743654 743655 743656 743657 743658 743659 743660 743661 743662 743663 743664 743665 743666 743667 743668 743669 743670 743671 743672 743673 743674 743675 743676 743677 743678 743679 743680 743681 743682 743683 743684 743685 743686 743687 743688 743689 743690 743691 743692 743693 743694 743695 743696 743697 743698 743699 743700 743701 743702 743703 743704 743705 743706 743707 743708 743709 743710 743711 743712 743713 743714 743715 743716 743717 743718 743719 743720 743721 743722 743723 743724 743725 743726 743727 743728 743729 743730 743731 743732 743733 743734 743735 743736 743737 743738 743739 743740 743741 743742 743743 743744 743745 743746 743747 743748 743749 743750 743751 743752 743753 743754 743755 743756 743757 743758 743759 743760 743761 743762 743763 743764 743765 743766 743767 743768 743769 743770 743771 743772 743773 743774 743775 743776 743777 743778 743779 743780 743781 743782 743783 743784 743785 743786 743787 743788 743789 743790 743791 743792 743793 743794 743795 743796 743797 743798 743799 743800 743801 743802 743803 743804 743805 743806 743807 743808 743809 743810 743811 743812 743813 743814 743815 743816 743817 743818 743819 743820 743821 743822 743823 743824 743825 743826 743827 743828 743829 743830 743831 743832 743833 743834 743835 743836 743837 743838 743839 743840 743841 743842 743843 743844 743845 743846 743847 743848 743849 743850 743851 743852 743853 743854 743855 743856 743857 743858 743859 743860 743861 743862 743863 743864 743865 743866 743867 743868 743869 743870 743871 743872 743873 743874 743875 743876 743877 743878 743879 743880 743881 743882 743883 743884 743885 743886 743887 743888 743889 743890 743891 743892 743893 743894 743895 743896 743897 743898 743899 743900 743901 743902 743903 743904 743905 743906 743907 743908 743909 743910 743911 743912 743913 743914 743915 743916 743917 743918 743919 743920 743921 743922 743923 743924 743925 743926 743927 743928 743929 743930 743931 743932 743933 743934 743935 743936 743937 743938 743939 743940 743941 743942 743943 743944 743945 743946 743947 743948 743949 743950 743951 743952 743953 743954 743955 743956 743957 743958 743959 743960 743961 743962 743963 743964 743965 743966 743967 743968 743969 743970 743971 743972 743973 743974 743975 743976 743977 743978 743979 743980 743981 743982 743983 743984 743985 743986 743987 743988 743989 743990 743991 743992 743993 743994 743995 743996 743997 743998 743999 744000 744001 744002 744003 744004 744005 744006 744007 744008 744009 744010 744011 744012 744013 744014 744015 744016 744017 744018 744019 744020 744021 744022 744023 744024 744025 744026 744027 744028 744029 744030 744031 744032 744033 744034 744035 744036 744037 744038 744039 744040 744041 744042 744043 744044 744045 744046 744047 744048 744049 744050 744051 744052 744053 744054 744055 744056 744057 744058 744059 744060 744061 744062 744063 744064 744065 744066 744067 744068 744069 744070 744071 744072 744073 744074 744075 744076 744077 744078 744079 744080 744081 744082 744083 744084 744085 744086 744087 744088 744089 744090 744091 744092 744093 744094 744095 744096 744097 744098 744099 744100 744101 744102 744103 744104 744105 744106 744107 744108 744109 744110 744111 744112 744113 744114 744115 744116 744117 744118 744119 744120 744121 744122 744123 744124 744125 744126 744127 744128 744129 744130 744131 744132 744133 744134 744135 744136 744137 744138 744139 744140 744141 744142 744143 744144 744145 744146 744147 744148 744149 744150 744151 744152 744153 744154 744155 744156 744157 744158 744159 744160 744161 744162 744163 744164 744165 744166 744167 744168 744169 744170 744171 744172 744173 744174 744175 744176 744177 744178 744179 744180 744181 744182 744183 744184 744185 744186 744187 744188 744189 744190 744191 744192 744193 744194 744195 744196 744197 744198 744199 744200 744201 744202 744203 744204 744205 744206 744207 744208 744209 744210 744211 744212 744213 744214 744215 744216 744217 744218 744219 744220 744221 744222 744223 744224 744225 744226 744227 744228 744229 744230 744231 744232 744233 744234 744235 744236 744237 744238 744239 744240 744241 744242 744243 744244 744245 744246 744247 744248 744249 744250 744251 744252 744253 744254 744255 744256 744257 744258 744259 744260 744261 744262 744263 744264 744265 744266 744267 744268 744269 744270 744271 744272 744273 744274 744275 744276 744277 744278 744279 744280 744281 744282 744283 744284 744285 744286 744287 744288 744289 744290 744291 744292 744293 744294 744295 744296 744297 744298 744299 744300 744301 744302 744303 744304 744305 744306 744307 744308 744309 744310 744311 744312 744313 744314 744315 744316 744317 744318 744319 744320 744321 744322 744323 744324 744325 744326 744327 744328 744329 744330 744331 744332 744333 744334 744335 744336 744337 744338 744339 744340 744341 744342 744343 744344 744345 744346 744347 744348 744349 744350 744351 744352 744353 744354 744355 744356 744357 744358 744359 744360 744361 744362 744363 744364 744365 744366 744367 744368 744369 744370 744371 744372 744373 744374 744375 744376 744377 744378 744379 744380 744381 744382 744383 744384 744385 744386 744387 744388 744389 744390 744391 744392 744393 744394 744395 744396 744397 744398 744399 744400 744401 744402 744403 744404 744405 744406 744407 744408 744409 744410 744411 744412 744413 744414 744415 744416 744417 744418 744419 744420 744421 744422 744423 744424 744425 744426 744427 744428 744429 744430 744431 744432 744433 744434 744435 744436 744437 744438 744439 744440 744441 744442 744443 744444 744445 744446 744447 744448 744449 744450 744451 744452 744453 744454 744455 744456 744457 744458 744459 744460 744461 744462 744463 744464 744465 744466 744467 744468 744469 744470 744471 744472 744473 744474 744475 744476 744477 744478 744479 744480 744481 744482 744483 744484 744485 744486 744487 744488 744489 744490 744491 744492 744493 744494 744495 744496 744497 744498 744499 744500 744501 744502 744503 744504 744505 744506 744507 744508 744509 744510 744511 744512 744513 744514 744515 744516 744517 744518 744519 744520 744521 744522 744523 744524 744525 744526 744527 744528 744529 744530 744531 744532 744533 744534 744535 744536 744537 744538 744539 744540 744541 744542 744543 744544 744545 744546 744547 744548 744549 744550 744551 744552 744553 744554 744555 744556 744557 744558 744559 744560 744561 744562 744563 744564 744565 744566 744567 744568 744569 744570 744571 744572 744573 744574 744575 744576 744577 744578 744579 744580 744581 744582 744583 744584 744585 744586 744587 744588 744589 744590 744591 744592 744593 744594 744595 744596 744597 744598 744599 744600 744601 744602 744603 744604 744605 744606 744607 744608 744609 744610 744611 744612 744613 744614 744615 744616 744617 744618 744619 744620 744621 744622 744623 744624 744625 744626 744627 744628 744629 744630 744631 744632 744633 744634 744635 744636 744637 744638 744639 744640 744641 744642 744643 744644 744645 744646 744647 744648 744649 744650 744651 744652 744653 744654 744655 744656 744657 744658 744659 744660 744661 744662 744663 744664 744665 744666 744667 744668 744669 744670 744671 744672 744673 744674 744675 744676 744677 744678 744679 744680 744681 744682 744683 744684 744685 744686 744687 744688 744689 744690 744691 744692 744693 744694 744695 744696 744697 744698 744699 744700 744701 744702 744703 744704 744705 744706 744707 744708 744709 744710 744711 744712 744713 744714 744715 744716 744717 744718 744719 744720 744721 744722 744723 744724 744725 744726 744727 744728 744729 744730 744731 744732 744733 744734 744735 744736 744737 744738 744739 744740 744741 744742 744743 744744 744745 744746 744747 744748 744749 744750 744751 744752 744753 744754 744755 744756 744757 744758 744759 744760 744761 744762 744763 744764 744765 744766 744767 744768 744769 744770 744771 744772 744773 744774 744775 744776 744777 744778 744779 744780 744781 744782 744783 744784 744785 744786 744787 744788 744789 744790 744791 744792 744793 744794 744795 744796 744797 744798 744799 744800 744801 744802 744803 744804 744805 744806 744807 744808 744809 744810 744811 744812 744813 744814 744815 744816 744817 744818 744819 744820 744821 744822 744823 744824 744825 744826 744827 744828 744829 744830 744831 744832 744833 744834 744835 744836 744837 744838 744839 744840 744841 744842 744843 744844 744845 744846 744847 744848 744849 744850 744851 744852 744853 744854 744855 744856 744857 744858 744859 744860 744861 744862 744863 744864 744865 744866 744867 744868 744869 744870 744871 744872 744873 744874 744875 744876 744877 744878 744879 744880 744881 744882 744883 744884 744885 744886 744887 744888 744889 744890 744891 744892 744893 744894 744895 744896 744897 744898 744899 744900 744901 744902 744903 744904 744905 744906 744907 744908 744909 744910 744911 744912 744913 744914 744915 744916 744917 744918 744919 744920 744921 744922 744923 744924 744925 744926 744927 744928 744929 744930 744931 744932 744933 744934 744935 744936 744937 744938 744939 744940 744941 744942 744943 744944 744945 744946 744947 744948 744949 744950 744951 744952 744953 744954 744955 744956 744957 744958 744959 744960 744961 744962 744963 744964 744965 744966 744967 744968 744969 744970 744971 744972 744973 744974 744975 744976 744977 744978 744979 744980 744981 744982 744983 744984 744985 744986 744987 744988 744989 744990 744991 744992 744993 744994 744995 744996 744997 744998 744999 745000 745001 745002 745003 745004 745005 745006 745007 745008 745009 745010 745011 745012 745013 745014 745015 745016 745017 745018 745019 745020 745021 745022 745023 745024 745025 745026 745027 745028 745029 745030 745031 745032 745033 745034 745035 745036 745037 745038 745039 745040 745041 745042 745043 745044 745045 745046 745047 745048 745049 745050 745051 745052 745053 745054 745055 745056 745057 745058 745059 745060 745061 745062 745063 745064 745065 745066 745067 745068 745069 745070 745071 745072 745073 745074 745075 745076 745077 745078 745079 745080 745081 745082 745083 745084 745085 745086 745087 745088 745089 745090 745091 745092 745093 745094 745095 745096 745097 745098 745099 745100 745101 745102 745103 745104 745105 745106 745107 745108 745109 745110 745111 745112 745113 745114 745115 745116 745117 745118 745119 745120 745121 745122 745123 745124 745125 745126 745127 745128 745129 745130 745131 745132 745133 745134 745135 745136 745137 745138 745139 745140 745141 745142 745143 745144 745145 745146 745147 745148 745149 745150 745151 745152 745153 745154 745155 745156 745157 745158 745159 745160 745161 745162 745163 745164 745165 745166 745167 745168 745169 745170 745171 745172 745173 745174 745175 745176 745177 745178 745179 745180 745181 745182 745183 745184 745185 745186 745187 745188 745189 745190 745191 745192 745193 745194 745195 745196 745197 745198 745199 745200 745201 745202 745203 745204 745205 745206 745207 745208 745209 745210 745211 745212 745213 745214 745215 745216 745217 745218 745219 745220 745221 745222 745223 745224 745225 745226 745227 745228 745229 745230 745231 745232 745233 745234 745235 745236 745237 745238 745239 745240 745241 745242 745243 745244 745245 745246 745247 745248 745249 745250 745251 745252 745253 745254 745255 745256 745257 745258 745259 745260 745261 745262 745263 745264 745265 745266 745267 745268 745269 745270 745271 745272 745273 745274 745275 745276 745277 745278 745279 745280 745281 745282 745283 745284 745285 745286 745287 745288 745289 745290 745291 745292 745293 745294 745295 745296 745297 745298 745299 745300 745301 745302 745303 745304 745305 745306 745307 745308 745309 745310 745311 745312 745313 745314 745315 745316 745317 745318 745319 745320 745321 745322 745323 745324 745325 745326 745327 745328 745329 745330 745331 745332 745333 745334 745335 745336 745337 745338 745339 745340 745341 745342 745343 745344 745345 745346 745347 745348 745349 745350 745351 745352 745353 745354 745355 745356 745357 745358 745359 745360 745361 745362 745363 745364 745365 745366 745367 745368 745369 745370 745371 745372 745373 745374 745375 745376 745377 745378 745379 745380 745381 745382 745383 745384 745385 745386 745387 745388 745389 745390 745391 745392 745393 745394 745395 745396 745397 745398 745399 745400 745401 745402 745403 745404 745405 745406 745407 745408 745409 745410 745411 745412 745413 745414 745415 745416 745417 745418 745419 745420 745421 745422 745423 745424 745425 745426 745427 745428 745429 745430 745431 745432 745433 745434 745435 745436 745437 745438 745439 745440 745441 745442 745443 745444 745445 745446 745447 745448 745449 745450 745451 745452 745453 745454 745455 745456 745457 745458 745459 745460 745461 745462 745463 745464 745465 745466 745467 745468 745469 745470 745471 745472 745473 745474 745475 745476 745477 745478 745479 745480 745481 745482 745483 745484 745485 745486 745487 745488 745489 745490 745491 745492 745493 745494 745495 745496 745497 745498 745499 745500 745501 745502 745503 745504 745505 745506 745507 745508 745509 745510 745511 745512 745513 745514 745515 745516 745517 745518 745519 745520 745521 745522 745523 745524 745525 745526 745527 745528 745529 745530 745531 745532 745533 745534 745535 745536 745537 745538 745539 745540 745541 745542 745543 745544 745545 745546 745547 745548 745549 745550 745551 745552 745553 745554 745555 745556 745557 745558 745559 745560 745561 745562 745563 745564 745565 745566 745567 745568 745569 745570 745571 745572 745573 745574 745575 745576 745577 745578 745579 745580 745581 745582 745583 745584 745585 745586 745587 745588 745589 745590 745591 745592 745593 745594 745595 745596 745597 745598 745599 745600 745601 745602 745603 745604 745605 745606 745607 745608 745609 745610 745611 745612 745613 745614 745615 745616 745617 745618 745619 745620 745621 745622 745623 745624 745625 745626 745627 745628 745629 745630 745631 745632 745633 745634 745635 745636 745637 745638 745639 745640 745641 745642 745643 745644 745645 745646 745647 745648 745649 745650 745651 745652 745653 745654 745655 745656 745657 745658 745659 745660 745661 745662 745663 745664 745665 745666 745667 745668 745669 745670 745671 745672 745673 745674 745675 745676 745677 745678 745679 745680 745681 745682 745683 745684 745685 745686 745687 745688 745689 745690 745691 745692 745693 745694 745695 745696 745697 745698 745699 745700 745701 745702 745703 745704 745705 745706 745707 745708 745709 745710 745711 745712 745713 745714 745715 745716 745717 745718 745719 745720 745721 745722 745723 745724 745725 745726 745727 745728 745729 745730 745731 745732 745733 745734 745735 745736 745737 745738 745739 745740 745741 745742 745743 745744 745745 745746 745747 745748 745749 745750 745751 745752 745753 745754 745755 745756 745757 745758 745759 745760 745761 745762 745763 745764 745765 745766 745767 745768 745769 745770 745771 745772 745773 745774 745775 745776 745777 745778 745779 745780 745781 745782 745783 745784 745785 745786 745787 745788 745789 745790 745791 745792 745793 745794 745795 745796 745797 745798 745799 745800 745801 745802 745803 745804 745805 745806 745807 745808 745809 745810 745811 745812 745813 745814 745815 745816 745817 745818 745819 745820 745821 745822 745823 745824 745825 745826 745827 745828 745829 745830 745831 745832 745833 745834 745835 745836 745837 745838 745839 745840 745841 745842 745843 745844 745845 745846 745847 745848 745849 745850 745851 745852 745853 745854 745855 745856 745857 745858 745859 745860 745861 745862 745863 745864 745865 745866 745867 745868 745869 745870 745871 745872 745873 745874 745875 745876 745877 745878 745879 745880 745881 745882 745883 745884 745885 745886 745887 745888 745889 745890 745891 745892 745893 745894 745895 745896 745897 745898 745899 745900 745901 745902 745903 745904 745905 745906 745907 745908 745909 745910 745911 745912 745913 745914 745915 745916 745917 745918 745919 745920 745921 745922 745923 745924 745925 745926 745927 745928 745929 745930 745931 745932 745933 745934 745935 745936 745937 745938 745939 745940 745941 745942 745943 745944 745945 745946 745947 745948 745949 745950 745951 745952 745953 745954 745955 745956 745957 745958 745959 745960 745961 745962 745963 745964 745965 745966 745967 745968 745969 745970 745971 745972 745973 745974 745975 745976 745977 745978 745979 745980 745981 745982 745983 745984 745985 745986 745987 745988 745989 745990 745991 745992 745993 745994 745995 745996 745997 745998 745999 746000 746001 746002 746003 746004 746005 746006 746007 746008 746009 746010 746011 746012 746013 746014 746015 746016 746017 746018 746019 746020 746021 746022 746023 746024 746025 746026 746027 746028 746029 746030 746031 746032 746033 746034 746035 746036 746037 746038 746039 746040 746041 746042 746043 746044 746045 746046 746047 746048 746049 746050 746051 746052 746053 746054 746055 746056 746057 746058 746059 746060 746061 746062 746063 746064 746065 746066 746067 746068 746069 746070 746071 746072 746073 746074 746075 746076 746077 746078 746079 746080 746081 746082 746083 746084 746085 746086 746087 746088 746089 746090 746091 746092 746093 746094 746095 746096 746097 746098 746099 746100 746101 746102 746103 746104 746105 746106 746107 746108 746109 746110 746111 746112 746113 746114 746115 746116 746117 746118 746119 746120 746121 746122 746123 746124 746125 746126 746127 746128 746129 746130 746131 746132 746133 746134 746135 746136 746137 746138 746139 746140 746141 746142 746143 746144 746145 746146 746147 746148 746149 746150 746151 746152 746153 746154 746155 746156 746157 746158 746159 746160 746161 746162 746163 746164 746165 746166 746167 746168 746169 746170 746171 746172 746173 746174 746175 746176 746177 746178 746179 746180 746181 746182 746183 746184 746185 746186 746187 746188 746189 746190 746191 746192 746193 746194 746195 746196 746197 746198 746199 746200 746201 746202 746203 746204 746205 746206 746207 746208 746209 746210 746211 746212 746213 746214 746215 746216 746217 746218 746219 746220 746221 746222 746223 746224 746225 746226 746227 746228 746229 746230 746231 746232 746233 746234 746235 746236 746237 746238 746239 746240 746241 746242 746243 746244 746245 746246 746247 746248 746249 746250 746251 746252 746253 746254 746255 746256 746257 746258 746259 746260 746261 746262 746263 746264 746265 746266 746267 746268 746269 746270 746271 746272 746273 746274 746275 746276 746277 746278 746279 746280 746281 746282 746283 746284 746285 746286 746287 746288 746289 746290 746291 746292 746293 746294 746295 746296 746297 746298 746299 746300 746301 746302 746303 746304 746305 746306 746307 746308 746309 746310 746311 746312 746313 746314 746315 746316 746317 746318 746319 746320 746321 746322 746323 746324 746325 746326 746327 746328 746329 746330 746331 746332 746333 746334 746335 746336 746337 746338 746339 746340 746341 746342 746343 746344 746345 746346 746347 746348 746349 746350 746351 746352 746353 746354 746355 746356 746357 746358 746359 746360 746361 746362 746363 746364 746365 746366 746367 746368 746369 746370 746371 746372 746373 746374 746375 746376 746377 746378 746379 746380 746381 746382 746383 746384 746385 746386 746387 746388 746389 746390 746391 746392 746393 746394 746395 746396 746397 746398 746399 746400 746401 746402 746403 746404 746405 746406 746407 746408 746409 746410 746411 746412 746413 746414 746415 746416 746417 746418 746419 746420 746421 746422 746423 746424 746425 746426 746427 746428 746429 746430 746431 746432 746433 746434 746435 746436 746437 746438 746439 746440 746441 746442 746443 746444 746445 746446 746447 746448 746449 746450 746451 746452 746453 746454 746455 746456 746457 746458 746459 746460 746461 746462 746463 746464 746465 746466 746467 746468 746469 746470 746471 746472 746473 746474 746475 746476 746477 746478 746479 746480 746481 746482 746483 746484 746485 746486 746487 746488 746489 746490 746491 746492 746493 746494 746495 746496 746497 746498 746499 746500 746501 746502 746503 746504 746505 746506 746507 746508 746509 746510 746511 746512 746513 746514 746515 746516 746517 746518 746519 746520 746521 746522 746523 746524 746525 746526 746527 746528 746529 746530 746531 746532 746533 746534 746535 746536 746537 746538 746539 746540 746541 746542 746543 746544 746545 746546 746547 746548 746549 746550 746551 746552 746553 746554 746555 746556 746557 746558 746559 746560 746561 746562 746563 746564 746565 746566 746567 746568 746569 746570 746571 746572 746573 746574 746575 746576 746577 746578 746579 746580 746581 746582 746583 746584 746585 746586 746587 746588 746589 746590 746591 746592 746593 746594 746595 746596 746597 746598 746599 746600 746601 746602 746603 746604 746605 746606 746607 746608 746609 746610 746611 746612 746613 746614 746615 746616 746617 746618 746619 746620 746621 746622 746623 746624 746625 746626 746627 746628 746629 746630 746631 746632 746633 746634 746635 746636 746637 746638 746639 746640 746641 746642 746643 746644 746645 746646 746647 746648 746649 746650 746651 746652 746653 746654 746655 746656 746657 746658 746659 746660 746661 746662 746663 746664 746665 746666 746667 746668 746669 746670 746671 746672 746673 746674 746675 746676 746677 746678 746679 746680 746681 746682 746683 746684 746685 746686 746687 746688 746689 746690 746691 746692 746693 746694 746695 746696 746697 746698 746699 746700 746701 746702 746703 746704 746705 746706 746707 746708 746709 746710 746711 746712 746713 746714 746715 746716 746717 746718 746719 746720 746721 746722 746723 746724 746725 746726 746727 746728 746729 746730 746731 746732 746733 746734 746735 746736 746737 746738 746739 746740 746741 746742 746743 746744 746745 746746 746747 746748 746749 746750 746751 746752 746753 746754 746755 746756 746757 746758 746759 746760 746761 746762 746763 746764 746765 746766 746767 746768 746769 746770 746771 746772 746773 746774 746775 746776 746777 746778 746779 746780 746781 746782 746783 746784 746785 746786 746787 746788 746789 746790 746791 746792 746793 746794 746795 746796 746797 746798 746799 746800 746801 746802 746803 746804 746805 746806 746807 746808 746809 746810 746811 746812 746813 746814 746815 746816 746817 746818 746819 746820 746821 746822 746823 746824 746825 746826 746827 746828 746829 746830 746831 746832 746833 746834 746835 746836 746837 746838 746839 746840 746841 746842 746843 746844 746845 746846 746847 746848 746849 746850 746851 746852 746853 746854 746855 746856 746857 746858 746859 746860 746861 746862 746863 746864 746865 746866 746867 746868 746869 746870 746871 746872 746873 746874 746875 746876 746877 746878 746879 746880 746881 746882 746883 746884 746885 746886 746887 746888 746889 746890 746891 746892 746893 746894 746895 746896 746897 746898 746899 746900 746901 746902 746903 746904 746905 746906 746907 746908 746909 746910 746911 746912 746913 746914 746915 746916 746917 746918 746919 746920 746921 746922 746923 746924 746925 746926 746927 746928 746929 746930 746931 746932 746933 746934 746935 746936 746937 746938 746939 746940 746941 746942 746943 746944 746945 746946 746947 746948 746949 746950 746951 746952 746953 746954 746955 746956 746957 746958 746959 746960 746961 746962 746963 746964 746965 746966 746967 746968 746969 746970 746971 746972 746973 746974 746975 746976 746977 746978 746979 746980 746981 746982 746983 746984 746985 746986 746987 746988 746989 746990 746991 746992 746993 746994 746995 746996 746997 746998 746999 747000 747001 747002 747003 747004 747005 747006 747007 747008 747009 747010 747011 747012 747013 747014 747015 747016 747017 747018 747019 747020 747021 747022 747023 747024 747025 747026 747027 747028 747029 747030 747031 747032 747033 747034 747035 747036 747037 747038 747039 747040 747041 747042 747043 747044 747045 747046 747047 747048 747049 747050 747051 747052 747053 747054 747055 747056 747057 747058 747059 747060 747061 747062 747063 747064 747065 747066 747067 747068 747069 747070 747071 747072 747073 747074 747075 747076 747077 747078 747079 747080 747081 747082 747083 747084 747085 747086 747087 747088 747089 747090 747091 747092 747093 747094 747095 747096 747097 747098 747099 747100 747101 747102 747103 747104 747105 747106 747107 747108 747109 747110 747111 747112 747113 747114 747115 747116 747117 747118 747119 747120 747121 747122 747123 747124 747125 747126 747127 747128 747129 747130 747131 747132 747133 747134 747135 747136 747137 747138 747139 747140 747141 747142 747143 747144 747145 747146 747147 747148 747149 747150 747151 747152 747153 747154 747155 747156 747157 747158 747159 747160 747161 747162 747163 747164 747165 747166 747167 747168 747169 747170 747171 747172 747173 747174 747175 747176 747177 747178 747179 747180 747181 747182 747183 747184 747185 747186 747187 747188 747189 747190 747191 747192 747193 747194 747195 747196 747197 747198 747199 747200 747201 747202 747203 747204 747205 747206 747207 747208 747209 747210 747211 747212 747213 747214 747215 747216 747217 747218 747219 747220 747221 747222 747223 747224 747225 747226 747227 747228 747229 747230 747231 747232 747233 747234 747235 747236 747237 747238 747239 747240 747241 747242 747243 747244 747245 747246 747247 747248 747249 747250 747251 747252 747253 747254 747255 747256 747257 747258 747259 747260 747261 747262 747263 747264 747265 747266 747267 747268 747269 747270 747271 747272 747273 747274 747275 747276 747277 747278 747279 747280 747281 747282 747283 747284 747285 747286 747287 747288 747289 747290 747291 747292 747293 747294 747295 747296 747297 747298 747299 747300 747301 747302 747303 747304 747305 747306 747307 747308 747309 747310 747311 747312 747313 747314 747315 747316 747317 747318 747319 747320 747321 747322 747323 747324 747325 747326 747327 747328 747329 747330 747331 747332 747333 747334 747335 747336 747337 747338 747339 747340 747341 747342 747343 747344 747345 747346 747347 747348 747349 747350 747351 747352 747353 747354 747355 747356 747357 747358 747359 747360 747361 747362 747363 747364 747365 747366 747367 747368 747369 747370 747371 747372 747373 747374 747375 747376 747377 747378 747379 747380 747381 747382 747383 747384 747385 747386 747387 747388 747389 747390 747391 747392 747393 747394 747395 747396 747397 747398 747399 747400 747401 747402 747403 747404 747405 747406 747407 747408 747409 747410 747411 747412 747413 747414 747415 747416 747417 747418 747419 747420 747421 747422 747423 747424 747425 747426 747427 747428 747429 747430 747431 747432 747433 747434 747435 747436 747437 747438 747439 747440 747441 747442 747443 747444 747445 747446 747447 747448 747449 747450 747451 747452 747453 747454 747455 747456 747457 747458 747459 747460 747461 747462 747463 747464 747465 747466 747467 747468 747469 747470 747471 747472 747473 747474 747475 747476 747477 747478 747479 747480 747481 747482 747483 747484 747485 747486 747487 747488 747489 747490 747491 747492 747493 747494 747495 747496 747497 747498 747499 747500 747501 747502 747503 747504 747505 747506 747507 747508 747509 747510 747511 747512 747513 747514 747515 747516 747517 747518 747519 747520 747521 747522 747523 747524 747525 747526 747527 747528 747529 747530 747531 747532 747533 747534 747535 747536 747537 747538 747539 747540 747541 747542 747543 747544 747545 747546 747547 747548 747549 747550 747551 747552 747553 747554 747555 747556 747557 747558 747559 747560 747561 747562 747563 747564 747565 747566 747567 747568 747569 747570 747571 747572 747573 747574 747575 747576 747577 747578 747579 747580 747581 747582 747583 747584 747585 747586 747587 747588 747589 747590 747591 747592 747593 747594 747595 747596 747597 747598 747599 747600 747601 747602 747603 747604 747605 747606 747607 747608 747609 747610 747611 747612 747613 747614 747615 747616 747617 747618 747619 747620 747621 747622 747623 747624 747625 747626 747627 747628 747629 747630 747631 747632 747633 747634 747635 747636 747637 747638 747639 747640 747641 747642 747643 747644 747645 747646 747647 747648 747649 747650 747651 747652 747653 747654 747655 747656 747657 747658 747659 747660 747661 747662 747663 747664 747665 747666 747667 747668 747669 747670 747671 747672 747673 747674 747675 747676 747677 747678 747679 747680 747681 747682 747683 747684 747685 747686 747687 747688 747689 747690 747691 747692 747693 747694 747695 747696 747697 747698 747699 747700 747701 747702 747703 747704 747705 747706 747707 747708 747709 747710 747711 747712 747713 747714 747715 747716 747717 747718 747719 747720 747721 747722 747723 747724 747725 747726 747727 747728 747729 747730 747731 747732 747733 747734 747735 747736 747737 747738 747739 747740 747741 747742 747743 747744 747745 747746 747747 747748 747749 747750 747751 747752 747753 747754 747755 747756 747757 747758 747759 747760 747761 747762 747763 747764 747765 747766 747767 747768 747769 747770 747771 747772 747773 747774 747775 747776 747777 747778 747779 747780 747781 747782 747783 747784 747785 747786 747787 747788 747789 747790 747791 747792 747793 747794 747795 747796 747797 747798 747799 747800 747801 747802 747803 747804 747805 747806 747807 747808 747809 747810 747811 747812 747813 747814 747815 747816 747817 747818 747819 747820 747821 747822 747823 747824 747825 747826 747827 747828 747829 747830 747831 747832 747833 747834 747835 747836 747837 747838 747839 747840 747841 747842 747843 747844 747845 747846 747847 747848 747849 747850 747851 747852 747853 747854 747855 747856 747857 747858 747859 747860 747861 747862 747863 747864 747865 747866 747867 747868 747869 747870 747871 747872 747873 747874 747875 747876 747877 747878 747879 747880 747881 747882 747883 747884 747885 747886 747887 747888 747889 747890 747891 747892 747893 747894 747895 747896 747897 747898 747899 747900 747901 747902 747903 747904 747905 747906 747907 747908 747909 747910 747911 747912 747913 747914 747915 747916 747917 747918 747919 747920 747921 747922 747923 747924 747925 747926 747927 747928 747929 747930 747931 747932 747933 747934 747935 747936 747937 747938 747939 747940 747941 747942 747943 747944 747945 747946 747947 747948 747949 747950 747951 747952 747953 747954 747955 747956 747957 747958 747959 747960 747961 747962 747963 747964 747965 747966 747967 747968 747969 747970 747971 747972 747973 747974 747975 747976 747977 747978 747979 747980 747981 747982 747983 747984 747985 747986 747987 747988 747989 747990 747991 747992 747993 747994 747995 747996 747997 747998 747999 748000 748001 748002 748003 748004 748005 748006 748007 748008 748009 748010 748011 748012 748013 748014 748015 748016 748017 748018 748019 748020 748021 748022 748023 748024 748025 748026 748027 748028 748029 748030 748031 748032 748033 748034 748035 748036 748037 748038 748039 748040 748041 748042 748043 748044 748045 748046 748047 748048 748049 748050 748051 748052 748053 748054 748055 748056 748057 748058 748059 748060 748061 748062 748063 748064 748065 748066 748067 748068 748069 748070 748071 748072 748073 748074 748075 748076 748077 748078 748079 748080 748081 748082 748083 748084 748085 748086 748087 748088 748089 748090 748091 748092 748093 748094 748095 748096 748097 748098 748099 748100 748101 748102 748103 748104 748105 748106 748107 748108 748109 748110 748111 748112 748113 748114 748115 748116 748117 748118 748119 748120 748121 748122 748123 748124 748125 748126 748127 748128 748129 748130 748131 748132 748133 748134 748135 748136 748137 748138 748139 748140 748141 748142 748143 748144 748145 748146 748147 748148 748149 748150 748151 748152 748153 748154 748155 748156 748157 748158 748159 748160 748161 748162 748163 748164 748165 748166 748167 748168 748169 748170 748171 748172 748173 748174 748175 748176 748177 748178 748179 748180 748181 748182 748183 748184 748185 748186 748187 748188 748189 748190 748191 748192 748193 748194 748195 748196 748197 748198 748199 748200 748201 748202 748203 748204 748205 748206 748207 748208 748209 748210 748211 748212 748213 748214 748215 748216 748217 748218 748219 748220 748221 748222 748223 748224 748225 748226 748227 748228 748229 748230 748231 748232 748233 748234 748235 748236 748237 748238 748239 748240 748241 748242 748243 748244 748245 748246 748247 748248 748249 748250 748251 748252 748253 748254 748255 748256 748257 748258 748259 748260 748261 748262 748263 748264 748265 748266 748267 748268 748269 748270 748271 748272 748273 748274 748275 748276 748277 748278 748279 748280 748281 748282 748283 748284 748285 748286 748287 748288 748289 748290 748291 748292 748293 748294 748295 748296 748297 748298 748299 748300 748301 748302 748303 748304 748305 748306 748307 748308 748309 748310 748311 748312 748313 748314 748315 748316 748317 748318 748319 748320 748321 748322 748323 748324 748325 748326 748327 748328 748329 748330 748331 748332 748333 748334 748335 748336 748337 748338 748339 748340 748341 748342 748343 748344 748345 748346 748347 748348 748349 748350 748351 748352 748353 748354 748355 748356 748357 748358 748359 748360 748361 748362 748363 748364 748365 748366 748367 748368 748369 748370 748371 748372 748373 748374 748375 748376 748377 748378 748379 748380 748381 748382 748383 748384 748385 748386 748387 748388 748389 748390 748391 748392 748393 748394 748395 748396 748397 748398 748399 748400 748401 748402 748403 748404 748405 748406 748407 748408 748409 748410 748411 748412 748413 748414 748415 748416 748417 748418 748419 748420 748421 748422 748423 748424 748425 748426 748427 748428 748429 748430 748431 748432 748433 748434 748435 748436 748437 748438 748439 748440 748441 748442 748443 748444 748445 748446 748447 748448 748449 748450 748451 748452 748453 748454 748455 748456 748457 748458 748459 748460 748461 748462 748463 748464 748465 748466 748467 748468 748469 748470 748471 748472 748473 748474 748475 748476 748477 748478 748479 748480 748481 748482 748483 748484 748485 748486 748487 748488 748489 748490 748491 748492 748493 748494 748495 748496 748497 748498 748499 748500 748501 748502 748503 748504 748505 748506 748507 748508 748509 748510 748511 748512 748513 748514 748515 748516 748517 748518 748519 748520 748521 748522 748523 748524 748525 748526 748527 748528 748529 748530 748531 748532 748533 748534 748535 748536 748537 748538 748539 748540 748541 748542 748543 748544 748545 748546 748547 748548 748549 748550 748551 748552 748553 748554 748555 748556 748557 748558 748559 748560 748561 748562 748563 748564 748565 748566 748567 748568 748569 748570 748571 748572 748573 748574 748575 748576 748577 748578 748579 748580 748581 748582 748583 748584 748585 748586 748587 748588 748589 748590 748591 748592 748593 748594 748595 748596 748597 748598 748599 748600 748601 748602 748603 748604 748605 748606 748607 748608 748609 748610 748611 748612 748613 748614 748615 748616 748617 748618 748619 748620 748621 748622 748623 748624 748625 748626 748627 748628 748629 748630 748631 748632 748633 748634 748635 748636 748637 748638 748639 748640 748641 748642 748643 748644 748645 748646 748647 748648 748649 748650 748651 748652 748653 748654 748655 748656 748657 748658 748659 748660 748661 748662 748663 748664 748665 748666 748667 748668 748669 748670 748671 748672 748673 748674 748675 748676 748677 748678 748679 748680 748681 748682 748683 748684 748685 748686 748687 748688 748689 748690 748691 748692 748693 748694 748695 748696 748697 748698 748699 748700 748701 748702 748703 748704 748705 748706 748707 748708 748709 748710 748711 748712 748713 748714 748715 748716 748717 748718 748719 748720 748721 748722 748723 748724 748725 748726 748727 748728 748729 748730 748731 748732 748733 748734 748735 748736 748737 748738 748739 748740 748741 748742 748743 748744 748745 748746 748747 748748 748749 748750 748751 748752 748753 748754 748755 748756 748757 748758 748759 748760 748761 748762 748763 748764 748765 748766 748767 748768 748769 748770 748771 748772 748773 748774 748775 748776 748777 748778 748779 748780 748781 748782 748783 748784 748785 748786 748787 748788 748789 748790 748791 748792 748793 748794 748795 748796 748797 748798 748799 748800 748801 748802 748803 748804 748805 748806 748807 748808 748809 748810 748811 748812 748813 748814 748815 748816 748817 748818 748819 748820 748821 748822 748823 748824 748825 748826 748827 748828 748829 748830 748831 748832 748833 748834 748835 748836 748837 748838 748839 748840 748841 748842 748843 748844 748845 748846 748847 748848 748849 748850 748851 748852 748853 748854 748855 748856 748857 748858 748859 748860 748861 748862 748863 748864 748865 748866 748867 748868 748869 748870 748871 748872 748873 748874 748875 748876 748877 748878 748879 748880 748881 748882 748883 748884 748885 748886 748887 748888 748889 748890 748891 748892 748893 748894 748895 748896 748897 748898 748899 748900 748901 748902 748903 748904 748905 748906 748907 748908 748909 748910 748911 748912 748913 748914 748915 748916 748917 748918 748919 748920 748921 748922 748923 748924 748925 748926 748927 748928 748929 748930 748931 748932 748933 748934 748935 748936 748937 748938 748939 748940 748941 748942 748943 748944 748945 748946 748947 748948 748949 748950 748951 748952 748953 748954 748955 748956 748957 748958 748959 748960 748961 748962 748963 748964 748965 748966 748967 748968 748969 748970 748971 748972 748973 748974 748975 748976 748977 748978 748979 748980 748981 748982 748983 748984 748985 748986 748987 748988 748989 748990 748991 748992 748993 748994 748995 748996 748997 748998 748999 749000 749001 749002 749003 749004 749005 749006 749007 749008 749009 749010 749011 749012 749013 749014 749015 749016 749017 749018 749019 749020 749021 749022 749023 749024 749025 749026 749027 749028 749029 749030 749031 749032 749033 749034 749035 749036 749037 749038 749039 749040 749041 749042 749043 749044 749045 749046 749047 749048 749049 749050 749051 749052 749053 749054 749055 749056 749057 749058 749059 749060 749061 749062 749063 749064 749065 749066 749067 749068 749069 749070 749071 749072 749073 749074 749075 749076 749077 749078 749079 749080 749081 749082 749083 749084 749085 749086 749087 749088 749089 749090 749091 749092 749093 749094 749095 749096 749097 749098 749099 749100 749101 749102 749103 749104 749105 749106 749107 749108 749109 749110 749111 749112 749113 749114 749115 749116 749117 749118 749119 749120 749121 749122 749123 749124 749125 749126 749127 749128 749129 749130 749131 749132 749133 749134 749135 749136 749137 749138 749139 749140 749141 749142 749143 749144 749145 749146 749147 749148 749149 749150 749151 749152 749153 749154 749155 749156 749157 749158 749159 749160 749161 749162 749163 749164 749165 749166 749167 749168 749169 749170 749171 749172 749173 749174 749175 749176 749177 749178 749179 749180 749181 749182 749183 749184 749185 749186 749187 749188 749189 749190 749191 749192 749193 749194 749195 749196 749197 749198 749199 749200 749201 749202 749203 749204 749205 749206 749207 749208 749209 749210 749211 749212 749213 749214 749215 749216 749217 749218 749219 749220 749221 749222 749223 749224 749225 749226 749227 749228 749229 749230 749231 749232 749233 749234 749235 749236 749237 749238 749239 749240 749241 749242 749243 749244 749245 749246 749247 749248 749249 749250 749251 749252 749253 749254 749255 749256 749257 749258 749259 749260 749261 749262 749263 749264 749265 749266 749267 749268 749269 749270 749271 749272 749273 749274 749275 749276 749277 749278 749279 749280 749281 749282 749283 749284 749285 749286 749287 749288 749289 749290 749291 749292 749293 749294 749295 749296 749297 749298 749299 749300 749301 749302 749303 749304 749305 749306 749307 749308 749309 749310 749311 749312 749313 749314 749315 749316 749317 749318 749319 749320 749321 749322 749323 749324 749325 749326 749327 749328 749329 749330 749331 749332 749333 749334 749335 749336 749337 749338 749339 749340 749341 749342 749343 749344 749345 749346 749347 749348 749349 749350 749351 749352 749353 749354 749355 749356 749357 749358 749359 749360 749361 749362 749363 749364 749365 749366 749367 749368 749369 749370 749371 749372 749373 749374 749375 749376 749377 749378 749379 749380 749381 749382 749383 749384 749385 749386 749387 749388 749389 749390 749391 749392 749393 749394 749395 749396 749397 749398 749399 749400 749401 749402 749403 749404 749405 749406 749407 749408 749409 749410 749411 749412 749413 749414 749415 749416 749417 749418 749419 749420 749421 749422 749423 749424 749425 749426 749427 749428 749429 749430 749431 749432 749433 749434 749435 749436 749437 749438 749439 749440 749441 749442 749443 749444 749445 749446 749447 749448 749449 749450 749451 749452 749453 749454 749455 749456 749457 749458 749459 749460 749461 749462 749463 749464 749465 749466 749467 749468 749469 749470 749471 749472 749473 749474 749475 749476 749477 749478 749479 749480 749481 749482 749483 749484 749485 749486 749487 749488 749489 749490 749491 749492 749493 749494 749495 749496 749497 749498 749499 749500 749501 749502 749503 749504 749505 749506 749507 749508 749509 749510 749511 749512 749513 749514 749515 749516 749517 749518 749519 749520 749521 749522 749523 749524 749525 749526 749527 749528 749529 749530 749531 749532 749533 749534 749535 749536 749537 749538 749539 749540 749541 749542 749543 749544 749545 749546 749547 749548 749549 749550 749551 749552 749553 749554 749555 749556 749557 749558 749559 749560 749561 749562 749563 749564 749565 749566 749567 749568 749569 749570 749571 749572 749573 749574 749575 749576 749577 749578 749579 749580 749581 749582 749583 749584 749585 749586 749587 749588 749589 749590 749591 749592 749593 749594 749595 749596 749597 749598 749599 749600 749601 749602 749603 749604 749605 749606 749607 749608 749609 749610 749611 749612 749613 749614 749615 749616 749617 749618 749619 749620 749621 749622 749623 749624 749625 749626 749627 749628 749629 749630 749631 749632 749633 749634 749635 749636 749637 749638 749639 749640 749641 749642 749643 749644 749645 749646 749647 749648 749649 749650 749651 749652 749653 749654 749655 749656 749657 749658 749659 749660 749661 749662 749663 749664 749665 749666 749667 749668 749669 749670 749671 749672 749673 749674 749675 749676 749677 749678 749679 749680 749681 749682 749683 749684 749685 749686 749687 749688 749689 749690 749691 749692 749693 749694 749695 749696 749697 749698 749699 749700 749701 749702 749703 749704 749705 749706 749707 749708 749709 749710 749711 749712 749713 749714 749715 749716 749717 749718 749719 749720 749721 749722 749723 749724 749725 749726 749727 749728 749729 749730 749731 749732 749733 749734 749735 749736 749737 749738 749739 749740 749741 749742 749743 749744 749745 749746 749747 749748 749749 749750 749751 749752 749753 749754 749755 749756 749757 749758 749759 749760 749761 749762 749763 749764 749765 749766 749767 749768 749769 749770 749771 749772 749773 749774 749775 749776 749777 749778 749779 749780 749781 749782 749783 749784 749785 749786 749787 749788 749789 749790 749791 749792 749793 749794 749795 749796 749797 749798 749799 749800 749801 749802 749803 749804 749805 749806 749807 749808 749809 749810 749811 749812 749813 749814 749815 749816 749817 749818 749819 749820 749821 749822 749823 749824 749825 749826 749827 749828 749829 749830 749831 749832 749833 749834 749835 749836 749837 749838 749839 749840 749841 749842 749843 749844 749845 749846 749847 749848 749849 749850 749851 749852 749853 749854 749855 749856 749857 749858 749859 749860 749861 749862 749863 749864 749865 749866 749867 749868 749869 749870 749871 749872 749873 749874 749875 749876 749877 749878 749879 749880 749881 749882 749883 749884 749885 749886 749887 749888 749889 749890 749891 749892 749893 749894 749895 749896 749897 749898 749899 749900 749901 749902 749903 749904 749905 749906 749907 749908 749909 749910 749911 749912 749913 749914 749915 749916 749917 749918 749919 749920 749921 749922 749923 749924 749925 749926 749927 749928 749929 749930 749931 749932 749933 749934 749935 749936 749937 749938 749939 749940 749941 749942 749943 749944 749945 749946 749947 749948 749949 749950 749951 749952 749953 749954 749955 749956 749957 749958 749959 749960 749961 749962 749963 749964 749965 749966 749967 749968 749969 749970 749971 749972 749973 749974 749975 749976 749977 749978 749979 749980 749981 749982 749983 749984 749985 749986 749987 749988 749989 749990 749991 749992 749993 749994 749995 749996 749997 749998 749999 750000 750001 750002 750003 750004 750005 750006 750007 750008 750009 750010 750011 750012 750013 750014 750015 750016 750017 750018 750019 750020 750021 750022 750023 750024 750025 750026 750027 750028 750029 750030 750031 750032 750033 750034 750035 750036 750037 750038 750039 750040 750041 750042 750043 750044 750045 750046 750047 750048 750049 750050 750051 750052 750053 750054 750055 750056 750057 750058 750059 750060 750061 750062 750063 750064 750065 750066 750067 750068 750069 750070 750071 750072 750073 750074 750075 750076 750077 750078 750079 750080 750081 750082 750083 750084 750085 750086 750087 750088 750089 750090 750091 750092 750093 750094 750095 750096 750097 750098 750099 750100 750101 750102 750103 750104 750105 750106 750107 750108 750109 750110 750111 750112 750113 750114 750115 750116 750117 750118 750119 750120 750121 750122 750123 750124 750125 750126 750127 750128 750129 750130 750131 750132 750133 750134 750135 750136 750137 750138 750139 750140 750141 750142 750143 750144 750145 750146 750147 750148 750149 750150 750151 750152 750153 750154 750155 750156 750157 750158 750159 750160 750161 750162 750163 750164 750165 750166 750167 750168 750169 750170 750171 750172 750173 750174 750175 750176 750177 750178 750179 750180 750181 750182 750183 750184 750185 750186 750187 750188 750189 750190 750191 750192 750193 750194 750195 750196 750197 750198 750199 750200 750201 750202 750203 750204 750205 750206 750207 750208 750209 750210 750211 750212 750213 750214 750215 750216 750217 750218 750219 750220 750221 750222 750223 750224 750225 750226 750227 750228 750229 750230 750231 750232 750233 750234 750235 750236 750237 750238 750239 750240 750241 750242 750243 750244 750245 750246 750247 750248 750249 750250 750251 750252 750253 750254 750255 750256 750257 750258 750259 750260 750261 750262 750263 750264 750265 750266 750267 750268 750269 750270 750271 750272 750273 750274 750275 750276 750277 750278 750279 750280 750281 750282 750283 750284 750285 750286 750287 750288 750289 750290 750291 750292 750293 750294 750295 750296 750297 750298 750299 750300 750301 750302 750303 750304 750305 750306 750307 750308 750309 750310 750311 750312 750313 750314 750315 750316 750317 750318 750319 750320 750321 750322 750323 750324 750325 750326 750327 750328 750329 750330 750331 750332 750333 750334 750335 750336 750337 750338 750339 750340 750341 750342 750343 750344 750345 750346 750347 750348 750349 750350 750351 750352 750353 750354 750355 750356 750357 750358 750359 750360 750361 750362 750363 750364 750365 750366 750367 750368 750369 750370 750371 750372 750373 750374 750375 750376 750377 750378 750379 750380 750381 750382 750383 750384 750385 750386 750387 750388 750389 750390 750391 750392 750393 750394 750395 750396 750397 750398 750399 750400 750401 750402 750403 750404 750405 750406 750407 750408 750409 750410 750411 750412 750413 750414 750415 750416 750417 750418 750419 750420 750421 750422 750423 750424 750425 750426 750427 750428 750429 750430 750431 750432 750433 750434 750435 750436 750437 750438 750439 750440 750441 750442 750443 750444 750445 750446 750447 750448 750449 750450 750451 750452 750453 750454 750455 750456 750457 750458 750459 750460 750461 750462 750463 750464 750465 750466 750467 750468 750469 750470 750471 750472 750473 750474 750475 750476 750477 750478 750479 750480 750481 750482 750483 750484 750485 750486 750487 750488 750489 750490 750491 750492 750493 750494 750495 750496 750497 750498 750499 750500 750501 750502 750503 750504 750505 750506 750507 750508 750509 750510 750511 750512 750513 750514 750515 750516 750517 750518 750519 750520 750521 750522 750523 750524 750525 750526 750527 750528 750529 750530 750531 750532 750533 750534 750535 750536 750537 750538 750539 750540 750541 750542 750543 750544 750545 750546 750547 750548 750549 750550 750551 750552 750553 750554 750555 750556 750557 750558 750559 750560 750561 750562 750563 750564 750565 750566 750567 750568 750569 750570 750571 750572 750573 750574 750575 750576 750577 750578 750579 750580 750581 750582 750583 750584 750585 750586 750587 750588 750589 750590 750591 750592 750593 750594 750595 750596 750597 750598 750599 750600 750601 750602 750603 750604 750605 750606 750607 750608 750609 750610 750611 750612 750613 750614 750615 750616 750617 750618 750619 750620 750621 750622 750623 750624 750625 750626 750627 750628 750629 750630 750631 750632 750633 750634 750635 750636 750637 750638 750639 750640 750641 750642 750643 750644 750645 750646 750647 750648 750649 750650 750651 750652 750653 750654 750655 750656 750657 750658 750659 750660 750661 750662 750663 750664 750665 750666 750667 750668 750669 750670 750671 750672 750673 750674 750675 750676 750677 750678 750679 750680 750681 750682 750683 750684 750685 750686 750687 750688 750689 750690 750691 750692 750693 750694 750695 750696 750697 750698 750699 750700 750701 750702 750703 750704 750705 750706 750707 750708 750709 750710 750711 750712 750713 750714 750715 750716 750717 750718 750719 750720 750721 750722 750723 750724 750725 750726 750727 750728 750729 750730 750731 750732 750733 750734 750735 750736 750737 750738 750739 750740 750741 750742 750743 750744 750745 750746 750747 750748 750749 750750 750751 750752 750753 750754 750755 750756 750757 750758 750759 750760 750761 750762 750763 750764 750765 750766 750767 750768 750769 750770 750771 750772 750773 750774 750775 750776 750777 750778 750779 750780 750781 750782 750783 750784 750785 750786 750787 750788 750789 750790 750791 750792 750793 750794 750795 750796 750797 750798 750799 750800 750801 750802 750803 750804 750805 750806 750807 750808 750809 750810 750811 750812 750813 750814 750815 750816 750817 750818 750819 750820 750821 750822 750823 750824 750825 750826 750827 750828 750829 750830 750831 750832 750833 750834 750835 750836 750837 750838 750839 750840 750841 750842 750843 750844 750845 750846 750847 750848 750849 750850 750851 750852 750853 750854 750855 750856 750857 750858 750859 750860 750861 750862 750863 750864 750865 750866 750867 750868 750869 750870 750871 750872 750873 750874 750875 750876 750877 750878 750879 750880 750881 750882 750883 750884 750885 750886 750887 750888 750889 750890 750891 750892 750893 750894 750895 750896 750897 750898 750899 750900 750901 750902 750903 750904 750905 750906 750907 750908 750909 750910 750911 750912 750913 750914 750915 750916 750917 750918 750919 750920 750921 750922 750923 750924 750925 750926 750927 750928 750929 750930 750931 750932 750933 750934 750935 750936 750937 750938 750939 750940 750941 750942 750943 750944 750945 750946 750947 750948 750949 750950 750951 750952 750953 750954 750955 750956 750957 750958 750959 750960 750961 750962 750963 750964 750965 750966 750967 750968 750969 750970 750971 750972 750973 750974 750975 750976 750977 750978 750979 750980 750981 750982 750983 750984 750985 750986 750987 750988 750989 750990 750991 750992 750993 750994 750995 750996 750997 750998 750999 751000 751001 751002 751003 751004 751005 751006 751007 751008 751009 751010 751011 751012 751013 751014 751015 751016 751017 751018 751019 751020 751021 751022 751023 751024 751025 751026 751027 751028 751029 751030 751031 751032 751033 751034 751035 751036 751037 751038 751039 751040 751041 751042 751043 751044 751045 751046 751047 751048 751049 751050 751051 751052 751053 751054 751055 751056 751057 751058 751059 751060 751061 751062 751063 751064 751065 751066 751067 751068 751069 751070 751071 751072 751073 751074 751075 751076 751077 751078 751079 751080 751081 751082 751083 751084 751085 751086 751087 751088 751089 751090 751091 751092 751093 751094 751095 751096 751097 751098 751099 751100 751101 751102 751103 751104 751105 751106 751107 751108 751109 751110 751111 751112 751113 751114 751115 751116 751117 751118 751119 751120 751121 751122 751123 751124 751125 751126 751127 751128 751129 751130 751131 751132 751133 751134 751135 751136 751137 751138 751139 751140 751141 751142 751143 751144 751145 751146 751147 751148 751149 751150 751151 751152 751153 751154 751155 751156 751157 751158 751159 751160 751161 751162 751163 751164 751165 751166 751167 751168 751169 751170 751171 751172 751173 751174 751175 751176 751177 751178 751179 751180 751181 751182 751183 751184 751185 751186 751187 751188 751189 751190 751191 751192 751193 751194 751195 751196 751197 751198 751199 751200 751201 751202 751203 751204 751205 751206 751207 751208 751209 751210 751211 751212 751213 751214 751215 751216 751217 751218 751219 751220 751221 751222 751223 751224 751225 751226 751227 751228 751229 751230 751231 751232 751233 751234 751235 751236 751237 751238 751239 751240 751241 751242 751243 751244 751245 751246 751247 751248 751249 751250 751251 751252 751253 751254 751255 751256 751257 751258 751259 751260 751261 751262 751263 751264 751265 751266 751267 751268 751269 751270 751271 751272 751273 751274 751275 751276 751277 751278 751279 751280 751281 751282 751283 751284 751285 751286 751287 751288 751289 751290 751291 751292 751293 751294 751295 751296 751297 751298 751299 751300 751301 751302 751303 751304 751305 751306 751307 751308 751309 751310 751311 751312 751313 751314 751315 751316 751317 751318 751319 751320 751321 751322 751323 751324 751325 751326 751327 751328 751329 751330 751331 751332 751333 751334 751335 751336 751337 751338 751339 751340 751341 751342 751343 751344 751345 751346 751347 751348 751349 751350 751351 751352 751353 751354 751355 751356 751357 751358 751359 751360 751361 751362 751363 751364 751365 751366 751367 751368 751369 751370 751371 751372 751373 751374 751375 751376 751377 751378 751379 751380 751381 751382 751383 751384 751385 751386 751387 751388 751389 751390 751391 751392 751393 751394 751395 751396 751397 751398 751399 751400 751401 751402 751403 751404 751405 751406 751407 751408 751409 751410 751411 751412 751413 751414 751415 751416 751417 751418 751419 751420 751421 751422 751423 751424 751425 751426 751427 751428 751429 751430 751431 751432 751433 751434 751435 751436 751437 751438 751439 751440 751441 751442 751443 751444 751445 751446 751447 751448 751449 751450 751451 751452 751453 751454 751455 751456 751457 751458 751459 751460 751461 751462 751463 751464 751465 751466 751467 751468 751469 751470 751471 751472 751473 751474 751475 751476 751477 751478 751479 751480 751481 751482 751483 751484 751485 751486 751487 751488 751489 751490 751491 751492 751493 751494 751495 751496 751497 751498 751499 751500 751501 751502 751503 751504 751505 751506 751507 751508 751509 751510 751511 751512 751513 751514 751515 751516 751517 751518 751519 751520 751521 751522 751523 751524 751525 751526 751527 751528 751529 751530 751531 751532 751533 751534 751535 751536 751537 751538 751539 751540 751541 751542 751543 751544 751545 751546 751547 751548 751549 751550 751551 751552 751553 751554 751555 751556 751557 751558 751559 751560 751561 751562 751563 751564 751565 751566 751567 751568 751569 751570 751571 751572 751573 751574 751575 751576 751577 751578 751579 751580 751581 751582 751583 751584 751585 751586 751587 751588 751589 751590 751591 751592 751593 751594 751595 751596 751597 751598 751599 751600 751601 751602 751603 751604 751605 751606 751607 751608 751609 751610 751611 751612 751613 751614 751615 751616 751617 751618 751619 751620 751621 751622 751623 751624 751625 751626 751627 751628 751629 751630 751631 751632 751633 751634 751635 751636 751637 751638 751639 751640 751641 751642 751643 751644 751645 751646 751647 751648 751649 751650 751651 751652 751653 751654 751655 751656 751657 751658 751659 751660 751661 751662 751663 751664 751665 751666 751667 751668 751669 751670 751671 751672 751673 751674 751675 751676 751677 751678 751679 751680 751681 751682 751683 751684 751685 751686 751687 751688 751689 751690 751691 751692 751693 751694 751695 751696 751697 751698 751699 751700 751701 751702 751703 751704 751705 751706 751707 751708 751709 751710 751711 751712 751713 751714 751715 751716 751717 751718 751719 751720 751721 751722 751723 751724 751725 751726 751727 751728 751729 751730 751731 751732 751733 751734 751735 751736 751737 751738 751739 751740 751741 751742 751743 751744 751745 751746 751747 751748 751749 751750 751751 751752 751753 751754 751755 751756 751757 751758 751759 751760 751761 751762 751763 751764 751765 751766 751767 751768 751769 751770 751771 751772 751773 751774 751775 751776 751777 751778 751779 751780 751781 751782 751783 751784 751785 751786 751787 751788 751789 751790 751791 751792 751793 751794 751795 751796 751797 751798 751799 751800 751801 751802 751803 751804 751805 751806 751807 751808 751809 751810 751811 751812 751813 751814 751815 751816 751817 751818 751819 751820 751821 751822 751823 751824 751825 751826 751827 751828 751829 751830 751831 751832 751833 751834 751835 751836 751837 751838 751839 751840 751841 751842 751843 751844 751845 751846 751847 751848 751849 751850 751851 751852 751853 751854 751855 751856 751857 751858 751859 751860 751861 751862 751863 751864 751865 751866 751867 751868 751869 751870 751871 751872 751873 751874 751875 751876 751877 751878 751879 751880 751881 751882 751883 751884 751885 751886 751887 751888 751889 751890 751891 751892 751893 751894 751895 751896 751897 751898 751899 751900 751901 751902 751903 751904 751905 751906 751907 751908 751909 751910 751911 751912 751913 751914 751915 751916 751917 751918 751919 751920 751921 751922 751923 751924 751925 751926 751927 751928 751929 751930 751931 751932 751933 751934 751935 751936 751937 751938 751939 751940 751941 751942 751943 751944 751945 751946 751947 751948 751949 751950 751951 751952 751953 751954 751955 751956 751957 751958 751959 751960 751961 751962 751963 751964 751965 751966 751967 751968 751969 751970 751971 751972 751973 751974 751975 751976 751977 751978 751979 751980 751981 751982 751983 751984 751985 751986 751987 751988 751989 751990 751991 751992 751993 751994 751995 751996 751997 751998 751999 752000 752001 752002 752003 752004 752005 752006 752007 752008 752009 752010 752011 752012 752013 752014 752015 752016 752017 752018 752019 752020 752021 752022 752023 752024 752025 752026 752027 752028 752029 752030 752031 752032 752033 752034 752035 752036 752037 752038 752039 752040 752041 752042 752043 752044 752045 752046 752047 752048 752049 752050 752051 752052 752053 752054 752055 752056 752057 752058 752059 752060 752061 752062 752063 752064 752065 752066 752067 752068 752069 752070 752071 752072 752073 752074 752075 752076 752077 752078 752079 752080 752081 752082 752083 752084 752085 752086 752087 752088 752089 752090 752091 752092 752093 752094 752095 752096 752097 752098 752099 752100 752101 752102 752103 752104 752105 752106 752107 752108 752109 752110 752111 752112 752113 752114 752115 752116 752117 752118 752119 752120 752121 752122 752123 752124 752125 752126 752127 752128 752129 752130 752131 752132 752133 752134 752135 752136 752137 752138 752139 752140 752141 752142 752143 752144 752145 752146 752147 752148 752149 752150 752151 752152 752153 752154 752155 752156 752157 752158 752159 752160 752161 752162 752163 752164 752165 752166 752167 752168 752169 752170 752171 752172 752173 752174 752175 752176 752177 752178 752179 752180 752181 752182 752183 752184 752185 752186 752187 752188 752189 752190 752191 752192 752193 752194 752195 752196 752197 752198 752199 752200 752201 752202 752203 752204 752205 752206 752207 752208 752209 752210 752211 752212 752213 752214 752215 752216 752217 752218 752219 752220 752221 752222 752223 752224 752225 752226 752227 752228 752229 752230 752231 752232 752233 752234 752235 752236 752237 752238 752239 752240 752241 752242 752243 752244 752245 752246 752247 752248 752249 752250 752251 752252 752253 752254 752255 752256 752257 752258 752259 752260 752261 752262 752263 752264 752265 752266 752267 752268 752269 752270 752271 752272 752273 752274 752275 752276 752277 752278 752279 752280 752281 752282 752283 752284 752285 752286 752287 752288 752289 752290 752291 752292 752293 752294 752295 752296 752297 752298 752299 752300 752301 752302 752303 752304 752305 752306 752307 752308 752309 752310 752311 752312 752313 752314 752315 752316 752317 752318 752319 752320 752321 752322 752323 752324 752325 752326 752327 752328 752329 752330 752331 752332 752333 752334 752335 752336 752337 752338 752339 752340 752341 752342 752343 752344 752345 752346 752347 752348 752349 752350 752351 752352 752353 752354 752355 752356 752357 752358 752359 752360 752361 752362 752363 752364 752365 752366 752367 752368 752369 752370 752371 752372 752373 752374 752375 752376 752377 752378 752379 752380 752381 752382 752383 752384 752385 752386 752387 752388 752389 752390 752391 752392 752393 752394 752395 752396 752397 752398 752399 752400 752401 752402 752403 752404 752405 752406 752407 752408 752409 752410 752411 752412 752413 752414 752415 752416 752417 752418 752419 752420 752421 752422 752423 752424 752425 752426 752427 752428 752429 752430 752431 752432 752433 752434 752435 752436 752437 752438 752439 752440 752441 752442 752443 752444 752445 752446 752447 752448 752449 752450 752451 752452 752453 752454 752455 752456 752457 752458 752459 752460 752461 752462 752463 752464 752465 752466 752467 752468 752469 752470 752471 752472 752473 752474 752475 752476 752477 752478 752479 752480 752481 752482 752483 752484 752485 752486 752487 752488 752489 752490 752491 752492 752493 752494 752495 752496 752497 752498 752499 752500 752501 752502 752503 752504 752505 752506 752507 752508 752509 752510 752511 752512 752513 752514 752515 752516 752517 752518 752519 752520 752521 752522 752523 752524 752525 752526 752527 752528 752529 752530 752531 752532 752533 752534 752535 752536 752537 752538 752539 752540 752541 752542 752543 752544 752545 752546 752547 752548 752549 752550 752551 752552 752553 752554 752555 752556 752557 752558 752559 752560 752561 752562 752563 752564 752565 752566 752567 752568 752569 752570 752571 752572 752573 752574 752575 752576 752577 752578 752579 752580 752581 752582 752583 752584 752585 752586 752587 752588 752589 752590 752591 752592 752593 752594 752595 752596 752597 752598 752599 752600 752601 752602 752603 752604 752605 752606 752607 752608 752609 752610 752611 752612 752613 752614 752615 752616 752617 752618 752619 752620 752621 752622 752623 752624 752625 752626 752627 752628 752629 752630 752631 752632 752633 752634 752635 752636 752637 752638 752639 752640 752641 752642 752643 752644 752645 752646 752647 752648 752649 752650 752651 752652 752653 752654 752655 752656 752657 752658 752659 752660 752661 752662 752663 752664 752665 752666 752667 752668 752669 752670 752671 752672 752673 752674 752675 752676 752677 752678 752679 752680 752681 752682 752683 752684 752685 752686 752687 752688 752689 752690 752691 752692 752693 752694 752695 752696 752697 752698 752699 752700 752701 752702 752703 752704 752705 752706 752707 752708 752709 752710 752711 752712 752713 752714 752715 752716 752717 752718 752719 752720 752721 752722 752723 752724 752725 752726 752727 752728 752729 752730 752731 752732 752733 752734 752735 752736 752737 752738 752739 752740 752741 752742 752743 752744 752745 752746 752747 752748 752749 752750 752751 752752 752753 752754 752755 752756 752757 752758 752759 752760 752761 752762 752763 752764 752765 752766 752767 752768 752769 752770 752771 752772 752773 752774 752775 752776 752777 752778 752779 752780 752781 752782 752783 752784 752785 752786 752787 752788 752789 752790 752791 752792 752793 752794 752795 752796 752797 752798 752799 752800 752801 752802 752803 752804 752805 752806 752807 752808 752809 752810 752811 752812 752813 752814 752815 752816 752817 752818 752819 752820 752821 752822 752823 752824 752825 752826 752827 752828 752829 752830 752831 752832 752833 752834 752835 752836 752837 752838 752839 752840 752841 752842 752843 752844 752845 752846 752847 752848 752849 752850 752851 752852 752853 752854 752855 752856 752857 752858 752859 752860 752861 752862 752863 752864 752865 752866 752867 752868 752869 752870 752871 752872 752873 752874 752875 752876 752877 752878 752879 752880 752881 752882 752883 752884 752885 752886 752887 752888 752889 752890 752891 752892 752893 752894 752895 752896 752897 752898 752899 752900 752901 752902 752903 752904 752905 752906 752907 752908 752909 752910 752911 752912 752913 752914 752915 752916 752917 752918 752919 752920 752921 752922 752923 752924 752925 752926 752927 752928 752929 752930 752931 752932 752933 752934 752935 752936 752937 752938 752939 752940 752941 752942 752943 752944 752945 752946 752947 752948 752949 752950 752951 752952 752953 752954 752955 752956 752957 752958 752959 752960 752961 752962 752963 752964 752965 752966 752967 752968 752969 752970 752971 752972 752973 752974 752975 752976 752977 752978 752979 752980 752981 752982 752983 752984 752985 752986 752987 752988 752989 752990 752991 752992 752993 752994 752995 752996 752997 752998 752999 753000 753001 753002 753003 753004 753005 753006 753007 753008 753009 753010 753011 753012 753013 753014 753015 753016 753017 753018 753019 753020 753021 753022 753023 753024 753025 753026 753027 753028 753029 753030 753031 753032 753033 753034 753035 753036 753037 753038 753039 753040 753041 753042 753043 753044 753045 753046 753047 753048 753049 753050 753051 753052 753053 753054 753055 753056 753057 753058 753059 753060 753061 753062 753063 753064 753065 753066 753067 753068 753069 753070 753071 753072 753073 753074 753075 753076 753077 753078 753079 753080 753081 753082 753083 753084 753085 753086 753087 753088 753089 753090 753091 753092 753093 753094 753095 753096 753097 753098 753099 753100 753101 753102 753103 753104 753105 753106 753107 753108 753109 753110 753111 753112 753113 753114 753115 753116 753117 753118 753119 753120 753121 753122 753123 753124 753125 753126 753127 753128 753129 753130 753131 753132 753133 753134 753135 753136 753137 753138 753139 753140 753141 753142 753143 753144 753145 753146 753147 753148 753149 753150 753151 753152 753153 753154 753155 753156 753157 753158 753159 753160 753161 753162 753163 753164 753165 753166 753167 753168 753169 753170 753171 753172 753173 753174 753175 753176 753177 753178 753179 753180 753181 753182 753183 753184 753185 753186 753187 753188 753189 753190 753191 753192 753193 753194 753195 753196 753197 753198 753199 753200 753201 753202 753203 753204 753205 753206 753207 753208 753209 753210 753211 753212 753213 753214 753215 753216 753217 753218 753219 753220 753221 753222 753223 753224 753225 753226 753227 753228 753229 753230 753231 753232 753233 753234 753235 753236 753237 753238 753239 753240 753241 753242 753243 753244 753245 753246 753247 753248 753249 753250 753251 753252 753253 753254 753255 753256 753257 753258 753259 753260 753261 753262 753263 753264 753265 753266 753267 753268 753269 753270 753271 753272 753273 753274 753275 753276 753277 753278 753279 753280 753281 753282 753283 753284 753285 753286 753287 753288 753289 753290 753291 753292 753293 753294 753295 753296 753297 753298 753299 753300 753301 753302 753303 753304 753305 753306 753307 753308 753309 753310 753311 753312 753313 753314 753315 753316 753317 753318 753319 753320 753321 753322 753323 753324 753325 753326 753327 753328 753329 753330 753331 753332 753333 753334 753335 753336 753337 753338 753339 753340 753341 753342 753343 753344 753345 753346 753347 753348 753349 753350 753351 753352 753353 753354 753355 753356 753357 753358 753359 753360 753361 753362 753363 753364 753365 753366 753367 753368 753369 753370 753371 753372 753373 753374 753375 753376 753377 753378 753379 753380 753381 753382 753383 753384 753385 753386 753387 753388 753389 753390 753391 753392 753393 753394 753395 753396 753397 753398 753399 753400 753401 753402 753403 753404 753405 753406 753407 753408 753409 753410 753411 753412 753413 753414 753415 753416 753417 753418 753419 753420 753421 753422 753423 753424 753425 753426 753427 753428 753429 753430 753431 753432 753433 753434 753435 753436 753437 753438 753439 753440 753441 753442 753443 753444 753445 753446 753447 753448 753449 753450 753451 753452 753453 753454 753455 753456 753457 753458 753459 753460 753461 753462 753463 753464 753465 753466 753467 753468 753469 753470 753471 753472 753473 753474 753475 753476 753477 753478 753479 753480 753481 753482 753483 753484 753485 753486 753487 753488 753489 753490 753491 753492 753493 753494 753495 753496 753497 753498 753499 753500 753501 753502 753503 753504 753505 753506 753507 753508 753509 753510 753511 753512 753513 753514 753515 753516 753517 753518 753519 753520 753521 753522 753523 753524 753525 753526 753527 753528 753529 753530 753531 753532 753533 753534 753535 753536 753537 753538 753539 753540 753541 753542 753543 753544 753545 753546 753547 753548 753549 753550 753551 753552 753553 753554 753555 753556 753557 753558 753559 753560 753561 753562 753563 753564 753565 753566 753567 753568 753569 753570 753571 753572 753573 753574 753575 753576 753577 753578 753579 753580 753581 753582 753583 753584 753585 753586 753587 753588 753589 753590 753591 753592 753593 753594 753595 753596 753597 753598 753599 753600 753601 753602 753603 753604 753605 753606 753607 753608 753609 753610 753611 753612 753613 753614 753615 753616 753617 753618 753619 753620 753621 753622 753623 753624 753625 753626 753627 753628 753629 753630 753631 753632 753633 753634 753635 753636 753637 753638 753639 753640 753641 753642 753643 753644 753645 753646 753647 753648 753649 753650 753651 753652 753653 753654 753655 753656 753657 753658 753659 753660 753661 753662 753663 753664 753665 753666 753667 753668 753669 753670 753671 753672 753673 753674 753675 753676 753677 753678 753679 753680 753681 753682 753683 753684 753685 753686 753687 753688 753689 753690 753691 753692 753693 753694 753695 753696 753697 753698 753699 753700 753701 753702 753703 753704 753705 753706 753707 753708 753709 753710 753711 753712 753713 753714 753715 753716 753717 753718 753719 753720 753721 753722 753723 753724 753725 753726 753727 753728 753729 753730 753731 753732 753733 753734 753735 753736 753737 753738 753739 753740 753741 753742 753743 753744 753745 753746 753747 753748 753749 753750 753751 753752 753753 753754 753755 753756 753757 753758 753759 753760 753761 753762 753763 753764 753765 753766 753767 753768 753769 753770 753771 753772 753773 753774 753775 753776 753777 753778 753779 753780 753781 753782 753783 753784 753785 753786 753787 753788 753789 753790 753791 753792 753793 753794 753795 753796 753797 753798 753799 753800 753801 753802 753803 753804 753805 753806 753807 753808 753809 753810 753811 753812 753813 753814 753815 753816 753817 753818 753819 753820 753821 753822 753823 753824 753825 753826 753827 753828 753829 753830 753831 753832 753833 753834 753835 753836 753837 753838 753839 753840 753841 753842 753843 753844 753845 753846 753847 753848 753849 753850 753851 753852 753853 753854 753855 753856 753857 753858 753859 753860 753861 753862 753863 753864 753865 753866 753867 753868 753869 753870 753871 753872 753873 753874 753875 753876 753877 753878 753879 753880 753881 753882 753883 753884 753885 753886 753887 753888 753889 753890 753891 753892 753893 753894 753895 753896 753897 753898 753899 753900 753901 753902 753903 753904 753905 753906 753907 753908 753909 753910 753911 753912 753913 753914 753915 753916 753917 753918 753919 753920 753921 753922 753923 753924 753925 753926 753927 753928 753929 753930 753931 753932 753933 753934 753935 753936 753937 753938 753939 753940 753941 753942 753943 753944 753945 753946 753947 753948 753949 753950 753951 753952 753953 753954 753955 753956 753957 753958 753959 753960 753961 753962 753963 753964 753965 753966 753967 753968 753969 753970 753971 753972 753973 753974 753975 753976 753977 753978 753979 753980 753981 753982 753983 753984 753985 753986 753987 753988 753989 753990 753991 753992 753993 753994 753995 753996 753997 753998 753999 754000 754001 754002 754003 754004 754005 754006 754007 754008 754009 754010 754011 754012 754013 754014 754015 754016 754017 754018 754019 754020 754021 754022 754023 754024 754025 754026 754027 754028 754029 754030 754031 754032 754033 754034 754035 754036 754037 754038 754039 754040 754041 754042 754043 754044 754045 754046 754047 754048 754049 754050 754051 754052 754053 754054 754055 754056 754057 754058 754059 754060 754061 754062 754063 754064 754065 754066 754067 754068 754069 754070 754071 754072 754073 754074 754075 754076 754077 754078 754079 754080 754081 754082 754083 754084 754085 754086 754087 754088 754089 754090 754091 754092 754093 754094 754095 754096 754097 754098 754099 754100 754101 754102 754103 754104 754105 754106 754107 754108 754109 754110 754111 754112 754113 754114 754115 754116 754117 754118 754119 754120 754121 754122 754123 754124 754125 754126 754127 754128 754129 754130 754131 754132 754133 754134 754135 754136 754137 754138 754139 754140 754141 754142 754143 754144 754145 754146 754147 754148 754149 754150 754151 754152 754153 754154 754155 754156 754157 754158 754159 754160 754161 754162 754163 754164 754165 754166 754167 754168 754169 754170 754171 754172 754173 754174 754175 754176 754177 754178 754179 754180 754181 754182 754183 754184 754185 754186 754187 754188 754189 754190 754191 754192 754193 754194 754195 754196 754197 754198 754199 754200 754201 754202 754203 754204 754205 754206 754207 754208 754209 754210 754211 754212 754213 754214 754215 754216 754217 754218 754219 754220 754221 754222 754223 754224 754225 754226 754227 754228 754229 754230 754231 754232 754233 754234 754235 754236 754237 754238 754239 754240 754241 754242 754243 754244 754245 754246 754247 754248 754249 754250 754251 754252 754253 754254 754255 754256 754257 754258 754259 754260 754261 754262 754263 754264 754265 754266 754267 754268 754269 754270 754271 754272 754273 754274 754275 754276 754277 754278 754279 754280 754281 754282 754283 754284 754285 754286 754287 754288 754289 754290 754291 754292 754293 754294 754295 754296 754297 754298 754299 754300 754301 754302 754303 754304 754305 754306 754307 754308 754309 754310 754311 754312 754313 754314 754315 754316 754317 754318 754319 754320 754321 754322 754323 754324 754325 754326 754327 754328 754329 754330 754331 754332 754333 754334 754335 754336 754337 754338 754339 754340 754341 754342 754343 754344 754345 754346 754347 754348 754349 754350 754351 754352 754353 754354 754355 754356 754357 754358 754359 754360 754361 754362 754363 754364 754365 754366 754367 754368 754369 754370 754371 754372 754373 754374 754375 754376 754377 754378 754379 754380 754381 754382 754383 754384 754385 754386 754387 754388 754389 754390 754391 754392 754393 754394 754395 754396 754397 754398 754399 754400 754401 754402 754403 754404 754405 754406 754407 754408 754409 754410 754411 754412 754413 754414 754415 754416 754417 754418 754419 754420 754421 754422 754423 754424 754425 754426 754427 754428 754429 754430 754431 754432 754433 754434 754435 754436 754437 754438 754439 754440 754441 754442 754443 754444 754445 754446 754447 754448 754449 754450 754451 754452 754453 754454 754455 754456 754457 754458 754459 754460 754461 754462 754463 754464 754465 754466 754467 754468 754469 754470 754471 754472 754473 754474 754475 754476 754477 754478 754479 754480 754481 754482 754483 754484 754485 754486 754487 754488 754489 754490 754491 754492 754493 754494 754495 754496 754497 754498 754499 754500 754501 754502 754503 754504 754505 754506 754507 754508 754509 754510 754511 754512 754513 754514 754515 754516 754517 754518 754519 754520 754521 754522 754523 754524 754525 754526 754527 754528 754529 754530 754531 754532 754533 754534 754535 754536 754537 754538 754539 754540 754541 754542 754543 754544 754545 754546 754547 754548 754549 754550 754551 754552 754553 754554 754555 754556 754557 754558 754559 754560 754561 754562 754563 754564 754565 754566 754567 754568 754569 754570 754571 754572 754573 754574 754575 754576 754577 754578 754579 754580 754581 754582 754583 754584 754585 754586 754587 754588 754589 754590 754591 754592 754593 754594 754595 754596 754597 754598 754599 754600 754601 754602 754603 754604 754605 754606 754607 754608 754609 754610 754611 754612 754613 754614 754615 754616 754617 754618 754619 754620 754621 754622 754623 754624 754625 754626 754627 754628 754629 754630 754631 754632 754633 754634 754635 754636 754637 754638 754639 754640 754641 754642 754643 754644 754645 754646 754647 754648 754649 754650 754651 754652 754653 754654 754655 754656 754657 754658 754659 754660 754661 75 TooltipText=null 21:52:06.946 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") 21:52:06.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:06.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:06.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:06.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:06.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:52:06.947 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 21:52:06.947 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:52:06.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:06.948 INFO [WorkbenchTestable][AbstractView] Launch removed 21:52:06.975 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:06.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:06.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:06.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:52:06.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:06.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:06.977 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:52:06.977 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:06.977 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:06.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:06.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:06.977 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTerminateConsole no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:52:06.977 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:06.977 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsoleView no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:52:06.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:52:06.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:06.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:06.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:06.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:06.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:06.979 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:52:06.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:06.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:06.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:06.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:06.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:06.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:06.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:52:06.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:06.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:06.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:06.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:06.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:06.983 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:06.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:07.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:07.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:07.005 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:07.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:07.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:07.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:07.006 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:52:07.006 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:07.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:07.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:07.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:07.006 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:52:07.007 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:52:07.007 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:52:07.007 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:52:07.007 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:52:07.007 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:52:07.007 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:52:07.007 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:52:07.007 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:52:07.007 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:52:07.007 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:52:07.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:52:08.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:52:08.008 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:52:08.008 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:08.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:08.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:08.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:08.009 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:52:08.010 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:52:08.010 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:52:08.010 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:52:08.010 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 4 warnings, 0 others)' 21:52:08.010 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:52:08.010 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:52:08.010 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:52:08.010 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:52:08.010 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:52:08.010 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:52:08.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:52:08.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:52:08.010 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:08.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:08.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:08.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:08.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 21:52:08.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:08.011 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:52:08.011 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:52:08.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:08.011 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:52:08.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:08.011 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:52:08.011 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:52:08.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:08.011 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:52:08.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:08.011 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:52:08.012 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:08.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:08.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:08.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:08.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 21:52:08.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:08.012 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (4 items) and wait with time period 1 21:52:08.012 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 21:52:08.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:08.012 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 21:52:08.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:08.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) 21:52:08.012 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (4 items) 21:52:08.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:08.013 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (4 items) is already expanded. No action performed 21:52:08.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:08.013 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (4 items) ### There are problems in problems view 21:52:08.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:08.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:08.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:08.015 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:08.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:52:08.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:08.016 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:08.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:08.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:08.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:08.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:08.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52: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 21:52:08.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:08.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 21:52:08.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:08.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:08.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:08.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:08.031 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:08.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 '\*?\QProblems\E') 21:52:08.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:08.034 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:08.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:08.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:08.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:08.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:08.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:08.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 21:52:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:08.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 21:52:08.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.046 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) 21:52:08.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:08.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:08.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:08.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:08.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:52:08.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:08.051 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:08.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:08.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:08.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:08.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:08.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:08.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:08.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:08.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:08.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:08.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:08.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:08.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:08.056 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:08.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 '\*?\QProblems\E') 21:52:08.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:08.058 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:08.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:08.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:08.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:08.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:08.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:08.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 21:52:08.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:08.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 21:52:08.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.060 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. 21:52:08.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:08.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:08.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:08.073 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:08.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:52:08.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:08.076 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:08.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:08.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:08.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:08.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:08.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:08.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:08.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:08.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 21:52:08.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:08.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:08.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:08.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:08.090 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:08.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 '\*?\QProblems\E') 21:52:08.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:08.092 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:08.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:08.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:08.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:08.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:08.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:08.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 21:52:08.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:08.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 21:52:08.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.094 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. 21:52:08.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:08.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:08.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:08.107 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:08.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') 21:52:08.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:08.109 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:08.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:08.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:08.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:08.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:08.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:08.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:08.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:08.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 21:52:08.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:08.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:08.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:08.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:08.124 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:08.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 '\*?\QProblems\E') 21:52:08.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:08.126 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:08.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:08.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:08.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:08.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:08.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:08.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:08.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:08.128 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:08.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.128 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 21:52:08.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:08.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:08.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:08.141 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:08.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') 21:52:08.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:08.143 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:08.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:08.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:08.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:08.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:08.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:08.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:08.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:08.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:08.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:08.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:08.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:08.157 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:08.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:52:08.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:08.160 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:52:08.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:52:08.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:08.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:08.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:08.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:08.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:08.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:08.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:08.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.162 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 21:52:08.162 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 21:52:08.255 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 21:52:08.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.270 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:52:08.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:08.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:08.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:08.271 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:08.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 '\*?\QPackage Explorer\E') 21:52:08.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:08.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:08.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:08.272 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:08.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:08.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:08.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:08.306 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:08.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:08.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:08.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:08.307 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:08.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:08.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:08.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:08.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:08.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:08.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:08.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:09.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:09.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:09.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:52:09.310 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:09.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:09.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:09.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:09.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 21:52:09.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:09.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:09.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:09.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:09.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:09.311 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:52:09.311 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:52:09.311 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 21:52:09.311 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:52:09.311 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 21:52:09.311 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 21:52:09.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:09.312 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 21:52:09.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:09.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 21:52:09.312 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:52:09.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:52:09.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:09.312 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:52:09.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:09.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:52:09.312 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 21:52:09.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:52:09.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:09.312 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:52:09.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:09.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:52:09.312 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:52:09.312 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:52:09.312 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:52:09.316 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:52:09.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:09.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:09.316 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:09.317 DEBUG [main][MenuItemLookup] Found menu:'File' 21:52:09.317 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:52:09.317 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:52:09.317 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:52:09.317 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:52:09.317 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:52:09.317 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:52:09.317 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:52:09.317 DEBUG [main][MenuItemLookup] Item match:Run 21:52:09.317 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 21:52:09.317 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 21:52:09.317 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:09.317 DEBUG [main][MenuItemLookup] Found menu:'Run History' 21:52:09.317 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:52:09.317 DEBUG [main][MenuItemLookup] Item match:Run As 21:52:09.317 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 21:52:09.317 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 21:52:09.317 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 21:52:09.317 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 21:52:09.317 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 21:52:09.318 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 21:52:09.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 21:52:09.325 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:52:09.326 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:09.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:09.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:09.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:52:09.369 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:09.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:09.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:09.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:52:09.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:09.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:09.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 21:52:09.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:52:09.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Label Job' is a system job, skipped 21:52:09.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 21:52:09.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Delayed model change job' is a system job, skipped 21:52:09.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:52:09.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:52:09.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:52:09.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 21:52:09.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:52:09.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:52:09.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:52:09.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:52:09.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 21:52:09.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:09.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:09.428 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:52:09.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:09.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:09.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:09.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:09.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:09.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:09.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 '\*?\QConsole\E') 21:52:09.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:09.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:09.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:09.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:09.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:09.433 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:09.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:09.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:09.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:09.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:09.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:09.434 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:09.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:09.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:09.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:09.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:09.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:09.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:09.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:09.995 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:52:09.995 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:09.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:09.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:09.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:09.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:09.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:09.997 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:09.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:09.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:09.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:09.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:09.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:09.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:09.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:09.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 21:52:09.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:09.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:09.999 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:52:09.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:10.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:10.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:10.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:10.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:10.001 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:10.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') 21:52:10.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:10.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:10.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:10.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:10.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:10.003 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:10.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:10.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:10.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:10.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:10.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:10.004 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:10.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:10.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:10.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:10.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:10.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:10.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:10.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:10.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:10.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:10.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:52:10.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:10.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:10.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 21:52:10.005 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 21:52:10.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:10.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:10.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:10.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:10.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:52:10.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:10.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:10.007 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:52:10.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:10.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:10.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:10.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:10.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:10.010 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:10.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 21:52:10.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:10.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:10.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:10.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:10.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:10.011 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:10.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:10.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:10.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:10.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:10.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:10.020 INFO [WorkbenchTestable][AbstractView] Clearing console 21:52:10.021 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:10.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:10.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:10.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:10.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:10.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:10.021 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") 21:52:10.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:10.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:10.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:10.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:10.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:52:10.022 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Clear Console 21:52:10.022 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:52:10.022 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:10.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console text is ""... 21:52:10.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:10.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:10.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console text is "" finished successfully 21:52:10.023 INFO [WorkbenchTestable][AbstractView] Console cleared 21:52:10.023 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:10.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:10.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:10.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 21:52:10.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:10.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:10.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:10.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:10.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:10.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:10.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 21:52:10.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:10.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:10.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:10.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:11.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:11.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:11.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" failed, NO exception will be thrown 21:52:11.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:11.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:11.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:11.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:11.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:11.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 21:52:11.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:11.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:11.030 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 21:52:11.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:11.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:11.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:11.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:11.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:11.033 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:11.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 '\*?\QConsole\E') 21:52:11.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:11.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:11.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:11.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:11.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:11.035 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:11.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:11.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:11.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:11.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:11.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:11.036 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:11.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:11.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:11.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:11.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:11.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:11.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:11.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:11.037 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:11.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:11.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:11.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 21:52:11.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:11.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:11.037 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") 21:52:11.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:11.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:11.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:11.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:11.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:52:11.038 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 21:52:11.038 INFO [WorkbenchTestable][AbstractView] Terminating console 21:52:11.038 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:11.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:11.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:11.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 21:52:11.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:11.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:11.039 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") 21:52:11.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:11.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:11.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:11.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:11.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:52:11.039 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 21:52:11.039 INFO [WorkbenchTestable][AbstractView] Removing launch from console 21:52:11.039 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:11.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:11.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:11.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 21:52:11.040 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") 21:52:11.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:11.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:11.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:11.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:11.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:52:11.040 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 21:52:11.040 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:52:11.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:11.041 INFO [WorkbenchTestable][AbstractView] Launch removed 21:52:11.063 INFO [WorkbenchTestable][AbstractView] Activate view Console 21:52:11.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 21:52:11.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:11.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:52:11.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:11.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:11.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:52:11.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:11.065 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:11.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:11.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:11.065 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsoleView no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 21:52:11.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:11.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:11.066 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:52:11.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:11.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:11.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 21:52:11.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:11.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:11.067 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 21:52:11.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:52:11.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:11.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:11.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:11.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:11.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:11.067 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:11.067 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:11.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:11.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:11.075 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:11.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:11.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:11.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:11.076 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:11.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:11.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:11.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:11.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:11.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:11.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:11.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:11.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:12.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:12.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:12.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:52:12.091 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:12.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:12.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:12.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:12.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 21:52:12.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:12.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:12.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:12.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:12.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:12.092 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:52:12.093 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:52:12.093 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 21:52:12.093 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 21:52:12.093 DEBUG [main][TreeItemHandler] Selecting tree item: Project 21:52:12.093 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 21:52:12.096 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 21:52:12.096 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:52:12.096 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'New' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:12.123 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:52:12.123 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:52:12.123 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:52:12.123 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:52:12.123 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:52:12.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:52:12.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:52:12.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:52:12.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:52:12.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:52:12.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:52:12.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:52:12.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:52:12.126 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'Project' via Explorer 21:52:12.126 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 21:52:12.126 DEBUG [main][TreeItemHandler] Selecting tree item: Project 21:52:12.127 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 21:52:12.128 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 21:52:12.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:52:12.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:12.151 DEBUG [main][MenuItemLookup] Found menu:'New' 21:52:12.151 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:52:12.151 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:12.151 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:52:12.151 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:52:12.151 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:52:12.151 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:12.151 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:52:12.151 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:52:12.151 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:52:12.151 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:52:12.151 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:52:12.151 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:52:12.151 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:52:12.151 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:52:12.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 21:52:12.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 21:52:12.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:52:12.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:12.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:12.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:12.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:12.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 21:52:12.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:12.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:12.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:12.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:52:12.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:12.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:12.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:12.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:12.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:12.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:12.749 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:52:12.749 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:52:12.749 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:52:12.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:12.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:12.749 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:12.749 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:12.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:52:12.749 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:12.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:52:12.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:12.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:12.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:12.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:12.750 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:52:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:12.750 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:12.750 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:12.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:52:12.753 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:52:13.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:52:13.253 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:52:13.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:52:13.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:52:13.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:52:13.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 21:52:13.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:52:13.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:52:13.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:52:13.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:52:13.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:52:13.253 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 21:52:13.253 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:13.253 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:13.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:13.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 75.82 s - in org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest testConsoleSwitching no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 7.194 s consoleHasNoChangeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 24.263 s testRemoveAllTerminatedLaunches no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 2.939 s toggleShowConsoleOnStandardOutChange no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 3.462 s testConsoleHasAnyText no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 10.05 s consoleHasTextTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 0.01 s getContextMenuTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 3.967 s testRemoveLaunch no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 2.896 s testTerminateConsole no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 7.193 s testConsoleView no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 4.088 s Running org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 21:52:13.262 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 21:52:13.263 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:52:13.263 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:13.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 21:52:13.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:13.264 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:52:13.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:13.264 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:52:13.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:13.264 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:13.264 INFO [WorkbenchTestable][RequirementsRunner] Started test: getInfoMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 21:52:13.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 21:52:13.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:13.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:13.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:13.268 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds 21:52:16.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:16.272 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 21:52:16.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:16.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:16.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:16.273 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:16.273 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:52:16.273 DEBUG [main][MenuItemLookup] Found menu:'File' 21:52:16.273 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:52:16.273 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:52:16.273 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:52:16.273 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:52:16.273 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:52:16.273 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:52:16.273 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:52:16.273 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:52:16.273 DEBUG [main][MenuItemLookup] Item match:Window 21:52:16.274 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:52:16.274 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:52:16.274 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:52:16.274 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:16.274 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:52:16.274 DEBUG [main][MenuItemLookup] Item match:Show View 21:52:16.278 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:52:16.278 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:52:16.278 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:52:16.278 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:52:16.278 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:52:16.278 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:52:16.278 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:52:16.278 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:52:16.278 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:52:16.278 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:52:16.278 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:52:16.278 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:52:16.278 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:52:16.278 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:52:16.278 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:16.278 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:52:16.278 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:52:16.278 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:52:16.278 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:52:16.278 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:52:16.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:52:16.320 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 21:52:16.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:52:16.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:16.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:16.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:52:16.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:16.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:16.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:16.322 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:52:16.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:16.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:16.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:16.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:16.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:52:16.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:52:16.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:52:16.322 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:52:16.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:16.323 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:52:16.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:16.323 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:52:16.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:52:16.323 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:52:16.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:16.323 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:52:16.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:16.323 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:52:16.323 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 21:52:16.323 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 21:52:16.323 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 21:52:16.323 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 21:52:16.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:16.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:16.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:16.324 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:52:16.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:16.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:52:16.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:16.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:16.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:16.324 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:52:16.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:16.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:16.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:16.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:16.324 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:52:16.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:16.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:16.325 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:16.325 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:16.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... (Eclipse:2165): Gtk-CRITICAL **: 21:52:16.415: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:52:16.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:52:16.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open... 21:52:16.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open finished successfully 21:52:16.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:16.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:16.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:16.422 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:16.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 '\*?\QError Log\E') 21:52:16.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:16.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:16.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:16.423 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:16.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:16.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:16.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:16.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:16.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:16.425 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:16.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:16.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:16.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:16.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:16.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:16.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:16.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:16.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.431 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 21:52:16.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:2165): Gtk-CRITICAL **: 21:52:16.437: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:52:16.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:16.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:16.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:16.442 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:16.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 '\*?\QError Log\E') 21:52:16.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:16.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:16.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:16.445 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:16.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:16.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:16.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:16.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:16.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:16.445 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:16.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:16.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:16.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:16.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:16.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:16.446 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 21:52:16.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:16.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:16.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found (Eclipse:2165): Gtk-CRITICAL **: 21:52:16.454: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:52:16.457 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:52:16.457 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:2165): Gtk-CRITICAL **: 21:52:16.468: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:52:16.470 DEBUG [main][MenuItemLookup] Found menu:'Copy' 21:52:16.470 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:16.470 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 21:52:16.470 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 21:52:16.470 DEBUG [main][MenuItemLookup] Item match:Delete Log 21:52:16.470 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 21:52:16.470 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 21:52:16.470 INFO [main][MenuItemHandler] Select menu item: &Delete Log (Eclipse:2165): Gtk-CRITICAL **: 21:52:16.493: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:52:16.499: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:52:16.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 21:52:16.501 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 21:52:16.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 21:52:16.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:16.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:16.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:16.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:16.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:16.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 21:52:16.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:16.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:52:16.502 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:16.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:16.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:16.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 21:52:16.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:16.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:16.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:16.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:16.502 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 21:52:16.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:16.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:16.503 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:16.503 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:2165): Gtk-CRITICAL **: 21:52:16.519: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:52:16.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:52:16.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:52:16.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 21:52:16.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:16.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:16.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:16.543 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:16.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 21:52:16.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:16.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:16.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:16.545 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:16.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:16.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:16.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:16.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:16.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:16.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:16.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:16.547 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:16.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:16.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:16.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:16.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:16.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:16.561 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:16.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:16.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:16.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:16.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:16.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:16.564 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:16.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:16.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:16.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:16.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:16.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:16.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:16.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:16.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 21:52:16.569 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 21:52:16.569 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:16.569 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:16.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:16.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:16.569 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getInfoMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 21:52:16.569 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:16.569 INFO [WorkbenchTestable][RequirementsRunner] Started test: getErrorMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 21:52:16.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 21:52:16.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:16.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:16.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:16.591 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:2165): Gtk-CRITICAL **: 21:52:16.599: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:52:16.617: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:52:16.632: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:52:16.648: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:52:19.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:19.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:19.593 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 21:52:19.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:19.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:19.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:19.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:19.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:19.595 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52: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 '\*?\QError Log\E') 21:52:19.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:19.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:19.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:19.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:19.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:19.596 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:19.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:19.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:19.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:19.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:19.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:19.597 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:19.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:19.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:19.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:19.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:19.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:19.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:19.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:19.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:19.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:19.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:19.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:19.602 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 21:52:19.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:19.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:19.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:19.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:19.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:19.604 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:19.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 21:52:19.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:19.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:19.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:19.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:19.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:19.606 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:19.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:19.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:19.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:19.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:19.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:19.607 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:19.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:19.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:19.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:19.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:19.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:19.607 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 21:52:19.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:19.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:19.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:19.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:19.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:19.609 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:52:19.609 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:19.634 DEBUG [main][MenuItemLookup] Found menu:'Copy' 21:52:19.635 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:19.635 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 21:52:19.635 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 21:52:19.635 DEBUG [main][MenuItemLookup] Item match:Delete Log 21:52:19.635 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 21:52:19.635 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 21:52:19.635 INFO [main][MenuItemHandler] Select menu item: &Delete Log 21:52:19.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 21:52:19.657 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 21:52:19.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 21:52:19.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:19.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:19.657 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:19.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:19.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:19.657 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 21:52:19.657 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:19.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:19.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:19.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:52:19.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:19.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:19.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:19.658 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 21:52:19.658 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:19.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:19.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:19.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:19.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:19.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:19.658 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 21:52:19.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:19.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:19.658 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:19.658 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:19.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:52:19.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:52:19.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 21:52:19.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:19.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:19.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:19.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:19.674 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:19.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:19.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:19.674 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:19.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:52:19.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:19.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:19.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:19.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:19.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:19.676 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:19.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:19.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:19.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:19.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:19.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:19.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:19.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:19.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:19.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:19.678 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:19.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:19.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:19.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:19.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:19.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:19.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:19.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:19.691 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:19.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:19.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:19.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:19.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:19.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:19.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:19.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:19.693 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:19.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:19.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:19.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:19.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:19.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:19.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:19.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:19.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 21:52:19.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 21:52:19.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:19.695 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:19.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:19.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:19.695 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getErrorMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 21:52:19.695 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:19.695 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSetActivateOnNewEvents no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 21:52:19.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 21:52:19.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:19.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:19.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:19.698 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:2165): Gtk-CRITICAL **: 21:52:19.713: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:52:22.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:22.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:22.699 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 21:52:22.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:22.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:22.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:22.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:22.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:22.701 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:22.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 '\*?\QError Log\E') 21:52:22.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:22.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:22.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:22.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:22.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:22.702 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:22.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:22.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:22.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:22.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:22.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:22.703 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:22.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:22.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:22.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:22.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:22.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:22.707 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:52:22.707 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:22.707 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:52:22.707 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:22.707 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 21:52:22.707 DEBUG [main][MenuItemLookup] Item match:Activate on new events 21:52:22.717 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:52:22.717 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:22.717 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:52:22.717 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:22.717 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 21:52:22.717 DEBUG [main][MenuItemLookup] Item match:Activate on new events 21:52:22.717 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:22.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:22.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:22.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:22.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:22.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:22.718 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:52:22.718 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:22.718 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:52:22.718 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:22.718 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 21:52:22.718 DEBUG [main][MenuItemLookup] Item match:Activate on new events 21:52:22.718 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Activate on new events" 21:52:22.718 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Activate on new events 21:52:22.718 INFO [main][MenuItemHandler] Select menu item: &Activate on new events 21:52:22.719 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:22.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:22.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:22.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:22.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:22.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:22.720 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:52:22.720 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:22.720 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:52:22.720 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:22.720 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 21:52:22.720 DEBUG [main][MenuItemLookup] Item match:Activate on new events 21:52:22.720 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Activate on new events" 21:52:22.720 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Activate on new events 21:52:22.720 INFO [main][MenuItemHandler] Select menu item: &Activate on new events 21:52:22.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:22.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:22.722 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 21:52:22.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:22.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:22.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:22.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:22.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:22.723 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:22.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 '\*?\QError Log\E') 21:52:22.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:22.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:22.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:22.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:22.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:22.725 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:22.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:22.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:22.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:22.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:22.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:22.725 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:22.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:22.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:22.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:22.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:22.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:22.726 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 21:52:22.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:22.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:22.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:22.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:22.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:22.728 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:52:22.728 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:22.737 DEBUG [main][MenuItemLookup] Found menu:'Copy' 21:52:22.738 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:22.738 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 21:52:22.738 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 21:52:22.738 DEBUG [main][MenuItemLookup] Item match:Delete Log 21:52:22.738 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 21:52:22.738 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 21:52:22.738 INFO [main][MenuItemHandler] Select menu item: &Delete Log 21:52:22.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 21:52:22.764 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 21:52:22.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 21:52:22.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:22.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:22.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:22.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:22.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:22.765 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 21:52:22.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:22.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:22.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:22.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 "Delete All Events") 21:52:22.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:22.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:22.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:22.765 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 21:52:22.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:22.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:22.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:22.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:22.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:22.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:22.766 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 21:52:22.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:22.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:22.766 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:22.766 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:22.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:52:22.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:52:22.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 21:52:22.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:22.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:22.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:22.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:22.787 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:22.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:22.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:22.787 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:22.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 '\*?\QError Log\E') 21:52:22.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:22.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:22.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:22.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:22.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:22.788 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:22.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:22.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:22.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:22.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:22.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:22.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:22.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:22.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:22.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:22.790 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:22.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:22.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:22.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:22.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:22.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:22.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:22.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:22.800 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:22.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:22.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:22.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:22.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:22.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:22.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:22.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:22.802 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:22.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:22.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:22.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:22.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:22.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:22.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:22.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:22.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 21:52:22.804 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 21:52:22.804 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:22.804 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:22.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:22.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:22.804 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSetActivateOnNewEvents no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 21:52:22.804 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:22.804 INFO [WorkbenchTestable][RequirementsRunner] Started test: getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 21:52:22.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 21:52:22.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:22.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:22.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:22.808 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:2165): Gtk-CRITICAL **: 21:52:22.813: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:52:25.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:25.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:25.810 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 21:52:25.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:25.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:25.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:25.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:25.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:25.812 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:25.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 '\*?\QError Log\E') 21:52:25.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:25.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:25.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:25.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:25.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:25.814 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:25.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:25.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:25.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:25.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:25.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:25.815 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:25.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:25.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:25.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:25.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:25.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:25.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:25.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:25.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:25.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:25.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:25.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:25.819 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 21:52:25.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:25.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:25.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:25.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:25.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:25.821 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:25.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 '\*?\QError Log\E') 21:52:25.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:25.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:25.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:25.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:25.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:25.822 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:25.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:25.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:25.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:25.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:25.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:25.832 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:25.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:25.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:25.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:25.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:25.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:25.833 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 21:52:25.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:25.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:25.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:25.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:25.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:25.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:52:25.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:25.851 DEBUG [main][MenuItemLookup] Found menu:'Copy' 21:52:25.852 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:25.852 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 21:52:25.852 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 21:52:25.852 DEBUG [main][MenuItemLookup] Item match:Delete Log 21:52:25.852 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 21:52:25.852 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 21:52:25.852 INFO [main][MenuItemHandler] Select menu item: &Delete Log 21:52:25.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 21:52:25.873 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 21:52:25.873 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 21:52:25.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:25.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:25.874 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:25.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:25.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:25.874 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 21:52:25.874 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:25.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:25.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:25.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:52:25.874 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:25.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:25.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:25.874 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 21:52:25.874 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:25.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:25.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:25.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:25.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:25.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:25.875 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 21:52:25.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:25.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:25.875 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:25.875 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:25.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:52:25.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:52:25.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 21:52:25.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:25.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:25.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:25.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:25.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:25.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:25.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:25.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:25.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 21:52:25.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:25.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:25.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:25.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:25.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:25.897 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:25.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:25.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:25.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:25.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:25.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:25.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:25.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:25.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:25.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:25.899 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:25.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:25.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:25.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:25.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:25.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:25.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:25.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:25.901 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:25.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:25.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:25.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:25.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:25.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:25.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:25.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:25.903 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:25.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:25.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:25.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:25.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:25.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:25.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:25.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:25.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 21:52:25.905 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 21:52:25.905 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:25.905 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:25.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:25.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:25.905 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 21:52:25.905 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:25.905 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClearAndRestore no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 21:52:25.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 21:52:25.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:25.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:25.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:25.908 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:2165): Gtk-CRITICAL **: 21:52:25.924: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:52:28.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:28.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:28.911 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 21:52:28.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:28.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:28.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:28.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:28.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:28.912 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:28.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:52:28.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:28.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:28.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:28.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:28.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:28.914 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:28.914 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:28.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:28.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:28.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:28.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:28.914 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:28.914 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:28.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:28.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:28.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:28.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:28.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:28.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:28.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:28.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:28.918 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:28.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:28.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:28.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:28.927 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 21:52:28.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:28.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:28.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:28.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:28.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:28.927 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:52:28.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:28.937 DEBUG [main][MenuItemLookup] Found menu:'Copy' 21:52:28.937 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:28.937 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 21:52:28.937 DEBUG [main][MenuItemLookup] Item match:Clear Log Viewer 21:52:28.938 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"C&lear Log Viewer" 21:52:28.938 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Clear Log Viewer 21:52:28.938 INFO [main][MenuItemHandler] Select menu item: C&lear Log Viewer 21:52:28.939 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:28.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:28.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:28.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:28.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:28.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:28.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:28.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:28.942 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:28.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:28.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:28.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:28.942 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 21:52:28.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:28.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:28.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:28.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:28.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:28.943 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:52:28.943 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:28.954 DEBUG [main][MenuItemLookup] Found menu:'Copy' 21:52:28.954 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:28.954 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 21:52:28.954 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 21:52:28.954 DEBUG [main][MenuItemLookup] Found menu:'Open Log' 21:52:28.954 DEBUG [main][MenuItemLookup] Found menu:'Restore Log' 21:52:28.954 DEBUG [main][MenuItemLookup] Item match:Restore Log 21:52:28.954 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restore Log" 21:52:28.954 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restore Log 21:52:28.955 INFO [main][MenuItemHandler] Select menu item: &Restore Log 21:52:28.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... (Eclipse:2165): Gtk-CRITICAL **: 21:52:28.988: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:52:29.993 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 21:52:29.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 21:52:29.993 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 21:52:29.994 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:29.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:29.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:29.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:29.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:29.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:29.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:29.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:29.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:30.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:30.002 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 21:52:30.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:30.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:30.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:30.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:30.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:30.005 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:30.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 '\*?\QError Log\E') 21:52:30.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:30.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:30.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:30.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:30.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:30.006 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:30.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:30.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:30.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:30.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:30.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:30.007 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:30.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:30.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:30.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:30.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:30.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:30.007 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 21:52:30.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:30.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:30.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:30.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:30.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:30.009 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:52:30.009 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:30.026 DEBUG [main][MenuItemLookup] Found menu:'Copy' 21:52:30.026 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:30.026 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 21:52:30.026 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 21:52:30.026 DEBUG [main][MenuItemLookup] Item match:Delete Log 21:52:30.026 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 21:52:30.026 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 21:52:30.026 INFO [main][MenuItemHandler] Select menu item: &Delete Log 21:52:30.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 21:52:30.047 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 21:52:30.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 21:52:30.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:30.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:30.047 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:30.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:30.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:30.047 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 21:52:30.047 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:30.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:30.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:30.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 "Delete All Events") 21:52:30.047 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:30.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:30.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:30.047 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 21:52:30.047 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:30.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:30.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:30.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:30.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:30.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:30.048 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 21:52:30.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:30.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:30.048 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:30.048 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:30.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:52:30.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:52:30.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 21:52:30.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:30.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:30.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:30.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:30.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:30.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:30.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:30.070 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:30.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 21:52:30.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:30.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:30.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:30.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:30.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:30.072 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:30.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:30.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:30.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:30.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:30.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:30.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:30.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:30.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:30.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:30.074 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:30.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:30.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:30.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:30.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:30.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:30.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:30.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:30.076 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:30.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:30.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:30.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:30.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:30.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:30.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:30.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:30.078 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:30.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:30.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:30.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:30.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:30.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:30.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:30.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:30.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 21:52:30.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 21:52:30.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:30.080 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:30.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:30.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:30.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClearAndRestore no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 21:52:30.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:30.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 21:52:30.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 21:52:30.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:30.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:30.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:30.084 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:2165): Gtk-CRITICAL **: 21:52:30.090: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:52:30.101: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:52:33.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:33.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:33.086 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 21:52:33.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:33.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:33.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:33.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:33.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:33.088 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:33.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 '\*?\QError Log\E') 21:52:33.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:33.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:33.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:33.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:33.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:33.089 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:33.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:33.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:33.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:33.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:33.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:33.090 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:33.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:33.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:33.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:33.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:33.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:33.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:33.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:33.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:33.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:33.093 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:33.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:33.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:33.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:33.094 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 21:52:33.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:33.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:33.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:33.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:33.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:33.094 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:52:33.094 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:33.111 DEBUG [main][MenuItemLookup] Found menu:'Copy' 21:52:33.112 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:33.112 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 21:52:33.112 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 21:52:33.112 DEBUG [main][MenuItemLookup] Item match:Delete Log 21:52:33.112 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 21:52:33.112 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 21:52:33.112 INFO [main][MenuItemHandler] Select menu item: &Delete Log 21:52:33.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 21:52:33.132 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 21:52:33.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 21:52:33.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:33.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:33.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:33.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:33.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:33.133 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 21:52:33.133 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:33.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:33.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:33.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 "Delete All Events") 21:52:33.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:33.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:33.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:33.133 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 21:52:33.133 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:33.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:33.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:33.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:33.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:33.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:33.134 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 21:52:33.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:33.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:33.134 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:33.134 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:52:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:52:33.150 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:33.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:33.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:33.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:33.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:33.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:33.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:33.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:33.152 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:33.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:33.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:33.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:33.153 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 21:52:33.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:33.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:33.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:33.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:33.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:33.153 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:52:33.153 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:33.162 DEBUG [main][MenuItemLookup] Found menu:'Copy' 21:52:33.162 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:33.162 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 21:52:33.162 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 21:52:33.162 DEBUG [main][MenuItemLookup] Item match:Delete Log 21:52:33.162 DEBUG [WorkbenchTestable][AbstractView] Unable to delete log. "Delete Log" menu item is not enabled. 21:52:33.162 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:33.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:33.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:33.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:33.165 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 21:52:33.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:33.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:33.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:33.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:33.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:33.166 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:52:33.166 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:33.189 DEBUG [main][MenuItemLookup] Found menu:'Copy' 21:52:33.189 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:33.189 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 21:52:33.189 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 21:52:33.189 DEBUG [main][MenuItemLookup] Found menu:'Open Log' 21:52:33.189 DEBUG [main][MenuItemLookup] Found menu:'Restore Log' 21:52:33.189 DEBUG [main][MenuItemLookup] Item match:Restore Log 21:52:33.189 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restore Log" 21:52:33.189 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restore Log 21:52:33.189 INFO [main][MenuItemHandler] Select menu item: &Restore Log 21:52:33.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 21:52:34.223 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 21:52:34.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 21:52:34.223 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 21:52:34.223 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:34.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:34.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:34.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:34.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:34.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:34.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:34.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:34.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:34.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:34.227 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 21:52:34.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:34.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:34.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:34.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:34.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:34.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:34.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 '\*?\QError Log\E') 21:52:34.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:34.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:34.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:34.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:34.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:34.238 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:34.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:34.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:34.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:34.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:34.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:34.239 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:34.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:34.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:34.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:34.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:34.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:34.240 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 21:52:34.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:34.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:34.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:34.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:34.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:34.240 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:52:34.240 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:34.256 DEBUG [main][MenuItemLookup] Found menu:'Copy' 21:52:34.256 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:34.256 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 21:52:34.256 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 21:52:34.256 DEBUG [main][MenuItemLookup] Item match:Delete Log 21:52:34.257 DEBUG [WorkbenchTestable][AbstractView] Unable to delete log. "Delete Log" menu item is not enabled. 21:52:34.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 21:52:34.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:34.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:34.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:34.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:34.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:34.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:34.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:34.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:34.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 '\*?\QError Log\E') 21:52:34.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:34.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:34.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:34.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:34.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:34.261 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:34.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:34.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:34.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:34.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:34.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:34.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:34.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:34.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:34.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:34.270 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:34.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:34.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:34.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:34.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:34.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:34.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:34.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:34.272 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:34.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:34.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:34.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:34.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:34.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:34.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:34.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:34.274 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:34.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:34.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:34.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:34.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:34.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:34.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:34.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:34.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 21:52:34.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 21:52:34.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:34.276 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:34.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:34.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:34.276 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 21:52:34.276 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:34.277 INFO [WorkbenchTestable][RequirementsRunner] Started test: getOKMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 21:52:34.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 21:52:34.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:34.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:34.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:34.279 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:2165): Gtk-CRITICAL **: 21:52:34.280: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:52:34.296: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:52:37.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.281 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 21:52:37.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:37.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:37.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:37.283 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:37.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 '\*?\QError Log\E') 21:52:37.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:37.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:37.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:37.284 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:37.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:37.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:37.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:37.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:37.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:37.285 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:37.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:37.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:37.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:37.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:37.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:37.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:37.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:37.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.290 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 21:52:37.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:37.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:37.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:37.292 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:37.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') 21:52:37.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:37.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:37.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:37.302 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:37.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:37.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:37.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:37.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:37.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:37.303 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:37.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:37.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:37.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:37.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:37.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:37.303 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 21:52:37.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:37.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:37.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:37.305 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:52:37.305 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:37.322 DEBUG [main][MenuItemLookup] Found menu:'Copy' 21:52:37.323 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:37.323 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 21:52:37.323 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 21:52:37.323 DEBUG [main][MenuItemLookup] Item match:Delete Log 21:52:37.323 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 21:52:37.323 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 21:52:37.323 INFO [main][MenuItemHandler] Select menu item: &Delete Log 21:52:37.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 21:52:37.343 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 21:52:37.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 21:52:37.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:37.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:37.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:37.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:37.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:37.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 21:52:37.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:37.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.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 "Delete All Events") 21:52:37.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:37.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:37.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:37.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 21:52:37.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:37.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:37.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:37.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:37.344 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 21:52:37.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:37.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:37.344 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:37.344 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:37.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:52:37.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:52:37.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 21:52:37.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:37.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:37.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:37.365 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:37.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 '\*?\QError Log\E') 21:52:37.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:37.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:37.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:37.367 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:37.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:37.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:37.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:37.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:37.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:37.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:37.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:37.369 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:37.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:37.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:37.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:37.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:37.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:37.371 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:37.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:37.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:37.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:37.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:37.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:37.373 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 21:52:37.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 21:52:37.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:37.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 21:52:37.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:37.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:37.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 21:52:37.383 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 21:52:37.383 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:37.383 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:37.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:37.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:37.383 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getOKMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 21:52:37.383 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 21:52:37.383 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:37.383 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:37.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:37.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.121 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.305 s getErrorMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.126 s testSetActivateOnNewEvents no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.109 s getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.101 s testClearAndRestore no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 4.176 s testDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 4.195 s getOKMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.106 s Running org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 21:52:37.398 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 21:52:37.398 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:52:37.398 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:37.398 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 21:52:37.398 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:37.398 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:52:37.398 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:37.398 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:52:37.399 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:37.399 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:37.399 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 21:52:37.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 21:52:37.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:37.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:37.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:37.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:37.402 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 21:52:37.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:37.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:37.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:37.402 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:37.402 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:52:37.402 DEBUG [main][MenuItemLookup] Found menu:'File' 21:52:37.403 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:52:37.403 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:52:37.403 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:52:37.403 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:52:37.403 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:52:37.403 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:52:37.403 DEBUG [main][MenuItemLookup] Item match:Window 21:52:37.403 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:52:37.403 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:52:37.403 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:52:37.403 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:37.403 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:52:37.403 DEBUG [main][MenuItemLookup] Item match:Show View 21:52:37.407 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:52:37.407 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:52:37.407 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:52:37.407 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:52:37.407 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:52:37.407 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:52:37.407 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:52:37.407 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:52:37.407 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:52:37.407 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:52:37.407 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:52:37.407 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:52:37.407 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:52:37.407 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:52:37.407 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:37.407 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:52:37.407 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:52:37.407 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:52:37.407 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:52:37.407 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:52:37.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:52:37.450 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 21:52:37.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:52:37.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:37.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:37.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:52:37.451 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:37.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:37.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:37.451 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:52:37.451 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:37.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:37.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:37.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:37.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:52:37.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:52:37.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:52:37.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:52:37.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:37.453 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:52:37.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:37.453 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:52:37.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:52:37.453 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:52:37.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:37.453 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:52:37.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:37.453 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:52:37.454 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 21:52:37.454 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 21:52:37.454 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 21:52:37.454 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 21:52:37.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:37.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:37.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:37.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:52:37.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:37.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.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 "Open") 21:52:37.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:37.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:37.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:37.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:52:37.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:37.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:37.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:37.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:37.456 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:52:37.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:37.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:37.456 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:37.456 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:37.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:52:37.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:52:37.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 21:52:37.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 21:52:37.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:37.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:37.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:37.547 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:37.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 '\*?\QNavigator (Deprecated)\E') 21:52:37.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:37.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:37.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:37.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:37.549 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:52:37.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:52:37.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:37.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:37.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:37.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:37.550 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:52:37.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:52:37.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:37.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:37.551 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:52:37.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:52:37.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:37.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:37.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:37.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:37.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:38.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:38.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:38.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:38.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:38.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:52:38.553 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:52:38.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:52:38.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:38.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:38.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 21:52:38.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:38.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:38.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:38.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:38.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:38.554 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:52:38.554 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:52:38.554 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 21:52:38.554 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:38.554 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:38.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:38.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:38.555 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 21:52:38.555 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:38.555 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 21:52:38.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 21:52:38.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:38.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:38.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:38.555 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:38.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:38.555 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:38.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:38.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:52:38.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:38.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:38.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:38.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:38.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:38.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:38.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:38.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:52:38.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:38.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:38.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:38.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:38.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:38.556 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:38.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:38.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:38.557 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:38.557 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:52:38.557 DEBUG [main][MenuItemLookup] Found menu:'File' 21:52:38.557 DEBUG [main][MenuItemLookup] Item match:File 21:52:38.558 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:52:38.558 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:52:38.559 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:52:38.559 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:52:38.559 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:38.559 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:52:38.559 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:52:38.559 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:52:38.559 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:52:38.559 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:52:38.559 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:52:38.559 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:52:38.559 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:52:38.559 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:52:38.559 DEBUG [main][MenuItemLookup] Found menu:'File' 21:52:38.560 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:52:38.560 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:52:38.560 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:38.560 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:52:38.560 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:38.560 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:52:38.560 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:52:38.560 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:52:38.560 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:52:38.560 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:52:38.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.... 21:52:38.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:52:38.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:52:38.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:38.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:38.609 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:52:38.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:38.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:52:38.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:38.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:38.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:38.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:38.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:38.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:52:38.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:52:38.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:52:38.610 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:52:38.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:38.610 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:52:38.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:38.610 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:52:38.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:52:38.611 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:52:38.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:38.611 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:52:38.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:38.611 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:52:38.611 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:52:38.611 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:52:38.611 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:52:38.617 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:52:38.617 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:52:38.617 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:52:38.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:52:38.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:38.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:38.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:38.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:38.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:38.618 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:52:38.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:38.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:38.618 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:38.618 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:38.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'] 21:52:38.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:38.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:38.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.... 21:52:38.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 21:52:38.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:52:38.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:38.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:38.729 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:52:38.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:38.730 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ResourceNavigatorTestProject' 21:52:38.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:") 21:52:38.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:38.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:38.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:38.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:38.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:52:38.731 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:52:38.732 INFO [WorkbenchTestable][AbstractText] Text set to: ResourceNavigatorTestProject 21:52:38.752 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:52:38.752 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:52:38.752 DEBUG [WorkbenchTestable][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) 21:52:38.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:38.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:38.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:38.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:38.753 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:52:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:38.753 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:38.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:38.756 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.... 21:52:39.256 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 21:52:39.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:52:39.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:39.259 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:52:39.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 21:52:39.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:39.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:52:39.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:39.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:39.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:39.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:39.260 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:52:39.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:39.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:39.260 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:39.260 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:39.315 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.... 21:52:39.315 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 21:52:39.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:52:39.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:52:39.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:52:39.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ResourceNavigatorTestProject)' is a system job, skipped 21:52:39.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:52:39.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:52:39.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:52:39.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:52:39.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:52:39.316 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:39.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:39.316 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:39.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:39.316 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:52:39.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:39.316 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:39.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:39.316 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:39.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:39.316 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:39.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:39.316 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:52:39.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:39.317 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:39.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:39.317 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:39.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:39.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:39.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:39.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:39.317 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:39.317 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:52:39.317 DEBUG [main][MenuItemLookup] Found menu:'File' 21:52:39.317 DEBUG [main][MenuItemLookup] Item match:File 21:52:39.318 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:52:39.318 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'File' 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:39.320 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:52:39.320 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:52:39.320 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:52:39.320 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:52:39.320 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:52:39.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:52:39.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:52:39.375 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:52:39.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:39.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:39.376 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:52:39.376 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:39.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:52:39.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:39.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:39.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:39.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:39.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:52:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:52:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:52:39.378 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:52:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:39.378 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:52:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:39.378 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:52:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:52:39.378 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:52:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:39.378 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:52:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:39.378 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:52:39.379 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:52:39.379 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:52:39.379 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:52:39.381 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:52:39.381 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:52:39.381 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:52:39.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) 21:52:39.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:39.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:39.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:39.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:39.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:39.382 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:52:39.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:39.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:39.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:39.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:39.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'] 21:52:39.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:39.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:39.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:52:39.432 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 21:52:39.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:52:39.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:39.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:39.432 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:52:39.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:39.433 DEBUG [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:") 21:52:39.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:39.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:39.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:39.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:39.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:52:39.447 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:52:39.447 INFO [WorkbenchTestable][AbstractText] Text set to: Test 21:52:39.452 DEBUG [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:") 21:52:39.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:39.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:39.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:39.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:39.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:52:39.455 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:52:39.456 INFO [WorkbenchTestable][AbstractText] Text set to: org.eclipse.reddeer.eclipse.jdt.navigator 21:52:39.470 DEBUG [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:") 21:52:39.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:39.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:39.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:39.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:39.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:52:39.472 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:52:39.472 INFO [WorkbenchTestable][AbstractText] Text set to: ResourceNavigatorTestProject/src 21:52:39.473 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:52:39.473 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:52:39.473 DEBUG [WorkbenchTestable][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) 21:52:39.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:39.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:39.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:39.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:39.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:39.475 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:52:39.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:39.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:39.475 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:39.475 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:39.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:52:39.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:52:39.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:52:39.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:52:39.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:52:39.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 21:52:39.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:52:39.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:52:39.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:52:39.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:52:39.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:52:39.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:52:39.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:52:39.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:52:39.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:52:39.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:39.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:39.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ResourceNavigatorTestProject/src/org/eclipse/reddeer/eclipse/jdt/navigator/Test.java - Eclipse Platform 21:52:39.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:39.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:39.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ResourceNavigatorTestProject/src/org/eclipse/reddeer/eclipse/jdt/navigator/Test.java - Eclipse Platform' 21:52:39.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 '\*?\QNavigator (Deprecated)\E') 21:52:39.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:39.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:39.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:39.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:39.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:39.983 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:52:39.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:52:40.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:40.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:40.006 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:52:40.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:52:40.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:40.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:40.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:40.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:40.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:40.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:40.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:41.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:41.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:41.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:52:41.008 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:52:41.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:52:41.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:41.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:41.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 21:52:41.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:41.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:41.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:41.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:41.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:41.010 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:52:41.010 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:52:41.010 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ResourceNavigatorTestProject 21:52:41.010 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:52:41.011 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ResourceNavigatorTestProject 21:52:41.011 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ResourceNavigatorTestProject 21:52:41.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:41.011 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ResourceNavigatorTestProject is already expanded. No action performed 21:52:41.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:41.011 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ResourceNavigatorTestProject 21:52:41.011 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:52:41.011 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org of tree item src 21:52:41.011 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:52:41.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:41.012 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:52:41.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:41.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:52:41.012 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:52:41.012 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item eclipse of tree item org 21:52:41.012 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org 21:52:41.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:41.012 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org is already expanded. No action performed 21:52:41.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:41.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org 21:52:41.013 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:52:41.013 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item reddeer of tree item eclipse 21:52:41.013 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item eclipse 21:52:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:41.013 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item eclipse is already expanded. No action performed 21:52:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:41.013 INFO [WorkbenchTestable][TreeItemHandler] Expanded: eclipse 21:52:41.013 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:52:41.014 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item eclipse of tree item reddeer 21:52:41.014 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item reddeer 21:52:41.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:41.014 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item reddeer is already expanded. No action performed 21:52:41.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:41.014 INFO [WorkbenchTestable][TreeItemHandler] Expanded: reddeer 21:52:41.014 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:52:41.014 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item jdt of tree item eclipse 21:52:41.014 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item eclipse 21:52:41.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:41.014 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item eclipse is already expanded. No action performed 21:52:41.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:41.014 INFO [WorkbenchTestable][TreeItemHandler] Expanded: eclipse 21:52:41.015 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:52:41.015 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item navigator of tree item jdt 21:52:41.015 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item jdt 21:52:41.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:41.015 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item jdt is already expanded. No action performed 21:52:41.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:41.015 INFO [WorkbenchTestable][TreeItemHandler] Expanded: jdt 21:52:41.015 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:52:41.015 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item Test.java of tree item navigator 21:52:41.015 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item navigator 21:52:41.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:41.016 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item navigator is already expanded. No action performed 21:52:41.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:41.016 INFO [WorkbenchTestable][TreeItemHandler] Expanded: navigator 21:52:41.016 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:52:41.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:52:41.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:41.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:41.016 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:52:41.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:52:41.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:41.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:41.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:41.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:41.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:41.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:41.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:42.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:42.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:42.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:52:42.018 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:52:42.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:52:42.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:42.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:42.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 21:52:42.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:42.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:42.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:42.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:42.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:42.019 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:52:42.020 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:52:42.020 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ResourceNavigatorTestProject 21:52:42.020 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:52:42.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:52:42.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:42.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:42.020 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:52:42.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:52:42.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:42.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:42.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:42.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:42.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:42.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:42.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:43.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:43.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:43.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:52:43.022 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:52:43.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:52:43.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:43.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:43.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 21:52:43.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:43.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:43.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:43.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:43.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:43.024 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:52:43.024 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:52:43.024 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ResourceNavigatorTestProject 21:52:43.024 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ResourceNavigatorTestProject 21:52:43.024 DEBUG [main][TreeItemHandler] Selecting tree item: ResourceNavigatorTestProject 21:52:43.024 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ResourceNavigatorTestProject about selection 21:52:43.026 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ResourceNavigatorTestProject 21:52:43.026 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:52:43.026 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:43.042 DEBUG [main][MenuItemLookup] Found menu:'New' 21:52:43.042 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:52:43.042 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:52:43.042 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:43.042 DEBUG [main][MenuItemLookup] Found menu:'Copy' 21:52:43.042 DEBUG [main][MenuItemLookup] Found menu:'Paste' 21:52:43.042 DEBUG [main][MenuItemLookup] Found menu:'Delete' 21:52:43.042 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:52:43.042 DEBUG [main][MenuItemLookup] Found menu:'Rename...' 21:52:43.042 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:43.042 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:52:43.042 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:52:43.042 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:43.042 DEBUG [main][MenuItemLookup] Found menu:'Refresh' 21:52:43.042 DEBUG [main][MenuItemLookup] Item match:Refresh 21:52:43.042 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh" 21:52:43.042 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh 21:52:43.042 INFO [main][MenuItemHandler] Select menu item: Re&fresh 21:52:43.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:52:43.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 21:52:43.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:52:43.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:52:43.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:52:43.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:52:43.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:52:43.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:52:43.543 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ResourceNavigatorTestProject' via Explorer 21:52:43.543 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ResourceNavigatorTestProject 21:52:43.543 DEBUG [main][TreeItemHandler] Selecting tree item: ResourceNavigatorTestProject 21:52:43.543 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ResourceNavigatorTestProject about selection 21:52:43.545 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ResourceNavigatorTestProject 21:52:43.545 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:52:43.545 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:43.559 DEBUG [main][MenuItemLookup] Found menu:'New' 21:52:43.559 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:52:43.559 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:52:43.559 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:43.559 DEBUG [main][MenuItemLookup] Found menu:'Copy' 21:52:43.559 DEBUG [main][MenuItemLookup] Found menu:'Paste' 21:52:43.559 DEBUG [main][MenuItemLookup] Found menu:'Delete' 21:52:43.559 DEBUG [main][MenuItemLookup] Item match:Delete 21:52:43.560 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 21:52:43.560 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 21:52:43.560 INFO [main][MenuItemHandler] Select menu item: &Delete 21:52:43.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 'Delete.*'] is available.... 21:52:44.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 21:52:44.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:52:44.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:44.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:44.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:44.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:44.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: 32) 21:52:44.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:44.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:44.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:44.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:52:44.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:44.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:44.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:44.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:44.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:44.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:44.133 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:52:44.133 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:52:44.133 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:52:44.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:44.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:44.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:44.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:44.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 "OK", Widget matcher matching widgets with style: 8) 21:52:44.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:44.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:44.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:44.133 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:52:44.133 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:44.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:44.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:44.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:44.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:44.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:44.134 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:52:44.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:44.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:44.134 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:44.134 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:44.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:52:44.136 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:52:44.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:52:44.637 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:52:44.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:52:44.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:52:44.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:52:44.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:52:44.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:52:44.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:52:44.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:52:44.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 21:52:44.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:44.637 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:44.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:44.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:44.638 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 21:52:44.638 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 21:52:44.638 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:44.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:44.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:44.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.241 s - in org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) Time elapsed: 1.156 s navigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) Time elapsed: 6.082 s Running org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:44.654 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:44.655 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:52:44.655 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:44.655 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:44.655 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:44.655 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:52:44.656 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:44.656 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:52:44.656 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:44.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'] 21:52:44.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:44.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'] 21:52:44.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:44.656 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:52:44.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:44.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'] 21:52:44.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:44.657 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:44.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:44.657 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:44.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:44.657 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:52:44.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:44.657 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:44.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:44.657 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:44.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:44.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:44.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:44.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:44.658 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:44.658 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:52:44.658 DEBUG [main][MenuItemLookup] Found menu:'File' 21:52:44.658 DEBUG [main][MenuItemLookup] Item match:File 21:52:44.659 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:52:44.659 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'File' 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:44.661 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:52:44.661 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:52:44.661 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:52:44.661 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:52:44.661 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:52:44.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 'New|Select a wizard'] is available.... 21:52:44.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:52:44.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:52:44.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:44.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:44.711 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:52:44.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:44.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:52:44.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:44.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:44.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:44.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:44.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:44.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:52:44.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:52:44.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:52:44.717 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:52:44.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:44.717 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:52:44.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:44.717 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:52:44.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:52:44.717 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:52:44.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:44.717 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:52:44.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:44.717 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:52:44.718 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:52:44.718 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:52:44.718 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:52:44.720 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:52:44.720 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:52:44.720 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:52:44.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:52:44.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:44.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:44.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:44.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:44.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:44.721 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:52:44.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:44.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:44.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:44.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52: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'] 21:52:44.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:44.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:44.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:52:44.912 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 21:52:44.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:52:44.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:44.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:44.913 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:52:44.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:44.913 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'OutlineViewTestProject' 21:52:44.913 DEBUG [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:") 21:52:44.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:44.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:44.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:44.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:44.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:52:44.915 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:52:44.915 INFO [WorkbenchTestable][AbstractText] Text set to: OutlineViewTestProject 21:52:44.936 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:52:44.936 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:52:44.936 DEBUG [WorkbenchTestable][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) 21:52:44.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:44.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:44.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:44.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:44.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:44.938 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:52:44.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:44.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:44.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:44.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:44.941 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.... 21:52:45.442 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 21:52:45.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:52:45.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:45.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:45.444 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:52:45.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 21:52:45.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:52:45.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:45.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:45.444 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:52:45.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:52:45.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:45.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:45.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:45.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:45.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:45.445 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:52:45.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:45.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:45.445 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:45.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:45.501 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.... 21:52:45.501 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 21:52:45.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:52:45.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:52:45.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:52:45.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/OutlineViewTestProject)' is a system job, skipped 21:52:45.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:52:45.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:52:45.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:52:45.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:52:45.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:52:45.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:45.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:45.501 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:52:45.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:45.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:45.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:45.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:45.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:45.502 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:45.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 '\*?\QPackage Explorer\E') 21:52:45.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:45.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:45.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:45.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:45.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:45.503 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:45.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:45.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:45.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:45.522 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:45.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:45.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:45.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:45.522 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:45.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:45.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:45.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:45.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:45.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:45.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:46.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:46.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:46.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:46.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:46.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:52:46.525 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:46.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:46.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:46.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:46.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 21:52:46.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:46.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:46.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:46.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:46.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:46.526 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:52:46.526 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:52:46.526 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 21:52:46.526 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item OutlineViewTestProject 21:52:46.526 DEBUG [main][TreeItemHandler] Selecting tree item: OutlineViewTestProject 21:52:46.526 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item OutlineViewTestProject about selection 21:52:46.527 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: OutlineViewTestProject 21:52:46.527 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:46.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:46.527 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:46.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:46.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: "New Java Class"] 21:52:46.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:46.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'] 21:52:46.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:46.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'] 21:52:46.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:46.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'] 21:52:46.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:46.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: "New Java Class"] 21:52:46.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:46.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'] 21:52:46.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:46.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'] 21:52:46.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:46.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:46.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:46.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:46.529 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:46.529 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:52:46.529 DEBUG [main][MenuItemLookup] Found menu:'File' 21:52:46.529 DEBUG [main][MenuItemLookup] Item match:File 21:52:46.530 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:52:46.530 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:52:46.531 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:52:46.531 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:52:46.531 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:46.531 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:52:46.531 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:52:46.531 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:52:46.531 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:52:46.531 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:52:46.531 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:52:46.531 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:52:46.531 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:52:46.531 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:52:46.531 DEBUG [main][MenuItemLookup] Found menu:'File' 21:52:46.531 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:52:46.532 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:52:46.532 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:46.532 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:52:46.532 DEBUG [main][MenuItemLookup] Found menu:'' 21:52:46.532 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:52:46.532 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:52:46.532 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:52:46.532 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:52:46.532 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:52:46.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.... 21:52:46.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 21:52:46.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:52:46.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:46.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:46.583 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:52:46.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:46.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:52:46.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:46.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:46.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:46.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:52:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:52:46.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:52:46.589 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:52:46.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:46.589 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:52:46.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:46.589 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:52:46.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:52:46.589 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:52:46.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:46.589 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:52:46.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:46.589 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:52:46.589 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:52:46.589 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:52:46.589 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:52:46.592 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:52:46.592 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:52:46.592 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:52:46.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:52:46.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:46.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:46.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:46.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:46.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:46.593 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:52:46.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:46.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:46.593 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:46.593 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:46.640 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:52:46.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:46.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:46.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:52:46.641 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 21:52:46.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:52:46.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:46.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:46.641 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:52:46.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:52:46.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 21:52:46.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:46.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:46.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:46.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:46.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:52:46.647 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:52:46.647 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 21:52:46.661 DEBUG [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:") 21:52:46.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:46.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:46.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:46.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:46.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:52:46.664 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:52:46.664 INFO [WorkbenchTestable][AbstractText] Text set to: test 21:52:46.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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)") 21:52:46.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:46.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:46.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:46.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:46.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:46.670 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 21:52:46.670 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 21:52:46.670 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 21:52:46.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:46.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:46.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:46.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:46.670 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:52:46.670 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:52:46.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.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) 21:52:46.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:46.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:46.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:46.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:46.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:52:46.671 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:52:46.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:52:46.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:52:46.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:52:46.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:46.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:52:47.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:52:47.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:52:47.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:52:47.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:52:47.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:52:47.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:52:47.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:52:47.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:52:47.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:52:47.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:52:47.175 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:47.175 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideNonPublicMembersInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:47.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:47.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:47.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:47.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:47.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:47.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52: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. 21:52:47.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:47.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:47.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 21:52:47.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:47.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:47.177 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 21:52:47.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:52:47.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:47.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:47.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:47.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:47.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:47.178 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:47.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:47.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:47.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:47.187 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:47.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:47.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:47.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:47.188 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:47.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:47.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:47.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:47.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:47.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:47.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:47.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:47.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:48.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:48.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:48.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:52:48.190 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:48.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:48.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:48.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:48.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 21:52:48.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:48.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:48.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:48.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:48.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:48.191 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:52:48.191 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:52:48.191 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 21:52:48.192 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:52:48.192 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 21:52:48.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 21:52:48.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:48.192 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 21:52:48.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:48.192 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 21:52:48.192 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:52:48.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:52:48.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:48.192 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:52:48.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:48.192 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:52:48.192 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 21:52:48.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:52:48.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:48.192 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:52:48.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:48.192 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:52:48.192 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:52:48.192 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:52:48.193 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:52:48.194 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:52:48.194 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 21:52:48.194 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:52:48.194 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:52:48.194 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:52:48.195 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:52:48.195 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:52:48.195 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:52:48.221 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:52:48.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:52:48.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:52:48.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:52:48.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:52:48.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:52:48.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:52:48.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:52:48.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:52:48.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:48.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:48.223 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 21:52:48.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:48.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:48.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 21:52:48.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:48.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:48.224 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 21:52:48.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 '\*?\QOutline\E') 21:52:48.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:48.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:48.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:48.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:48.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:48.225 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:48.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:48.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:48.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:48.236 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:48.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:48.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:48.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:48.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: Matcher matching text to regular expression 'Sort.*') 21:52:48.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:48.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:48.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:48.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:48.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:52:48.248 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 21:52:48.248 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:52:48.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:48.249 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:48.249 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:48.249 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:48.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:48.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:48.250 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideNonPublicMembersInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:48.250 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:48.250 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSortInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:48.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:48.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:48.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:48.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:48.250 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:52:48.251 DEBUG [main][EditorHandler] 1 editor(s) found 21:52:48.251 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 21:52:48.294 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 21:52:48.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:48.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:48.295 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 21:52:48.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:48.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:48.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:48.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:48.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:48.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:48.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 '\*?\QOutline\E') 21:52:48.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:48.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:48.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:48.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:48.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:48.297 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:48.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:48.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:48.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:48.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:48.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:48.298 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:48.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:48.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:48.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:52:48.298 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.*') 21:52:48.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:48.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:48.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:48.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:48.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:49.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:49.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:49.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:52:49.303 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 21:52:49.303 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:49.303 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:49.303 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:49.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:49.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:49.303 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSortInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:49.303 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:49.303 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCollapseInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:49.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:49.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:49.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:49.303 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:49.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:49.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:49.304 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:52:49.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:49.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:49.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:49.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:49.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:49.304 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:49.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:52:49.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:49.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:49.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:49.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:49.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:49.305 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:49.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:49.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:49.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:49.323 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:49.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:49.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:49.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:49.324 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:49.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:49.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:49.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:49.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:49.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:49.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:49.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:49.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:50.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:50.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:50.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:52:50.326 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:50.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:50.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:50.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:50.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:50.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:50.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:50.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:50.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:50.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:50.327 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:52:50.327 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:52:50.327 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 21:52:50.327 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:52:50.327 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 21:52:50.327 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 21:52:50.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:50.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 21:52:50.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:50.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 21:52:50.328 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:52:50.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:52:50.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:50.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:52:50.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:50.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:52:50.328 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 21:52:50.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:52:50.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:50.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:52:50.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:50.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:52:50.328 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:52:50.328 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:52:50.328 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:52:50.330 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:52:50.330 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 21:52:50.330 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:52:50.330 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:52:50.330 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:52:50.331 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:52:50.331 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:52:50.331 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:52:50.425 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:52:50.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:52:50.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:52:50.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:52:50.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:52:50.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:52:50.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:52:50.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:52:50.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:52:50.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:52:50.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:50.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:50.437 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 21:52:50.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:50.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:50.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 21:52:50.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:50.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:50.439 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 21:52:50.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 21:52:50.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:50.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:50.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:50.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:50.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:50.440 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:50.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:50.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:50.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:50.462 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:50.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:50.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:50.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:50.463 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.*') 21:52:50.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:50.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:50.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:50.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:50.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:52:50.463 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Collapse All (Shift+Ctrl+Numpad_Divide) 21:52:50.463 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:52:50.463 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:50.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:50.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:50.464 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:50.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:50.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:50.464 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCollapseInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:50.464 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:50.464 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSortInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:50.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:50.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:50.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:50.464 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:50.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:50.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:50.465 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:52:50.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:50.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:50.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 21:52:50.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:50.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:50.466 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 21:52:50.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 '\*?\QPackage Explorer\E') 21:52:50.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:50.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:50.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:50.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:50.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:50.466 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:50.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:50.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:50.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:50.501 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:50.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:50.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:50.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:50.502 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:50.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:50.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:50.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:50.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:50.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:50.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:51.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:51.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:51.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:51.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:51.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:52:51.505 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:51.505 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:51.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:51.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:51.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:51.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:51.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:51.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:51.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:51.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:51.506 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:52:51.507 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:52:51.507 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 21:52:51.507 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:52:51.508 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 21:52:51.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 21:52:51.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:51.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 21:52:51.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:51.508 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 21:52:51.508 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:52:51.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:52:51.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:51.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:52:51.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:51.508 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:52:51.508 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 21:52:51.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:52:51.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:51.509 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:52:51.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:51.509 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:52:51.509 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:52:51.509 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:52:51.509 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:52:51.511 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:52:51.511 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 21:52:51.511 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:52:51.512 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:52:51.512 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:52:51.513 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:52:51.513 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:52:51.513 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:52:51.555 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:52:51.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:52:51.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:52:51.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:52:51.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:52:51.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:52:51.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:52:51.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:52:51.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:52:51.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:51.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:51.558 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 21:52:51.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:51.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:51.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 21:52:51.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:51.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:51.560 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 21:52:51.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 '\*?\QOutline\E') 21:52:51.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:51.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:51.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:51.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:51.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:51.561 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:51.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:51.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:51.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:51.583 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:51.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:51.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:51.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:51.584 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.*') 21:52:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:51.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:51.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:51.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:51.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:52:51.584 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 21:52:51.584 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:52:51.584 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:51.585 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:51.585 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:51.585 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:51.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:51.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:51.586 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSortInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:51.586 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:51.586 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideNonPublicMembersInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:51.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:51.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:51.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:51.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:51.586 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:52:51.586 DEBUG [main][EditorHandler] 1 editor(s) found 21:52:51.586 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 21:52:51.630 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 21:52:51.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:51.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:51.631 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 21:52:51.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:51.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:51.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:51.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:51.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:51.632 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:51.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 '\*?\QOutline\E') 21:52:51.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:51.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:51.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:51.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:51.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:51.633 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:51.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:51.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:51.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:51.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:51.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:51.634 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:51.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:51.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:51.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:52:51.635 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.*') 21:52:51.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:51.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:51.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:52.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:52.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:52.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:52.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:52.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:52:52.638 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 21:52:52.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:52.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:52.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:52.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:52.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:52.638 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideNonPublicMembersInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:52.638 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:52.638 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideFieldsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:52.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:52.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:52.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:52.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:52.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:52.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:52.639 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:52:52.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:52.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:52.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:52.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:52.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:52.640 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:52.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:52:52.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:52.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:52.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:52.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:52.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:52.641 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:52.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:52.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:52.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:52.648 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:52.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:52.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:52.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:52.649 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:52.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:52.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:52.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:52.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:52.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:52.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:53.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:53.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:53.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:53.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:53.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:52:53.651 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:53.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:53.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:53.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:53.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 21:52:53.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:53.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:53.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:53.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:53.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:53.652 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:52:53.653 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:52:53.653 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 21:52:53.653 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:52:53.654 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 21:52:53.654 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 21:52:53.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:53.654 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 21:52:53.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:53.654 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 21:52:53.654 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:52:53.654 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:52:53.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:53.654 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:52:53.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:53.654 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:52:53.654 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 21:52:53.654 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:52:53.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:53.654 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:52:53.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:53.654 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:52:53.654 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:52:53.654 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:52:53.654 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:52:53.657 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:52:53.657 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 21:52:53.657 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:52:53.657 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:52:53.657 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:52:53.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:52:53.658 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:52:53.658 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:52:53.762 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:52:53.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:52:53.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:52:53.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:52:53.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:52:53.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:52:53.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:52:53.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:52:53.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:52:53.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:52:53.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:53.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:53.774 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 21:52:53.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:53.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:53.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 21:52:53.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:53.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:53.776 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 21:52:53.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 '\*?\QOutline\E') 21:52:53.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:53.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:53.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:53.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:53.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:53.777 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:53.777 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:53.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:53.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:53.798 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:53.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:53.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:53.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:53.799 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.*') 21:52:53.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:53.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:53.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:53.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:53.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:52:53.799 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 21:52:53.799 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:52:53.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:53.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:53.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:53.800 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:53.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:53.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:53.800 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideFieldsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:53.800 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:53.800 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideStaticFieldsAndMethodsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:53.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:53.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:53.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:53.800 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:53.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:53.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:53.801 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:52:53.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:53.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:53.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 21:52:53.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:53.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:53.802 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 21:52: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 '\*?\QPackage Explorer\E') 21:52:53.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:53.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:53.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:53.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:53.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:53.802 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:53.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:53.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:53.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:53.809 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:53.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:53.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:53.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:53.809 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:53.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:53.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:53.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:53.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:53.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:53.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:54.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:54.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:54.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:54.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:54.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:52:54.811 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:54.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:54.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:54.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:54.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 21:52:54.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:54.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:54.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:54.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:54.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:54.813 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:52:54.813 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:52:54.813 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 21:52:54.813 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:52:54.813 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 21:52:54.813 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 21:52:54.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:54.813 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 21:52:54.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:54.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 21:52:54.814 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:52:54.814 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:52:54.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:54.814 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:52:54.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:54.814 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:52:54.814 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 21:52:54.814 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:52:54.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:54.814 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:52:54.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:54.814 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:52:54.814 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:52:54.814 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:52:54.814 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:52:54.815 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:52:54.815 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 21:52:54.815 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:52:54.815 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:52:54.815 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:52:54.816 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:52:54.816 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:52:54.817 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:52:54.840 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:52:54.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:52:54.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:52:54.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:52:54.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:52:54.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:52:54.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:52:54.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:52:54.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:52:54.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:54.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:54.842 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 21:52:54.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:54.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:54.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 21:52:54.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:54.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:54.843 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 21:52:54.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 '\*?\QOutline\E') 21:52:54.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:54.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:54.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:54.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:54.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:54.845 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:54.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:54.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:54.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:54.854 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:54.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:54.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:54.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:54.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 21:52:54.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:54.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:54.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:54.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:54.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:52:54.855 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 21:52:54.855 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:52:54.855 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:54.867 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:54.867 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:54.867 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:54.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:54.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:54.868 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideStaticFieldsAndMethodsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:54.868 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:54.868 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideStaticFieldsAndMethodsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:54.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:54.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:54.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:54.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:54.868 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:52:54.868 DEBUG [main][EditorHandler] 1 editor(s) found 21:52:54.868 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 21:52:54.911 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 21:52:54.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:54.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:54.912 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 21:52:54.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:54.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:54.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:54.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:54.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:54.913 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:54.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 '\*?\QOutline\E') 21:52:54.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:54.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:54.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:54.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:54.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:54.914 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:54.914 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:54.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:54.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:54.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:54.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:54.915 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:54.915 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:54.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:54.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:52:54.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 21:52:54.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:54.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:54.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:55.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:55.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:55.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:55.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:55.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:52:55.919 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 21:52:55.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:55.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:55.919 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:55.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:55.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:55.919 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideStaticFieldsAndMethodsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:55.919 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:55.919 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideFieldsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:55.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:55.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:55.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:55.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:55.919 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:52:55.919 DEBUG [main][EditorHandler] 0 editor(s) found 21:52:55.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:55.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:55.921 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 21:52:55.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:55.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:55.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:55.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:55.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:55.922 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:55.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:52:55.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:55.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:55.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:55.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:55.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:55.929 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:55.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:55.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:55.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:55.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:55.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:55.930 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:55.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:55.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:55.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:52:55.931 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.*') 21:52:55.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:55.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:55.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:56.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:56.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:56.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:56.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:56.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:52:56.934 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 21:52:56.934 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:56.934 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:56.934 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:56.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:56.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:56.935 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideFieldsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:56.935 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:56.935 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideLocalTypesInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:56.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:56.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:56.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:56.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:56.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:56.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:56.935 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:52:56.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:56.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:56.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:56.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:56.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:56.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:56.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 '\*?\QPackage Explorer\E') 21:52:56.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:56.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:56.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:56.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:56.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:56.937 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:56.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:56.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:56.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:56.955 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:56.955 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:56.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:56.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:56.955 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:56.955 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:56.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:56.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:56.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:56.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:56.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:57.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:57.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:57.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:57.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:57.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:52:57.957 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:52:57.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:52:57.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:57.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:57.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:52:57.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:57.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:57.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:57.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:57.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:52:57.958 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:52:57.959 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:52:57.959 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 21:52:57.959 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:52:57.960 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 21:52:57.960 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 21:52:57.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:57.960 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 21:52:57.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:57.960 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 21:52:57.960 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:52:57.960 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:52:57.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:57.960 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:52:57.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:57.960 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:52:57.960 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 21:52:57.960 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:52:57.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:52:57.960 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:52:57.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:52:57.960 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:52:57.960 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:52:57.960 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:52:57.960 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:52:57.962 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:52:57.962 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 21:52:57.962 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:52:57.962 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:52:57.962 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:52:57.963 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:52:57.963 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:52:57.963 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:52:58.055 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:52:58.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:52:58.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:52:58.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:52:58.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:52:58.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:52:58.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:52:58.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:52:58.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:52:58.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:52:58.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:58.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:58.067 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 21:52:58.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:58.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:58.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 21:52:58.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:58.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:58.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 21:52:58.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 '\*?\QOutline\E') 21:52:58.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:58.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:58.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:58.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:58.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:58.070 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:58.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:58.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:58.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:58.079 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:58.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:58.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:58.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:52:58.080 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.*') 21:52:58.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:58.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:58.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:58.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:58.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:52:58.080 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 21:52:58.080 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:52:58.080 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:52:58.081 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:58.081 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:58.081 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:58.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:58.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:58.099 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideLocalTypesInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:58.099 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:58.099 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideLocalTypesInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:58.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:58.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:58.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:58.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:58.099 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:52:58.099 DEBUG [main][EditorHandler] 1 editor(s) found 21:52:58.099 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 21:52:58.143 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 21:52:58.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:58.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:58.144 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 21:52:58.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:58.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:58.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:58.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:58.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:58.145 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:58.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 '\*?\QOutline\E') 21:52:58.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:58.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:58.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:58.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:58.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:58.146 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:58.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:58.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:58.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:58.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:58.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:58.147 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:58.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:58.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:58.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:52:58.147 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.*') 21:52:58.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:58.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:58.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:58.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:58.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:59.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:59.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:59.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:52:59.150 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 21:52:59.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:59.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:52:59.150 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:52:59.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:52:59.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:52:59.150 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideLocalTypesInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:59.150 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:52:59.150 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCollapseInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:52:59.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:52:59.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:52:59.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:52:59.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:52:59.151 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:52:59.151 DEBUG [main][EditorHandler] 0 editor(s) found 21:52:59.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:59.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:59.152 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 21:52:59.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:59.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:59.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:52:59.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:52:59.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:52:59.153 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:52:59.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 21:52:59.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:59.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:59.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:52:59.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:52:59.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:52:59.154 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:59.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:59.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:59.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:52:59.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:52:59.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:52:59.155 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:52:59.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:52:59.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:52:59.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:52:59.155 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.*') 21:52:59.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:52:59.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:59.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:52:59.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:52:59.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:00.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:00.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:53:00.159 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 21:53:00.159 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:53:00.159 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:53:00.159 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:53:00.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:00.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:00.159 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCollapseInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:53:00.159 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:53:00.159 INFO [WorkbenchTestable][RequirementsRunner] Started test: testElementsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:53:00.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:53:00.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:53:00.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:53:00.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:53:00.159 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:53:00.160 DEBUG [main][EditorHandler] 0 editor(s) found 21:53:00.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:00.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:00.161 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 21:53:00.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:00.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:00.162 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:00.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:00.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:00.162 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:00.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 21:53:00.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:00.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:00.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:00.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:00.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:00.163 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:53:00.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:53:00.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:00.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:53:00.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:53:00.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:53:00.170 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:53:00.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:53:00.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:00.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:53:00.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:53:00.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:00.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:00.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:00.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:00.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:01.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:01.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:01.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:53:01.173 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 21:53:01.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:53:01.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:53:01.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:53:01.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:01.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:01.173 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testElementsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:53:01.173 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:53:01.174 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLinkWithEditorInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:53:01.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:53:01.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:53:01.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:53:01.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:53:01.174 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:53:01.174 DEBUG [main][EditorHandler] 0 editor(s) found 21:53:01.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:01.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:01.175 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 21:53:01.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:01.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:01.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:01.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:01.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:01.176 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:01.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 21:53:01.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:01.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:01.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:01.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:01.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:01.177 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:53:01.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:53:01.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:01.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:53:01.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:53:01.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:53:01.178 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:53:01.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:53:01.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:01.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 21:53:01.178 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.*') 21:53:01.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:01.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:01.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:01.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:01.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:02.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:02.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:02.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:53:02.182 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 21:53:02.182 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:53:02.182 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:53:02.182 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:53:02.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:02.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:02.182 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLinkWithEditorInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:53:02.182 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:53:02.182 INFO [WorkbenchTestable][RequirementsRunner] Started test: testElementsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:53:02.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:53:02.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:53:02.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:53:02.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:53:02.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:02.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:02.183 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:53:02.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:02.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:02.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:02.183 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:02.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:53:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:02.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:02.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:02.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:02.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:02.184 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:02.184 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:02.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:02.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:02.191 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:02.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:02.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:02.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:02.191 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:02.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:02.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:02.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:02.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:02.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:02.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:02.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:02.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:03.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:03.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:03.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:03.194 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:03.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:03.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:03.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:03.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:53:03.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:03.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:03.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:03.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:03.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:03.195 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:03.195 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:03.195 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 21:53:03.195 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:53:03.196 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 21:53:03.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 21:53:03.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:03.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 21:53:03.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:03.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 21:53:03.196 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:53:03.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:53:03.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:03.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:53:03.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:03.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:53:03.196 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 21:53:03.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:53:03.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:03.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:53:03.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:03.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:53:03.197 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:53:03.197 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:53:03.197 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:53:03.198 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:53:03.198 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 21:53:03.198 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:53:03.198 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:53:03.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:53:03.200 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:53:03.200 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:53:03.200 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:53:03.296 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:53:03.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:03.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:53:03.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:53:03.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:53:03.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:53:03.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:53:03.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:03.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:03.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:03.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:03.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:03.307 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 21:53:03.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:03.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:03.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 21:53:03.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:03.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:03.309 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 21:53:03.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 '\*?\QOutline\E') 21:53:03.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:03.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:03.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:03.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:03.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:03.310 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:53:03.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:53:03.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:03.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:03.332 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:53:03.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:53:03.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:03.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:03.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 21:53:03.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:03.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:03.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:03.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:03.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:03.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:03.334 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 21:53:03.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:03.334 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:53:03.334 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:53:03.334 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:53:03.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:03.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:03.334 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testElementsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:53:03.334 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:53:03.335 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLinkWithEditorInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:53:03.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:53:03.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:53:03.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:53:03.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:53:03.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:03.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:03.335 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:53:03.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:03.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:03.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 21:53:03.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:03.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:03.336 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 21:53:03.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 '\*?\QPackage Explorer\E') 21:53:03.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:03.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:03.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:03.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:03.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:03.337 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:03.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:03.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:03.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:03.344 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:03.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:03.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:03.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:03.344 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:03.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:03.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:03.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:03.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:03.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:03.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:03.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:03.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:04.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:04.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:04.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:04.347 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:04.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:04.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:04.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:04.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:53:04.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:04.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:04.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:04.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:04.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:04.349 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:04.349 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:04.349 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 21:53:04.349 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:53:04.349 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 21:53:04.349 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 21:53:04.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:04.349 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 21:53:04.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:04.350 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 21:53:04.350 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 21:53:04.350 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:53:04.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:04.350 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:53:04.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:04.350 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:53:04.350 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 21:53:04.350 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:53:04.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:04.350 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:53:04.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:04.350 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:53:04.350 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:53:04.350 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:53:04.350 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:53:04.351 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:53:04.351 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 21:53:04.351 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:53:04.351 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:53:04.352 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:53:04.353 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:53:04.353 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:53:04.353 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:53:04.376 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:53:04.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:04.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:53:04.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:53:04.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:53:04.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:53:04.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:04.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:04.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:04.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:04.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:04.378 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 21:53:04.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:04.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:04.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 21:53:04.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:04.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:04.380 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 21:53:04.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 '\*?\QOutline\E') 21:53:04.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:04.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:04.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:04.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:04.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:04.381 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:53:04.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:53:04.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:04.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:04.390 INFO [WorkbenchTestable][AbstractView] Activate view Outline 21:53:04.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 21:53:04.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:04.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:04.391 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.*') 21:53:04.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:04.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:04.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:04.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:04.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:05.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:05.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:05.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 21:53:05.394 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 21:53:05.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:53:05.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:53:05.394 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:53:05.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:05.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:05.395 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLinkWithEditorInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 21:53:05.395 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:05.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:05.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:05.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:05.401 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:05.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:05.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:05.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:05.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:05.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:05.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:05.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:05.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:06.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:06.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:06.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:06.402 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:06.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:06.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:06.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:06.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 21:53:06.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:06.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:06.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:06.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:06.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:06.403 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:06.404 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:06.404 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 21:53:06.404 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item OutlineViewTestProject 21:53:06.404 DEBUG [main][TreeItemHandler] Selecting tree item: OutlineViewTestProject 21:53:06.404 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item OutlineViewTestProject about selection 21:53:06.406 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: OutlineViewTestProject 21:53:06.406 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:53:06.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'New' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:06.430 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:53:06.430 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:53:06.430 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:53:06.430 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:53:06.430 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:53:06.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:06.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:53:06.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:53:06.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:53:06.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:53:06.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:06.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:06.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:06.433 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'OutlineViewTestProject' via Explorer 21:53:06.433 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item OutlineViewTestProject 21:53:06.433 DEBUG [main][TreeItemHandler] Selecting tree item: OutlineViewTestProject 21:53:06.433 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item OutlineViewTestProject about selection 21:53:06.434 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: OutlineViewTestProject 21:53:06.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:53:06.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:06.455 DEBUG [main][MenuItemLookup] Found menu:'New' 21:53:06.456 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:53:06.456 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:06.456 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:53:06.456 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:53:06.456 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:53:06.456 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:06.456 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:53:06.456 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:53:06.456 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:53:06.456 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:53:06.456 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:53:06.456 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:53:06.456 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:53:06.456 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:53:06.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 21:53:07.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 'Delete.*'] is available. finished successfully 21:53:07.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:53:07.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:07.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:07.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:07.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:07.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) 21:53:07.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:07.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:07.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:07.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:53:07.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:07.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:07.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:07.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:07.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:07.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:07.037 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:53:07.037 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:53:07.037 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:53:07.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:07.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:07.037 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:07.037 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:07.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 "OK", Widget matcher matching widgets with style: 8) 21:53:07.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:07.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:07.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:07.038 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:53:07.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:07.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:07.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:07.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:07.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:07.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:07.038 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:53:07.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:07.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:07.038 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:07.038 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:07.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:53:07.041 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:53:07.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:53:07.541 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:53:07.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:07.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:53:07.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:53:07.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:53:07.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:53:07.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:07.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:07.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:07.541 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 21:53:07.541 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:53:07.541 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:53:07.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:07.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.888 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.075 s testSortInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.053 s testCollapseInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.161 s testSortInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.122 s testHideNonPublicMembersInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.052 s testHideFieldsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.162 s testHideStaticFieldsAndMethodsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.068 s testHideStaticFieldsAndMethodsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.051 s testHideFieldsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.016 s testHideLocalTypesInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.164 s testHideLocalTypesInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.051 s testCollapseInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.009 s testElementsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.014 s testLinkWithEditorInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.008 s testElementsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.152 s testLinkWithEditorInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 2.06 s Running org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 21:53:07.550 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 21:53:07.550 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:53:07.550 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:53:07.551 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 21:53:07.551 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:53:07.551 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:53:07.551 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:53:07.551 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:53:07.551 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:53:07.551 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 21:53:07.551 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 21:53:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:53:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:07.551 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:07.551 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:53:07.552 DEBUG [main][MenuItemLookup] Item match:Window 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:53:07.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:07.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:07.552 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:53:07.552 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:53:07.552 DEBUG [main][MenuItemLookup] Item match:Window 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:53:07.553 DEBUG [main][MenuItemLookup] Item match:Perspective 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:53:07.553 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:53:07.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:53:07.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:07.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:07.553 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:53:07.553 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:53:07.553 DEBUG [main][MenuItemLookup] Item match:Window 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:53:07.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:07.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:07.554 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:53:07.554 DEBUG [main][MenuItemLookup] Item match:Window 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:53:07.554 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:53:07.554 DEBUG [main][MenuItemLookup] Item match:Perspective 21:53:07.555 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:53:07.555 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:07.555 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:53:07.555 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:53:07.555 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:53:07.555 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:53:07.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:07.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:07.555 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:07.555 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:07.555 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:53:07.555 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:53:07.555 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:53:07.555 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:53:07.555 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:53:07.555 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:53:07.555 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:53:07.555 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:53:07.555 DEBUG [main][MenuItemLookup] Item match:Window 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:53:07.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:07.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:07.556 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:53:07.556 DEBUG [main][MenuItemLookup] Item match:Window 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:53:07.556 DEBUG [main][MenuItemLookup] Item match:Perspective 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:53:07.556 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:53:07.556 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:53:07.556 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 21:53:07.556 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 21:53:07.557 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 21:53:07.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 21:53:07.577 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 21:53:07.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 21:53:07.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:07.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:07.577 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:07.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:07.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:07.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 21:53:07.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:07.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:07.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:07.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 21:53:07.578 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:07.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:07.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:07.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 21:53:07.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:07.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:07.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:07.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:07.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:07.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:07.578 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 21:53:07.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:07.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:07.578 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:07.578 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:07.675 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:53:07.675 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProperties no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 21:53:07.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 21:53:07.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:53:07.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:53:07.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:53:07.675 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:07.675 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:07.675 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:07.675 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:07.675 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:53:07.675 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:07.675 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:07.675 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:07.676 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:07.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:07.676 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:07.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:07.676 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:53:07.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:07.676 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:07.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:07.676 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:07.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:07.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:07.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:07.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:07.676 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:07.676 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:07.677 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:07.677 DEBUG [main][MenuItemLookup] Item match:File 21:53:07.677 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:53:07.677 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:07.679 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:53:07.679 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:53:07.679 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:53:07.679 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:53:07.679 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:53:07.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:53:07.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:53:07.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:53:07.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:07.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:07.737 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:53:07.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:07.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:53:07.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:07.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:07.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:07.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:07.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:07.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:07.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:07.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:53:07.739 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:53:07.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:07.739 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:53:07.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:07.739 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:53:07.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:53:07.739 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:53:07.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:07.739 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:53:07.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:07.739 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:53:07.739 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:53:07.739 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:53:07.739 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:53:07.742 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:53:07.742 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:53:07.742 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:53:07.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:53:07.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:07.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:07.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:07.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:07.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:07.743 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:53:07.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:07.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:07.743 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:07.743 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:07.870 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:07.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:07.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:07.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:53:07.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 21:53:07.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:53:07.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:07.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:07.880 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:53:07.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:07.880 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 21:53:07.880 DEBUG [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:") 21:53:07.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:07.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:07.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:07.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:07.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:53:07.881 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:53:07.882 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 21:53:07.902 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:53:07.902 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:53:07.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 21:53:07.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:07.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:07.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:07.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:07.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:07.904 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:53:07.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:07.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:07.904 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:07.904 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:07.906 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.... 21:53:08.407 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 21:53:08.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:53:08.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:08.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:08.409 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:53:08.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 21:53:08.409 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:08.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:08.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:08.410 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:53:08.410 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:08.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:08.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:08.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:08.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:08.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:08.411 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:53:08.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:08.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:08.411 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:08.411 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:08.467 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.... 21:53:08.468 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 21:53:08.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:53:08.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:53:08.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:08.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/PropertiesViewTestProject)' is a system job, skipped 21:53:08.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:53:08.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:08.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:08.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:08.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:08.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:08.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:08.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:08.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:08.468 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:08.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 '\*?\QPackage Explorer\E') 21:53:08.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:08.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:08.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:08.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:08.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:08.469 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:08.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:08.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:08.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:53:08.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:53:08.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:53:08.470 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:08.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:08.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:08.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:08.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:08.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:08.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:08.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:08.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:09.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:09.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:09.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:09.472 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:09.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:09.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:09.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:09.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 21:53:09.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:09.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:09.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:09.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:09.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:09.474 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:09.474 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:09.474 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 21:53:09.474 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 21:53:09.474 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 21:53:09.474 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 21:53:09.476 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 21:53:09.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:09.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:09.478 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' view via menu. 21:53:09.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:09.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:09.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:09.479 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:09.479 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:09.479 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:09.479 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:53:09.479 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:53:09.479 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:53:09.479 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:53:09.479 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:53:09.479 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:53:09.479 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:53:09.479 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:53:09.479 DEBUG [main][MenuItemLookup] Item match:Window 21:53:09.479 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:53:09.479 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:53:09.479 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:53:09.479 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:09.479 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:53:09.479 DEBUG [main][MenuItemLookup] Item match:Show View 21:53:09.483 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:53:09.483 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:53:09.483 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:53:09.483 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:53:09.483 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:53:09.483 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:53:09.483 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:53:09.483 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:53:09.483 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:53:09.483 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:53:09.483 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:53:09.483 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:53:09.483 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:53:09.483 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:53:09.483 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:09.483 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:53:09.483 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:53:09.483 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:53:09.483 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:53:09.483 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:53:09.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:53:09.528 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 21:53:09.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:53:09.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:09.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:09.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:53:09.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:09.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:09.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:09.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:53:09.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:09.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:09.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:09.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:09.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:09.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:09.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:09.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:09.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:53:09.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:53:09.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:09.530 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:53:09.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:09.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:53:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:53:09.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:53:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:09.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:53:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:09.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:53:09.531 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Properties 21:53:09.531 DEBUG [main][TreeItemHandler] Selecting tree item: Properties 21:53:09.531 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Properties about selection 21:53:09.531 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Properties 21:53:09.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:09.531 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:53:09.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:09.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:09.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:09.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:53:09.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:09.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:09.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:09.532 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:53:09.532 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:09.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:09.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:09.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:09.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:09.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:09.532 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:53:09.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:09.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:09.532 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:09.532 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:09.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:53:09.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:53:09.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.properties.PropertySheet' view is open... 21:53:09.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:09.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:09.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.properties.PropertySheet' view is open finished successfully 21:53:09.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:09.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:09.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:09.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:09.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:09.616 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:09.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 '\*?\QProperties\E') 21:53:09.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:09.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:09.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:09.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:09.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:09.617 INFO [WorkbenchTestable][AbstractView] Activate view Properties 21:53:09.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 21:53:09.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:09.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:53:09.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:53:09.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:53:09.619 INFO [WorkbenchTestable][AbstractView] Activate view Properties 21:53:09.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 21:53:09.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:09.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:09.620 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") 21:53:09.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:09.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:09.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:09.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:09.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:53:09.620 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 21:53:09.620 INFO [WorkbenchTestable][AbstractView] Activate view Properties 21:53:09.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 21:53:09.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:09.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:09.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 21:53:09.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:09.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:09.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:09.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:09.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:09.621 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Info and wait with time period 1 21:53:09.621 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 21:53:09.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:09.621 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 21:53:09.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:09.621 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 21:53:09.621 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 21:53:09.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:09.621 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 21:53:09.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:09.621 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 21:53:09.621 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item derived and wait with time period 1 21:53:09.621 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item derived 21:53:09.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:10.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:10.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: derived 21:53:10.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item derived 21:53:10.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:10.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:10.623 INFO [WorkbenchTestable][TreeItemHandler] Expanded: derived 21:53:10.623 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item editable and wait with time period 1 21:53:10.624 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item editable 21:53:10.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:11.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:11.124 INFO [WorkbenchTestable][TreeItemHandler] Expanded: editable 21:53:11.125 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item editable 21:53:11.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:11.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:11.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: editable 21:53:11.626 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item last modified and wait with time period 1 21:53:11.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item last modified 21:53:11.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:12.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:12.127 INFO [WorkbenchTestable][TreeItemHandler] Expanded: last modified 21:53:12.127 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item last modified 21:53:12.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:12.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:12.628 INFO [WorkbenchTestable][TreeItemHandler] Expanded: last modified 21:53:12.628 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item linked and wait with time period 1 21:53:12.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item linked 21:53:12.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:13.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:13.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: linked 21:53:13.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item linked 21:53:13.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:13.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:13.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: linked 21:53:13.630 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item location and wait with time period 1 21:53:13.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item location 21:53:13.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:14.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:14.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: location 21:53:14.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item location 21:53:14.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:14.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:14.632 INFO [WorkbenchTestable][TreeItemHandler] Expanded: location 21:53:14.632 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item name and wait with time period 1 21:53:14.632 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item name 21:53:14.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:15.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:15.133 INFO [WorkbenchTestable][TreeItemHandler] Expanded: name 21:53:15.133 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item name 21:53:15.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:15.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:15.633 INFO [WorkbenchTestable][TreeItemHandler] Expanded: name 21:53:15.634 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item path and wait with time period 1 21:53:15.634 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item path 21:53:15.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:16.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:16.135 INFO [WorkbenchTestable][TreeItemHandler] Expanded: path 21:53:16.135 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item path 21:53:16.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:16.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:16.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: path 21:53:16.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:16.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:16.638 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:53:16.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:16.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:16.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:16.638 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:16.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 '\*?\QPackage Explorer\E') 21:53:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:16.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:16.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:16.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:16.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:16.639 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:16.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:16.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:16.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:16.649 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:16.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:16.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:16.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:16.650 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:16.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:16.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:16.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:16.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:16.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:16.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:17.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:17.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:17.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:17.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:17.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:17.652 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:17.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:17.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:17.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:17.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:53:17.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:17.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:17.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:17.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:17.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:17.653 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:17.653 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:17.653 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 21:53:17.653 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:17.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:17.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:17.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:17.654 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:17.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:17.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:17.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:17.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:17.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:17.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:18.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:18.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:18.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:18.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:18.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:18.655 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:18.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:18.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:18.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:18.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:53:18.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:18.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:18.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:18.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:18.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:18.657 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:18.657 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:18.657 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 21:53:18.657 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 21:53:18.657 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 21:53:18.657 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 21:53:18.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 21:53:18.658 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:53:18.658 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'New' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:18.680 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:53:18.680 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:53:18.680 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:53:18.680 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:53:18.680 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:53:18.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:18.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 21:53:19.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:19.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:19.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:19.181 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 21:53:19.181 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 21:53:19.181 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 21:53:19.181 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 21:53:19.183 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 21:53:19.184 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:53:19.184 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:19.202 DEBUG [main][MenuItemLookup] Found menu:'New' 21:53:19.202 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:53:19.202 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:19.202 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:53:19.202 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:53:19.202 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:53:19.202 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:19.202 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:53:19.202 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:53:19.202 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:53:19.202 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:53:19.202 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:53:19.202 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:53:19.202 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:53:19.203 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:53:19.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 'Delete.*'] is available.... 21:53:19.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 21:53:19.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:53:19.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:19.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:19.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:19.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:19.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 21:53:19.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:19.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:19.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:19.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:53:19.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:19.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:19.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:19.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:19.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:19.760 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:53:19.760 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:53:19.760 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:53:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:19.760 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:19.760 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:19.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:53:19.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:19.760 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:53:19.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:19.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:19.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:19.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:19.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:19.761 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:53:19.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:19.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:19.761 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:19.761 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:19.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:53:19.763 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:53:20.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:53:20.264 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:53:20.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:20.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:53:20.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:53:20.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:20.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:20.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:20.264 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 21:53:20.264 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:53:20.264 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:53:20.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:20.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:20.264 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProperties no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 21:53:20.264 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:53:20.265 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleShowCategories no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 21:53:20.265 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 21:53:20.265 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:53:20.265 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:53:20.265 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:53:20.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'] 21:53:20.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:20.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'] 21:53:20.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:20.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"] 21:53:20.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:20.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'] 21:53:20.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:20.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'] 21:53:20.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:20.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:20.266 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:53:20.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:20.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:20.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:20.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:20.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:20.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:20.266 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:20.266 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:20.267 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:20.267 DEBUG [main][MenuItemLookup] Item match:File 21:53:20.267 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:53:20.267 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:20.269 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:53:20.269 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:53:20.269 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:53:20.269 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:53:20.269 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:53:20.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.... 21:53:20.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 'New|Select a wizard'] is available. finished successfully 21:53:20.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:53:20.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:20.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:20.326 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:53:20.326 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:20.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 21:53:20.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:20.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:20.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:20.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:20.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:20.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:20.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:20.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:53:20.327 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:53:20.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:20.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:53:20.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:20.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:53:20.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:53:20.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:53:20.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:20.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:53:20.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:20.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:53:20.328 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:53:20.328 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:53:20.328 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:53:20.328 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:53:20.328 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:53:20.328 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:53:20.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) 21:53:20.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:20.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:20.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:20.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:20.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:20.329 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:53:20.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:20.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:20.329 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:20.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:20.465 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:20.465 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:20.465 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:20.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:53:20.466 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 21:53:20.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:53:20.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:20.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:20.466 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:53:20.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:20.467 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 21:53:20.467 DEBUG [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:") 21:53:20.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:20.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:20.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:20.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:20.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:53:20.468 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:53:20.469 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 21:53:20.498 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:53:20.498 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:53:20.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.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) 21:53:20.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:20.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:20.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:20.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:20.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:20.500 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:53:20.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:20.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:20.500 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:20.500 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:20.502 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.... 21:53:21.003 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 21:53:21.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:53:21.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:21.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:21.005 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:53:21.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:53:21.005 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:21.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:21.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:21.006 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:53:21.006 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:21.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:21.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:21.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:21.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:21.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:21.006 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:53:21.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:21.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:21.007 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:21.007 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:21.062 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.... 21:53:21.063 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 21:53:21.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:53:21.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:53:21.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:21.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/PropertiesViewTestProject)' is a system job, skipped 21:53:21.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:53:21.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:53:21.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:21.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:21.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:21.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:21.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:21.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:21.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:21.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:21.064 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:21.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:53:21.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:21.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:21.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:21.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:21.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:21.064 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:21.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:21.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:21.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:53:21.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:53:21.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:53:21.066 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:21.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:21.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:21.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:21.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:21.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:21.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:21.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:21.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:22.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:22.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:22.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:22.067 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:22.067 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:22.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:22.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:22.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:53:22.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:22.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:22.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:22.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:22.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:22.068 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:22.068 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:22.068 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 21:53:22.069 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 21:53:22.069 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 21:53:22.069 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 21:53:22.070 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 21:53:22.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:22.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:22.071 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 21:53:22.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:22.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:22.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:22.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:22.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:22.073 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:22.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 '\*?\QProperties\E') 21:53:22.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:22.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:22.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:22.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:22.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:22.074 INFO [WorkbenchTestable][AbstractView] Activate view Properties 21:53:22.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 21:53:22.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:22.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:22.081 INFO [WorkbenchTestable][AbstractView] Activate view Properties 21:53:22.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 21:53:22.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:22.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:22.092 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") 21:53:22.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:22.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:22.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:22.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:22.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:53:22.092 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 21:53:22.092 INFO [WorkbenchTestable][AbstractView] Activate view Properties 21:53:22.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 21:53:22.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:22.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:22.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 21:53:22.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:22.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:22.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:22.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:22.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:22.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:22.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:22.093 INFO [WorkbenchTestable][AbstractView] Activate view Properties 21:53:22.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 21:53:22.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:22.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:22.094 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") 21:53:22.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:22.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:22.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:22.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:22.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:53:22.094 INFO [WorkbenchTestable][AbstractToolItem] Unclick tool item Show Categories 21:53:22.094 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 21:53:22.094 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:53:22.094 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:22.096 INFO [WorkbenchTestable][AbstractView] Activate view Properties 21:53:22.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 21:53:22.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:22.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:22.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:53:22.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:22.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:22.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:22.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:22.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:22.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:22.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:22.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:22.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:22.098 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:53:22.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:22.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:22.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:22.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:22.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:22.106 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:22.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:53:22.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:22.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:22.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:22.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:22.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:22.107 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:22.107 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:22.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:22.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:22.125 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:22.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:22.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:22.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:22.126 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:22.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:22.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:22.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:22.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:22.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:22.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:22.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:22.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:23.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:23.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:23.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:23.128 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:23.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:23.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:23.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:23.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:53:23.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:23.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:23.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:23.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:23.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:23.129 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:23.129 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:23.129 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 21:53:23.130 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:23.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:23.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:23.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:23.130 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:23.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:23.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:23.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:23.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:23.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:23.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:23.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:23.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:24.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:24.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:24.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:24.133 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:24.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:24.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:24.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:24.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 21:53:24.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:24.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:24.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:24.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:24.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:24.134 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:24.134 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:24.134 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 21:53:24.134 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 21:53:24.134 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 21:53:24.135 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 21:53:24.136 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 21:53:24.136 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:53:24.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'New' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:24.155 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:53:24.155 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:53:24.155 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:53:24.155 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:53:24.156 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:53:24.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:24.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 21:53:24.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:24.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:24.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:24.656 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 21:53:24.656 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 21:53:24.656 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 21:53:24.657 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 21:53:24.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 21:53:24.658 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:53:24.658 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:24.679 DEBUG [main][MenuItemLookup] Found menu:'New' 21:53:24.679 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:53:24.679 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:24.679 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:53:24.679 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:53:24.679 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:53:24.679 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:24.679 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:53:24.679 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:53:24.679 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:53:24.679 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:53:24.679 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:53:24.679 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:53:24.679 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:53:24.679 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:53:24.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.... 21:53:25.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 'Delete.*'] is available. finished successfully 21:53:25.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:53:25.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:25.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:25.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:25.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:25.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: 32) 21:53:25.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:25.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:25.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:25.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:53:25.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:25.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:25.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:25.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:25.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:25.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:25.234 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:53:25.235 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:53:25.235 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:53:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:25.235 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:25.235 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:25.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:53:25.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:25.235 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:53:25.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:25.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:25.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:25.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:25.236 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:53:25.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:25.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:25.236 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:25.236 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:53:25.238 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:53:25.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:53:25.739 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:53:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:25.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:53:25.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:53:25.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:25.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:25.739 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 21:53:25.739 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:53:25.739 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:53:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:25.739 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleShowCategories no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 21:53:25.740 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:53:25.740 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 21:53:25.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 21:53:25.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:53:25.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:53:25.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:53:25.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'] 21:53:25.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:25.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'] 21:53:25.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:25.740 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:53:25.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:25.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'] 21:53:25.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:25.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'] 21:53:25.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:25.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'] 21:53:25.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:25.740 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:53:25.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:25.741 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:25.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:25.741 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:25.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:25.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:25.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:25.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:25.741 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:25.741 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:25.741 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:25.742 DEBUG [main][MenuItemLookup] Item match:File 21:53:25.742 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:53:25.742 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:25.744 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:53:25.744 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:53:25.745 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:53:25.745 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:53:25.745 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:53:25.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.... 21:53:25.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 21:53:25.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:53:25.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:25.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:25.792 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:53:25.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:25.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:53:25.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:25.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:25.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:25.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:25.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:25.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:25.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:25.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:53:25.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:53:25.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:25.794 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:53:25.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:25.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:53:25.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:53:25.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:53:25.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:25.794 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:53:25.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:25.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:53:25.794 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:53:25.794 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:53:25.794 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:53:25.795 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:53:25.795 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:53:25.795 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:53:25.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:53:25.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:25.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:25.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:25.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:25.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:25.795 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:53:25.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:25.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:25.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:25.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:25.907 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:25.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:25.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:25.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:53:25.907 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 21:53:25.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:53:25.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:25.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:25.907 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:53:25.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:25.908 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 21:53:25.908 DEBUG [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:") 21:53:25.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:25.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:25.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:25.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:25.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:53:25.909 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:53:25.909 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 21:53:25.931 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:53:25.931 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:53:25.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.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) 21:53:25.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:25.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:25.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:25.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:25.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:25.933 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:53:25.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:25.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:25.933 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:25.933 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:25.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 21:53:26.436 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 21:53:26.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:53:26.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:26.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:26.438 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:53:26.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 21:53:26.438 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:26.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:26.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:26.438 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:53:26.438 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:26.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:26.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:26.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:26.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:26.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:26.439 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:53:26.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:26.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:26.439 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:26.439 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:26.497 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.... 21:53:26.497 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 21:53:26.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:53:26.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:53:26.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:26.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/PropertiesViewTestProject)' is a system job, skipped 21:53:26.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:53:26.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:53:26.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:26.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:26.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:26.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:26.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:26.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:26.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:26.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:26.498 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:26.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 '\*?\QPackage Explorer\E') 21:53:26.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:26.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:26.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:26.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:26.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:26.498 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:26.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:26.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:26.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:53:26.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:53:26.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:53:26.500 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:26.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:26.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:26.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:26.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:26.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:26.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:27.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:27.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:27.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:27.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:27.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:27.502 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:27.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:27.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:27.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:27.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 21:53:27.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:27.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:27.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:27.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:27.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:27.503 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:27.503 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:27.503 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 21:53:27.503 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 21:53:27.504 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 21:53:27.504 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 21:53:27.505 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 21:53:27.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:27.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:27.506 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 21:53:27.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:27.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:27.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:27.508 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:27.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 '\*?\QProperties\E') 21:53:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:27.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:27.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:27.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:27.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:27.509 INFO [WorkbenchTestable][AbstractView] Activate view Properties 21:53:27.509 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 21:53:27.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:27.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:27.516 INFO [WorkbenchTestable][AbstractView] Activate view Properties 21:53:27.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 21:53:27.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:27.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:27.516 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") 21:53:27.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:27.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:27.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:27.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:27.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 21:53:27.517 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 21:53:27.517 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 21:53:27.517 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 21:53:27.517 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:27.528 INFO [WorkbenchTestable][AbstractView] Activate view Properties 21:53:27.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 21:53:27.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:27.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:27.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 21:53:27.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:27.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:27.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:27.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:27.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:27.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:27.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:27.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Info has children... 21:53:27.529 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 21:53:27.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:27.529 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 21:53:27.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:27.529 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 21:53:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Info has children finished successfully 21:53:27.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 21:53:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:27.530 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 21:53:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:27.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 21:53:27.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:27.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:27.530 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:53:27.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:27.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:27.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:27.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:27.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:27.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:27.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') 21:53:27.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:27.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:27.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:27.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:27.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:27.531 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:27.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:27.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:27.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:27.550 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:27.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:27.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:27.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:27.551 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:27.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:27.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:27.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:27.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:27.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:27.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:28.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:28.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:28.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:28.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:28.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:28.553 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:28.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:28.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:28.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:28.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 21:53:28.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:28.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:28.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:28.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:28.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:28.554 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:28.554 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:28.554 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 21:53:28.554 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:28.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:28.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:28.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:28.555 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:28.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:28.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:28.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:28.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:28.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:28.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:29.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:29.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:29.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:29.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:29.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:29.557 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:29.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:29.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:29.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:29.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 21:53:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:29.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:29.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:29.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:29.558 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:29.558 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:29.558 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 21:53:29.558 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 21:53:29.558 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 21:53:29.558 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 21:53:29.560 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 21:53:29.560 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:53:29.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'New' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:29.580 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:53:29.580 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:53:29.580 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:53:29.580 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:53:29.580 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:53:29.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:29.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 21:53:30.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:30.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:30.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:30.081 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 21:53:30.081 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 21:53:30.081 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 21:53:30.081 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 21:53:30.083 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 21:53:30.083 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:53:30.083 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:30.102 DEBUG [main][MenuItemLookup] Found menu:'New' 21:53:30.102 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:53:30.102 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:30.102 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:53:30.102 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:53:30.102 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:53:30.102 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:30.102 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:53:30.102 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:53:30.102 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:53:30.102 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:53:30.102 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:53:30.102 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:53:30.102 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:53:30.102 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:53:30.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 21:53:30.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 'Delete.*'] is available. finished successfully 21:53:30.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:53:30.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:30.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:30.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:30.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:30.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) 21:53:30.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:30.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:30.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:30.655 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:53:30.655 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:30.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:30.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:30.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:30.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:30.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:30.655 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:53:30.655 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:53:30.655 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:53:30.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:30.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:30.656 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:30.656 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:30.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:53:30.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:30.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:30.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:30.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:53:30.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:30.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:30.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:30.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:30.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:30.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:30.657 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:53:30.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:30.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:30.657 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:30.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:30.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:53:30.659 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:53:31.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:53:31.160 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:53:31.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:31.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:53:31.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:53:31.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:31.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:31.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:31.160 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 21:53:31.160 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:53:31.160 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:53:31.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:31.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:31.161 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 21:53:31.161 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:53:31.161 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 21:53:31.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 21:53:31.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:53:31.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:53:31.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:53:31.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'] 21:53:31.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:31.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'] 21:53:31.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:31.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: "New Java Project"] 21:53:31.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:31.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'] 21:53:31.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:31.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'] 21:53:31.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:31.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'] 21:53:31.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:31.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: "New Java Project"] 21:53:31.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:31.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'] 21:53:31.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:31.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'] 21:53:31.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:31.162 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:31.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:31.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:31.162 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:31.162 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:31.162 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:31.162 DEBUG [main][MenuItemLookup] Item match:File 21:53:31.163 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:53:31.163 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:53:31.164 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:53:31.164 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:53:31.164 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:31.164 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:53:31.164 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:53:31.164 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:53:31.164 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:53:31.164 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:53:31.164 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:53:31.165 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:53:31.165 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:53:31.165 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:53:31.165 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:31.165 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:53:31.165 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:53:31.165 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:31.165 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:53:31.165 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:31.165 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:53:31.165 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:53:31.165 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:53:31.165 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:53:31.165 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:53:31.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.... 21:53:31.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. finished successfully 21:53:31.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:53:31.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:31.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:31.226 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:53:31.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:31.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:53:31.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:31.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:31.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:31.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:31.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:53:31.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:53:31.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:31.228 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:53:31.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:31.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:53:31.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:53:31.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:53:31.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:31.228 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:53:31.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:31.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:53:31.228 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:53:31.228 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:53:31.228 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:53:31.228 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:53:31.228 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:53:31.228 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:53:31.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) 21:53:31.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:31.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:31.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:31.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:31.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:31.229 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:53:31.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:31.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:31.229 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:31.229 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:31.341 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:31.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:31.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:31.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:53:31.342 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 21:53:31.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:53:31.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:31.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:31.342 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:53:31.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:31.342 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 21:53:31.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.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 21:53:31.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:31.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:31.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:31.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:31.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:53:31.344 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:53:31.344 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 21:53:31.365 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:53:31.365 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:53:31.365 DEBUG [WorkbenchTestable][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) 21:53:31.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:31.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:31.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:31.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:31.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:31.366 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:53:31.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:31.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:31.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:31.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:31.368 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.... 21:53:31.869 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 21:53:31.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:53:31.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:31.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:31.871 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:53:31.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 21:53:31.871 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:31.872 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:53:31.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:31.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:31.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:31.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:31.873 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:53:31.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:31.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:31.873 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:31.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:31.928 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.... 21:53:31.928 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 21:53:31.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:53:31.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:53:31.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:31.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/PropertiesViewTestProject)' is a system job, skipped 21:53:31.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:53:31.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:53:31.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:53:31.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:31.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:31.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:31.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:31.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:31.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:31.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:31.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:31.929 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:31.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 '\*?\QPackage Explorer\E') 21:53:31.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:31.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:31.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:31.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:31.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:31.930 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:31.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:31.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:31.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:53:31.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:53:31.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:53:31.931 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:31.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:31.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:31.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:31.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:31.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:31.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:32.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:32.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:32.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:32.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:32.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:32.933 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:32.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:32.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:32.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:32.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 21:53:32.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:32.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:32.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:32.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:32.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:32.934 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:32.934 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:32.935 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 21:53:32.935 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 21:53:32.935 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 21:53:32.935 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 21:53:32.936 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 21:53:32.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:32.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:32.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:32.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:32.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:32.938 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:32.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 '\*?\QProperties\E') 21:53:32.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:32.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:32.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:32.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:32.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:32.940 INFO [WorkbenchTestable][AbstractView] Activate view Properties 21:53:32.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 21:53:32.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:32.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:32.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:53:32.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:32.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:32.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:32.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:32.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:32.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:32.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:32.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:32.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:32.957 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:53:32.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:32.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:32.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:32.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:32.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:32.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:32.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 '\*?\QPackage Explorer\E') 21:53:32.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:32.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:32.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:32.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:32.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:32.959 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:32.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:32.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:32.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:32.977 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:32.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:32.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:32.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:32.977 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:32.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:32.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:32.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:32.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:32.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:32.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:33.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:33.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:33.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:33.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:33.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:33.980 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:33.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:33.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:33.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:33.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:53:33.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:33.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:33.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:33.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:33.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:33.981 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:33.981 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:33.981 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 21:53:33.982 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:33.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:33.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:33.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:33.982 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:33.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:33.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:33.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:33.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:33.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:33.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:34.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:34.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:34.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:34.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:34.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:34.985 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:53:34.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:53:34.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:34.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:34.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 21:53:34.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:34.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:34.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:34.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:34.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:34.986 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:34.986 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:34.987 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 21:53:34.987 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 21:53:34.987 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 21:53:34.987 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 21:53:34.988 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 21:53:34.988 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:53:34.988 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'New' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:35.017 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:53:35.017 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:53:35.017 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:53:35.017 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:53:35.017 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:53:35.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:35.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 21:53:35.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:35.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:35.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:35.518 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 21:53:35.518 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 21:53:35.518 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 21:53:35.519 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 21:53:35.520 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 21:53:35.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:53:35.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:35.539 DEBUG [main][MenuItemLookup] Found menu:'New' 21:53:35.539 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:53:35.539 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:35.539 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:53:35.539 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:53:35.539 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:53:35.539 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:35.539 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:53:35.539 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:53:35.539 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:53:35.539 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:53:35.539 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:53:35.539 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:53:35.539 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:53:35.540 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:53:35.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 21:53:36.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 'Delete.*'] is available. finished successfully 21:53:36.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:53:36.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:36.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:36.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:36.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:36.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: 32) 21:53:36.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:36.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:36.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:36.104 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:53:36.104 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:36.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:36.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:36.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:36.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:36.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:36.105 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:53:36.105 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:53:36.105 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:53:36.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:36.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:36.105 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:36.105 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:36.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", Widget matcher matching widgets with style: 8) 21:53:36.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:36.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:36.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:36.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:53:36.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:36.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:36.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:36.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:36.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:36.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:36.106 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:53:36.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:36.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:36.106 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:36.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:36.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:53:36.108 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:53:36.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:53:36.609 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:53:36.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:36.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:53:36.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:53:36.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:36.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:36.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:36.609 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 21:53:36.609 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:53:36.609 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:53:36.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:36.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:36.610 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 21:53:36.610 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 21:53:36.610 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:53:36.610 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:53:36.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:36.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.061 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.589 s toggleShowCategories no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 5.474 s getProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 5.421 s getNonExistingProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 5.449 s Running org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 21:53:36.616 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 21:53:36.617 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:53:36.617 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:53:36.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 21:53:36.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:53:36.617 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:53:36.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:53:36.617 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:53:36.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:53:36.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:36.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:36.619 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 21:53:36.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:36.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:36.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:36.620 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:36.620 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:36.620 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:36.620 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:53:36.620 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:53:36.620 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:53:36.620 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:53:36.620 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:53:36.620 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:53:36.620 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:53:36.620 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:53:36.620 DEBUG [main][MenuItemLookup] Item match:Window 21:53:36.620 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:53:36.620 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:53:36.620 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:53:36.620 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:36.620 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:53:36.620 DEBUG [main][MenuItemLookup] Item match:Show View 21:53:36.623 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:53:36.624 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:53:36.624 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:53:36.624 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:53:36.624 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:53:36.624 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:53:36.624 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:53:36.624 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:53:36.624 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:53:36.624 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:53:36.624 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:53:36.624 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:53:36.624 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:53:36.624 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:53:36.624 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:36.624 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:53:36.624 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:53:36.624 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:53:36.624 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:53:36.624 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:53:36.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:53:36.665 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 21:53:36.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:53:36.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:36.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:36.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 21:53:36.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:36.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:36.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:36.666 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:53:36.666 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:36.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:36.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:36.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:36.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:36.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:36.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:36.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:36.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:53:36.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:53:36.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:36.667 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:53:36.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:36.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:53:36.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:53:36.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:53:36.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:36.667 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:53:36.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:36.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:53:36.668 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 21:53:36.668 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 21:53:36.668 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 21:53:36.668 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 21:53:36.668 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:36.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:36.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:36.668 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:53:36.668 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:36.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:36.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:36.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:53:36.668 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:36.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:36.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:36.668 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:53:36.668 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:36.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:36.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:36.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:36.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:36.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:36.669 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:53:36.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:36.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:36.669 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:36.669 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:36.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:53:36.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:53:36.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 21:53:36.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:36.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:36.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 21:53:36.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:36.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:36.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:36.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:36.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:36.722 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:36.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 '\*?\QProject Explorer\E') 21:53:36.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:36.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:36.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:36.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:36.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:36.722 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:53:36.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:53:36.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:36.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:53:36.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:53:36.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:53:36.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:36.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:36.725 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 21:53:36.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:36.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:36.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:36.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:36.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:36.726 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:36.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 '\*?\QProperties\E') 21:53:36.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:36.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:36.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:36.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:36.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:36.728 INFO [WorkbenchTestable][AbstractView] Activate view Properties 21:53:36.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 21:53:36.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:36.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.ScrolledComposite Text= TooltipText=null 21:53:36.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:36.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:36.749 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:36.750 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:36.750 DEBUG [main][MenuItemLookup] Item match:File 21:53:36.750 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:53:36.750 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:53:36.753 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:53:36.753 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:53:36.753 DEBUG [main][MenuItemLookup] Item match:Project... 21:53:36.754 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roject..." 21:53:36.754 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Project... 21:53:36.754 INFO [main][MenuItemHandler] Select menu item: P&roject... 21:53:36.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 21:53:36.803 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 21:53:36.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 21:53:36.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:36.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:36.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:53:36.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:36.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:36.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:36.804 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 21:53:36.804 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:36.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:36.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:36.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:36.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:36.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:36.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:36.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:36.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:53:36.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:53:36.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:37.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:37.307 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:53:37.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:53:37.308 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:53:37.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:37.308 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:53:37.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:37.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:53:37.308 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 21:53:37.308 DEBUG [main][TreeItemHandler] Selecting tree item: Project 21:53:37.308 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 21:53:37.310 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 21:53:37.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >") 21:53:37.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:37.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:37.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:37.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 21:53:37.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:37.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:37.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:37.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:37.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:37.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:37.312 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:53:37.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:37.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:37.312 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:37.312 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:37.337 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:") 21:53:37.337 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:37.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:37.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:37.337 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 21:53:37.337 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:37.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:37.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:37.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:37.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:37.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:53:37.338 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:53:37.338 INFO [WorkbenchTestable][AbstractText] Text set to: test 21:53:37.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 "Finish") 21:53:37.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:37.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:37.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:37.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 21:53:37.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:37.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:37.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:37.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:37.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:37.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:37.340 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:53:37.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:37.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:37.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:37.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:37.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 21:53:37.843 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 21:53:37.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:37.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:53:37.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:53:37.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:37.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:37.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:37.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:37.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:37.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:37.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:37.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:37.844 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:37.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 '\*?\QProject Explorer\E') 21:53:37.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:37.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:37.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:37.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:37.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:37.852 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:53:37.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:53:37.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:37.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:37.889 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:53:37.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:53:37.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:37.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:37.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:37.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:37.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:38.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:38.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:38.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:38.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:38.890 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:53:38.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:53:38.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:38.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:38.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 21:53:38.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:38.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:38.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:38.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:38.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:38.892 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:38.892 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:38.892 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 21:53:38.892 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 21:53:38.892 DEBUG [main][TreeItemHandler] Selecting tree item: test 21:53:38.892 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 21:53:38.899 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 21:53:38.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:38.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:38.899 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:38.899 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:38.899 DEBUG [main][MenuItemLookup] Item match:File 21:53:38.900 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:53:38.900 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:53:38.902 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:53:38.902 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:53:38.902 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:38.902 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:53:38.902 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:53:38.902 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:53:38.902 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:53:38.902 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:53:38.902 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:53:38.902 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:53:38.902 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:53:38.902 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:53:38.903 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:38.903 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:53:38.903 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:53:38.903 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:38.903 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:53:38.903 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:38.903 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:53:38.903 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:53:38.903 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:53:38.903 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:53:38.903 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:53:38.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 21:53:38.954 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 21:53:38.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:53:38.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:38.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:38.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:53:38.955 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:38.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:38.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:38.955 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 21:53:38.955 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:38.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:38.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:38.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:38.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem XML has children... 21:53:38.956 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item XML 21:53:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:39.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:39.457 INFO [WorkbenchTestable][TreeItemHandler] Expanded: XML 21:53:39.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem XML has children finished successfully 21:53:39.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item XML 21:53:39.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:39.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item XML is already expanded. No action performed 21:53:39.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:39.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: XML 21:53:39.459 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item XML Schema File 21:53:39.459 DEBUG [main][TreeItemHandler] Selecting tree item: XML Schema File 21:53:39.459 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item XML Schema File about selection 21:53:39.461 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: XML Schema File 21:53:39.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >") 21:53:39.461 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:39.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:39.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:39.461 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 21:53:39.461 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:39.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:39.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:39.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:39.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:39.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:39.462 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:53:39.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:39.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:39.462 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:39.462 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:39.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 21:53:39.507 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:39.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:39.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:39.507 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create XML Schema" as the parent 21:53:39.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:39.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:39.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:39.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:39.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:39.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:39.508 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:53:39.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:39.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:39.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:39.508 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:39.510 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:2165): Gtk-WARNING **: 21:53:40.000: Negative content height -5 (allocation 1, extents 3x3) while allocating gadget (node button, owner GtkToggleButton) 21:53:40.167 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 21:53:40.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:40.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:53:40.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:53:40.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 21:53:40.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:40.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:53:40.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:40.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:40.167 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:53:40.167 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 21:53:40.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 21:53:40.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:53:40.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:53:40.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:53:40.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:40.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:40.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 21:53:40.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:40.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:40.168 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 21:53:40.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:53:40.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:40.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:40.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:40.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:40.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:40.168 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:53:40.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:53:40.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:40.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:40.214 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:53:40.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:53:40.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:40.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:40.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:40.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:40.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:40.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:40.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:41.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:41.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:41.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:41.216 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:53:41.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:53:41.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:41.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:41.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 21:53:41.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:41.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:41.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:41.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:41.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:41.217 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:41.217 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:41.217 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 21:53:41.217 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:53:41.217 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item NewXMLSchema.xsd of tree item test 21:53:41.218 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:53:41.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:41.218 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:53:41.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:41.218 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:53:41.218 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 21:53:41.218 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 21:53:41.218 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 21:53:41.225 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 21:53:41.225 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item NewXMLSchema.xsd 21:53:41.225 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 21:53:41.225 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 21:53:41.225 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 21:53:41.230 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 21:53:41.230 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:53:41.230 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:53:41.291 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:53:41.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:41.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:53:41.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:41.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:53:41.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:41.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@545a2407 is found... 21:53:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@545a2407 is found finished successfully 21:53:41.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNewXMLSchema.xsd\E') 21:53:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:41.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:41.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:41.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:41.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:41.298 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:41.298 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 21:53:41.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNewXMLSchema.xsd\E') 21:53:41.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:41.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:41.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:41.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:41.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:41.304 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:41.304 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 21:53:41.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:41.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:41.319 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 21:53:41.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:41.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:41.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 21:53:41.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:41.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:41.321 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 21:53:41.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 '\*?\QProperties\E') 21:53:41.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:41.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:41.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:41.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:41.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:41.322 INFO [WorkbenchTestable][AbstractView] Activate view Properties 21:53:41.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 21:53:41.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:41.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=tns TooltipText=null 21:53:41.349 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') 21:53:41.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:41.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:41.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:41.350 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 21:53:41.350 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:41.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:41.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:41.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:41.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:41.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 21:53:41.351 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 21:53:41.351 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:41.351 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 21:53:41.351 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:41.383 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') 21:53:41.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:41.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:41.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:41.384 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 21:53:41.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:41.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:41.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:41.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:41.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:41.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 21:53:41.388 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 21:53:41.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:41.388 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 21:53:41.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:41.394 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') 21:53:41.394 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:41.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:41.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:41.394 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 21:53:41.394 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:41.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:41.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:41.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:41.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:41.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 21:53:41.394 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 21:53:41.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:41.394 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 21:53:41.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:41.404 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') 21:53:41.404 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:41.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:41.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:41.404 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 21:53:41.404 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:41.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:41.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:41.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:41.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:41.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 21:53:41.404 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 21:53:41.404 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:41.404 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 21:53:41.404 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:41.435 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") 21:53:41.435 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:41.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:41.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:41.435 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 21:53:41.435 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:41.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:41.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:41.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:41.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:41.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 21:53:41.436 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") 21:53:41.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:41.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:41.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:41.436 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 21:53:41.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:41.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:41.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:41.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:41.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:41.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 21:53:41.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 21:53:41.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:53:41.437 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:53:41.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:41.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:41.437 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 21:53:41.437 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:53:41.437 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 21:53:41.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 21:53:41.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:53:41.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:53:41.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:53:41.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:41.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:41.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 21:53:41.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:41.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:41.438 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 21:53:41.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:53:41.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:41.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:41.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:41.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:41.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:41.439 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:53:41.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:53:41.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:41.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:41.449 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:53:41.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:53:41.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:41.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:41.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:41.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:41.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:41.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:41.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:42.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:42.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:42.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:42.451 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:53:42.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:53:42.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:42.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:42.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:53:42.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:42.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:42.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:42.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:42.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:42.452 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:42.452 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:42.452 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 21:53:42.452 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:53:42.453 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item NewXMLSchema.xsd of tree item test 21:53:42.453 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 21:53:42.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:42.453 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 21:53:42.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:42.453 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 21:53:42.454 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 21:53:42.454 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 21:53:42.454 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 21:53:42.459 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 21:53:42.460 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item NewXMLSchema.xsd 21:53:42.460 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 21:53:42.460 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 21:53:42.460 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 21:53:42.468 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 21:53:42.468 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:53:42.469 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:53:42.503 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:53:42.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:42.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:53:42.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:42.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:53:42.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:42.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:42.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7f5c8a32 is found... 21:53:42.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7f5c8a32 is found finished successfully 21:53:42.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNewXMLSchema.xsd\E') 21:53:42.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:42.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:42.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:42.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:42.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:42.506 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:42.506 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 21:53:42.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 '\*?\QNewXMLSchema.xsd\E') 21:53:42.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:42.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:42.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:42.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:42.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:42.507 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:42.507 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 21:53:42.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:42.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:42.510 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 21:53:42.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:42.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:42.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 21:53:42.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:42.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:42.512 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 21:53:42.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 '\*?\QProperties\E') 21:53:42.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:42.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:42.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:42.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:42.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:42.514 INFO [WorkbenchTestable][AbstractView] Activate view Properties 21:53:42.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 21:53:42.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:42.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:42.539 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') 21:53:42.539 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:42.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:42.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:42.539 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 21:53:42.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:42.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:42.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:42.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:42.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:42.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 21:53:42.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 21:53:42.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:53:42.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:53:42.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:42.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:42.540 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 21:53:42.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:42.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:42.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 21:53:42.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:42.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:42.541 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 21:53:42.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') 21:53:42.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:42.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:42.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:42.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:42.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:42.542 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:53:42.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:53:42.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:42.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:42.553 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:53:42.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:53:42.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:42.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:42.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:42.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:42.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:43.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:43.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:43.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:43.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:43.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:43.571 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:53:43.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:53:43.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:43.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:43.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 21:53:43.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:43.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:43.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:43.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:43.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:43.572 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:43.572 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:43.572 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 21:53:43.573 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 21:53:43.573 DEBUG [main][TreeItemHandler] Selecting tree item: test 21:53:43.573 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 21:53:43.577 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 21:53:43.583 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:53:43.583 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:43.608 DEBUG [main][MenuItemLookup] Found menu:'New' 21:53:43.608 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:53:43.608 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:43.608 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:53:43.608 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:43.608 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:53:43.608 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:53:43.608 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:53:43.608 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:53:43.608 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:53:43.608 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:53:43.608 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:43.608 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:53:43.608 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:53:43.608 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:43.608 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:53:43.608 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:53:43.608 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:53:43.608 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:53:43.609 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:53:43.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:43.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:53:43.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 21:53:44.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:53:44.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:53:44.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:44.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:53:44.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:44.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:44.109 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test' via Explorer 21:53:44.109 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 21:53:44.109 DEBUG [main][TreeItemHandler] Selecting tree item: test 21:53:44.109 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 21:53:44.114 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 21:53:44.114 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:53:44.114 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:44.132 DEBUG [main][MenuItemLookup] Found menu:'New' 21:53:44.132 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:53:44.132 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:44.132 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:53:44.132 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:44.132 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:53:44.132 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:53:44.132 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:53:44.132 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:53:44.132 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:53:44.132 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:53:44.133 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:53:44.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 'Delete.*'] is available.... 21:53:44.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 'Delete.*'] is available. finished successfully 21:53:44.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:53:44.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:44.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:44.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:44.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:44.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: 32) 21:53:44.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:44.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:44.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:44.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:53:44.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:44.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:44.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:44.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:44.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:44.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:44.714 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:53:44.715 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:53:44.715 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:53:44.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:44.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:44.715 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:44.715 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:44.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", Widget matcher matching widgets with style: 8) 21:53:44.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:44.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:44.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:44.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:53:44.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:44.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:44.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:44.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:44.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:44.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:44.716 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:53:44.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:44.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:44.716 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:44.716 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:44.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:53:44.718 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:53:45.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:53:45.218 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:53:45.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:45.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:53:45.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:53:45.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:45.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:45.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:45.218 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 21:53:45.218 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:53:45.218 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:53:45.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:45.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.603 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.27 s getTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) Time elapsed: 1.103 s Running org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 21:53:45.225 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 21:53:45.226 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:53:45.226 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:53:45.226 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 21:53:45.226 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:53:45.226 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:53:45.226 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:53:45.226 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:53:45.226 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:53:45.226 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 21:53:45.226 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 21:53:45.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:53:45.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:45.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:45.227 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:45.227 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:45.227 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:53:45.227 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:53:45.227 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:53:45.227 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:53:45.227 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:53:45.227 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:53:45.227 DEBUG [main][MenuItemLookup] Item match:Window 21:53:45.227 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:53:45.227 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:53:45.227 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:53:45.227 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:45.227 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:53:45.227 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:53:45.227 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:45.227 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:53:45.227 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:45.227 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:53:45.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:45.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:45.228 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:53:45.228 DEBUG [main][MenuItemLookup] Item match:Window 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:53:45.228 DEBUG [main][MenuItemLookup] Item match:Perspective 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:53:45.228 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:53:45.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:53:45.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:45.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:45.228 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:53:45.228 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:53:45.228 DEBUG [main][MenuItemLookup] Item match:Window 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:53:45.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:45.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:45.229 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:53:45.229 DEBUG [main][MenuItemLookup] Item match:Window 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:53:45.229 DEBUG [main][MenuItemLookup] Item match:Perspective 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:53:45.229 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:53:45.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:45.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:45.229 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:53:45.229 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:53:45.229 DEBUG [main][MenuItemLookup] Item match:Window 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:53:45.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:45.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:45.230 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:53:45.230 DEBUG [main][MenuItemLookup] Item match:Window 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:53:45.230 DEBUG [main][MenuItemLookup] Item match:Perspective 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:53:45.230 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:53:45.230 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:53:45.230 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 21:53:45.230 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 21:53:45.230 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 21:53:45.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 21:53:45.251 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 21:53:45.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 21:53:45.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:45.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:45.251 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:45.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:45.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:45.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 21:53:45.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:45.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:45.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:45.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 "Reset Perspective") 21:53:45.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:45.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:45.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:45.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 21:53:45.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:45.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:45.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:45.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:45.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:45.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:45.252 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 21:53:45.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:45.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:45.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:45.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:45.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'] 21:53:45.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:45.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'] 21:53:45.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:45.347 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:53:45.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:45.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'] 21:53:45.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:45.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'] 21:53:45.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:45.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'] 21:53:45.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:45.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"] 21:53:45.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:45.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'] 21:53:45.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:45.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'] 21:53:45.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:45.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:45.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:45.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:45.348 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:45.348 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:45.348 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:45.348 DEBUG [main][MenuItemLookup] Item match:File 21:53:45.349 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:53:45.349 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:53:45.350 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:53:45.350 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:53:45.350 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:45.350 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:53:45.350 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:53:45.350 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:53:45.351 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:53:45.351 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:53:45.351 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:53:45.351 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:53:45.351 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:53:45.351 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:53:45.351 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:45.351 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:53:45.351 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:53:45.351 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:45.351 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:53:45.351 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:45.351 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:53:45.351 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:53:45.351 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:53:45.351 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:53:45.351 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:53:45.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.... 21:53:45.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 21:53:45.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:53:45.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:45.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:45.417 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:53:45.417 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:45.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 21:53:45.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:45.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:45.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:45.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:45.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:45.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:53:45.419 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:53:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:45.419 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:53:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:45.419 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:53:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:53:45.419 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:53:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:45.419 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:53:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:45.419 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:53:45.419 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:53:45.419 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:53:45.419 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:53:45.426 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:53:45.426 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:53:45.426 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:53:45.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:53:45.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:45.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:45.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:45.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:45.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:45.428 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:53:45.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:45.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:45.428 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:45.428 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:45.536 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:45.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:45.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:45.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:53:45.537 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 21:53:45.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:53:45.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:45.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:45.538 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:53:45.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:45.538 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectItemTestProject' 21:53:45.538 DEBUG [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:") 21:53:45.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:45.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:45.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:45.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:45.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:53:45.540 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:53:45.540 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject 21:53:45.561 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:53:45.561 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:53:45.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 21:53:45.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:45.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:45.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:45.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:45.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:45.562 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:53:45.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:45.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:45.562 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:45.562 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:45.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 21:53:46.065 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 21:53:46.065 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:53:46.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:46.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:46.068 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:53:46.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 21:53:46.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:46.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:46.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:46.068 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:53:46.068 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:46.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:46.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:46.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:46.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:46.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:46.069 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:53:46.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:46.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:46.069 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:46.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:46.127 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.... 21:53:46.128 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 21:53:46.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:53:46.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:53:46.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:46.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ProjectItemTestProject)' is a system job, skipped 21:53:46.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:53:46.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:46.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:46.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:46.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'] 21:53:46.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.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'] 21:53:46.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.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: "New Java Class"] 21:53:46.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.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'] 21:53:46.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.129 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:46.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.129 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:46.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.129 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:53:46.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.129 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:46.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.129 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:46.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:46.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:46.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:46.129 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:46.129 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:46.130 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:46.130 DEBUG [main][MenuItemLookup] Item match:File 21:53:46.130 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:53:46.130 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:46.132 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:53:46.132 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:53:46.143 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:53:46.143 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:53:46.143 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:53:46.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 'New|Select a wizard'] is available.... 21:53:46.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 21:53:46.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:53:46.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:46.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:46.206 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:53:46.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:53:46.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:46.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:46.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:46.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:46.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:46.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:46.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:46.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:53:46.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:53:46.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:46.208 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:53:46.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:46.208 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:53:46.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:53:46.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:53:46.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:46.208 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:53:46.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:46.208 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:53:46.208 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:53:46.208 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:53:46.209 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:53:46.211 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:53:46.211 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:53:46.211 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:53:46.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:53:46.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:46.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:46.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:46.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:46.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:46.212 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:53:46.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:46.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:46.212 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:46.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:46.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'] 21:53:46.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:53:46.262 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 21:53:46.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:53:46.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:46.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:46.263 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:53:46.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.263 DEBUG [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:") 21:53:46.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:46.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:46.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:46.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:46.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:53:46.269 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:53:46.270 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 21:53:46.275 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:53:46.275 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:53:46.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 21:53:46.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:46.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:46.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:46.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:46.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:46.277 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:53:46.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:46.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:46.277 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:46.277 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:46.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:53:46.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:53:46.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:53:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:53:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:53:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:53:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:53:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:46.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:46.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:53:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:53:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:53:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:53:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:53:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:46.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:46.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'] 21:53:46.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.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'] 21:53:46.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.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"] 21:53:46.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.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'] 21:53:46.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.796 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:46.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.796 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:46.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.796 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:53:46.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.796 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:46.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.796 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:46.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 21:53:46.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:46.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:46.796 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:53:46.797 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:53:46.797 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:46.797 DEBUG [main][MenuItemLookup] Item match:File 21:53:46.797 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:53:46.797 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:46.799 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:53:46.799 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:53:46.799 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:53:46.799 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:53:46.799 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:53:46.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 'New|Select a wizard'] is available.... 21:53:46.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 21:53:46.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:53:46.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:46.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:46.856 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:53:46.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:53:46.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:46.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:46.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:46.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:46.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:46.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:46.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:46.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:53:46.858 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:53:46.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:46.858 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:53:46.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:46.858 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:53:46.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:53:46.858 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:53:46.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:46.858 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:53:46.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:46.858 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:53:46.858 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:53:46.858 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:53:46.858 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:53:46.858 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:53:46.858 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:53:46.858 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:53:46.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:53:46.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:46.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:46.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:46.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:46.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:46.859 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:53:46.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:46.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:46.860 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:46.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:46.946 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:53:46.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:53:46.947 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 21:53:46.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:53:46.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:46.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:46.948 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:53:46.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:46.948 DEBUG [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:") 21:53:46.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:46.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:47.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:47.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:47.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:53:47.000 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:53:47.001 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 21:53:47.006 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:53:47.006 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:53:47.006 DEBUG [WorkbenchTestable][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) 21:53:47.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:47.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:47.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:47.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:47.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:47.018 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:53:47.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:47.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:47.018 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:47.018 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:47.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:53:47.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:53:47.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:47.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:53:47.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:53:47.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:53:47.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:47.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:53:47.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:47.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:47.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:47.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:53:47.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:53:47.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:53:47.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:47.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:53:47.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:47.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:47.522 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:53:47.523 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 21:53:47.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 21:53:47.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:53:47.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:53:47.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:53:47.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:47.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:47.527 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 21:53:47.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 21:53:47.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:47.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:47.528 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 21:53:47.528 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 21:53:47.528 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:47.528 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:53:47.528 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:53:47.528 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:53:47.528 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:53:47.528 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:53:47.528 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:53:47.528 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:53:47.528 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:53:47.528 DEBUG [main][MenuItemLookup] Item match:Window 21:53:47.530 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:53:47.530 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:53:47.530 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:53:47.530 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:47.530 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:53:47.530 DEBUG [main][MenuItemLookup] Item match:Show View 21:53:47.533 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:53:47.533 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:53:47.533 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:53:47.533 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:53:47.533 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:53:47.533 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:53:47.533 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:53:47.533 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:53:47.533 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:53:47.533 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:53:47.533 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:53:47.533 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:53:47.533 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:53:47.533 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:53:47.533 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:47.533 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:53:47.533 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:53:47.533 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:53:47.533 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:53:47.533 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:53:47.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:53:47.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 21:53:47.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:53:47.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:47.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:47.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:53:47.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:47.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:47.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:47.583 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:53:47.583 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:47.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:47.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:47.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:47.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:47.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:47.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:47.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:47.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:53:47.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:53:47.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:47.584 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:53:47.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:47.584 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:53:47.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:53:47.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:53:47.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:47.584 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:53:47.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:47.584 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:53:47.588 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 21:53:47.588 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 21:53:47.588 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 21:53:47.588 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 21:53:47.588 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:47.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:47.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:47.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:53:47.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:47.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:47.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:47.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:53:47.589 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:47.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:47.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:47.589 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:53:47.589 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:47.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:47.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:47.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:47.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:47.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:47.590 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:53:47.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:47.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:47.590 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:47.590 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:53:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:53:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 21:53:47.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:47.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:47.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 21:53:47.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:47.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:47.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 21:53:47.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:47.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:47.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 21:53:47.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 '\*?\QNavigator (Deprecated)\E') 21:53:47.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:47.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:47.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:47.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:47.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:47.653 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:47.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:47.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:47.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform TooltipText=null 21:53:47.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:53:47.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:53:47.654 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:47.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:47.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:47.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:47.655 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:47.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:47.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:47.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:47.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:47.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:47.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:48.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:48.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:48.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:48.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:48.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:48.657 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:48.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:48.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:48.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:48.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 21:53:48.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:48.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:48.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:48.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:48.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:48.658 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:48.658 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:48.658 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:53:48.658 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:53:48.658 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:53:48.658 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:53:48.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:49.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:49.159 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:53:49.160 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:49.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:49.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:49.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:49.161 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:49.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:49.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:49.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:49.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:49.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:49.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:49.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:49.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:50.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:50.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:50.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:50.163 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:50.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:50.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:50.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:50.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 21:53:50.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:50.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:50.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:50.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:50.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:50.164 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:50.164 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:50.164 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:53:50.165 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:53:50.165 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:53:50.165 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:53:50.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:50.165 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:53:50.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:50.165 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:53:50.165 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:53:50.165 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:53:50.165 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:53:50.167 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:53:50.167 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:53:50.167 DEBUG [main][EditorHandler] 2 editor(s) found 21:53:50.167 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 21:53:50.190 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 21:53:50.190 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass1.java 21:53:50.229 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass1.java is closed 21:53:50.230 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:50.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:50.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:50.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:50.230 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:50.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:50.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:50.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:50.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:50.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:50.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:50.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:50.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:51.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:51.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:51.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:51.233 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:51.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:51.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:51.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:51.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 21:53:51.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:51.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:51.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:51.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:51.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:51.234 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:51.234 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:51.234 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:53:51.234 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:53:51.234 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:53:51.234 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:53:51.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:51.234 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:53:51.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:51.235 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:53:51.235 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item src 21:53:51.235 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:53:51.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:51.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:51.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:53:51.736 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:53:51.736 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:53:51.736 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:53:51.738 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:53:51.738 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 21:53:51.738 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:53:51.738 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:53:51.738 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:53:51.739 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:53:51.739 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:53:51.739 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:53:51.825 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:53:51.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:51.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:53:51.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:53:51.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:53:51.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:53:51.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:51.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:53:51.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:51.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:51.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 '\*?\QTestClass.java\E') 21:53:51.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:51.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:51.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:51.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:51.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:51.831 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:51.831 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class TestClass { } TooltipText=null 21:53:51.835 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:51.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:51.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:51.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:51.844 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 21:53:51.844 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 21:53:51.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:51.844 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:53:51.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 21:53:51.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:53:51.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:53:51.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:51.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:51.886 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 21:53:51.887 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:53:51.887 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectCollapsedResourceNavigatorItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 21:53:51.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 21:53:51.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:53:51.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:53:51.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:53:51.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:51.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:51.890 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 21:53:51.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 21:53:51.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:51.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:51.890 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:53:51.890 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:53:51.891 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:51.891 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:53:51.891 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:53:51.891 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:53:51.891 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:53:51.891 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:53:51.891 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:53:51.891 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:53:51.891 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:53:51.891 DEBUG [main][MenuItemLookup] Item match:Window 21:53:51.891 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:53:51.891 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:53:51.891 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:53:51.891 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:51.891 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:53:51.891 DEBUG [main][MenuItemLookup] Item match:Show View 21:53:51.894 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:53:51.894 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:53:51.894 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:53:51.894 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:53:51.894 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:53:51.894 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:53:51.894 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:53:51.894 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:53:51.894 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:53:51.894 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:53:51.894 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:53:51.894 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:53:51.894 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:53:51.894 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:53:51.894 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:51.894 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:53:51.894 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:53:51.895 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:53:51.895 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:53:51.895 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:53:51.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:53:51.938 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 21:53:51.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:53:51.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:51.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:51.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:53:51.940 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:51.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:51.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:51.940 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:53:51.940 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:51.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:51.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:51.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:51.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:51.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:51.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:51.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:51.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:53:51.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:53:51.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:51.941 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:53:51.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:51.941 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:53:51.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:53:51.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:53:51.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:51.942 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:53:51.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:51.942 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:53:51.942 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 21:53:51.942 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 21:53:51.942 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 21:53:51.942 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 21:53:51.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:51.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:51.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:51.942 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:53:51.942 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:51.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:51.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:51.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:53:51.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:51.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:51.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:51.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:53:51.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:51.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:51.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:51.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:51.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:51.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:51.943 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:53:51.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:51.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:51.943 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:51.943 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:52.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:53:52.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:53:52.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 21:53:52.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:52.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:52.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 21:53:52.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:52.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:52.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 21:53:52.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:52.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:52.004 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:53:52.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 '\*?\QNavigator (Deprecated)\E') 21:53:52.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:52.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:52.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:52.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:52.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:52.005 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:52.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:52.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:52.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 21:53:52.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:53:52.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:53:52.007 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:52.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:52.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:52.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:52.007 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:52.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:52.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:52.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:52.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:52.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:52.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:52.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:52.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:53.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:53.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:53.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:53.010 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:53.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:53.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:53.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:53.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 21:53:53.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:53.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:53.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:53.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:53.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:53.012 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:53.012 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:53.012 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:53:53.012 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:53:53.013 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:53:53.013 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:53:53.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:53.013 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:53:53.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:53.013 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:53:53.013 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:53.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:53.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:53.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:53.013 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:53.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:53.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:53.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:53.014 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:53.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:53.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:53.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:53.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:53.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:53.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:53.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:53.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:54.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:54.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:54.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:54.017 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:54.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:54.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:54.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:54.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 21:53:54.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:54.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:54.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:54.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:54.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:54.018 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:54.018 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:54.018 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:53:54.019 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:53:54.019 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:53:54.019 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:53:54.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:54.019 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:53:54.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:54.019 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:53:54.019 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:53:54.019 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:53:54.019 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:53:54.020 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:53:54.020 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:53:54.021 DEBUG [main][EditorHandler] 1 editor(s) found 21:53:54.021 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 21:53:54.073 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 21:53:54.073 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:54.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:54.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:54.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:54.074 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:53:54.075 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:53:54.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:53:54.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:54.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:53:54.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:54.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:53:54.075 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item src 21:53:54.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:53:54.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:54.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:53:54.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:54.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:53:54.075 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item ProjectItemTestProject 21:53:54.075 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item ProjectItemTestProject 21:53:54.076 DEBUG [main][TreeItemHandler] Setting tree item ProjectItemTestProject collapsed 21:53:54.076 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 21:53:54.076 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: ProjectItemTestProject 21:53:54.076 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 21:53:54.076 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 21:53:54.078 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 21:53:54.079 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 21:53:54.079 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:53:54.079 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:53:54.079 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:53:54.081 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:53:54.081 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:54.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:54.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:54.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:54.081 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 21:53:54.082 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 21:53:54.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:54.082 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:53:54.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 21:53:54.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:53:54.095 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:53:54.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:54.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:54.107 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectCollapsedResourceNavigatorItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 21:53:54.107 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:53:54.107 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 21:53:54.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 21:53:54.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:53:54.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:53:54.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:53:54.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:54.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:54.110 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 21:53:54.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:54.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:54.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:54.111 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:54.111 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:54.111 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:54.111 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:53:54.111 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:53:54.111 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:53:54.111 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:53:54.111 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:53:54.111 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:53:54.111 DEBUG [main][MenuItemLookup] Item match:Window 21:53:54.112 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:53:54.112 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:53:54.112 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:53:54.112 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:54.112 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:53:54.112 DEBUG [main][MenuItemLookup] Item match:Show View 21:53:54.115 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:53:54.115 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:53:54.115 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:53:54.115 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:53:54.115 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:53:54.115 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:53:54.115 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:53:54.115 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:53:54.115 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:53:54.115 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:53:54.115 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:53:54.115 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:53:54.115 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:53:54.115 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:53:54.115 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:54.115 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:53:54.115 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:53:54.115 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:53:54.115 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:53:54.116 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:53:54.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:53:54.160 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 21:53:54.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:53:54.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:54.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:54.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:53:54.161 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:54.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:54.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:54.161 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:53:54.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:54.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:54.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:54.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:54.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:54.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:54.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:54.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:54.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:53:54.162 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:53:54.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:54.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:53:54.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:54.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:53:54.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:53:54.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:53:54.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:54.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:53:54.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:54.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:53:54.163 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 21:53:54.163 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 21:53:54.163 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 21:53:54.163 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 21:53:54.163 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:54.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:54.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:54.163 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:53:54.163 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:54.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:54.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:54.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:53:54.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:54.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:54.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:54.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:53:54.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:54.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:54.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:54.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:54.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:54.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:54.164 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:53:54.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:54.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:54.165 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:54.165 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:54.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:53:54.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:53:54.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 21:53:54.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:54.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:54.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 21:53:54.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:54.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:54.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:54.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:54.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:54.222 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:54.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:53:54.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:54.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:54.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:54.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:54.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:54.223 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:54.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:54.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:54.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:53:54.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:53:54.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:53:54.225 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:54.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:54.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:54.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:54.225 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:54.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:54.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:54.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:54.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:54.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:54.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:54.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:54.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:55.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:55.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:55.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:55.227 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:55.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:55.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:55.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:55.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 21:53:55.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:55.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:55.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:55.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:55.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:55.228 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:55.228 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:55.228 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:53:55.229 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:53:55.229 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:53:55.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:53:55.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:55.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:53:55.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:55.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:53:55.229 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:53:55.229 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:53:55.229 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:53:55.231 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:53:55.231 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 21:53:55.231 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 21:53:55.231 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 21:53:55.231 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 21:53:55.231 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 21:53:55.231 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:55.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:55.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:55.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:55.232 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 21:53:55.232 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 21:53:55.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:55.232 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:53:55.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 21:53:55.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:53:55.246 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:53:55.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:55.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:55.257 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 21:53:55.257 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:53:55.257 INFO [WorkbenchTestable][RequirementsRunner] Started test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 21:53:55.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 21:53:55.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:53:55.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:53:55.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:53:55.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:55.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:55.259 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 21:53:55.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:55.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:55.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:55.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:55.259 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:55.260 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:55.260 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:53:55.260 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:53:55.260 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:53:55.260 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:53:55.260 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:53:55.260 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:53:55.260 DEBUG [main][MenuItemLookup] Item match:Window 21:53:55.260 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:53:55.260 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:53:55.260 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:53:55.260 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:55.260 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:53:55.260 DEBUG [main][MenuItemLookup] Item match:Show View 21:53:55.264 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:53:55.264 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:53:55.264 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:53:55.264 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:53:55.264 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:53:55.264 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:53:55.264 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:53:55.264 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:53:55.264 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:53:55.264 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:53:55.264 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:53:55.264 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:53:55.264 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:53:55.264 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:53:55.264 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:55.264 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:53:55.264 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:53:55.265 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:53:55.265 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:53:55.265 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:53:55.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:53:55.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 21:53:55.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:53:55.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:55.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:55.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 21:53:55.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:55.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:55.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:55.310 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:53:55.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:55.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:55.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:55.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:55.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:55.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:53:55.311 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:53:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:55.311 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:53:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:55.311 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:53:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:53:55.311 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:53:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:55.311 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:53:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:55.311 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:53:55.311 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 21:53:55.311 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 21:53:55.312 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 21:53:55.312 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 21:53:55.312 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:55.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:55.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:55.312 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:53:55.312 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:55.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:55.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:55.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:53:55.312 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:55.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:55.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:55.312 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:53:55.312 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:55.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:55.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:55.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:55.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:55.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:55.313 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:53:55.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:55.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:55.313 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:55.313 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:55.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:53:55.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:53:55.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 21:53:55.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:55.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:55.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 21:53:55.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:55.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:55.396 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:55.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:55.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:55.396 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:55.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 '\*?\QNavigator (Deprecated)\E') 21:53:55.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:55.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:55.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:55.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:55.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:55.397 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:55.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:55.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:55.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:53:55.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:53:55.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:53:55.399 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:55.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:55.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:55.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:55.399 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:55.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:55.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:55.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:55.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:55.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:55.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:55.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:55.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:56.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:56.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:56.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:56.401 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:56.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:56.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:56.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:56.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 21:53:56.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:56.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:56.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:56.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:56.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:56.402 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:56.402 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:56.403 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:53:56.403 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:53:56.403 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:53:56.403 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:53:56.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:56.403 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:53:56.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:56.403 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:53:56.403 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:53:56.403 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:53:56.403 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:53:56.404 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:53:56.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'] 21:53:56.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:56.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'] 21:53:56.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:56.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: "Create New File"] 21:53:56.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:56.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'] 21:53:56.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:56.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'] 21:53:56.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:56.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'] 21:53:56.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:56.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: "Create New File"] 21:53:56.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:56.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'] 21:53:56.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:56.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'] 21:53:56.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:56.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:53:56.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:56.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:56.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:53:56.406 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:53:56.406 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:56.406 DEBUG [main][MenuItemLookup] Item match:File 21:53:56.407 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:53:56.407 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'File' 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:56.409 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:53:56.409 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:53:56.409 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:53:56.409 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:53:56.409 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:53:56.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:53:56.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:53:56.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:53:56.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:56.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:56.458 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:53:56.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:56.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:53:56.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:56.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:56.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:56.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:56.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:56.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:53:56.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:53:56.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:53:56.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:53:56.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:56.460 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:53:56.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:56.460 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:53:56.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:53:56.460 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:53:56.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:56.460 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:53:56.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:56.460 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:53:56.460 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 21:53:56.460 DEBUG [main][TreeItemHandler] Selecting tree item: File 21:53:56.460 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 21:53:56.466 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 21:53:56.466 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:53:56.466 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:53:56.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:53:56.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:56.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:56.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:56.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:56.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:56.467 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:53:56.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:56.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:56.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:56.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:56.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'] 21:53:56.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:56.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:56.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 21:53:56.491 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 21:53:56.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 21:53:56.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:56.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:56.491 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 21:53:56.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:53:56.492 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:") 21:53:56.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:56.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:56.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:56.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:56.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:53:56.494 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:53:56.495 INFO [WorkbenchTestable][AbstractText] Text set to: text.txt 21:53:56.495 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:") 21:53:56.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:56.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:56.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:56.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:56.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:53:56.496 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:53:56.496 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject/src/files/ 21:53:56.497 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 21:53:56.497 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 21:53:56.497 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) 21:53:56.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:56.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:56.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:56.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:56.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:56.498 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:53:56.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:56.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:56.498 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:56.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:56.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:53:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:53:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:57.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:53:57.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:53:57.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:53:57.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:57.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:53:57.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@ea6719b is found... 21:53:57.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@ea6719b is found finished successfully 21:53:57.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtext.txt\E') 21:53:57.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:57.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:57.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:57.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:57.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:53:57.003 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:57.003 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 21:53:57.003 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:57.003 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 21:53:57.003 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 21:53:57.003 DEBUG [WorkbenchTestable][EditorHandler] Closing editor text.txt 21:53:57.041 DEBUG [WorkbenchTestable][EditorHandler] Editor text.txt is closed 21:53:57.041 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:57.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:57.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:57.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:57.042 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:57.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:57.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:57.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:57.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:57.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:57.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:57.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:57.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:58.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:58.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:58.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:53:58.045 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:58.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:58.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:58.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:58.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 21:53:58.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:58.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:58.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:58.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:58.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:53:58.046 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:53:58.046 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:53:58.046 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:53:58.046 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:53:58.046 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:53:58.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:53:58.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:58.046 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:53:58.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:58.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:53:58.047 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 21:53:58.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:53:58.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:53:58.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:53:58.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:53:58.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:53:58.047 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 21:53:58.047 DEBUG [main][TreeItemHandler] Selecting tree item: files 21:53:58.047 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 21:53:58.048 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 21:53:58.048 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:53:58.048 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:58.062 DEBUG [main][MenuItemLookup] Found menu:'New' 21:53:58.062 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:53:58.062 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:53:58.062 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:58.062 DEBUG [main][MenuItemLookup] Found menu:'Copy' 21:53:58.062 DEBUG [main][MenuItemLookup] Found menu:'Paste' 21:53:58.062 DEBUG [main][MenuItemLookup] Found menu:'Delete' 21:53:58.062 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:53:58.062 DEBUG [main][MenuItemLookup] Found menu:'Rename...' 21:53:58.062 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:58.062 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:53:58.062 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:53:58.062 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:58.062 DEBUG [main][MenuItemLookup] Found menu:'Refresh' 21:53:58.062 DEBUG [main][MenuItemLookup] Item match:Refresh 21:53:58.062 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh" 21:53:58.062 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh 21:53:58.063 INFO [main][MenuItemHandler] Select menu item: Re&fresh 21:53:58.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:58.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 21:53:58.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:58.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:53:58.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:58.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:58.563 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'files' via Explorer 21:53:58.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 21:53:58.563 DEBUG [main][TreeItemHandler] Selecting tree item: files 21:53:58.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 21:53:58.565 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 21:53:58.565 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:53:58.565 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:58.579 DEBUG [main][MenuItemLookup] Found menu:'New' 21:53:58.579 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:53:58.579 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:53:58.579 DEBUG [main][MenuItemLookup] Found menu:'' 21:53:58.579 DEBUG [main][MenuItemLookup] Found menu:'Copy' 21:53:58.579 DEBUG [main][MenuItemLookup] Found menu:'Paste' 21:53:58.579 DEBUG [main][MenuItemLookup] Found menu:'Delete' 21:53:58.579 DEBUG [main][MenuItemLookup] Item match:Delete 21:53:58.579 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 21:53:58.579 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 21:53:58.579 INFO [main][MenuItemHandler] Select menu item: &Delete 21:53:58.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 21:53:59.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 21:53:59.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:53:59.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:53:59.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:53:59.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:59.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:53:59.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 "OK", Widget matcher matching widgets with style: 8) 21:53:59.125 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:53:59.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:53:59.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:53:59.125 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:53:59.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:53:59.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:59.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:59.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:53:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:53:59.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:53:59.126 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:53:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:53:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:53:59.126 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:53:59.126 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:53:59.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:53:59.128 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:53:59.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:53:59.628 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:53:59.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:53:59.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:53:59.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:53:59.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:53:59.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:53:59.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:53:59.629 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:59.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:59.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:59.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:59.630 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:53:59.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:53:59.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:53:59.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:53:59.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:53:59.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:53:59.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:00.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:00.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:00.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:00.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:00.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:54:00.632 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:54:00.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:54:00.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:00.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:00.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 21:54:00.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:00.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:00.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:00.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:00.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:00.634 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:54:00.634 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:54:00.634 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:54:00.634 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:54:00.634 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:54:00.634 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:54:00.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:00.634 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:54:00.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:00.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:54:00.635 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:54:00.635 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:54:00.635 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 21:54:00.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:54:00.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:00.635 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:54:00.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:00.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:54:00.636 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 21:54:00.636 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:54:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:00.636 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:54:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:00.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:54:00.636 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:54:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:00.636 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:54:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:00.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:54:00.636 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 21:54:00.636 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 21:54:00.636 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:54:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:00.636 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:54:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:00.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:54:00.636 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:54:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:00.637 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:54:00.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:00.637 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:54:00.637 DEBUG [WorkbenchTestable][AbstractResource] Item "files" was not found. Available items on the current level: 21:54:00.637 DEBUG [WorkbenchTestable][AbstractResource] "TestClass.java" 21:54:00.637 DEBUG [WorkbenchTestable][AbstractResource] "TestClass1.java" 21:54:00.637 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:54:00.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:54:00.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:00.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:00.637 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 21:54:00.637 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 21:54:00.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:54:00.638 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:54:00.655 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 21:54:00.655 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:00.655 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:00.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:00.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:00.666 INFO [WorkbenchTestable][RequirementsRunner] Finished test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 21:54:00.666 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:00.666 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 21:54:00.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 21:54:00.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:00.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:00.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:00.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:00.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:00.668 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 21:54:00.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:54:00.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:00.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:00.668 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:54:00.668 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:54:00.668 DEBUG [main][MenuItemLookup] Found menu:'File' 21:54:00.669 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:54:00.669 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:54:00.669 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:54:00.669 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:54:00.669 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:54:00.669 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:54:00.669 DEBUG [main][MenuItemLookup] Item match:Window 21:54:00.669 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:54:00.669 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:54:00.669 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:54:00.669 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:00.669 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:54:00.669 DEBUG [main][MenuItemLookup] Item match:Show View 21:54:00.672 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:54:00.672 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:54:00.672 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:54:00.672 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:54:00.672 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:54:00.672 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:54:00.672 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:54:00.672 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:54:00.672 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:54:00.672 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:54:00.672 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:54:00.672 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:54:00.672 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:54:00.672 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:54:00.672 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:00.672 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:54:00.672 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:54:00.683 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:54:00.683 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:54:00.683 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:54:00.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:54:00.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 21:54:00.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:54:00.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:00.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:00.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 21:54:00.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:00.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:00.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:00.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:54:00.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:00.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:00.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:00.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:54:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:54:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:54:00.726 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:54:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:00.726 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:54:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:00.726 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:54:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:54:00.726 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:54:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:00.726 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:54:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:00.726 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:54:00.726 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 21:54:00.726 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 21:54:00.726 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 21:54:00.726 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 21:54:00.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:00.727 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:54:00.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:00.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:00.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:00.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") 21:54:00.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:00.727 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:54:00.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:00.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:00.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:00.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:00.728 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:54:00.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:00.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:00.728 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:00.728 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:00.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:54:00.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:54:00.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 21:54:00.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:00.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:00.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 21:54:00.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:00.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:00.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:54:00.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:00.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:00.782 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:54:00.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E') 21:54:00.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:00.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:00.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:00.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:00.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:54:00.788 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:54:00.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:54:00.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:00.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:54:00.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:54:00.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:54:00.790 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:54:00.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:54:00.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:00.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:00.790 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:54:00.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:54:00.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:00.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:00.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:00.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:00.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:01.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:01.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:01.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:01.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:01.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:54:01.800 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:54:01.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:54:01.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:01.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:01.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 21:54:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:01.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:01.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:01.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:01.801 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:54:01.801 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:54:01.801 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:54:01.801 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 21:54:01.802 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:54:01.802 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:54:01.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:01.802 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:54:01.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:01.802 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:54:01.802 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 21:54:01.802 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 21:54:01.802 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 21:54:01.802 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 21:54:01.802 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 21:54:01.802 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 21:54:01.802 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:54:01.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:02.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:02.303 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:54:02.304 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:54:02.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:54:02.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:02.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:02.305 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 21:54:02.305 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 21:54:02.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:54:02.305 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:54:02.320 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 21:54:02.320 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:02.320 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:02.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:02.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:02.330 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 21:54:02.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:02.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:02.332 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 21:54:02.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:54:02.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:02.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:02.333 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:54:02.333 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:54:02.333 DEBUG [main][MenuItemLookup] Found menu:'File' 21:54:02.333 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:54:02.333 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:54:02.333 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:54:02.333 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:54:02.333 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:54:02.333 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:54:02.333 DEBUG [main][MenuItemLookup] Item match:Window 21:54:02.333 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:54:02.333 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:54:02.333 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:54:02.333 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:02.333 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:54:02.333 DEBUG [main][MenuItemLookup] Item match:Show View 21:54:02.336 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:54:02.336 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:54:02.336 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:54:02.336 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:54:02.336 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:54:02.336 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:54:02.336 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:54:02.336 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:54:02.336 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:54:02.336 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:54:02.336 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:54:02.336 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:54:02.337 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:54:02.337 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:54:02.337 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:02.337 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:54:02.337 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:54:02.337 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:54:02.337 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:54:02.337 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:54:02.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:54:02.378 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 21:54:02.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:54:02.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:02.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:02.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:54:02.378 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:02.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:02.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:02.378 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:54:02.378 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:02.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:02.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:02.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:02.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:02.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:02.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:54:02.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:54:02.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:54:02.379 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:54:02.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:02.379 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:54:02.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:02.380 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:54:02.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:54:02.380 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:54:02.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:02.380 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:54:02.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:02.380 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:54:02.380 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 21:54:02.380 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 21:54:02.380 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 21:54:02.380 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 21:54:02.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:02.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:02.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:02.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:54:02.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:02.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:02.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:02.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:54:02.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:02.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:02.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:02.381 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:54:02.381 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:02.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:02.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:02.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:02.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:02.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:02.381 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:54:02.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:02.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:02.381 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:02.381 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:02.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:54:02.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:54:02.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 21:54:02.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:02.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:02.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 21:54:02.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:02.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:02.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:54:02.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:02.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:02.435 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:54:02.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 '\*?\QNavigator (Deprecated)\E') 21:54:02.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:02.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:02.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:02.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:02.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:54:02.436 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:54:02.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:54:02.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:02.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:54:02.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:54:02.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:54:02.437 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:54:02.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:54:02.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:02.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:02.438 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:54:02.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:54:02.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:02.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:02.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:02.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:02.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:02.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:02.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:03.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:03.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:03.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:54:03.440 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 21:54:03.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 21:54:03.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:03.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:03.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:54:03.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:03.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:03.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:03.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:03.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:03.441 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:54:03.441 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:54:03.441 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:54:03.441 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 21:54:03.441 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 21:54:03.442 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 21:54:03.445 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 21:54:03.445 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:54:03.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:03.458 DEBUG [main][MenuItemLookup] Found menu:'New' 21:54:03.458 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:54:03.458 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:54:03.458 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:03.458 DEBUG [main][MenuItemLookup] Found menu:'Copy' 21:54:03.458 DEBUG [main][MenuItemLookup] Found menu:'Paste' 21:54:03.458 DEBUG [main][MenuItemLookup] Found menu:'Delete' 21:54:03.458 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:54:03.458 DEBUG [main][MenuItemLookup] Found menu:'Rename...' 21:54:03.458 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:03.458 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:54:03.458 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:54:03.458 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:03.458 DEBUG [main][MenuItemLookup] Found menu:'Refresh' 21:54:03.458 DEBUG [main][MenuItemLookup] Item match:Refresh 21:54:03.458 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh" 21:54:03.458 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh 21:54:03.458 INFO [main][MenuItemHandler] Select menu item: Re&fresh 21:54:03.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:54:03.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 21:54:03.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:54:03.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:54:03.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:54:03.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:54:03.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:54:03.959 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectItemTestProject' via Explorer 21:54:03.959 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 21:54:03.959 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 21:54:03.959 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 21:54:03.961 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 21:54:03.961 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:54:03.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:03.977 DEBUG [main][MenuItemLookup] Found menu:'New' 21:54:03.977 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:54:03.977 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:54:03.977 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:03.977 DEBUG [main][MenuItemLookup] Found menu:'Copy' 21:54:03.977 DEBUG [main][MenuItemLookup] Found menu:'Paste' 21:54:03.977 DEBUG [main][MenuItemLookup] Found menu:'Delete' 21:54:03.977 DEBUG [main][MenuItemLookup] Item match:Delete 21:54:03.978 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 21:54:03.978 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 21:54:03.978 INFO [main][MenuItemHandler] Select menu item: &Delete 21:54:03.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 'Delete.*'] is available.... 21:54: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 'Delete.*'] is available. finished successfully 21:54:04.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:54:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:04.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:04.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:04.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:04.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: 32) 21:54:04.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:04.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:04.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:04.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:54:04.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:04.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:04.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:04.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:04.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:04.530 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:54:04.530 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:54:04.530 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:54:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:04.530 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:04.530 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:04.530 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:54:04.530 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:04.530 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:54:04.530 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:04.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:04.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:04.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:04.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:04.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:04.531 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:54:04.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:04.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:04.531 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:04.531 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:04.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:54:04.533 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:54:05.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:54:05.034 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:54:05.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:54:05.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:54:05.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:54:05.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:54:05.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:54:05.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:54:05.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:54:05.034 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 21:54:05.034 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:05.034 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:05.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:05.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.809 s - in org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 4.363 s selectCollapsedResourceNavigatorItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 2.22 s select no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 1.15 s asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 5.409 s testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 1.664 s Running org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 21:54:05.041 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 21:54:05.042 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:54:05.042 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:05.042 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 21:54:05.042 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:05.042 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:54:05.042 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:05.042 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:54:05.042 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:05.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'] 21:54:05.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:05.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'] 21:54:05.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:05.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 Java Project"] 21:54:05.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:05.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'] 21:54:05.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:05.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'] 21:54:05.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:05.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'] 21:54:05.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:05.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 Java Project"] 21:54:05.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:05.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'] 21:54:05.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:05.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'] 21:54:05.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:05.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:54:05.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:05.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:05.044 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:54:05.044 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:54:05.044 DEBUG [main][MenuItemLookup] Found menu:'File' 21:54:05.044 DEBUG [main][MenuItemLookup] Item match:File 21:54:05.045 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:54:05.045 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'File' 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:05.047 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:54:05.047 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:54:05.047 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:54:05.047 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:54:05.047 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:54:05.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.... 21:54:05.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 'New|Select a wizard'] is available. finished successfully 21:54:05.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:54:05.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:05.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:05.098 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:54:05.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:05.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:54:05.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:05.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:05.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:05.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:05.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:05.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:54:05.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:54:05.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:54:05.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:54:05.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:05.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:54:05.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:05.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:54:05.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:54:05.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:54:05.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:05.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:54:05.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:05.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:54:05.104 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:54:05.104 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:54:05.105 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:54:05.107 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:54:05.107 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:54:05.107 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:54:05.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:54:05.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:05.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:05.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:05.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:05.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:05.108 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:54:05.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:05.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:05.108 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:05.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:05.225 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:54:05.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:05.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:05.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:54:05.226 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 21:54:05.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:54:05.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:05.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:05.226 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:54:05.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:05.227 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'Property test project' 21:54:05.227 DEBUG [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:") 21:54:05.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:05.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:05.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:05.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:05.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:54:05.228 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:54:05.229 INFO [WorkbenchTestable][AbstractText] Text set to: Property test project 21:54:05.249 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:54:05.249 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:54: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.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) 21:54:05.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:05.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:05.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:05.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:05.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:05.251 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:54:05.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:05.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:05.251 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:05.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:05.253 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.... 21:54:05.754 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 21:54:05.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:54:05.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:05.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:05.756 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:54:05.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 21:54:05.756 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:05.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:05.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:05.756 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:54:05.756 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:05.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:05.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:05.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:05.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:05.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:05.757 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:54:05.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:05.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:05.757 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:05.757 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:05.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.... 21:54:05.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 21:54:05.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:54:05.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:54:05.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:54:05.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/Property test project)' is a system job, skipped 21:54:05.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:54:05.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:54:05.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:54:05.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:54:05.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:54:05.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:05.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:05.812 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:54:05.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:05.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:05.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:54:05.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:05.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:05.812 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:54:05.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 '\*?\QPackage Explorer\E') 21:54:05.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:05.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:05.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:05.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:05.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:54:05.813 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:54:05.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:54:05.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:05.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:05.831 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:54:05.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:54:05.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:05.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:05.832 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:54:05.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:54:05.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:05.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:05.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:05.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:05.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:06.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:06.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:06.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:06.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:06.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:54:06.834 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:54:06.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:54:06.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:06.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:06.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:54:06.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:06.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:06.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:06.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:06.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:06.835 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:54:06.835 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:54:06.835 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Property test project 21:54:06.835 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:06.835 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 21:54:06.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 21:54:06.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:06.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:06.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:06.835 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 21:54:06.835 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 21:54:06.835 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 21:54:06.837 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 21:54:06.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:54:06.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'New' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Projects' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Team' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Configure' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Validate' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:06.860 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 21:54:06.860 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 21:54:06.860 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 21:54:06.860 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 21:54:06.860 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 21:54:06.932 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"] 21:54:06.932 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:06.932 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:06.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:06.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:06.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:06.933 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 21:54:06.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:06.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:06.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:06.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:06.934 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 21:54:06.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:06.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:06.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:06.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:06.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:06.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:54:06.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:54:06.935 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 21:54:06.935 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 21:54:06.935 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 21:54:06.935 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 21:54:06.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:06.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:06.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:06.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:06.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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) 21:54:06.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:06.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:06.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:06.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:06.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:06.941 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:54:06.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:06.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:06.941 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:06.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:06.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:54:06.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:54:06.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:54:06.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:06.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:06.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:06.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:06.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:54:06.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:06.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:06.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 21:54:06.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:06.963 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:06.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:06.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:06.963 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 21:54:06.963 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:06.963 INFO [WorkbenchTestable][RequirementsRunner] Started test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 21:54:06.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 21:54:06.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:06.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:06.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:06.963 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 21:54:06.963 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 21:54:06.965 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 21:54:06.966 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 21:54:06.966 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:54:06.966 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'New' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Projects' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Team' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Configure' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Validate' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:06.994 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 21:54:06.994 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 21:54:06.994 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 21:54:06.994 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 21:54:06.994 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 21:54:07.049 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"] 21:54:07.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:07.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:07.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:07.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.051 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 21:54:07.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:07.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:07.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.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.dialogs.PropertyDialog, index 0 and no matchers specified 21:54:07.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:07.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:54:07.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:54:07.052 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 21:54:07.052 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 21:54:07.052 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 21:54:07.052 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 21:54:07.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54: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.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") 21:54:07.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:07.054 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 21:54:07.054 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:54:07.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:07.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:07.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:07.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:07.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:07.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:07.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:07.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.055 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 21:54:07.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 21:54:07.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:07.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.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.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) 21:54:07.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:07.058 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:54:07.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:07.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:07.058 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:07.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:07.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:54:07.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:54:07.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:54:07.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.096 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 21:54:07.096 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:07.096 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:07.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:07.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:07.096 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 21:54:07.096 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:07.096 INFO [WorkbenchTestable][RequirementsRunner] Started test: ok no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 21:54:07.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 21:54:07.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:07.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:07.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:07.097 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 21:54:07.097 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 21:54:07.098 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 21:54:07.099 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 21:54:07.099 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:54:07.099 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'New' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Projects' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Team' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Configure' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Validate' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.125 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 21:54:07.125 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 21:54:07.126 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 21:54:07.126 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 21:54:07.126 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 21:54:07.168 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"] 21:54:07.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:07.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:07.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:07.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.169 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 21:54:07.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:07.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:07.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.169 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 21:54:07.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:07.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:54:07.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:54:07.170 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 21:54:07.170 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 21:54:07.170 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 21:54:07.171 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 21:54:07.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 21:54:07.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:07.173 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 21:54:07.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:07.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:07.173 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:07.173 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:07.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:54:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:54:07.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:54:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:07.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:54:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 21:54:07.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:07.200 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:07.200 INFO [WorkbenchTestable][RequirementsRunner] Finished test: ok no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 21:54:07.200 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:07.201 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 21:54:07.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 21:54:07.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:07.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:07.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:07.201 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 21:54:07.201 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 21:54:07.202 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 21:54:07.203 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 21:54:07.203 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:54:07.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:07.229 DEBUG [main][MenuItemLookup] Found menu:'New' 21:54:07.229 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:54:07.229 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.229 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:54:07.229 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:54:07.229 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:54:07.229 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.229 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:54:07.229 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Projects' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Team' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Configure' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Validate' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.230 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 21:54:07.230 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 21:54:07.230 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 21:54:07.230 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 21:54:07.230 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 21:54:07.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 Property test project"] 21:54:07.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:07.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:07.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:07.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.271 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 21:54:07.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:07.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:07.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:07.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:07.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:07.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.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 21:54:07.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:07.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:54:07.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:54:07.272 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 21:54:07.272 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 21:54:07.272 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 21:54:07.272 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 21:54:07.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.273 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 21:54:07.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 21:54:07.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:07.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 21:54:07.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:07.274 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:54:07.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:07.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:07.274 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:07.274 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:07.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:54:07.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:54:07.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:54:07.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 21:54:07.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:07.290 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:07.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:07.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:07.291 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 21:54:07.291 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:07.291 INFO [WorkbenchTestable][RequirementsRunner] Started test: apply no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 21:54:07.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 21:54:07.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:07.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:07.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:07.291 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 21:54:07.291 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 21:54:07.292 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 21:54:07.293 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 21:54:07.293 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:54:07.293 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'New' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Projects' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Team' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Configure' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Validate' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.320 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 21:54:07.320 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 21:54:07.320 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 21:54:07.321 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 21:54:07.321 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 21:54:07.359 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"] 21:54:07.359 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:07.359 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:07.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:07.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.360 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 21:54:07.360 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:07.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:07.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.360 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 21:54:07.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:07.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:54:07.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:54:07.362 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 21:54:07.362 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 21:54:07.362 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 21:54:07.362 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 21:54:07.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.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.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") 21:54:07.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:07.363 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 21:54:07.364 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 21:54:07.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:07.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:07.364 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:07.364 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:07.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:07.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:07.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:07.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.364 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 21:54:07.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 21:54:07.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:07.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.365 DEBUG [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) 21:54:07.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:07.366 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:54:07.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:07.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:07.366 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:07.366 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:07.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:54:07.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:54:07.381 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:54:07.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.381 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 21:54:07.381 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:07.381 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:07.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:07.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:07.382 INFO [WorkbenchTestable][RequirementsRunner] Finished test: apply no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 21:54:07.382 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:07.382 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 21:54:07.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 21:54:07.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:07.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:07.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:07.382 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 21:54:07.382 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 21:54:07.383 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 21:54:07.385 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 21:54:07.385 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:54:07.385 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:07.411 DEBUG [main][MenuItemLookup] Found menu:'New' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Projects' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Run As' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Team' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Configure' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Validate' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.412 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 21:54:07.412 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 21:54:07.412 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 21:54:07.412 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 21:54:07.412 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 21:54:07.454 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"] 21:54:07.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:07.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:07.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:07.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.455 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 21:54:07.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:07.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:07.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:07.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:07.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:07.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.456 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 21:54:07.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:07.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:54:07.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:54:07.457 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 21:54:07.457 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 21:54:07.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 21:54:07.457 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 21:54:07.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.458 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 21:54:07.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 21:54:07.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 21:54:07.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.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.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) 21:54:07.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:07.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:07.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:07.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:07.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:07.459 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:54:07.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:07.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:07.459 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:07.459 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:54:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:54:07.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:54:07.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:07.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:07.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 21:54:07.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:07.493 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:07.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:07.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:07.493 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 21:54:07.493 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 21:54:07.493 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 21:54:07.494 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 21:54:07.496 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 21:54:07.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:54:07.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'New' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:07.522 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:54:07.522 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:54:07.522 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:54:07.522 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:54:07.522 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:54:07.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:54:07.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 21:54:08.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:54:08.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:54:08.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:54:08.023 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'Property test project' via Explorer 21:54:08.023 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 21:54:08.023 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 21:54:08.024 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 21:54:08.025 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 21:54:08.025 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:54:08.025 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:08.044 DEBUG [main][MenuItemLookup] Found menu:'New' 21:54:08.044 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:54:08.044 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:08.044 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:54:08.044 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:54:08.044 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:54:08.044 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:08.044 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:54:08.044 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:54:08.044 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:54:08.044 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:54:08.044 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:54:08.044 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:54:08.045 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:54:08.045 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:54:08.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 21:54:08.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 21:54:08.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:54:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:08.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:08.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:08.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:08.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 21:54:08.614 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:08.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:08.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:08.614 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:54:08.614 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:08.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:08.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:08.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:08.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:08.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:08.615 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:54:08.615 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:54:08.615 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:54:08.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:08.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:08.615 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:08.615 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:08.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:54:08.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:08.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:08.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:08.615 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:54:08.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:08.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:08.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:08.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:08.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:08.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:08.616 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:54:08.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:08.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:08.616 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:08.616 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:08.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:54:08.626 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:54:09.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:54:09.127 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:54:09.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:54:09.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:54:09.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:54:09.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:54:09.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:54:09.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:54:09.127 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 21:54:09.127 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:09.128 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:09.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:09.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.087 s - in org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest cancel no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.128 s restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.133 s ok no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.104 s openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.09 s apply no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.091 s openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.111 s Running org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 21:54:09.135 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 21:54:09.135 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:54:09.135 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:09.135 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 21:54:09.135 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:09.135 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:54:09.136 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:09.136 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:54:09.136 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:09.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.*'] 21:54:09.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:09.136 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:09.136 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest) 21:54:09.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 21:54:09.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:09.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:09.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:09.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.*'] 21:54:09.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:09.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.*'] 21:54:09.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:09.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:54:09.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:09.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:09.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:54:09.137 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:54:09.137 DEBUG [main][MenuItemLookup] Found menu:'File' 21:54:09.138 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:54:09.138 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:54:09.138 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:54:09.138 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:54:09.138 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:54:09.138 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:54:09.138 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:54:09.138 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:54:09.138 DEBUG [main][MenuItemLookup] Item match:Window 21:54:09.138 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:54:09.138 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:54:09.138 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:54:09.138 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:09.138 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:54:09.138 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:54:09.138 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:09.138 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:54:09.138 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:09.138 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:54:09.138 DEBUG [main][MenuItemLookup] Item match:Preferences 21:54:09.138 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 21:54:09.139 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 21:54:09.139 INFO [main][MenuItemHandler] Select menu item: &Preferences 21:54:09.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 21:54:09.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 21:54:09.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 21:54:09.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:09.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:09.771 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 21:54:09.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:54:09.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 21:54:09.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:09.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:54:09.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:54:09.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:54:09.773 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:54:09.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:09.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:54:09.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:09.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:54:09.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:54:09.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:54:09.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:09.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:54:09.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:09.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:54:09.774 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 21:54:09.774 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 21:54:09.774 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 21:54:09.774 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 21:54:09.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.814 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") 21:54:09.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 21:54:09.815 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") 21:54:09.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:09.815 INFO [WorkbenchTestable][RadioButton] Select radio button Alwa&ys open 21:54:09.815 INFO [WorkbenchTestable][AbstractButton] Click button Alwa&ys open 21:54:09.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:09.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:09.815 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:09.815 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:09.815 TRACE [main][WidgetHandler] Notify Button with event 27 21:54:09.815 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.816 TRACE [main][WidgetHandler] Notify Button with event 13 21:54:09.816 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.816 TRACE [main][WidgetHandler] Notify Button with event 26 21:54:09.816 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.816 TRACE [main][WidgetHandler] Notify Button with event 3 21:54:09.816 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.816 TRACE [main][WidgetHandler] Notify Button with event 4 21:54:09.816 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.816 TRACE [main][WidgetHandler] Notify Button with event 13 21:54:09.816 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.816 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") 21:54:09.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 21:54:09.816 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") 21:54:09.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:09.816 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") 21:54:09.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 21:54:09.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.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") 21:54:09.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:09.817 INFO [WorkbenchTestable][RadioButton] Select radio button Ne&ver open 21:54:09.817 INFO [WorkbenchTestable][AbstractButton] Click button Ne&ver open 21:54:09.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:09.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:09.818 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:09.818 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:09.818 TRACE [main][WidgetHandler] Notify Button with event 27 21:54:09.818 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.818 TRACE [main][WidgetHandler] Notify Button with event 13 21:54:09.818 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.818 TRACE [main][WidgetHandler] Notify Button with event 26 21:54:09.818 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.818 TRACE [main][WidgetHandler] Notify Button with event 3 21:54:09.818 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.818 TRACE [main][WidgetHandler] Notify Button with event 4 21:54:09.818 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.818 TRACE [main][WidgetHandler] Notify Button with event 13 21:54:09.818 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.818 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") 21:54:09.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 21:54:09.819 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") 21:54:09.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:09.819 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") 21:54:09.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 21:54:09.820 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") 21:54:09.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:09.820 INFO [WorkbenchTestable][RadioButton] Select radio button In a &new window 21:54:09.821 INFO [WorkbenchTestable][AbstractButton] Click button In a &new window 21:54:09.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:09.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:09.821 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:09.821 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:09.821 TRACE [main][WidgetHandler] Notify Button with event 27 21:54:09.821 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.821 TRACE [main][WidgetHandler] Notify Button with event 13 21:54:09.821 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.821 TRACE [main][WidgetHandler] Notify Button with event 26 21:54:09.821 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.821 TRACE [main][WidgetHandler] Notify Button with event 3 21:54:09.821 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.821 TRACE [main][WidgetHandler] Notify Button with event 4 21:54:09.821 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.821 TRACE [main][WidgetHandler] Notify Button with event 13 21:54:09.821 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.821 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") 21:54:09.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 21:54:09.822 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") 21:54:09.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:09.822 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") 21:54:09.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 21:54:09.823 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") 21:54:09.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:09.823 INFO [WorkbenchTestable][RadioButton] Select radio button In the &same window 21:54:09.823 INFO [WorkbenchTestable][AbstractButton] Click button In the &same window 21:54:09.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:09.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:09.823 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:09.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:09.823 TRACE [main][WidgetHandler] Notify Button with event 27 21:54:09.823 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.823 TRACE [main][WidgetHandler] Notify Button with event 13 21:54:09.823 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.823 TRACE [main][WidgetHandler] Notify Button with event 26 21:54:09.823 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.823 TRACE [main][WidgetHandler] Notify Button with event 3 21:54:09.823 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.823 TRACE [main][WidgetHandler] Notify Button with event 4 21:54:09.823 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.823 TRACE [main][WidgetHandler] Notify Button with event 13 21:54:09.823 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.823 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") 21:54:09.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 21:54:09.824 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") 21:54:09.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:09.824 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") 21:54:09.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 21:54:09.834 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") 21:54:09.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:09.834 INFO [WorkbenchTestable][RadioButton] Select radio button Promp&t 21:54:09.834 INFO [WorkbenchTestable][AbstractButton] Click button Promp&t 21:54:09.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:09.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:09.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:09.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:09.834 TRACE [main][WidgetHandler] Notify Button with event 27 21:54:09.834 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.834 TRACE [main][WidgetHandler] Notify Button with event 13 21:54:09.834 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.834 TRACE [main][WidgetHandler] Notify Button with event 26 21:54:09.834 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.834 TRACE [main][WidgetHandler] Notify Button with event 3 21:54:09.834 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.834 TRACE [main][WidgetHandler] Notify Button with event 4 21:54:09.834 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.834 TRACE [main][WidgetHandler] Notify Button with event 13 21:54:09.834 TRACE [main][WidgetHandler] Wait for synchronization 21:54:09.835 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") 21:54:09.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 21:54:09.836 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") 21:54:09.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:09.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 21:54:09.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:09.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:09.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:09.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:09.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:09.837 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:54:09.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:09.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:09.838 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:09.838 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:09.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:54:09.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:54:09.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:54:09.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:09.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:09.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 21:54:09.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:09.869 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:09.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:09.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:09.870 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest) 21:54:09.870 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 21:54:09.870 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:09.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:09.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:09.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.736 s - in org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest) Time elapsed: 0.734 s Running org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 21:54:09.874 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 21:54:09.875 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:54:09.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:09.875 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 21:54:09.875 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:09.875 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:54:09.875 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:09.875 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:54:09.875 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:09.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:09.875 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest) 21:54:09.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 21:54:09.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:09.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:09.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:10.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@65cd0c32 is found... 21:54:10.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@65cd0c32 is found finished successfully 21:54:10.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.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') 21:54:10.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:10.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:10.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:10.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:10.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:54:10.167 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:10.167 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 21:54:10.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@30787df is found... 21:54:10.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@30787df is found finished successfully 21:54:10.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.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') 21:54:10.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:10.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:10.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:10.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:10.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:54:10.172 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:10.172 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 21:54:10.174 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 21:54:10.174 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:10.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:10.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:10.175 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "[test-new] Test Title:.+"as the parent 21:54:10.175 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:10.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:10.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:10.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:10.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 21:54:10.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 21:54:10.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:10.190 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:10.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:10.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:10.190 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest) 21:54:10.190 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 21:54:10.190 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:10.190 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:10.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:10.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s - in org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest) Time elapsed: 0.315 s Running org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 21:54:10.198 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 21:54:10.199 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:54:10.200 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:10.200 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 21:54:10.200 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:10.200 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:54:10.201 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:10.201 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:54:10.201 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:10.201 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:10.201 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 21:54:10.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 21:54:10.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:10.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:10.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:10.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:10.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:10.204 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E'' view via menu. 21:54:10.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 21:54:10.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:10.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:10.205 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 21:54:10.205 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 21:54:10.205 DEBUG [main][MenuItemLookup] Found menu:'File' 21:54:10.205 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:54:10.205 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:54:10.205 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:54:10.205 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:54:10.205 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:54:10.205 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:54:10.205 DEBUG [main][MenuItemLookup] Item match:Window 21:54:10.206 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:54:10.206 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:54:10.206 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:54:10.206 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:10.206 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:54:10.206 DEBUG [main][MenuItemLookup] Item match:Show View 21:54:10.210 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:54:10.210 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:54:10.210 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:54:10.210 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:54:10.210 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:54:10.210 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:54:10.210 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:54:10.210 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:54:10.210 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:54:10.210 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:54:10.210 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:54:10.210 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:54:10.210 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:54:10.210 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:54:10.210 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:10.210 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:54:10.210 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:54:10.210 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:54:10.210 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:54:10.210 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:54:10.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:54:10.295 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 21:54:10.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:54:10.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:10.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:10.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:54:10.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:10.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:10.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:10.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:54:10.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:10.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:10.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:10.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:10.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:10.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:54:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:54:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:54:10.297 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:54:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:10.297 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:54:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:10.297 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:54:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:54:10.297 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:54:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:10.297 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:54:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:10.297 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:54:10.298 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Internal Web Browser 21:54:10.298 DEBUG [main][TreeItemHandler] Selecting tree item: Internal Web Browser 21:54:10.298 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Internal Web Browser about selection 21:54:10.298 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Internal Web Browser 21:54:10.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:10.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:10.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:10.298 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:54:10.298 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:10.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:10.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:10.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:54:10.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:10.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:10.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:10.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:54:10.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:10.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:10.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:10.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:10.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:10.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:10.299 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:54:10.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:10.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:10.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:10.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:10.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:54:10.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:54:10.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open... 21:54:10.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:10.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:10.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open finished successfully 21:54:10.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:10.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:10.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 21:54:10.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:10.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:10.344 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 21:54:10.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 '\*?\QInternal Web Browser\E') 21:54:10.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:10.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:10.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:10.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:10.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:54:10.346 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 21:54:10.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 21:54:10.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:10.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 21:54:10.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:54:10.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:54:10.348 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 21:54:10.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:10.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:10.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:10.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:10.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 21:54:10.349 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 21:54:10.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 21:54:10.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:10.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 21:54:10.349 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=redhat' 21:54:10.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:10.416 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:10.426 DEBUG [main][BrowserProgressListener] Calling chanded() 21:54:10.691 DEBUG [main][BrowserProgressListener] Calling chanded() 21:54:10.917 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() failed to create drawable failed to create drawable 21:54:11.060 DEBUG [main][BrowserProgressListener] Calling chanded() 21:54:11.388 DEBUG [main][BrowserProgressListener] Calling chanded() 21:54:11.417 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:11.842 DEBUG [main][BrowserProgressListener] Calling chanded() 21:54:11.917 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:11.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:11.917 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 21:54:21.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:21.918 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:21.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:21.918 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 21:54:21.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 21:54:21.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:21.930 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 21:54:21.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:21.935 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:21.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:21.935 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=redhat' 21:54:21.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:21.936 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:21.937 DEBUG [main][BrowserProgressListener] Calling chanded() 21:54:22.092 DEBUG [main][BrowserProgressListener] Calling chanded() 21:54:22.173 DEBUG [main][BrowserProgressListener] Calling chanded() 21:54:22.436 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:22.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:22.436 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 21:54:32.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:32.436 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:32.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:32.437 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 21:54:32.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 21:54:32.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:32.440 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 21:54:32.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:32.443 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:32.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:32.443 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 21:54:32.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 21:54:32.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:32.449 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 21:54:32.454 INFO [WorkbenchTestable][AbstractView] Close view 'Internal Web Browser' 21:54:32.455 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Internal Web Browser 21:54:32.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 21:54:32.455 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:54:32.485 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 21:54:32.485 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:32.485 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:32.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:32.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:32.489 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 21:54:32.489 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:32.489 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 21:54:32.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 21:54:32.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:32.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:32.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:32.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:32.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:32.493 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E'' view via menu. 21:54:32.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 21:54:32.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:32.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:32.494 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 21:54:32.494 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 21:54:32.494 DEBUG [main][MenuItemLookup] Found menu:'File' 21:54:32.494 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:54:32.494 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:54:32.494 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:54:32.494 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:54:32.494 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:54:32.494 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:54:32.494 DEBUG [main][MenuItemLookup] Item match:Window 21:54:32.495 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:54:32.495 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:54:32.495 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:54:32.495 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:32.495 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:54:32.495 DEBUG [main][MenuItemLookup] Item match:Show View 21:54:32.499 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:54:32.499 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:54:32.499 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:54:32.499 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:54:32.499 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:54:32.499 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:54:32.499 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:54:32.499 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:54:32.499 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:54:32.499 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:54:32.499 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:54:32.499 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:54:32.499 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:54:32.499 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:54:32.499 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:32.499 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:54:32.499 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:54:32.499 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:54:32.499 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:54:32.499 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:54:32.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:54:32.547 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 21:54:32.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:54:32.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:32.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:32.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:54:32.548 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:32.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:32.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:32.548 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:54:32.548 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:32.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:32.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:32.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:32.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:32.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:32.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:54:32.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:54:32.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:54:32.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:54:32.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:32.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:54:32.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:32.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:54:32.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:54:32.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:54:32.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:32.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:54:32.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:32.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:54:32.554 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Internal Web Browser 21:54:32.554 DEBUG [main][TreeItemHandler] Selecting tree item: Internal Web Browser 21:54:32.554 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Internal Web Browser about selection 21:54:32.554 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Internal Web Browser 21:54:32.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:32.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:32.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:32.554 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:54:32.554 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:32.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:32.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:32.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:54:32.555 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:32.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:32.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:32.555 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:54:32.555 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:32.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:32.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:32.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:32.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:32.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:32.556 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:54:32.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:32.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:32.556 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:32.556 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:32.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:54:32.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:54:32.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open... 21:54:32.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:32.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:32.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open finished successfully 21:54:32.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:32.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:32.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 21:54:32.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:32.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:32.633 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 21:54:32.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 21:54:32.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:32.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:32.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:32.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:32.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:54:32.635 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 21:54:32.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 21:54:32.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:32.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 21:54:32.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:54:32.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:54:32.637 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 21:54:32.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:32.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:32.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:32.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:32.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 21:54:32.638 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 21:54:32.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 21:54:32.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:32.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 21:54:32.638 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=redhat' 21:54:32.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:32.700 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:32.712 DEBUG [main][BrowserProgressListener] Calling chanded() 21:54:33.112 DEBUG [main][BrowserProgressListener] Calling chanded() 21:54:33.200 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:33.332 DEBUG [main][BrowserProgressListener] Calling chanded() 21:54:33.700 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:33.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:33.700 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 21:54:43.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:43.701 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:43.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:43.701 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 21:54:43.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 21:54:43.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:43.704 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 21:54:43.706 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=jboss' 21:54:43.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:43.707 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:43.708 DEBUG [main][BrowserProgressListener] Calling chanded() 21:54:43.838 DEBUG [main][BrowserProgressListener] Calling chanded() 21:54:43.914 DEBUG [main][BrowserProgressListener] Calling chanded() 21:54:44.207 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:44.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:44.207 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 21:54:54.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:54.207 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:54.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:54.208 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 21:54:54.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 21:54:54.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:54.210 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 21:54:54.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:54.213 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:54.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:54.213 INFO [WorkbenchTestable][AbstractBrowser] Browser back 21:54:54.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:54.214 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:54.215 DEBUG [main][BrowserProgressListener] Calling chanded() 21:54:54.289 DEBUG [main][BrowserProgressListener] Calling chanded() 21:54:54.715 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:54.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:54.715 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:54:55.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=jboss... 21:54:55.716 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 21:54:55.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 21:54:55.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:55.718 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 21:54:55.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:55.720 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:55.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:55.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=jboss finished successfully 21:54:55.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:55.720 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:55.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:55.720 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 21:54:55.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 21:54:55.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:55.723 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 21:54:55.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:55.726 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:55.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:55.726 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 21:54:55.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 21:54:55.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:55.728 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 21:54:55.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:55.731 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:55.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:55.731 INFO [WorkbenchTestable][AbstractBrowser] Browser forward 21:54:55.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:55.732 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:55.733 DEBUG [main][BrowserProgressListener] Calling chanded() 21:54:55.792 DEBUG [main][BrowserProgressListener] Calling chanded() 21:54:56.233 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:56.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:56.233 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 21:54:57.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=redhat... 21:54:57.233 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 21:54:57.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 21:54:57.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:57.236 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 21:54:57.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:57.238 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:57.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:57.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=redhat finished successfully 21:54:57.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:57.238 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:57.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:57.238 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 21:54:57.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 21:54:57.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:57.240 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 21:54:57.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 21:54:57.243 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 21:54:57.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 21:54:57.243 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 21:54:57.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 21:54:57.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:57.246 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 21:54:57.249 INFO [WorkbenchTestable][AbstractView] Close view 'Internal Web Browser' 21:54:57.249 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Internal Web Browser 21:54:57.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 21:54:57.249 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:54:57.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 21:54:57.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:57.276 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:57.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:57.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:57.280 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 21:54:57.287 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 21:54:57.287 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:57.287 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:57.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:57.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.09 s - in org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) Time elapsed: 22.288 s testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) Time elapsed: 24.791 s Running org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 21:54:57.298 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 21:54:57.299 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:54:57.299 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:57.299 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 21:54:57.299 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:57.299 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:54:57.299 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:57.299 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:54:57.299 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:57.300 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:57.300 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) 21:54:57.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 21:54:57.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:57.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:57.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:57.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e25c47c is found... 21:54:57.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e25c47c is found finished successfully 21:54:57.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 21:54:57.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:57.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:57.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:57.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:57.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:54:57.359 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:57.359 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 21:54:57.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@11475965 is found... 21:54:57.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@11475965 is found finished successfully 21:54:57.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qa\E') 21:54:57.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:57.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:57.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:57.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:57.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:54:57.391 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:57.391 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 21:54:57.391 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 21:54:57.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:57.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:57.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:57.392 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "a"as the parent 21:54:57.392 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:57.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:57.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:57.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:57.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:57.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 21:54:57.392 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 21:54:57.392 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:57.392 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:57.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:57.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:57.393 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) 21:54:57.393 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 21:54:57.393 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:54:57.393 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:54:57.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:57.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) Time elapsed: 0.093 s Running org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 21:54:57.400 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 21:54:57.401 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:54:57.401 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:57.401 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 21:54:57.401 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:57.401 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:54:57.401 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:57.401 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:54:57.401 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:57.402 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:54:57.402 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeleteAllEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 21:54:57.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 21:54:57.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:54:57.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:54:57.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:54:57.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:57.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:57.406 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 21:54:57.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 21:54:57.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:57.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:57.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 21:54:57.406 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 21:54:57.406 DEBUG [main][MenuItemLookup] Found menu:'File' 21:54:57.407 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:54:57.407 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:54:57.407 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:54:57.407 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:54:57.407 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:54:57.407 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:54:57.407 DEBUG [main][MenuItemLookup] Item match:Window 21:54:57.407 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:54:57.407 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:54:57.407 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:54:57.407 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:57.407 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:54:57.407 DEBUG [main][MenuItemLookup] Item match:Show View 21:54:57.411 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:54:57.411 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:54:57.411 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:54:57.411 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:54:57.411 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:54:57.411 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:54:57.411 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:54:57.411 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:54:57.411 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:54:57.411 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:54:57.411 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:54:57.411 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:54:57.411 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:54:57.411 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:54:57.411 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:57.411 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:54:57.411 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:54:57.412 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:54:57.412 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:54:57.412 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:54:57.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:54:57.500 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 21:54:57.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:54:57.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:57.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:57.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:54:57.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:57.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:57.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:57.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:54:57.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:57.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:57.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:57.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:57.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:57.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:57.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:54:57.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:54:57.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:54:57.502 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:54:57.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:57.502 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:54:57.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:57.502 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:54:57.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:54:57.503 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:54:57.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:54:57.503 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:54:57.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:54:57.503 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:54:57.503 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 21:54:57.503 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 21:54:57.503 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 21:54:57.503 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 21:54:57.503 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:57.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:57.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:57.503 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:54:57.503 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:57.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:57.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:57.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 "Open") 21:54:57.504 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:54:57.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:54:57.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:54:57.504 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:54:57.504 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:54:57.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:57.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:57.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:57.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:57.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:54:57.505 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:54:57.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:54:57.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:54:57.505 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:54:57.505 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:54:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:54:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 21:54:57.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:57.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:57.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 21:54:57.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:57.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:57.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 21:54:57.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:54:57.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:54:57.539 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 21:54:57.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:54:57.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:57.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:57.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:57.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:57.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:54:57.540 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:54:57.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:54:57.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:57.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 21:54:57.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:54:57.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:54:57.541 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:54:57.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:54:57.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:57.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:57.542 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:54:57.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:54:57.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:57.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:57.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:57.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:57.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found failed to create drawable failed to create drawable 21:54:58.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:58.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:58.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:58.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:58.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:54:58.548 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:54:58.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:54:58.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:58.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:58.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 21:54:58.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:58.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:58.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:58.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:58.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:58.550 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:54:58.551 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:54:58.551 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:54:58.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:54:58.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:58.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:58.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:58.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:58.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:59.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:59.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:59.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:59.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:54:59.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:54:59.553 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:54:59.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:54:59.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:59.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:59.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 21:54:59.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:59.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:59.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:59.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:59.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:59.554 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 21:54:59.554 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 21:54:59.555 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:54:59.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:54:59.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:54:59.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:54:59.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 21:54:59.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:54:59.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:54:59.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:54:59.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:54:59.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:54:59.555 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 21:54:59.555 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 21:54:59.556 DEBUG [main][TreeItemHandler] Set Tree selection 21:54:59.556 DEBUG [main][TreeHandler] Notify Tree about selection event 21:54:59.561 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 21:54:59.564 DEBUG [WorkbenchTestable][TreeItemHandler] maven-test-project 21:54:59.564 DEBUG [WorkbenchTestable][TreeItemHandler] maven-wrong-project 21:54:59.564 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:54:59.564 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:54:59.586 DEBUG [main][MenuItemLookup] Found menu:'New' 21:54:59.586 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:54:59.586 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:59.586 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:54:59.586 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:59.586 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:54:59.586 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:54:59.586 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:54:59.586 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:54:59.586 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:54:59.586 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:54:59.586 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:59.586 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:54:59.586 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:54:59.586 DEBUG [main][MenuItemLookup] Found menu:'' 21:54:59.586 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:54:59.586 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:54:59.586 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:54:59.586 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:54:59.586 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:54:59.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:54:59.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 21:55:00.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:55:00.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:00.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:00.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:00.086 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:55:00.086 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:00.106 DEBUG [main][MenuItemLookup] Found menu:'New' 21:55:00.106 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:55:00.106 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:00.106 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:55:00.106 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:00.106 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:55:00.106 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:55:00.106 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:55:00.106 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:55:00.106 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:55:00.106 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:55:00.106 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:55:00.107 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:55:00.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.145: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.147: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.163: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.175: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.195: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.211: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.227: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.244: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.261: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.277: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.294: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.311: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.328: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.345: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.361: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.378: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.394: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.410: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.427: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.444: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:55:00.678 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 21:55:00.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:55:00.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:00.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) 21:55:00.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:00.680 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:55:00.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:00.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:00.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:00.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:00.680 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:55:00.680 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:55:00.680 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:55:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:00.680 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:00.680 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:00.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 21:55:00.681 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:00.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:00.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:00.681 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:55:00.681 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:00.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:00.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:00.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:00.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:00.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:00.681 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:55:00.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:00.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:00.681 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:00.681 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:00.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:55:00.684 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:2165): Gtk-CRITICAL **: 21:55:00.701: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 21:55:01.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:55:01.185 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:55:01.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:01.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:55:01.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 21:55:01.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:55:01.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:55:01.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:01.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:01.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:01.185 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:01.185 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:01.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:01.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:01.186 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:01.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:01.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:01.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:01.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:01.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:01.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:01.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:01.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:02.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:02.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:02.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:02.189 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:02.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:02.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:02.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:02.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 21:55:02.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:02.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:02.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:02.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:02.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:02.190 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:02.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:02.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:02.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:02.191 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:02.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:02.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:02.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:02.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:02.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:02.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:02.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:02.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:03.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:03.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:03.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:03.193 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:03.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:03.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:03.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:03.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:03.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:03.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:03.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:03.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:03.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:03.195 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:03.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:03.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:03.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:03.196 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 21:55:03.196 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 21:55:03.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:03.198 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:55:03.215 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 21:55:03.215 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:55:03.215 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:55:03.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:03.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:03.224 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeleteAllEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 21:55:03.224 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:55:03.224 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetProjectsItemsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 21:55:03.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 21:55:03.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:55:03.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:55:03.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:55:03.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:03.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:03.290 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 21:55:03.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 21:55:03.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:03.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:03.290 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 21:55:03.290 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 21:55:03.291 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:03.291 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:55:03.291 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:55:03.291 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:55:03.291 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:55:03.291 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:55:03.291 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:55:03.291 DEBUG [main][MenuItemLookup] Item match:Window 21:55:03.291 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:55:03.291 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:55:03.291 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:55:03.291 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:03.291 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:55:03.291 DEBUG [main][MenuItemLookup] Item match:Show View 21:55:03.296 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:55:03.296 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:55:03.296 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:55:03.296 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:55:03.296 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:55:03.296 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:55:03.296 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:55:03.296 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:55:03.296 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:55:03.296 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:55:03.296 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:55:03.296 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:55:03.296 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:55:03.296 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:55:03.296 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:03.296 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:55:03.296 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:55:03.296 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:55:03.296 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:55:03.296 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:55:03.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:55:03.342 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 21:55:03.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:55:03.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:03.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:03.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:55:03.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:03.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:03.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:03.344 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:03.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:03.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:03.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:03.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:03.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:03.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:03.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:03.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:03.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:55:03.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:03.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:03.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:03.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:03.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:03.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:55:03.346 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:03.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:03.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:03.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:03.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:03.346 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 21:55:03.346 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 21:55:03.346 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 21:55:03.346 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 21:55:03.346 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:03.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:03.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:03.347 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:03.347 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:03.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:03.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:03.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:55:03.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:03.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:03.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:03.392 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:03.392 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:03.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:03.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:03.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:03.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:03.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:03.393 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:55:03.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:03.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:03.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:03.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:03.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:55:03.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:55:03.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 21:55:03.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:03.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:03.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 21:55:03.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:03.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:03.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 21:55:03.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:03.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:03.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 21:55:03.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 '\*?\QProject Explorer\E') 21:55:03.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:03.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:03.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:03.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:03.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:03.435 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:03.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:03.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:03.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 21:55:03.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:03.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:03.445 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:03.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:03.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:03.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:03.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:03.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:03.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:03.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:03.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:04.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:04.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:04.447 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:04.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:04.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:04.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:04.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:04.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:04.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:04.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:04.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:04.449 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:04.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:04.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:04.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:04.449 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 21:55:04.449 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 21:55:04.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:04.450 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:55:04.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 21:55:04.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:55:04.464 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:55:04.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:04.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:04.471 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetProjectsItemsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 21:55:04.471 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:55:04.471 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 21:55:04.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 21:55:04.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:55:04.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:55:04.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:55:04.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:04.474 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 21:55:04.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 21:55:04.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:04.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:04.475 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 21:55:04.475 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 21:55:04.475 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:04.475 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:55:04.475 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:55:04.475 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:55:04.475 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:55:04.475 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:55:04.475 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:55:04.475 DEBUG [main][MenuItemLookup] Item match:Window 21:55:04.475 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:55:04.475 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:55:04.475 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:55:04.475 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:04.475 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:55:04.475 DEBUG [main][MenuItemLookup] Item match:Show View 21:55:04.478 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:55:04.478 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:55:04.478 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:55:04.478 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:55:04.478 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:55:04.478 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:55:04.478 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:55:04.478 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:55:04.478 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:55:04.478 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:55:04.478 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:55:04.478 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:55:04.478 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:55:04.478 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:55:04.478 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:04.478 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:55:04.478 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:55:04.479 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:55:04.479 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:55:04.479 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:55:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:55:04.520 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 21:55:04.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:55:04.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:04.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:04.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:55:04.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:04.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:04.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:04.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:04.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:04.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:04.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:04.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:04.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:55:04.522 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:04.522 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:04.522 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:55:04.522 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:04.522 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:04.522 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:04.523 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 21:55:04.523 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 21:55:04.523 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 21:55:04.524 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 21:55:04.524 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:04.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:04.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:04.524 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:04.524 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:04.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:04.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:55:04.524 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:04.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:04.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:04.524 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:04.524 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:04.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:04.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:04.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:04.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:04.525 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:55:04.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:04.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:04.525 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:04.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:04.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:55:04.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:55:04.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 21:55:04.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:04.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 21:55:04.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:04.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 21:55:04.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:04.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:04.553 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 21:55:04.553 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:55:04.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:04.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:04.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:04.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:04.554 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:04.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:04.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:04.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 21:55:04.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:04.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:04.555 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:04.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:04.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:04.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:04.555 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 21:55:04.556 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 21:55:04.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:04.556 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:55:04.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 21:55:04.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:55:04.570 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:55:04.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:04.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:04.582 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 21:55:04.582 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:55:04.582 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProjectsWhenExplorerIsClosed no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 21:55:04.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 21:55:04.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:55:04.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:55:04.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:55:04.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:04.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:04.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:04.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 21:55:04.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:55:04.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:55:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:04.592 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProjectsWhenExplorerIsClosed no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 21:55:04.592 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:55:04.592 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjectWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 21:55:04.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 21:55:04.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:55:04.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:55:04.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:55:04.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:04.595 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 21:55:04.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 21:55:04.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:04.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:04.608 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 21:55:04.608 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 21:55:04.608 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:04.609 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:55:04.609 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:55:04.609 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:55:04.609 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:55:04.609 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:55:04.609 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:55:04.609 DEBUG [main][MenuItemLookup] Item match:Window 21:55:04.609 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:55:04.609 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:55:04.609 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:55:04.609 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:04.609 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:55:04.609 DEBUG [main][MenuItemLookup] Item match:Show View 21:55:04.614 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:55:04.614 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:55:04.614 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:55:04.614 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:55:04.614 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:55:04.614 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:55:04.614 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:55:04.614 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:55:04.614 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:55:04.614 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:55:04.614 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:55:04.614 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:55:04.614 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:55:04.614 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:55:04.614 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:04.614 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:55:04.614 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:55:04.614 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:55:04.614 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:55:04.614 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:55:04.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:55:04.662 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 21:55:04.662 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:55:04.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:04.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:04.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:55:04.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:04.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:04.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:04.663 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:04.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:04.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:04.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:04.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:04.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:04.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:04.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:04.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:55:04.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:04.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:04.664 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:04.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:04.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:04.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:55:04.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:04.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:04.664 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:04.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:04.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:04.665 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 21:55:04.665 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 21:55:04.666 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 21:55:04.666 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 21:55:04.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:04.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:04.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:04.666 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:04.666 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:04.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:04.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 "Open") 21:55:04.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:04.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:04.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:04.670 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:04.670 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:04.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:04.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:04.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:04.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:04.671 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:55:04.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:04.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:04.671 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:04.671 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:04.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:55:04.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:55:04.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 21:55:04.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:04.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 21:55:04.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:04.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 21:55:04.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:04.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:04.711 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 21:55:04.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:55:04.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:04.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:04.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:04.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:04.711 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:04.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:04.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:04.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 21:55:04.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:04.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:04.712 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:04.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:04.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:04.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:04.713 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:04.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:04.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:04.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:04.714 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:04.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:04.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:04.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:04.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:04.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:04.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:05.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:05.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:05.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:05.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:05.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:05.716 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:05.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:05.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:05.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:05.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 21:55:05.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:05.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:05.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:05.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:05.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:05.717 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:05.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:05.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:05.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:05.717 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 21:55:05.717 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 21:55:05.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:05.718 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:55:05.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 21:55:05.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:55:05.731 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:55:05.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:05.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:05.738 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjectWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 21:55:05.738 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:55:05.738 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEmptyListOfProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 21:55:05.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 21:55:05.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:55:05.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:55:05.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:55:05.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:05.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:05.741 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 21:55:05.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 21:55:05.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:05.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:05.741 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 21:55:05.741 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 21:55:05.742 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:05.742 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:55:05.742 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:55:05.742 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:55:05.742 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:55:05.742 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:55:05.742 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:55:05.742 DEBUG [main][MenuItemLookup] Item match:Window 21:55:05.742 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:55:05.742 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:55:05.742 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:55:05.742 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:05.742 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:55:05.742 DEBUG [main][MenuItemLookup] Item match:Show View 21:55:05.745 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:55:05.745 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:55:05.745 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:55:05.745 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:55:05.745 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:55:05.745 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:55:05.745 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:55:05.745 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:55:05.745 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:55:05.745 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:55:05.745 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:55:05.745 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:55:05.745 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:55:05.745 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:55:05.745 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:05.745 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:55:05.745 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:55:05.745 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:55:05.746 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:55:05.746 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:55:05.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:55:05.795 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 21:55:05.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:55:05.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:05.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:05.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 21:55:05.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:05.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:05.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:05.796 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:05.796 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:05.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:05.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:05.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:05.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:05.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:05.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:05.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:05.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:55:05.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:05.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:05.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:05.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:05.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:05.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:55:05.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:05.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:05.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:05.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:05.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:05.797 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 21:55:05.797 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 21:55:05.797 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 21:55:05.798 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 21:55:05.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:05.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:05.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:05.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:05.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:05.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:05.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:05.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:55:05.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:05.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:05.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:05.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:05.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:05.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:05.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:05.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:05.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:05.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:05.799 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:55:05.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:05.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:05.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:05.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:05.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:55:05.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:55:05.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 21:55:05.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:05.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:05.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 21:55:05.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:05.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:05.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 21:55:05.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:05.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:05.830 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 21:55:05.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:55:05.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:05.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:05.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:05.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:05.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:05.830 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:05.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:05.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:05.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 21:55:05.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:05.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:05.831 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:05.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:05.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:05.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:05.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:05.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:05.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:06.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:06.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:06.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:06.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:06.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:06.833 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:06.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:06.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:06.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:06.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:06.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:06.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:06.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:06.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:06.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:06.835 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:06.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:06.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:06.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:06.835 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 21:55:06.835 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 21:55:06.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:06.835 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:55:06.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 21:55:06.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:55:06.848 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:55:06.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:06.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:06.855 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEmptyListOfProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 21:55:06.855 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:55:06.855 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectAllWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 21:55:06.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 21:55:06.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:55:06.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:55:06.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:55:06.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:06.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:06.858 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 21:55:06.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 21:55:06.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:06.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:06.859 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 21:55:06.859 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 21:55:06.859 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:06.859 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:55:06.859 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:55:06.859 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:55:06.859 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:55:06.859 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:55:06.859 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:55:06.859 DEBUG [main][MenuItemLookup] Item match:Window 21:55:06.860 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:55:06.860 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:55:06.860 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:55:06.860 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:06.860 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:55:06.860 DEBUG [main][MenuItemLookup] Item match:Show View 21:55:06.863 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:55:06.863 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:55:06.863 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:55:06.863 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:55:06.863 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:55:06.863 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:55:06.863 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:55:06.863 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:55:06.863 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:55:06.863 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:55:06.863 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:55:06.863 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:55:06.863 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:55:06.863 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:55:06.863 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:06.863 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:55:06.863 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:55:06.863 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:55:06.863 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:55:06.863 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:55:06.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:55:06.904 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 21:55:06.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:55:06.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:06.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:06.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:55:06.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:06.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:06.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:06.905 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:06.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:06.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:06.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:06.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:06.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:06.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:06.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:06.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:06.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:55:06.906 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:06.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:06.906 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:06.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:06.906 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:06.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:55:06.906 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:06.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:06.906 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:06.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:06.906 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:06.906 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 21:55:06.906 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 21:55:06.907 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 21:55:06.907 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 21:55:06.907 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:06.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:06.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:06.907 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:06.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:06.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:06.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:06.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:55:06.907 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:06.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:06.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:06.907 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:06.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:06.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:06.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:06.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:06.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:06.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:06.908 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:55:06.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:06.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:06.908 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:06.908 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:06.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:55:06.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:55:06.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 21:55:06.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:06.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:06.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 21:55:06.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:06.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:06.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 21:55:06.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:06.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:06.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 21:55:06.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:55:06.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:06.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:06.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:06.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:06.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:06.936 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:06.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:06.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:06.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 21:55:06.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:06.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:06.937 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:06.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:06.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:06.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:06.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:06.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:06.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:07.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:07.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:07.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:07.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:07.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:07.940 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:07.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:07.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:07.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:07.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:07.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:07.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:07.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:07.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:07.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:07.941 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:07.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:07.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:07.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:07.942 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 21:55:07.942 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 21:55:07.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:07.942 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:55:07.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 21:55:07.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:55:07.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:55:07.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:07.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:07.964 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectAllWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 21:55:07.964 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 21:55:07.964 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:55:07.964 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:55:07.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:07.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.564 s - in org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest testDeleteAllEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 5.822 s testGetProjectsItemsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.247 s open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 0.111 s getProjectsWhenExplorerIsClosed no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 0.009 s selectProjectWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.146 s getEmptyListOfProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.117 s selectAllWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.109 s Running org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 21:55:07.969 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 21:55:07.969 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:55:07.969 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:55:07.969 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 21:55:07.969 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:55:07.969 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:55:07.970 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:55:07.970 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:55:07.970 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:55:07.970 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 21:55:07.970 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 21:55:07.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 21:55:07.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:07.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:07.970 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 21:55:07.970 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:07.970 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:55:07.970 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:55:07.970 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:55:07.970 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:55:07.970 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:55:07.970 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:55:07.970 DEBUG [main][MenuItemLookup] Item match:Window 21:55:07.970 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:55:07.970 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:55:07.970 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:55:07.970 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:07.970 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:55:07.970 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:55:07.970 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:07.970 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:55:07.970 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:07.970 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:55:07.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:07.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:07.971 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:55:07.971 DEBUG [main][MenuItemLookup] Item match:Window 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:55:07.971 DEBUG [main][MenuItemLookup] Item match:Perspective 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:55:07.971 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:55:07.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 21:55:07.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:07.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:07.971 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:55:07.971 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:55:07.971 DEBUG [main][MenuItemLookup] Item match:Window 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:55:07.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:07.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:07.972 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:55:07.972 DEBUG [main][MenuItemLookup] Item match:Window 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:55:07.972 DEBUG [main][MenuItemLookup] Item match:Perspective 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:55:07.972 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:55:07.972 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:55:07.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:07.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:07.972 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:55:07.973 DEBUG [main][MenuItemLookup] Item match:Window 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 21:55:07.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:07.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:07.973 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:55:07.973 DEBUG [main][MenuItemLookup] Item match:Window 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 21:55:07.973 DEBUG [main][MenuItemLookup] Item match:Perspective 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 21:55:07.973 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 21:55:07.973 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 21:55:07.973 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 21:55:07.973 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 21:55:07.973 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 21:55:07.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 21:55:07.995 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 21:55:07.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 21:55:07.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:07.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:07.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:07.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:07.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:07.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 21:55:07.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:07.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:07.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:07.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:55:07.996 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:07.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:07.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:07.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 21:55:07.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:07.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:07.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:07.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:07.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:07.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:07.996 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 21:55:07.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:07.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:07.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:07.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:08.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:08.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:08.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:55:08.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:08.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:08.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:08.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:55:08.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:08.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:08.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 21:55:08.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:08.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:08.098 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 21:55:08.098 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 21:55:08.098 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:08.098 DEBUG [main][MenuItemLookup] Item match:File 21:55:08.099 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:55:08.099 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:55:08.100 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:55:08.100 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:55:08.100 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:08.100 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:55:08.100 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:55:08.100 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:55:08.100 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:55:08.100 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:55:08.100 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:55:08.100 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:55:08.100 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:55:08.100 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:55:08.100 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:08.100 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:55:08.100 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:55:08.101 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:08.101 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:55:08.101 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:08.101 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:55:08.101 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:55:08.110 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:55:08.110 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:55:08.110 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:55:08.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 'New|Select a wizard'] is available.... 21:55:08.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 21:55:08.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:55:08.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:08.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:08.162 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:55:08.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:55:08.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:08.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:08.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:08.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:08.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:08.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:08.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:08.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:55:08.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:55:08.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:08.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:55:08.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:08.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:55:08.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:55:08.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:55:08.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:08.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:55:08.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:08.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:55:08.168 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:55:08.168 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:55:08.168 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:55:08.168 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:55:08.168 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:55:08.169 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:55:08.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:55:08.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:08.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:08.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:08.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:08.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:08.169 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:55:08.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:08.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:08.169 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:08.169 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:08.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:08.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:55:08.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 21:55:08.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:55:08.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:08.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:08.293 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:55:08.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.293 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectItemTestProject' 21:55:08.293 DEBUG [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:") 21:55:08.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:08.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:08.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:08.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:08.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:55:08.294 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:55:08.294 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject 21:55:08.315 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:55:08.315 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:55:08.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.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) 21:55:08.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:08.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:08.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:08.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:08.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:08.317 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:55:08.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:08.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:08.317 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:08.317 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:08.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 21:55:08.821 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 21:55:08.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:55:08.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:08.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:08.823 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:55:08.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 21:55:08.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:08.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:08.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:08.824 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:55:08.824 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:08.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:08.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:08.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:08.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:08.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:08.824 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:55:08.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:08.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:08.825 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:08.825 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:08.879 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.... 21:55:08.879 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 21:55:08.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:55:08.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:55:08.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:08.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ProjectItemTestProject)' is a system job, skipped 21:55:08.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:55:08.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:55:08.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:08.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:08.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:08.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:08.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:08.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:55:08.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:08.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:08.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.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'] 21:55:08.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.881 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:55:08.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.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'] 21:55:08.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.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'] 21:55:08.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 21:55:08.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:08.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:08.881 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 21:55:08.881 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 21:55:08.881 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:08.881 DEBUG [main][MenuItemLookup] Item match:File 21:55:08.882 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:55:08.882 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:55:08.883 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:55:08.883 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:55:08.883 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:08.883 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:55:08.883 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:55:08.883 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:55:08.883 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:55:08.883 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:55:08.883 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:55:08.883 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:55:08.883 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:55:08.883 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:55:08.883 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:08.883 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:55:08.883 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:55:08.883 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:08.883 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:55:08.883 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:08.884 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:55:08.884 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:55:08.884 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:55:08.884 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:55:08.884 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:55:08.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:55:08.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:55:08.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:55:08.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:08.941 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:55:08.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:08.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:55:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:08.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:08.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:08.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:08.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:08.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:08.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:55:08.942 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:55:08.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:08.942 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:55:08.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:08.942 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:55:08.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:55:08.943 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:55:08.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:08.943 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:55:08.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:08.943 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:55:08.943 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:55:08.943 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:55:08.943 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:55:08.946 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:55:08.946 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:55:08.946 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:55:08.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:55:08.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:08.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:08.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:08.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:08.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:08.947 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:55:08.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:08.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:08.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:08.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:09.000 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:09.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:09.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:09.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:55:09.000 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 21:55:09.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:55:09.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:09.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:09.001 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:55:09.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:09.001 DEBUG [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:") 21:55:09.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:09.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:09.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:09.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:09.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:55:09.005 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:55:09.006 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 21:55:09.011 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:55:09.011 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:55:09.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 21:55:09.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:09.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:09.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:09.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:09.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:09.013 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:55:09.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:09.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:09.013 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:09.013 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:09.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:55:09.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:55:09.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:09.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:55:09.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 21:55:09.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:55:09.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:55:09.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:55:09.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:55:09.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:09.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:55:09.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:09.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:09.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:09.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:55:09.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 21:55:09.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:55:09.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:55:09.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:55:09.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:55:09.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:09.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:55:09.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:09.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:09.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:09.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:09.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:09.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:09.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:55:09.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:09.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:09.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:09.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:09.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:09.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:09.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:09.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:55:09.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:09.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:09.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:09.531 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:09.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:09.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 21:55:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:09.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:55:09.531 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:55:09.531 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:09.531 DEBUG [main][MenuItemLookup] Item match:File 21:55:09.532 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:55:09.532 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:55:09.533 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:55:09.533 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:55:09.533 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:09.533 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:55:09.533 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:55:09.534 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:55:09.534 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:55:09.534 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:55:09.534 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:55:09.534 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:55:09.534 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:55:09.534 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:55:09.534 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:09.534 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:55:09.534 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:55:09.534 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:09.534 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:55:09.534 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:09.534 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:55:09.534 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:55:09.534 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:55:09.534 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:55:09.534 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:55:09.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.... 21:55:09.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. finished successfully 21:55:09.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:55:09.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:09.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:09.588 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:55:09.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:09.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:55:09.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:09.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:09.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:09.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:09.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:09.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:09.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:09.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:55:09.589 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:55:09.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:09.589 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:55:09.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:09.589 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:55:09.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:55:09.589 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:55:09.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:09.589 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:55:09.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:09.589 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:55:09.590 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:55:09.590 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:55:09.590 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:55:09.590 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:55:09.590 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:55:09.590 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:55:09.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) 21:55:09.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:09.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:09.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:09.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:09.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:09.591 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:55:09.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:09.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:09.591 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:09.591 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:09.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'] 21:55:09.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:09.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:09.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:55:09.669 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 21:55:09.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:55:09.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:09.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:09.670 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:55:09.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:09.670 DEBUG [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:") 21:55:09.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:09.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:09.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:09.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:09.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:55:09.674 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:55:09.675 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 21:55:09.680 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:55:09.680 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:55:09.681 DEBUG [WorkbenchTestable][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) 21:55:09.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:09.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:09.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:09.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:09.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:09.682 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:55:09.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:09.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:09.683 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:09.683 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:09.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:55:10.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:55:10.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:10.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:55:10.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:55:10.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:55:10.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:10.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:55:10.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:10.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:10.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:10.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:55:10.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:55:10.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:55:10.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:10.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:55:10.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:10.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:10.199 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:55:10.199 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectCollapsedProjectExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 21:55:10.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 21:55:10.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:55:10.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:55:10.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:55:10.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:10.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:10.202 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 21:55:10.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 21:55:10.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:10.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:10.203 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 21:55:10.203 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 21:55:10.203 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:10.203 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:55:10.203 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:55:10.203 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:55:10.203 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:55:10.203 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:55:10.203 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:55:10.203 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:55:10.203 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:55:10.203 DEBUG [main][MenuItemLookup] Item match:Window 21:55:10.205 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:55:10.205 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:55:10.205 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:55:10.205 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:10.205 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:55:10.205 DEBUG [main][MenuItemLookup] Item match:Show View 21:55:10.208 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:55:10.208 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:55:10.208 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:55:10.208 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:55:10.208 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:55:10.208 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:55:10.208 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:55:10.208 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:55:10.208 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:55:10.208 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:55:10.208 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:55:10.208 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:55:10.208 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:55:10.208 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:55:10.208 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:10.208 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:55:10.208 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:55:10.218 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:55:10.218 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:55:10.218 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:55:10.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:55:10.262 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 21:55:10.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:55:10.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:10.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:10.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:55:10.263 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:10.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:10.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:10.263 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:10.263 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:10.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:10.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:10.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:10.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:10.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:10.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:10.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:10.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:55:10.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:10.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:10.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:10.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:10.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:10.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:55:10.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:10.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:10.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:10.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:10.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:10.265 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 21:55:10.265 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 21:55:10.265 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 21:55:10.265 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 21:55:10.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:10.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:10.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:10.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:10.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:10.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:10.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:10.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:55:10.266 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:10.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:10.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:10.266 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:10.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:10.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:10.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:10.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:10.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:10.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:10.266 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:55:10.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:10.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:10.266 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:10.266 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:10.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:55:10.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:55:10.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 21:55:10.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:10.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:10.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 21:55:10.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:10.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:10.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 21:55:10.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:10.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:10.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 21:55:10.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:55:10.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:10.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:10.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:10.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:10.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:10.303 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:10.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:10.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:10.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform TooltipText=null 21:55:10.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:10.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:10.305 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:10.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:10.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:10.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:10.305 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:10.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:10.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:10.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:10.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:10.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:10.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:10.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:10.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:11.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:11.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:11.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:11.308 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:11.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:11.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:11.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:11.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:11.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:11.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:11.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:11.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:11.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:11.309 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:55:11.309 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:55:11.309 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:55:11.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:55:11.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:11.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:11.810 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:55:11.811 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:11.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:11.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:11.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:11.812 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:11.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:11.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:11.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:11.812 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:11.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:11.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:11.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:11.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:11.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:11.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:12.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:12.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:12.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:12.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:12.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:12.815 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:12.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:12.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:12.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:12.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:12.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:12.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:12.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:12.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:12.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:12.816 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:55:12.816 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:55:12.816 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:55:12.816 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:55:12.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:12.816 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:55:12.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:12.816 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:55:12.816 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:55:12.816 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:55:12.817 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:55:12.831 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:55:12.831 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:55:12.832 DEBUG [main][EditorHandler] 4 editor(s) found 21:55:12.832 DEBUG [WorkbenchTestable][EditorHandler] Closing editor [test-new] Test Title:.+ 21:55:12.842 DEBUG [WorkbenchTestable][EditorHandler] Editor [test-new] Test Title:.+ is closed 21:55:12.842 DEBUG [WorkbenchTestable][EditorHandler] Closing editor a 21:55:12.856 DEBUG [WorkbenchTestable][EditorHandler] Editor a is closed 21:55:12.857 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 21:55:12.883 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 21:55:12.883 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass1.java 21:55:12.922 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass1.java is closed 21:55:12.923 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:12.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:12.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:12.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:12.923 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:55:12.923 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:55:12.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:55:12.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:12.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:55:12.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:12.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:55:12.924 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 21:55:12.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:55:12.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:13.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:13.424 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:55:13.425 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 21:55:13.425 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 21:55:13.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:13.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:13.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 21:55:13.927 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item ProjectItemTestProject 21:55:13.927 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item ProjectItemTestProject 21:55:13.927 DEBUG [main][TreeItemHandler] Setting tree item ProjectItemTestProject collapsed 21:55:13.927 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 21:55:13.927 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: ProjectItemTestProject 21:55:13.927 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 21:55:13.927 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 21:55:13.927 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 21:55:13.941 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 21:55:13.942 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:55:13.942 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:55:13.943 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:55:13.952 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:55:13.952 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:13.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:13.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:13.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:13.953 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 21:55:13.953 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 21:55:13.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:13.953 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:55:13.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 21:55:13.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:55:13.963 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:55:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:13.969 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectCollapsedProjectExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 21:55:13.969 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:55:13.969 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 21:55:13.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 21:55:13.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:55:13.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:55:13.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:55:13.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:13.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:13.971 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 21:55:13.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:55:13.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:13.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:13.972 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:55:13.972 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:55:13.972 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:13.972 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:55:13.972 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:55:13.972 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:55:13.972 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:55:13.972 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:55:13.972 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:55:13.972 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:55:13.972 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:55:13.972 DEBUG [main][MenuItemLookup] Item match:Window 21:55:13.973 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:55:13.973 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:55:13.973 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:55:13.973 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:13.973 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:55:13.973 DEBUG [main][MenuItemLookup] Item match:Show View 21:55:13.976 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:55:13.976 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:55:13.976 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:55:13.976 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:55:13.976 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:55:13.976 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:55:13.976 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:55:13.976 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:55:13.976 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:55:13.976 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:55:13.976 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:55:13.976 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:55:13.976 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:55:13.976 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:55:13.976 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:13.976 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:55:13.976 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:55:13.976 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:55:13.976 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:55:13.976 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:55:14.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:55:14.019 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 21:55:14.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:55:14.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:14.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:14.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 21:55:14.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:14.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:14.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:14.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:14.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:14.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:14.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:14.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:14.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:14.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:14.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:14.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:14.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:55:14.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:14.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:14.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:14.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:14.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:14.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:55:14.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:14.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:14.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:14.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:14.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:14.021 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 21:55:14.021 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 21:55:14.022 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 21:55:14.022 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 21:55:14.022 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:14.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:14.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:14.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:14.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:14.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:14.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:14.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:55:14.022 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:14.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:14.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:14.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:14.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:14.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:14.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:14.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:14.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:14.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:14.023 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:55:14.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:14.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:14.023 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:14.023 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:14.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:55:14.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:55:14.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 21:55:14.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:14.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:14.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 21:55:14.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:14.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:14.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:55:14.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:14.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:14.054 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:55:14.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 '\*?\QProject Explorer\E') 21:55:14.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:14.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:14.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:14.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:14.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:14.054 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:14.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:14.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:14.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:55:14.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:14.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:14.056 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:14.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:14.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:14.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:14.056 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:14.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:14.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:14.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:14.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:14.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:14.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:14.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:14.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:15.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:15.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:15.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:15.058 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:15.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:15.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:15.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55: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 21:55:15.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:15.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:15.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:15.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:15.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:15.059 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:55:15.059 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:55:15.060 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:55:15.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:55:15.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:15.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:55:15.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:15.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:55:15.060 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:15.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:15.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:15.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:15.061 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:15.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:15.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:15.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:15.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:15.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:15.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:15.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:15.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:16.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:16.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:16.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:16.063 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:16.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:16.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:16.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:16.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 21:55:16.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:16.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:16.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:16.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:16.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:16.064 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:55:16.065 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:55:16.065 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:55:16.065 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:55:16.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:16.065 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:55:16.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:16.065 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:55:16.065 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:55:16.065 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:55:16.065 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:55:16.069 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:55:16.069 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:55:16.070 DEBUG [main][EditorHandler] 0 editor(s) found 21:55:16.070 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:16.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:16.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:16.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:16.070 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:16.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:16.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:16.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:16.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:16.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:16.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:16.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:16.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:17.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:17.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:17.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:17.073 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:17.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:17.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:17.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:17.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:17.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:17.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:17.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:17.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:17.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:17.074 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:55:17.074 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:55:17.075 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:55:17.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:55:17.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:17.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:55:17.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:17.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:55:17.075 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 21:55:17.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:55:17.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:17.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:55:17.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:17.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:55:17.075 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 21:55:17.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 21:55:17.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:17.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item (default package) is already expanded. No action performed 21:55:17.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:17.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 21:55:17.075 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:55:17.075 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:55:17.076 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:55:17.080 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:55:17.080 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 21:55:17.080 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 21:55:17.080 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 21:55:17.080 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 21:55:17.086 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 21:55:17.086 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 21:55:17.087 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 21:55:17.175 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 21:55:17.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:17.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:55:17.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:55:17.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:55:17.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:55:17.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:17.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:55:17.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:17.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:17.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 '\*?\QTestClass.java\E') 21:55:17.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:17.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:17.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:17.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:17.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:17.181 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:17.182 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class TestClass { } TooltipText=null 21:55:17.182 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:17.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:17.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:17.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:17.200 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 21:55:17.200 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 21:55:17.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:17.200 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:55:17.222 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 21:55:17.222 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:55:17.222 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:55:17.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:17.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:17.234 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 21:55:17.234 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:55:17.234 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 21:55:17.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 21:55:17.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:55:17.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:55:17.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:55:17.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:17.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:17.236 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 21:55:17.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 21:55:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:17.237 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:55:17.237 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:55:17.237 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:17.237 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:55:17.237 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:55:17.237 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:55:17.237 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:55:17.237 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:55:17.237 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:55:17.237 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:55:17.237 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:55:17.237 DEBUG [main][MenuItemLookup] Item match:Window 21:55:17.239 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:55:17.239 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:55:17.239 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:55:17.239 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:17.239 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:55:17.239 DEBUG [main][MenuItemLookup] Item match:Show View 21:55:17.242 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:55:17.242 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:55:17.242 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:55:17.242 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:55:17.242 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:55:17.242 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:55:17.242 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:55:17.242 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:55:17.242 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:55:17.242 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:55:17.242 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:55:17.242 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:55:17.242 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:55:17.242 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:55:17.242 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:17.242 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:55:17.242 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:55:17.242 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:55:17.242 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:55:17.242 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:55:17.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:55:17.285 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 21:55:17.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:55:17.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:17.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:17.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:55:17.286 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:17.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:17.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:17.286 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:17.286 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:17.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:17.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:17.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:17.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:17.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:17.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:17.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:17.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:55:17.288 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:17.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:17.288 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:17.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:17.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:17.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:55:17.288 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:17.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:17.288 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:17.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:17.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:17.288 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 21:55:17.288 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 21:55:17.288 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 21:55:17.288 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 21:55:17.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:17.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:17.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:17.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:17.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:17.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:17.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:17.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 "Open") 21:55:17.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:17.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:17.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:17.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:17.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:17.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:17.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:17.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:17.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:17.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:17.289 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:55:17.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:17.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:17.289 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:17.289 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:17.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:55:17.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:55:17.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 21:55:17.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:17.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:17.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 21:55:17.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:17.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:17.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 21:55:17.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:17.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:17.324 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:55:17.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:55:17.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:17.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:17.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:17.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:17.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:17.325 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:17.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:17.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:17.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 21:55:17.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:17.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:17.326 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:17.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:17.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:17.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:17.327 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:17.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:17.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:17.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:17.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:17.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:17.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:17.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:17.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:18.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:18.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:18.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:18.329 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:18.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:18.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:18.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:18.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:18.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:18.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:18.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:18.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:18.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:18.330 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:55:18.331 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:55:18.331 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:55:18.331 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:55:18.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:18.331 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:55:18.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:18.331 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:55:18.331 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:55:18.331 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:55:18.331 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:55:18.340 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:55:18.341 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 21:55:18.341 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 21:55:18.341 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 21:55:18.341 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 21:55:18.341 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 21:55:18.341 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:18.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:18.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:18.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:18.342 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 21:55:18.342 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 21:55:18.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:18.342 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:55:18.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 21:55:18.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:55:18.365 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:55:18.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:18.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:18.375 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 21:55:18.375 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:55:18.375 INFO [WorkbenchTestable][RequirementsRunner] Started test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 21:55:18.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 21:55:18.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:55:18.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:55:18.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:55:18.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:18.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:18.378 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 21:55:18.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 21:55:18.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:18.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:18.378 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:55:18.378 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:55:18.378 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:18.379 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:55:18.379 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:55:18.379 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:55:18.379 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:55:18.379 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:55:18.379 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:55:18.379 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:55:18.379 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:55:18.379 DEBUG [main][MenuItemLookup] Item match:Window 21:55:18.379 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:55:18.379 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:55:18.379 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:55:18.379 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:18.379 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:55:18.379 DEBUG [main][MenuItemLookup] Item match:Show View 21:55:18.382 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:55:18.382 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:55:18.382 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:55:18.382 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:55:18.382 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:55:18.382 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:55:18.382 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:55:18.382 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:55:18.382 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:55:18.382 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:55:18.382 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:55:18.382 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:55:18.382 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:55:18.382 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:55:18.382 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:18.382 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:55:18.382 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:55:18.382 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:55:18.382 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:55:18.382 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:55:18.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:55:18.426 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 21:55:18.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:55:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:18.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:55:18.427 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:18.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:18.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:18.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:18.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:18.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:18.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:55:18.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:18.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:18.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:55:18.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:18.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:18.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:18.428 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 21:55:18.428 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 21:55:18.428 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 21:55:18.428 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 21:55:18.428 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:18.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:18.428 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:18.428 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:18.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:18.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:18.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:55:18.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:18.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:18.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:18.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:18.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:18.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:18.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:18.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:18.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:18.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:18.429 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:55:18.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:18.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:18.429 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:18.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:18.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:55:18.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:55:18.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 21:55:18.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:18.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:18.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 21:55:18.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:18.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:18.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 21:55:18.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:18.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:18.464 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:55:18.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:55:18.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:18.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:18.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:18.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:18.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:18.464 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:18.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:18.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:18.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 21:55:18.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:18.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:18.466 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:18.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:18.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:18.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:18.466 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:18.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:18.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:18.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:18.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:18.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:18.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:18.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:18.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:19.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:19.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:19.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:19.469 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:19.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:19.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:19.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:19.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 21:55:19.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:19.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:19.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:19.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:19.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:19.470 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:55:19.470 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:55:19.471 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:55:19.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:55:19.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:19.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:55:19.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:19.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:55:19.471 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:55:19.471 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:55:19.471 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:55:19.475 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:55:19.475 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:19.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:19.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'] 21:55:19.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:19.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: "Create New File"] 21:55:19.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:19.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'] 21:55:19.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:19.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'] 21:55:19.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:19.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'] 21:55:19.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:19.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: "Create New File"] 21:55:19.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:19.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'] 21:55:19.478 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:19.478 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:19.478 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:19.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 21:55:19.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:19.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:19.478 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:55:19.478 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:55:19.478 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:19.478 DEBUG [main][MenuItemLookup] Item match:File 21:55:19.479 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:55:19.479 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:19.481 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:55:19.481 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:55:19.482 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:55:19.482 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:55:19.482 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:55:19.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:55:19.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 21:55:19.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:55:19.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:19.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:19.540 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:55:19.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:19.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 21:55:19.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:19.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:19.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:19.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:19.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:19.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:19.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:19.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:55:19.542 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:19.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:19.542 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:19.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:19.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:19.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:55:19.542 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:19.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:19.542 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:19.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:19.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:19.542 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 21:55:19.542 DEBUG [main][TreeItemHandler] Selecting tree item: File 21:55:19.543 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 21:55:19.545 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 21:55:19.545 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:55:19.545 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:55:19.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:55:19.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:19.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:19.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:19.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:19.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:19.546 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:55:19.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:19.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:19.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:19.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:19.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:19.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:19.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 21:55:19.568 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 21:55:19.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 21:55:19.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:19.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:19.569 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 21:55:19.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:19.569 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:") 21:55:19.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:19.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:19.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:19.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:19.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:55:19.570 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:55:19.571 INFO [WorkbenchTestable][AbstractText] Text set to: text.txt 21:55:19.571 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:") 21:55:19.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:19.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:19.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:19.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:19.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:55:19.572 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:55:19.572 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject/src/files/ 21:55:19.573 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 21:55:19.573 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 21:55:19.573 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) 21:55:19.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:19.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:19.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:19.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:19.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:19.574 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:55:19.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:19.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:19.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:19.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:19.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:55:20.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:55:20.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:20.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:55:20.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:55:20.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:20.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:55:20.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:20.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:20.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7fedb80f is found... 21:55:20.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7fedb80f is found finished successfully 21:55:20.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtext.txt\E') 21:55:20.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:20.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:20.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:20.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:20.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:20.079 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:20.079 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 21:55:20.080 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:20.080 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 21:55:20.080 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 21:55:20.080 DEBUG [WorkbenchTestable][EditorHandler] Closing editor text.txt 21:55:20.135 DEBUG [WorkbenchTestable][EditorHandler] Editor text.txt is closed 21:55:20.136 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:20.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:20.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:20.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:20.145 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:20.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:20.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:20.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:20.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:20.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:20.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:20.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:20.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:21.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:21.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:21.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:21.147 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:21.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:21.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:21.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55: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 21:55:21.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:21.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:21.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:21.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:21.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:21.148 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:55:21.148 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:55:21.149 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:55:21.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:55:21.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:21.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:55:21.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:21.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:55:21.149 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 21:55:21.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:55:21.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:21.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:55:21.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:21.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:55:21.149 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 21:55:21.149 DEBUG [main][TreeItemHandler] Selecting tree item: files 21:55:21.149 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 21:55:21.155 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 21:55:21.156 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:55:21.156 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'New' 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:21.177 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:55:21.177 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:55:21.177 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:55:21.177 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:55:21.177 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:55:21.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:21.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 21:55:21.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:21.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:55:21.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:21.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:21.678 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'files' via Explorer 21:55:21.678 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 21:55:21.678 DEBUG [main][TreeItemHandler] Selecting tree item: files 21:55:21.678 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 21:55:21.684 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 21:55:21.684 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:55:21.684 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:21.702 DEBUG [main][MenuItemLookup] Found menu:'New' 21:55:21.702 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:55:21.702 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:21.702 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:55:21.702 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:55:21.702 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:21.702 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:55:21.702 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:55:21.702 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:55:21.702 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:55:21.702 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:55:21.702 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:55:21.702 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:55:21.702 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:55:21.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 21:55:22.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 21:55:22.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete 21:55:22.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:22.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:22.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:22.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:22.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:55:22.284 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:22.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:22.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:22.284 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete" as the parent 21:55:22.284 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:22.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:22.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:22.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:22.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:22.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:22.284 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:55:22.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:22.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:22.284 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:22.284 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:22.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:55:22.286 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:55:22.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:55:22.787 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:55:22.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:22.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:55:22.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:22.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:55:22.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:22.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:22.788 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:22.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:22.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:22.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:22.789 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:22.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:22.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:22.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:22.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:22.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:22.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:23.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:23.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:23.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:23.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:23.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:23.792 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:23.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:23.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:23.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:23.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 21:55:23.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:23.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:23.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:23.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:23.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:23.793 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:55:23.793 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:55:23.793 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:55:23.793 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:55:23.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:23.793 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:55:23.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:23.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:55:23.794 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:55:23.794 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:55:23.794 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 21:55:23.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:55:23.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:23.794 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:55:23.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:23.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:55:23.795 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 21:55:23.795 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:55:23.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:23.795 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:55:23.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:23.795 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:55:23.795 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:55:23.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:23.795 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:55:23.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:23.795 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:55:23.795 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 21:55:23.795 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 21:55:23.795 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:55:23.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:23.795 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:55:23.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:23.795 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:55:23.795 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:55:23.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:23.796 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 21:55:23.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:23.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:55:23.796 DEBUG [WorkbenchTestable][AbstractResource] Item "files" was not found. Available items on the current level: 21:55:23.796 DEBUG [WorkbenchTestable][AbstractResource] "(default package)" 21:55:23.796 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:23.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:23.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:23.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:23.797 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 21:55:23.797 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 21:55:23.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:23.797 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:55:23.821 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 21:55:23.821 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:55:23.821 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:55:23.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:23.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:23.832 INFO [WorkbenchTestable][RequirementsRunner] Finished test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 21:55:23.832 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:55:23.832 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 21:55:23.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 21:55:23.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:55:23.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:55:23.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:55:23.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:23.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:23.834 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 21:55:23.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 21:55:23.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:23.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:23.835 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:55:23.835 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:55:23.835 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:23.835 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:55:23.835 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:55:23.835 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:55:23.835 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:55:23.835 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:55:23.835 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:55:23.835 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:55:23.835 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:55:23.835 DEBUG [main][MenuItemLookup] Item match:Window 21:55:23.835 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:55:23.836 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:55:23.836 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:55:23.836 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:23.836 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:55:23.836 DEBUG [main][MenuItemLookup] Item match:Show View 21:55:23.839 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:55:23.839 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:55:23.839 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:55:23.839 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:55:23.839 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:55:23.839 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:55:23.839 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:55:23.839 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:55:23.839 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:55:23.839 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:55:23.839 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:55:23.839 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:55:23.839 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:55:23.839 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:55:23.839 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:23.839 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:55:23.839 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:55:23.839 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:55:23.839 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:55:23.839 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:55:23.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:55:23.882 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 21:55:23.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:55:23.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:23.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:23.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:55:23.883 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:23.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:23.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:23.883 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:23.883 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:23.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:23.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:23.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:23.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:23.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:23.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:23.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:23.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:55:23.885 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:23.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:23.885 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:23.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:23.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:23.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:55:23.885 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:23.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:23.885 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:23.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:23.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:23.885 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 21:55:23.885 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 21:55:23.885 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 21:55:23.886 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 21:55:23.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:23.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:23.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:23.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:23.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:23.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:23.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:23.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:55:23.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:23.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:23.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:23.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:23.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:23.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:23.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:23.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:23.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:23.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:23.886 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:55:23.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:23.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:23.887 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:23.887 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:23.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:55:23.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:55:23.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 21:55:23.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:23.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:23.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 21:55:23.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:23.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:23.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 21:55:23.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:23.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:23.920 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:55:23.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:55:23.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:23.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:23.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:23.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:23.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:23.921 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:23.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:23.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:23.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 21:55:23.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:23.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:23.922 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:23.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:23.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:23.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:23.923 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:23.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:23.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:23.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:23.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:23.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:23.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:24.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:24.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:24.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:24.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:24.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:24.925 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:24.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:24.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:24.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:24.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 21:55:24.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:24.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:24.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:24.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:24.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:24.926 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:55:24.927 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 21:55:24.927 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 21:55:24.927 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 21:55:24.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:24.927 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 21:55:24.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:24.927 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 21:55:24.927 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 21:55:24.928 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 21:55:24.928 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 21:55:24.928 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 21:55:24.928 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 21:55:24.928 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 21:55:24.928 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 21:55:24.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:25.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 21:55:25.429 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:25.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:25.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:25.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:25.430 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 21:55:25.430 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 21:55:25.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:25.431 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 21:55:25.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 21:55:25.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:55:25.453 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:55:25.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:25.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:25.464 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 21:55:25.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:25.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:25.467 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 21:55:25.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 21:55:25.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:25.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:25.467 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:55:25.467 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:55:25.467 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:25.468 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:55:25.468 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:55:25.468 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:55:25.468 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:55:25.468 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:55:25.468 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:55:25.468 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:55:25.468 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:55:25.468 DEBUG [main][MenuItemLookup] Item match:Window 21:55:25.468 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:55:25.468 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:55:25.468 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:55:25.468 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:25.468 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:55:25.468 DEBUG [main][MenuItemLookup] Item match:Show View 21:55:25.471 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:55:25.471 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:55:25.471 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:55:25.471 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:55:25.471 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:55:25.471 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:55:25.471 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:55:25.471 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:55:25.471 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:55:25.471 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:55:25.471 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:55:25.471 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:55:25.471 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:55:25.471 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:55:25.471 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:25.471 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:55:25.471 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:55:25.471 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:55:25.471 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:55:25.471 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:55:25.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:55:25.514 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 21:55:25.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:55:25.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:25.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:25.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 21:55:25.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:25.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:25.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:25.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:25.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:25.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:25.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:25.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:25.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:25.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:25.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:25.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:25.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:55:25.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:25.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:25.516 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:25.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:25.516 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:25.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:55:25.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:55:25.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:25.516 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:55:25.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:25.516 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:55:25.516 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 21:55:25.516 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 21:55:25.517 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 21:55:25.517 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 21:55:25.517 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:25.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:25.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:25.517 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:25.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:25.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:25.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:25.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 "Open") 21:55:25.517 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:25.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:25.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:25.517 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:55:25.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:25.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:25.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:25.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:25.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:25.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:25.518 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:55:25.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:25.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:25.518 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:25.518 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:25.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:55:25.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:55:25.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 21:55:25.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:25.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:25.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 21:55:25.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:25.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:25.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 21:55:25.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:25.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:25.553 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 21:55:25.553 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 21:55:25.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:25.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:25.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:25.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:25.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:25.554 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:25.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:25.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:25.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 21:55:25.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:25.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:25.555 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:25.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:25.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:25.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:25.555 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:25.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:25.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:25.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:25.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:25.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:25.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:26.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:26.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:26.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:26.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:26.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:26.558 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:26.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:26.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:26.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:26.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 21:55:26.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:26.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:26.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:26.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:26.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:26.559 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 21:55:26.559 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 21:55:26.559 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 21:55:26.559 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 21:55:26.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 21:55:26.564 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:55:26.564 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:26.585 DEBUG [main][MenuItemLookup] Found menu:'New' 21:55:26.585 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:55:26.585 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:26.585 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:55:26.585 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:26.585 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:55:26.585 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:55:26.585 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:55:26.585 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:55:26.585 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:55:26.585 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:55:26.585 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:55:26.585 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:26.585 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:55:26.585 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:55:26.585 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:26.585 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:55:26.585 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:55:26.585 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:55:26.585 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:55:26.585 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:55:26.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:26.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 21:55:27.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:27.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:55:27.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:27.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:27.086 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectItemTestProject' via Explorer 21:55:27.086 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 21:55:27.086 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 21:55:27.087 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 21:55:27.091 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 21:55:27.091 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:55:27.091 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:27.111 DEBUG [main][MenuItemLookup] Found menu:'New' 21:55:27.111 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:55:27.111 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:27.111 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:55:27.111 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:27.111 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:55:27.111 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:55:27.111 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:55:27.111 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:55:27.111 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:55:27.111 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:55:27.111 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:55:27.111 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:55:27.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 21:55:27.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 21:55:27.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:55:27.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:27.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:27.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:27.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:27.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) 21:55:27.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:27.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:27.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:27.188 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:55:27.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:27.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:27.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:27.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:27.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:27.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:27.188 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:55:27.188 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:55:27.189 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:55:27.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:27.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:27.189 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:27.189 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:27.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) 21:55:27.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:27.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:27.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:27.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:55:27.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:27.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:27.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:27.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:27.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:27.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:27.189 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:55:27.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:27.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:27.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:27.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:27.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:55:27.192 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:55:27.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:55:27.692 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:55:27.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:27.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 21:55:28.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:55:28.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:55:28.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:28.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:28.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:28.192 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 21:55:28.192 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:55:28.192 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:55:28.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:28.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.225 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.265 s select no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 1.141 s asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 5.457 s testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 1.632 s Running org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:55:28.201 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:55:28.202 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:55:28.202 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:55:28.202 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:55:28.202 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:55:28.202 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:55:28.203 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:55:28.203 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:55:28.203 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:55:28.203 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 21:55:28.203 DEBUG [main][EditorHandler] 0 editor(s) found 21:55:28.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:28.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:28.204 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 21:55:28.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:28.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:28.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:55:28.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:28.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:28.205 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:55: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 '\*?\QProject Explorer\E') 21:55:28.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:28.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:28.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:28.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:28.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:28.205 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:28.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:28.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:28.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:55:28.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:28.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:28.206 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:28.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:28.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:28.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:28.207 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:28.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:28.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:28.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:28.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:28.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:28.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:28.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:28.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:29.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:29.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:29.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:29.209 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:29.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:29.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:29.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:29.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 21:55:29.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:29.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:29.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:29.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:29.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:29.210 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 21:55:29.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 21:55:29.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:29.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:29.211 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:55:29.211 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:55:29.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:55:29.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:55:29.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:55:29.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:55:29.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:29.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:29.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:29.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:29.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:55:29.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:29.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:29.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:29.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:29.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:29.212 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:29.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:29.212 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:55:29.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:29.212 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:29.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:29.212 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:29.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:29.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:55:29.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:29.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:29.212 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:55:29.212 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:55:29.212 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:29.212 DEBUG [main][MenuItemLookup] Item match:File 21:55:29.213 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:55:29.213 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:29.215 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:55:29.215 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:55:29.215 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:55:29.215 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:55:29.215 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:55:29.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 'New|Select a wizard'] is available.... 21:55:29.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:55:29.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:55:29.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:29.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:29.265 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:55:29.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:29.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:55:29.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:29.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:29.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:29.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:29.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:29.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:29.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:29.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:55:29.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:55:29.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:29.271 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:55:29.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:29.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:55:29.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:55:29.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:55:29.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:29.272 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:55:29.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:29.272 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:55:29.272 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:55:29.272 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:55:29.272 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:55:29.274 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:55:29.274 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:55:29.274 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:55:29.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:55:29.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:29.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:29.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:29.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:29.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:29.275 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:55:29.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:29.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:29.275 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:29.275 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:29.394 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:29.394 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:29.394 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:29.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:55:29.394 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 21:55:29.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:55:29.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:29.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:29.395 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:55:29.395 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:29.395 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:55:29.395 DEBUG [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:") 21:55:29.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:29.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:29.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:29.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:29.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:55:29.396 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:55:29.397 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:55:29.417 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:55:29.417 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:55:29.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.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) 21:55:29.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:29.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:29.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:29.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:29.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:29.419 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:55:29.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:29.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:29.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:29.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:29.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 21:55:29.923 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 21:55:29.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:55:29.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:29.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:29.925 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:55:29.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 21:55:29.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:29.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:29.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:29.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:55:29.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:29.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:29.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:29.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:29.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:29.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:29.926 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:55:29.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:29.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:29.926 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:29.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:30.009 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.... 21:55:30.009 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 21:55:30.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:55:30.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:55:30.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:30.010 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 21:55:30.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:55:30.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:55:30.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:30.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:30.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:30.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:30.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:30.011 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:30.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:30.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:30.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:55:30.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:30.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:30.013 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:55:30.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 '\*?\QProblems\E') 21:55:30.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:30.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:30.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:30.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:30.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:30.015 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:30.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:30.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:30.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:30.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:30.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:30.023 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:55:30.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:30.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:30.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:55:30.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:30.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:30.035 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:55:30.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 '\*?\QPackage Explorer\E') 21:55:30.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:30.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:30.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:30.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:30.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:30.036 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:30.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:30.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:30.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:30.101 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:55:30.101 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:30.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:30.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:30.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:30.102 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:30.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:30.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:30.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:30.103 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:30.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:30.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:30.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:30.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:30.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:30.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:30.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:30.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:31.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:31.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:31.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:31.139 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:31.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:31.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:31.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:31.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 21:55:31.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:31.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:31.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:31.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:31.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:31.140 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:55:31.140 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:55:31.140 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 21:55:31.140 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 21:55:31.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:31.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:31.641 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 21:55:31.642 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:55:31.642 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:55:31.642 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:55:31.647 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:55:31.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'] 21:55:31.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:31.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'] 21:55:31.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:31.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:55:31.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:31.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:31.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:31.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:31.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:31.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:31.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:31.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:55:31.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:31.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:31.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:31.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 'New|Select a wizard'] 21:55:31.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:31.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:55:31.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:31.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:31.649 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:55:31.649 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:55:31.649 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:31.650 DEBUG [main][MenuItemLookup] Item match:File 21:55:31.650 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:55:31.650 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:31.652 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:55:31.652 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:55:31.652 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:55:31.652 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:55:31.652 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:55:31.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:55: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 'New|Select a wizard'] is available. finished successfully 21:55:31.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:55:31.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:31.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:31.735 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:55:31.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:31.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:55:31.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:31.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:31.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:31.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:31.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:31.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:31.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:55:31.835 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:55:31.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:31.835 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:55:31.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:31.835 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:55:31.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:55:31.836 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:55:31.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:31.836 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:55:31.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:31.836 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:55:31.836 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:55:31.836 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:55:31.836 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:55:31.839 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:55:31.839 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:55:31.839 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:55:31.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) 21:55:31.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:31.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:31.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:31.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:31.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:31.840 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:55:31.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:31.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:31.840 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:31.840 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:31.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'] 21:55:31.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:31.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:31.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:55:31.922 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 21:55:31.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:55:31.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:31.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:31.922 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:55:31.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:31.923 DEBUG [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:") 21:55:31.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:31.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:31.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:31.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:31.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:55:31.930 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:55:31.931 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 21:55:31.997 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:55:31.997 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:55:31.997 DEBUG [WorkbenchTestable][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) 21:55:31.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:31.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:31.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:31.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:31.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:32.000 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:55:32.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:32.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:32.000 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:32.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:32.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:55:32.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:55:32.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:32.534 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 21:55:32.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:55:32.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:55:32.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:55:32.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:55:32.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:32.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:55:32.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:32.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:32.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:32.534 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 21:55:32.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:55:32.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:55:32.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:55:32.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:55:32.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:32.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:55:32.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:32.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:32.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5136622b is found... 21:55:32.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5136622b is found finished successfully 21:55:32.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 21:55:32.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:32.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:32.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:32.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:32.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:32.538 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:32.538 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 21:55:32.539 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:55:32.544 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:32.544 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 21:55:32.544 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:55:32.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:32.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:32.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:32.544 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:32.544 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:32.544 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:32.544 DEBUG [main][MenuItemLookup] Item match:File 21:55:32.545 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:55:32.545 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:55:32.545 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:55:32.545 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:55:32.545 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:32.545 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:55:32.545 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:55:32.545 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:32.545 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:55:32.545 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:55:32.545 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:55:32.545 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:55:32.545 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:55:32.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:55:32.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:55:32.600 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:32.600 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 21:55:32.600 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:32.601 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:32.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:32.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:32.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:32.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:32.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:32.626 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:32.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:32.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:32.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:32.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:32.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:32.628 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:32.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 '\*?\QProblems\E') 21:55:32.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:32.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:32.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:32.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:32.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:32.630 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:32.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:32.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:32.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:32.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:32.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:32.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 21:55:32.631 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:32.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:32.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:32.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:32.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:32.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:32.632 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:32.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:32.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:32.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:32.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:32.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:32.632 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:32.632 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:32.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:32.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:32.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:32.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:32.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:32.633 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:32.633 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:32.633 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:32.633 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:32.634 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:32.634 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:55:32.634 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:32.634 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:32.634 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:32.634 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:32.634 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:32.634 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:32.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:55:33.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:55:33.637 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:33.641 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:33.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:33.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:33.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:33.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:33.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:33.642 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:33.642 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:33.642 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:33.642 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:33.642 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:33.643 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:55:33.643 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:33.643 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:33.643 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:33.643 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:33.643 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:33.643 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:33.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:55:33.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:55:33.643 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:33.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:33.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:33.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:33.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:33.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:33.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:33.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:33.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:33.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:33.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:33.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:34.145 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:34.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:34.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:34.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:34.146 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:34.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:34.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:34.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:34.146 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:34.147 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:34.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:34.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:34.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:34.147 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:34.147 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:34.147 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:34.147 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:34.147 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:34.148 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:55:34.148 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:34.148 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:34.148 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:34.148 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:34.148 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:34.148 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:34.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:55:35.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:55:35.648 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:35.649 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:35.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:35.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:35.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:35.649 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:35.650 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:35.650 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:35.650 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:35.650 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:35.650 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:55:35.650 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:35.650 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:35.650 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:35.650 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:35.650 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:35.650 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:35.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:55:35.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:55:35.650 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:35.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:35.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:35.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:35.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:35.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:35.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:35.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:35.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:35.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:35.651 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:55:35.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:55:35.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:35.651 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:55:35.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:35.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:55:35.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:55:35.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:35.652 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:55:35.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:35.652 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:55:35.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 21:55:35.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:35.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:35.653 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:35.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:35.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:35.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:35.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:35.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:35.655 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:35.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 '\*?\QProblems\E') 21:55:35.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:35.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:35.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:35.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:35.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:35.657 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:35.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:35.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:35.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:35.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:35.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:35.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 21:55:35.657 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:35.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:35.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:35.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:35.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:35.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:35.658 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:35.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:35.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:35.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:35.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:35.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:35.658 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:35.658 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:35.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:35.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:35.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:35.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:35.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:35.659 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:35.659 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:35.659 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:35.659 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:35.659 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:35.659 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:55:35.659 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:35.659 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:35.659 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:35.659 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:35.659 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:35.659 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:35.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:55:36.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:55:36.661 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:36.661 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:36.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:36.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:36.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:36.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:36.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:36.662 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:36.662 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:36.662 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:36.662 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:36.662 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:36.662 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:55:36.662 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:36.662 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:36.662 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:36.662 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:36.662 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:36.662 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:36.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:55:36.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:55:36.663 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:36.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:36.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:36.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:36.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:36.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:36.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 21:55:36.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:36.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:36.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:36.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:36.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:36.665 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:55:36.665 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:55:36.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:36.665 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:55:36.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:36.665 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:55:36.665 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:55:36.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:36.665 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:55:36.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:36.665 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:55:36.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 21:55:36.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:36.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:36.676 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:36.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:36.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:36.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:36.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:36.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:36.678 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:36.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 '\*?\QProblems\E') 21:55:36.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:36.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:36.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:36.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:36.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:36.680 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:36.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:36.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:36.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:36.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:36.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:36.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Warnings exists in Problems view.... 21:55:36.681 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:36.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:36.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:36.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:36.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:36.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:36.681 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:36.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:36.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:36.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:36.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:36.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:36.682 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:36.682 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:36.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:36.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:36.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:36.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:36.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:36.682 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:36.683 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:36.683 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:36.683 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:36.683 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:36.683 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:55:36.683 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:36.683 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:36.683 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:36.683 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:36.683 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:36.683 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:36.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:55:37.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:55:37.693 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:37.693 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:37.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:37.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:37.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:37.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:37.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:37.694 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:37.695 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:37.695 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:37.695 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:37.695 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:37.695 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:55:37.695 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:37.695 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:37.695 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:37.695 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:37.695 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:37.695 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:37.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:55:37.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:55:37.695 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:37.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:37.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:37.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:37.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:37.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:37.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:37.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:37.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:37.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:37.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:37.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:37.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Warnings exists in Problems view. finished successfully 21:55:37.697 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:37.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:37.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:37.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:37.697 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:37.697 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:37.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:37.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:37.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:37.697 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:37.698 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:37.698 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:37.698 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:37.698 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:37.698 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:55:37.698 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:37.698 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:37.698 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:37.698 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:37.698 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:37.698 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:37.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:55:39.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:55:39.199 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:39.199 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:39.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:39.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:39.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:39.200 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:39.200 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:39.200 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:39.200 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:39.200 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:39.200 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:55:39.200 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:39.200 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:39.200 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:39.200 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:39.200 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:39.200 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:39.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:55:39.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:55:39.200 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:39.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:39.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:39.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:39.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 21:55:39.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:39.201 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:55:39.201 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:55:39.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:39.201 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:55:39.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:39.201 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:55:39.201 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:55:39.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:39.201 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:55:39.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:39.201 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:55:39.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:39.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:39.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:39.204 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:39.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 '\*?\QProblems\E') 21:55:39.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:39.205 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:39.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:39.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:39.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:39.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:39.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:39.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 21:55:39.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:39.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:39.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:39.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:39.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:39.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:39.209 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:39.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:55:39.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:39.211 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:39.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:39.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:39.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:39.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:39.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:39.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:39.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:39.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:39.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:39.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:39.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:39.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:39.223 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:39.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:55:39.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:39.225 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:39.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:39.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:39.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:39.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:39.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:39.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 21:55:39.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:39.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 21:55:39.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:39.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:39.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:39.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:39.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:39.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 '\*?\QProblems\E') 21:55:39.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:39.240 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:39.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:39.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:39.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:39.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:39.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:39.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:39.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:39.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:39.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:39.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:39.244 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:39.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:55:39.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:39.246 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:39.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:39.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:39.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:39.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:39.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:39.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:39.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:39.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 21:55:39.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:39.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:39.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:39.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:55:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:39.261 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:39.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:39.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:39.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:39.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:39.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:39.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 21:55:39.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:39.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:39.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:39.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:39.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:39.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:39.273 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:39.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') 21:55:39.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:39.275 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:39.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:39.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:39.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:39.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:39.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:39.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 21:55:39.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:39.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:39.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:39.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:39.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:39.277 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:39.277 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:39.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:39.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:39.278 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:39.278 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:39.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:39.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:39.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:39.278 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:39.278 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:39.278 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:39.278 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:39.279 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:39.279 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:55:39.279 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:39.279 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:39.279 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:39.279 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:39.279 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:39.279 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:39.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:55:40.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:55:40.780 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:40.780 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:40.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:40.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:40.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:40.782 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:40.782 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:40.782 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:40.782 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:40.782 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:40.782 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:55:40.782 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:40.782 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:40.782 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:40.782 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:40.782 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:40.782 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:40.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:55:40.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:55:40.783 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:40.783 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:40.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:40.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:40.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 21:55:40.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:40.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:40.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:40.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:40.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:40.784 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:40.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:40.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:40.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:40.784 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:40.784 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:40.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:40.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:40.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:40.785 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:40.785 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:40.785 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:40.785 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:40.785 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:40.785 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:55:40.785 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:40.785 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:40.785 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:40.785 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:40.785 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:40.785 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:40.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:55:41.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:55:41.787 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:41.787 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:41.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:41.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:41.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:41.788 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:41.788 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:41.788 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:41.788 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:41.788 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:41.788 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:55:41.788 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:41.788 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:41.788 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:41.788 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:41.788 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:41.788 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:41.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:55:41.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:55:41.789 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:41.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:41.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:41.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:41.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:41.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:41.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:41.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:41.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:41.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:41.790 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:55:41.790 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:55:41.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:41.790 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:55:41.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:41.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:55:41.790 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:55:41.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:41.790 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:55:41.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:41.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:55:41.790 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:41.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:41.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:41.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:41.790 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:41.790 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:41.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:41.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:41.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:41.791 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:41.791 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:41.791 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:41.791 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:41.792 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:41.792 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:55:41.792 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:41.792 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:41.792 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:41.792 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:41.792 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:41.792 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:41.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:55:42.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:55:42.793 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:42.793 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:42.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:42.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:42.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:42.794 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:42.794 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:42.794 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:42.794 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:42.794 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:42.795 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:55:42.795 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:42.795 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:42.795 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:42.795 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:42.795 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:42.795 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:42.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:55:42.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:55:42.795 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:42.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:42.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:42.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:42.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 21:55:42.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:42.796 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:55:42.796 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:55:42.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:42.796 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:55:42.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:42.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:55:42.796 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:55:42.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:42.796 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:55:42.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:42.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:55:42.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:42.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:42.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:42.798 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:42.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:55:42.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:42.800 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:42.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:42.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:42.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:42.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:42.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:42.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 21:55:42.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:42.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 21:55:42.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:42.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:42.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:42.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:42.803 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:42.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 '\*?\QProblems\E') 21:55:42.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:42.805 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:42.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:42.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:42.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:42.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:42.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:42.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:42.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:42.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:42.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:42.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:42.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:42.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:42.818 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:42.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:55:42.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:42.819 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:42.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:42.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:42.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:42.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:42.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:42.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:42.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:42.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 21:55:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:42.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:42.832 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:42.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 '\*?\QProblems\E') 21:55:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:42.834 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:42.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:42.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:42.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:42.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:42.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:42.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 21:55:42.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:42.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:42.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:42.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:42.837 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:42.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:55:42.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:42.848 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:42.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:42.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:42.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:42.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:42.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:42.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 21:55:42.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:42.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:42.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:42.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:42.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:42.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:42.852 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:42.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:55:42.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:42.854 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:42.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:42.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:42.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:42.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:42.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:42.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:42.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:42.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:42.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:42.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.866 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:42.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:42.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:42.866 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:42.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:55:42.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:42.868 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:42.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:42.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:42.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:42.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:42.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:42.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 21:55:42.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:42.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:42.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:42.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:42.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:42.870 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:42.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:42.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:42.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:42.870 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:42.870 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:42.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:42.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:42.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:42.871 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:42.871 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:42.871 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:42.871 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:42.871 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:42.871 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:55:42.871 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:42.871 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:42.871 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:42.871 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:42.871 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:42.871 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:42.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:55:44.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:55:44.372 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:44.373 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:44.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:44.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:44.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:44.374 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:44.374 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:44.374 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:44.374 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:44.374 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:44.374 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:55:44.374 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:44.374 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:44.374 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:44.374 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:44.374 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:44.374 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:44.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:55:44.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:55:44.375 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:44.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:44.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:44.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:44.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:44.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:44.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:44.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:44.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:44.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:44.375 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:44.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:44.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:44.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:44.376 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:44.376 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:44.376 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:44.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:44.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:44.376 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:44.377 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:44.377 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:44.377 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:44.377 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:44.377 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:55:44.377 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:44.377 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:44.377 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:44.377 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:44.377 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:44.377 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:44.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:55:45.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:55:45.378 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:45.378 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:45.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:45.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:45.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:45.379 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:45.379 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:45.379 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:45.379 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:45.379 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:45.379 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:55:45.379 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:45.379 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:45.379 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:45.379 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:45.379 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:45.379 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:45.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:55:45.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:55:45.380 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:45.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:45.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:45.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:45.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 21:55:45.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:45.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:45.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:45.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:45.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:45.381 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:45.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:45.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:45.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:45.382 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:55:45.382 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:55:45.382 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:55:45.382 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:55:45.382 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:55:45.382 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:55:45.382 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:55:45.383 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:55:45.383 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:55:45.383 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:55:45.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:55:45.433 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 21:55:45.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:55:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:45.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 21:55:45.433 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:45.433 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:55:45.433 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:45.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:45.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:45.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:45.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:45.435 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:55:45.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:45.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:45.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:45.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:45.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 "OK", Widget matcher matching widgets with style: 8) 21:55:45.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:45.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:45.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:45.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:55:45.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:45.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:45.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:45.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:45.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:45.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:45.440 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:55:45.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:45.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:45.440 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:45.440 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:45.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:55:45.467 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 21:55:45.468 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:55:45.468 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:45.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:45.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:45.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:45.474 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:45.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:45.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:45.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:45.475 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:45.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:45.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:45.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:45.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:45.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:45.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:45.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:45.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:46.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:46.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:46.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:46.477 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:46.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:46.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:46.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:46.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 21:55:46.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:46.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:46.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:46.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:46.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:46.478 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:55:46.478 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:55:46.479 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:55:46.479 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:55:46.480 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:55:46.480 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:55:46.480 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:46.502 DEBUG [main][MenuItemLookup] Found menu:'New' 21:55:46.502 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:55:46.502 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:46.502 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:55:46.502 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:55:46.502 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:55:46.502 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:46.502 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:55:46.503 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:55:46.503 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:55:46.503 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:55:46.503 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:46.503 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:55:46.503 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:55:46.503 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:55:46.503 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:55:46.503 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:46.503 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:55:46.503 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:55:46.503 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:46.503 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:55:46.503 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:55:46.503 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:55:46.503 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:55:46.503 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:55:46.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:46.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:55:46.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:55:46.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:55:46.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:46.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:55:46.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:46.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:46.505 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:55:46.506 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:55:46.506 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:55:46.506 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:55:46.507 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:55:46.507 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:55:46.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:46.525 DEBUG [main][MenuItemLookup] Found menu:'New' 21:55:46.525 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:55:46.525 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:46.525 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:55:46.525 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:55:46.525 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:55:46.525 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:46.525 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:55:46.525 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:55:46.525 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:55:46.525 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:55:46.525 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:55:46.525 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:55:46.525 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:55:46.525 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:55:46.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.... 21:55:47.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 21:55:47.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:55:47.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:47.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:47.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:47.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:47.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) 21:55:47.101 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:47.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:47.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:47.101 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:55:47.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:47.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:47.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:47.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:47.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:47.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:47.102 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:55:47.102 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:55:47.102 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:55:47.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:47.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:47.102 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:47.102 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:47.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:55:47.102 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:47.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:47.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:47.103 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:55:47.103 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:47.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:47.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:47.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:47.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:47.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:47.103 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:55:47.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:47.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:47.103 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:47.103 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:47.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:55:47.105 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:55:47.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:55:47.606 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:55:47.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:47.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:55:47.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:55:47.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:55:47.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:47.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:47.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:47.606 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:55:47.606 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:55:47.606 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:55:47.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:47.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:47.607 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:55:47.607 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:55:47.607 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTwoProblemsExist no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:55:47.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:55:47.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:55:47.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:55:47.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:55:47.608 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:47.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:47.608 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:47.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:47.608 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:55:47.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:47.608 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:47.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:47.608 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:47.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:47.608 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:47.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:47.608 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:55:47.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:47.608 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:47.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:47.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'] 21:55:47.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:47.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:55:47.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:47.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:47.609 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:55:47.609 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:55:47.609 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:47.609 DEBUG [main][MenuItemLookup] Item match:File 21:55:47.610 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:55:47.610 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:47.612 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:55:47.612 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:55:47.612 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:55:47.612 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:55:47.612 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:55:47.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.... 21:55:47.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:55:47.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:55:47.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:47.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:47.662 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:55:47.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:47.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:55:47.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:47.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:47.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:47.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:47.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:47.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:47.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:47.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:55:47.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:55:47.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:47.663 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:55:47.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:47.663 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:55:47.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:55:47.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:55:47.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:47.663 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:55:47.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:47.663 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:55:47.664 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:55:47.664 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:55:47.664 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:55:47.669 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:55:47.670 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:55:47.670 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:55:47.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:55:47.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:47.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:47.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:47.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:47.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:47.670 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:55:47.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:47.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:47.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:47.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:47.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:47.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:47.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:47.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:55:47.781 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 21:55:47.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:55:47.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:47.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:47.782 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:55:47.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:47.782 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:55:47.782 DEBUG [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:") 21:55:47.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:47.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:47.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:47.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:47.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:55:47.783 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:55:47.784 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:55:47.804 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:55:47.804 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:55:47.804 DEBUG [WorkbenchTestable][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) 21:55:47.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:47.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:47.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:47.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:47.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:47.806 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:55:47.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:47.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:47.806 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:47.806 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:47.808 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.... 21:55:48.309 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 21:55:48.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:55:48.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:48.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:48.312 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:55:48.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:55:48.312 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:48.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:48.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:48.312 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:55:48.312 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:48.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:48.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:48.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:48.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:48.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:48.313 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:55:48.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:48.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:48.313 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:48.313 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:48.411 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.... 21:55:48.412 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 21:55:48.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:55:48.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:55:48.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:48.412 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 21:55:48.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:55:48.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:55:48.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:48.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:48.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:48.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:48.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:48.413 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:48.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:48.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:48.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:55:48.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:48.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:48.415 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:55:48.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 '\*?\QProblems\E') 21:55:48.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:48.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:48.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:48.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:48.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:48.416 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:48.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:48.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:48.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:48.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:48.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:48.432 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:55:48.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:48.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:48.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:55:48.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:48.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:48.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:55:48.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 '\*?\QPackage Explorer\E') 21:55:48.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:48.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:48.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:48.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:48.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:48.433 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:48.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:48.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:48.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:48.450 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:55:48.450 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:48.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:48.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:48.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:48.451 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:48.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:48.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:48.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:48.451 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:48.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:48.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:48.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:48.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:48.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:48.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:48.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:48.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:49.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:49.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:49.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:49.459 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:49.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:49.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:49.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:49.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:49.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:49.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:49.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:49.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:49.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:49.461 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:55:49.461 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:55:49.461 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 21:55:49.461 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 21:55:49.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:49.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:49.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 21:55:49.963 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:55:49.963 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:55:49.963 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:55:49.964 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:55:49.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'] 21:55:49.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:49.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'] 21:55:49.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:49.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"] 21:55:49.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:49.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'] 21:55:49.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:49.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'] 21:55:49.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:49.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'] 21:55:49.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:49.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"] 21:55:49.966 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:49.966 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:49.966 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:49.966 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:49.966 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:49.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:55:49.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:49.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:49.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:55:49.966 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:55:49.967 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:49.967 DEBUG [main][MenuItemLookup] Item match:File 21:55:49.967 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:55:49.967 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:49.969 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:55:49.969 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:55:49.969 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:55:49.969 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:55:49.970 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:55:50.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.... 21:55:50.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 21:55:50.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:55:50.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:50.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:50.042 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:55:50.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:50.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:55:50.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:50.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:50.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:50.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:50.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:50.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:50.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:50.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:55:50.044 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:55:50.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:50.044 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:55:50.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:50.044 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:55:50.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:55:50.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:55:50.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:50.045 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:55:50.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:50.045 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:55:50.045 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:55:50.045 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:55:50.045 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:55:50.094 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:55:50.094 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:55:50.094 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:55:50.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:55:50.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:50.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:50.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:50.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:50.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:50.096 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:55:50.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:50.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:50.096 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:50.096 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:50.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'] 21:55:50.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:50.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:50.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:55:50.215 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 21:55:50.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:55:50.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:50.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:50.216 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:55:50.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:50.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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 21:55:50.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:50.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:50.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:50.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:50.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:55:50.221 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:55:50.222 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 21:55:50.238 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:55:50.238 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:55:50.238 DEBUG [WorkbenchTestable][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) 21:55:50.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:50.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:50.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:50.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:50.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:50.242 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:55:50.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:50.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:50.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:50.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:50.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:55:50.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:55:50.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:50.746 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 21:55:50.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:55:50.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:55:50.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:55:50.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:50.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:55:50.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:50.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:50.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:50.746 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 21:55:50.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:55:50.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:55:50.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:55:50.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:50.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:55:50.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:50.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:50.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2bf86068 is found... 21:55:50.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2bf86068 is found finished successfully 21:55:50.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 '\*?\QWarningTestClass.java\E') 21:55:50.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:50.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:50.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:50.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:50.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:50.748 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:50.748 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 21:55:50.748 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:55:50.753 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:50.753 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 21:55:50.753 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:55:50.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:55:50.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:50.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:50.753 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:55:50.753 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:55:50.754 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:50.754 DEBUG [main][MenuItemLookup] Item match:File 21:55:50.754 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:55:50.754 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:55:50.754 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:55:50.754 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:55:50.754 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:50.754 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:55:50.754 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:55:50.754 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:50.754 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:55:50.754 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:55:50.754 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:55:50.755 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:55:50.755 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:55:50.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:55:50.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:55:50.785 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:50.785 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 21:55:50.785 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:50.785 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:50.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:50.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:50.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:50.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:50.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:50.845 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:50.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:50.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:50.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:55:50.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:50.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:50.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:55:50.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 '\*?\QProblems\E') 21:55:50.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:50.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:50.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:50.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:50.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:50.849 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:50.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:50.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:50.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:55:50.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:50.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:50.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 21:55:50.850 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:50.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:50.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:50.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:55:50.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:50.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:50.850 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:50.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:50.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:50.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:55:50.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:50.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:50.851 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:50.851 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:50.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:50.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:50.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:55:50.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:50.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:50.851 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:50.852 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:50.852 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:50.852 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:50.852 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:50.852 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:55:50.852 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:50.852 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:50.852 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:50.852 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:50.852 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:50.852 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:50.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:55:51.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:55:51.853 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:51.853 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:51.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:51.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:51.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:55:51.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:51.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:51.854 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:51.854 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:51.854 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:51.854 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:51.854 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:51.854 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:55:51.854 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:51.855 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:51.855 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:51.855 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:51.855 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:51.855 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:51.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:55:51.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:55:51.855 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:51.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:51.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:51.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:55:51.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:51.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:51.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:51.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:51.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:51.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:51.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:51.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:52.356 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:52.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:52.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:52.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:52.357 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:52.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:52.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:52.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:52.357 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:52.357 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:52.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:52.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:52.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:52.358 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:52.358 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:52.358 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:52.358 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:52.359 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:52.359 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:55:52.359 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:52.359 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:52.359 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:52.359 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:52.359 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:52.359 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:52.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:55:53.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:55:53.860 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:53.860 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:53.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:53.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:53.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:53.861 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:53.861 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:53.861 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:53.861 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:53.861 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:53.861 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:55:53.861 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:53.861 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:53.861 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:53.861 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:53.861 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:53.861 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:53.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:55:53.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:55:53.862 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:53.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:53.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:53.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:53.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 21:55:53.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:53.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:53.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:53.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:53.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:53.862 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:55:53.862 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:55:53.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:53.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:55:53.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:53.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:55:53.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:55:53.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:53.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:55:53.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:53.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:55:53.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 21:55:53.863 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:55:53.863 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:53.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:53.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:53.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:53.870 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:53.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:53.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:53.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:53.870 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:53.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:53.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:53.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:53.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:53.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:53.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:54.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:54.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:54.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:54.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:54.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:55:54.873 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:54.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:54.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:54.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:54.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 21:55:54.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:54.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:54.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:54.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:54.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:54.874 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:55:54.874 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:55:54.874 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 21:55:54.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 21:55:54.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:54.875 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 21:55:54.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:54.875 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 21:55:54.875 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:55:54.875 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:55:54.875 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:55:54.876 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:55:54.876 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:54.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:54.876 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:54.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:54.876 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:55:54.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:54.876 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:54.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:54.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:54.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:54.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:54.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:54.877 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:55:54.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:54.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:54.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:54.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:54.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:54.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:55:54.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:54.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:54.878 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:55:54.878 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:55:54.878 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:54.878 DEBUG [main][MenuItemLookup] Item match:File 21:55:54.878 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:55:54.878 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:54.880 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:55:54.880 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:55:54.880 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:55:54.880 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:55:54.880 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:55:54.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 'New|Select a wizard'] is available.... 21:55:54.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:55:54.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:55:54.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:54.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:54.938 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:55:54.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:54.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:55:54.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:54.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:54.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:54.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:55:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:55:54.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:55:54.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:55:54.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:54.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:55:54.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:54.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:55:54.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:55:54.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:55:54.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:54.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:55:54.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:54.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:55:54.940 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:55:54.940 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:55:54.940 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:55:54.940 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:55:54.941 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:55:54.941 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:55:54.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:55:54.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:54.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:54.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:54.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:54.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:54.941 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:55:54.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:54.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:54.941 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:54.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:54.994 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:55:54.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:54.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:54.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:55:54.995 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 21:55:54.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:55:54.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:54.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:54.995 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:55:54.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:55:54.996 DEBUG [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:") 21:55:54.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:54.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:55.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:55.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:55.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:55:55.000 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:55:55.001 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 21:55:55.016 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:55:55.016 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:55:55.016 DEBUG [WorkbenchTestable][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) 21:55:55.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:55.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:55.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:55.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:55.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:55.018 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:55:55.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:55.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:55.018 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:55.018 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:55.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:55:55.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:55:55.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:55.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:55:55.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:55:55.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:55:55.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:55.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:55:55.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:55.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:55.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:55:55.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:55:55.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:55:55.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:55:55.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:55:55.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:55:55.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:55:55.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:55:55.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@36188175 is found... 21:55:55.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@36188175 is found finished successfully 21:55:55.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 21:55:55.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:55.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:55.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:55.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:55.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:55.524 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:55.524 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 21:55:55.524 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:55:55.528 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:55.528 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 21:55:55.528 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:55:55.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:55.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:55.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:55.528 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:55.528 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:55.528 DEBUG [main][MenuItemLookup] Found menu:'File' 21:55:55.528 DEBUG [main][MenuItemLookup] Item match:File 21:55:55.529 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:55:55.529 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:55:55.529 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:55:55.529 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:55:55.529 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:55.529 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:55:55.529 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:55:55.529 DEBUG [main][MenuItemLookup] Found menu:'' 21:55:55.529 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:55:55.529 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:55:55.529 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:55:55.529 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:55:55.529 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:55:55.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:55:55.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:55:55.556 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:55.556 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 21:55:55.556 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:55.556 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:55.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:55.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:55.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:55.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:55.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:55.591 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:55.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:55.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:55.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:55.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:55.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:55.594 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:55.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') 21:55:55.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:55.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:55.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:55.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:55.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:55.596 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:55.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:55.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:55.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:55.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:55.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:55.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 21:55:55.597 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:55.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:55.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:55.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:55.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:55.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:55.597 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:55.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:55.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:55.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:55.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:55.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:55.598 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:55.598 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:55.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:55.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:55.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:55.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:55.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:55.598 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:55.599 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:55.599 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:55.599 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:55.599 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:55.599 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:55:55.599 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:55.599 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:55.599 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:55.599 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:55.599 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:55.599 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:55.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:55:56.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:55:56.600 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:56.600 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:56.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:56.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:56.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:56.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:56.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:56.601 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:56.601 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:56.601 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:56.601 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:56.601 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:56.601 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:55:56.601 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:56.601 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:56.601 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:56.601 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:56.601 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:56.601 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:56.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:55:56.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:55:56.602 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:56.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:56.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:56.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:56.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:56.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:56.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 21:55:56.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:56.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:56.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:56.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:56.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:57.104 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:57.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:57.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:57.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:57.106 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:57.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:57.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:57.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:57.106 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:57.106 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:57.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:57.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:57.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:57.106 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:57.107 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:57.107 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:57.107 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:57.107 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:57.107 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:55:57.107 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:57.107 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:57.107 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:57.107 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:57.107 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:57.107 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:57.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:55:58.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:55:58.108 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:58.108 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:58.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:58.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:58.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:58.109 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:58.110 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:58.110 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:58.110 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:58.110 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:58.110 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:55:58.110 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:58.110 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:58.110 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:58.110 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:58.110 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:58.110 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:58.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:55:58.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:55:58.110 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:58.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:58.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:58.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:58.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 21:55:58.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:58.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:58.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:58.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:58.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:58.111 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:55:58.111 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:55:58.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:58.111 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:55:58.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:58.111 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:55:58.111 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:55:58.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:58.111 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:55:58.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:58.111 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:55:58.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 21:55:58.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:58.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:58.114 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:58.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:58.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:58.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:55:58.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:58.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:58.116 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:55:58.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 '\*?\QProblems\E') 21:55:58.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:58.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:58.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:58.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:58.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:55:58.117 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:58.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:58.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:58.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:58.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:58.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:58.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 0. Expected number of problems is: 2... 21:55:58.118 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:58.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:58.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:58.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:58.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:58.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:58.119 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:58.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:58.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:58.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:58.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:58.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:58.119 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:58.119 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:58.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:58.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:58.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:58.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:58.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:58.119 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:58.120 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:58.120 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:58.120 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:58.120 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:58.120 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:55:58.120 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:58.120 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:58.120 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:58.120 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:58.120 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:58.120 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:58.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:55:59.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:55:59.121 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:55:59.121 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:59.121 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:59.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:59.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:59.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:59.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:59.122 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:55:59.122 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:59.122 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:59.122 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:59.122 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:55:59.123 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:55:59.123 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:55:59.123 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:55:59.123 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:55:59.123 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:55:59.123 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:55:59.123 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:55:59.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:55:59.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:55:59.123 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:59.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:59.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:59.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:55:59.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:55:59.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:55:59.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:55:59.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:59.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:59.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:59.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:59.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:59.124 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:55:59.124 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:55:59.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:59.124 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:55:59.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:59.125 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:55:59.125 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:55:59.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:59.125 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:55:59.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:59.125 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:55:59.125 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:59.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:59.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:59.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:59.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 21:55:59.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:59.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:59.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:59.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:55:59.126 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:55:59.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:55:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:59.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:55:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:59.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:55:59.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:55:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:55:59.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:55:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:55:59.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:55:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 2. Expected number of problems is: 2 finished successfully 21:55:59.126 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:55:59.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:55:59.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:59.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:59.127 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:55:59.127 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:55:59.127 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:55:59.127 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:55:59.127 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:55:59.127 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:55:59.127 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:55:59.127 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:55:59.127 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:55:59.128 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:55:59.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:55:59.172 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 21:55:59.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:55:59.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:55:59.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:55:59.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 "Restore Defaults") 21:55:59.173 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:59.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:59.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:59.173 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:55:59.173 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:59.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:59.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:59.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:59.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:59.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:59.174 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:55:59.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:59.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:59.174 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:59.174 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:59.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 "OK", Widget matcher matching widgets with style: 8) 21:55:59.175 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:55:59.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:55:59.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:55:59.175 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:55:59.175 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:55:59.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:59.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:59.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:55:59.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:55:59.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:55:59.177 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:55:59.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:55:59.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:55:59.177 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:55:59.177 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:55:59.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:55:59.205 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 21:55:59.205 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:55:59.205 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:59.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:59.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:59.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:59.219 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:59.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:59.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:59.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:59.220 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:55:59.220 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:55:59.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:55:59.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:55:59.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:55:59.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:59.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:55:59.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:55:59.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:00.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:00.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:00.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:56:00.222 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:00.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:00.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:00.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:00.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:00.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:00.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:00.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:00.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:00.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:00.223 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:56:00.223 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:56:00.223 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:56:00.223 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:56:00.227 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:56:00.227 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:56:00.227 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'New' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:00.265 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:56:00.265 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:56:00.265 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:56:00.265 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:56:00.265 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:56:00.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:00.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:56:00.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:56:00.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:56:00.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:00.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:56:00.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:00.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:00.269 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:56:00.269 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:56:00.269 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:56:00.269 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:56:00.270 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:56:00.270 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:56:00.270 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:00.290 DEBUG [main][MenuItemLookup] Found menu:'New' 21:56:00.290 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:56:00.290 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:00.290 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:56:00.290 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:56:00.290 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:56:00.290 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:00.290 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:56:00.290 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:56:00.290 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:56:00.290 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:56:00.290 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:56:00.290 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:56:00.290 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:56:00.290 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:56:00.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 'Delete.*'] is available.... 21:56: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. finished successfully 21:56:00.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:56:00.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:00.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:00.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:00.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:00.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 21:56:00.868 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:00.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:00.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:00.868 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:56:00.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:00.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:00.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:00.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:00.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:00.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:00.868 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:56:00.868 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:56:00.868 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:56:00.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:00.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:00.868 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:00.868 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:00.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:56:00.868 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:00.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:00.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:00.868 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:56:00.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:00.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:00.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:00.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:00.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:00.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:00.869 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:00.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:00.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:00.869 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:00.869 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:00.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:56:00.871 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:56:01.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:56:01.371 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:56:01.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:01.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:56:01.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:56:01.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:56:01.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:01.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:01.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:01.372 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:56:01.372 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:56:01.372 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:56:01.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:01.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:01.372 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTwoProblemsExist no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:56:01.372 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:56:01.372 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideProblemColumnsNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:56:01.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:56:01.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:56:01.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:56:01.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:56:01.372 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:01.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:01.373 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:01.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:01.373 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:56:01.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:01.373 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:01.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:01.373 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:01.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:01.373 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:01.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:01.373 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:56:01.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:01.373 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:01.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:01.373 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:01.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:01.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:01.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:01.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:01.374 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:01.374 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:56:01.374 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:01.374 DEBUG [main][MenuItemLookup] Item match:File 21:56:01.375 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:01.375 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:01.377 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:56:01.377 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:56:01.377 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:56:01.377 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:56:01.377 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:56:01.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 'New|Select a wizard'] is available.... 21:56:01.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 21:56:01.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:56:01.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:01.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:01.426 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:01.426 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:01.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 21:56:01.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:01.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:01.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:01.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:01.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:01.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:56:01.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:56:01.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:56:01.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:01.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:01.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:01.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:01.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:01.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:56:01.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:01.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:01.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:01.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:01.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:01.428 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:56:01.428 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:56:01.428 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:56:01.434 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:56:01.434 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:01.434 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:56:01.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) 21:56:01.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:01.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:01.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:01.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:01.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:01.436 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:56:01.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:01.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:01.436 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:01.436 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:01.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'] 21:56:01.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:01.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:56:01.547 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 21:56:01.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:56:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:01.547 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:56:01.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:01.548 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:56:01.548 DEBUG [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:") 21:56:01.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:01.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:01.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:01.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:01.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:56:01.549 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:56:01.549 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:56:01.570 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:56:01.570 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:56:01.570 DEBUG [WorkbenchTestable][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) 21:56:01.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:01.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:01.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:01.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:01.571 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:56:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:01.571 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:01.571 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:01.574 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.... 21:56:02.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 21:56:02.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:56:02.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:02.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:02.077 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:56:02.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:56:02.077 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:02.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:02.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:02.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:56:02.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:02.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:02.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:02.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:02.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:02.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:02.078 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:56:02.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:02.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:02.078 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:02.078 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:02.166 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.... 21:56:02.166 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 21:56:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:56:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:56:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:02.167 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 21:56:02.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:56:02.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:56:02.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:02.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:02.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:02.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:02.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:02.168 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:02.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:02.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:02.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:02.170 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:02.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 '\*?\QProblems\E') 21:56:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:02.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:02.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:02.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:02.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:02.172 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:02.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:02.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:02.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:02.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:02.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:02.196 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:02.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:02.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:02.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:02.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:02.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:02.196 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:02.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 '\*?\QPackage Explorer\E') 21:56:02.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:02.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:02.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:02.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:02.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:02.197 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:02.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:02.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:02.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:02.214 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:02.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:02.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:02.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:02.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:02.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:02.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:02.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:02.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:02.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:02.221 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:02.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:02.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:02.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:02.222 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:56:02.222 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:56:02.222 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:56:02.222 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:56:02.222 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:56:02.222 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:56:02.222 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:56:02.223 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:56:02.223 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:56:02.223 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:56:02.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:02.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 21:56:02.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:56:02.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:02.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:02.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") 21:56:02.293 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:02.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:02.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:02.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:02.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:02.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:02.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:02.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:02.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:02.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:02.294 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:56:02.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:02.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:02.294 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:02.294 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:02.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) 21:56:02.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:02.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:02.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:02.295 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:02.295 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:02.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:02.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:02.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:02.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:02.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:02.297 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:02.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:02.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:02.297 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:02.297 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:02.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:02.334 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 21:56:02.334 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:02.334 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:02.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:02.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:02.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:02.391 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:02.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:02.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:02.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:02.392 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:02.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:02.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:02.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:02.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:02.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:02.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:02.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:02.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:03.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:03.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:03.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:56:03.397 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:03.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:03.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:03.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:03.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 21:56:03.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:03.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:03.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:03.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:03.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:03.398 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:56:03.399 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:56:03.399 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:56:03.399 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:56:03.400 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:56:03.400 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:56:03.400 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'New' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:03.443 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:56:03.443 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:56:03.443 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:56:03.443 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:56:03.443 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:56:03.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:03.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 21:56:03.944 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 21:56:03.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:03.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:03.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:03.944 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:56:03.944 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:56:03.944 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:56:03.944 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:56:03.946 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:56:03.946 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:56:03.946 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:03.988 DEBUG [main][MenuItemLookup] Found menu:'New' 21:56:03.989 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:56:03.989 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:03.989 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:56:03.989 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:56:03.989 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:56:03.989 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:03.989 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:56:03.989 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:56:03.989 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:56:03.989 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:56:03.989 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:56:03.989 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:56:03.989 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:56:03.989 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:56:04.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 21:56:04.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 'Delete.*'] is available. finished successfully 21:56:04.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:56:04.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:04.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:04.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:04.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:04.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 21:56:04.630 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:04.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:04.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:04.630 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:56:04.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:04.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:04.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:04.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:04.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:04.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:04.630 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:56:04.631 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:56:04.631 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:56:04.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:04.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:04.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:04.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:04.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:56:04.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:04.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:04.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:04.631 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:56:04.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:04.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:04.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:04.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:04.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:04.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:04.632 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:04.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:04.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:04.632 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:04.632 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:04.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:56:04.635 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:56:05.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:56:05.135 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:56:05.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:05.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:56:05.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:05.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:05.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:05.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:56:05.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:56:05.135 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:56:05.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:05.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:05.136 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideProblemColumnsNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:56:05.136 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:56:05.136 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:56:05.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:56:05.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:56:05.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:56:05.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:56:05.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'] 21:56:05.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:05.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'] 21:56:05.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:05.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 Java Project"] 21:56:05.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:05.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'] 21:56:05.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:05.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'] 21:56:05.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:05.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'] 21:56:05.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:05.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 Java Project"] 21:56:05.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:05.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'] 21:56:05.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:05.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'] 21:56:05.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:05.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:05.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:05.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:05.138 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:05.138 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:56:05.138 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:05.138 DEBUG [main][MenuItemLookup] Item match:File 21:56:05.139 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:05.139 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:05.141 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:56:05.141 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:56:05.142 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:56:05.142 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:56:05.142 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:56:05.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 'New|Select a wizard'] is available.... 21:56:05.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 21:56:05.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:56:05.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:05.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:05.200 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:05.200 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:05.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:56:05.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:05.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:05.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:05.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:05.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:05.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:56:05.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:56:05.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:56:05.202 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:05.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:05.202 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:05.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:05.202 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:05.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:56:05.202 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:05.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:05.202 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:05.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:05.202 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:05.202 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:56:05.202 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:56:05.202 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:56:05.202 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:56:05.202 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:05.202 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:56:05.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) 21:56:05.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:05.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:05.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:05.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:05.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:05.203 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:56:05.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:05.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:05.203 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:05.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:05.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'] 21:56:05.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:05.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:05.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:56:05.347 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 21:56:05.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:56:05.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:05.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:05.348 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:56:05.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:05.348 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:56:05.348 DEBUG [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:") 21:56:05.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:05.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:05.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:05.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:05.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:56:05.362 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:56:05.362 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:56:05.382 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:56:05.382 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:56:05.382 DEBUG [WorkbenchTestable][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) 21:56:05.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:05.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:05.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:05.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:05.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:05.384 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:56:05.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:05.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:05.384 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:05.384 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:05.387 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.... 21:56:05.887 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 21:56:05.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:56:05.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:05.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:05.890 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:56:05.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:56:05.890 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:05.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:05.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:05.890 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:56:05.890 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:05.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:05.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:05.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:05.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:05.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:05.891 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:56:05.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:05.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:05.891 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:05.891 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:06.013 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.... 21:56:06.013 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 21:56:06.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:56:06.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:56:06.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:06.014 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 21:56:06.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:56:06.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:56:06.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:06.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:06.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:06.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:06.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:06.025 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:06.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:06.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:06.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:06.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:06.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:06.030 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:06.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 '\*?\QProblems\E') 21:56:06.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:06.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:06.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:06.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:06.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:06.031 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:06.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:06.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:06.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:06.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:06.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:06.097 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:06.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:06.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:06.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:06.098 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:06.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 '\*?\QPackage Explorer\E') 21:56:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:06.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:06.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:06.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:06.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:06.099 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:06.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:06.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:06.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:06.117 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:06.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:06.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:06.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:06.130 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:56:06.130 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:56:06.130 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:56:06.130 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:56:06.130 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:56:06.130 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:56:06.130 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:56:06.130 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:56:06.130 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:56:06.130 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:56:06.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:06.225 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 21:56:06.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:56:06.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:06.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:06.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:56:06.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:06.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:06.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:06.226 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:06.226 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:06.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:06.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:06.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:06.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:06.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:06.227 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:56:06.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:06.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:06.227 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:06.227 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:06.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:56:06.228 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:06.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:06.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:06.228 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:06.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:06.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:06.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:06.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:06.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:06.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:06.230 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:06.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:06.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:06.230 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:06.230 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:06.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:06.325 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 21:56:06.325 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:06.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:06.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:06.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:06.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:06.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:06.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:06.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:06.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:06.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:06.327 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:06.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:06.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:06.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:06.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:06.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:06.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:06.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:06.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:06.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:06.328 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:06.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:06.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:06.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:06.329 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:56:06.329 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:56:06.329 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:56:06.329 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:56:06.329 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:56:06.329 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:56:06.329 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:56:06.329 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:56:06.329 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:56:06.329 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:56:06.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:06.400 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 21:56:06.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:56:06.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:06.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:06.400 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 21:56:06.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:06.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:06.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:06.401 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:06.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:06.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:06.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:56:06.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:56:06.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:06.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 21:56:06.402 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 2] 'Resource', 'Location') 21:56:06.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:56:06.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:56:06.402 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 21:56:06.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:56:06.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:56:06.403 TRACE [main][WidgetHandler] Notify Table with event 13 21:56:06.403 TRACE [main][WidgetHandler] Wait for synchronization 21:56:06.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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 ") 21:56:06.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:06.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:06.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:06.404 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:06.404 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:06.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:06.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:06.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:06.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:06.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:06.405 INFO [WorkbenchTestable][AbstractButton] Click button <- &Hide 21:56:06.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:06.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:06.405 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:06.405 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:06.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) 21:56:06.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:06.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:06.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:06.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:06.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:06.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:06.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:06.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:06.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:06.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:06.409 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:06.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:06.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:06.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:06.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:06.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:06.432 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 21:56:06.432 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:06.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:06.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:06.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:06.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 21:56:06.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:06.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:06.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:06.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:06.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:06.434 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:06.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:06.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:06.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:06.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 21:56:06.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:06.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:06.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:06.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:06.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:06.434 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:06.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:06.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:06.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:06.435 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:56:06.435 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:56:06.435 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:56:06.435 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:56:06.435 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:56:06.435 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:56:06.435 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:56:06.436 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:56:06.436 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:56:06.436 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:56:06.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:06.512 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 21:56:06.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:56:06.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:06.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:06.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 21:56:06.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:06.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:06.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:06.512 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:06.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:06.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:06.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:06.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:06.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:06.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:06.513 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:56:06.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:06.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:06.513 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:06.513 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:06.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 "OK", Widget matcher matching widgets with style: 8) 21:56:06.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:06.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:06.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:06.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:06.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:06.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:06.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:06.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:06.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:06.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:06.516 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:06.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:06.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:06.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:06.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:06.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:06.548 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 21:56:06.548 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:06.548 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:06.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:06.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:06.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:06.556 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:06.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:06.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:06.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:06.557 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:06.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:06.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:06.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:06.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:06.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:06.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:07.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:07.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:07.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:07.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:07.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:56:07.566 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:07.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:07.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:07.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:07.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 21:56:07.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:07.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:07.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:07.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:07.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:07.567 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:56:07.567 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:56:07.567 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:56:07.567 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:56:07.568 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:56:07.569 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:56:07.569 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:07.588 DEBUG [main][MenuItemLookup] Found menu:'New' 21:56:07.588 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:56:07.588 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:07.588 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:56:07.588 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:56:07.588 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:56:07.588 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:07.588 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:56:07.588 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:56:07.588 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:56:07.588 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:56:07.588 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:07.588 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:56:07.588 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:56:07.588 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:56:07.588 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:56:07.588 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:07.589 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:56:07.589 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:56:07.589 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:07.589 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:56:07.589 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:56:07.589 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:56:07.589 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:56:07.589 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:56:07.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:07.589 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 21:56:07.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 21:56:08.089 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 21:56:08.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:08.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:08.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:08.089 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:56:08.089 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:56:08.089 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:56:08.090 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:56:08.091 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:56:08.091 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:56:08.091 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:08.113 DEBUG [main][MenuItemLookup] Found menu:'New' 21:56:08.113 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:56:08.113 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:08.113 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:56:08.113 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:56:08.113 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:56:08.113 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:08.113 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:56:08.113 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:56:08.113 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:56:08.113 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:56:08.113 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:56:08.113 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:56:08.113 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:56:08.113 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:56:08.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 21:56:08.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. finished successfully 21:56:08.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:56:08.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:08.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:08.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:08.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:08.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: 32) 21:56:08.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:08.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:08.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:08.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:56:08.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:08.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:08.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:08.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:08.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:08.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:08.713 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:56:08.713 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:56:08.713 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:56:08.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:08.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:08.713 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:08.713 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:08.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) 21:56:08.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:08.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:08.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:08.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:56:08.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:08.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:08.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:08.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:08.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:08.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:08.714 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:08.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:08.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:08.714 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:08.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:08.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:56:08.716 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:56:09.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:56:09.217 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:56:09.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:09.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:56:09.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:56:09.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:09.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:09.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:09.217 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:56:09.217 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:56:09.217 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:56:09.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:09.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:09.218 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:56:09.218 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:56:09.218 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFilterErrors no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:56:09.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:56:09.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:56:09.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:56:09.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:56:09.218 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:09.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:09.218 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:09.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:09.218 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:56:09.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:09.218 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:09.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:09.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'] 21:56:09.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:09.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'] 21:56:09.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:09.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"] 21:56:09.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:09.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'] 21:56:09.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:09.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'] 21:56:09.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:09.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:09.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:09.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:09.219 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:09.220 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:56:09.220 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:09.220 DEBUG [main][MenuItemLookup] Item match:File 21:56:09.221 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:09.221 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:09.222 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:56:09.222 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:56:09.223 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:56:09.223 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:56:09.223 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:56:09.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:56:09.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 21:56:09.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:56:09.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:09.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:09.272 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:09.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:09.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:56:09.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:09.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:09.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:09.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:09.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:09.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:56:09.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:56:09.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:56:09.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:09.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:09.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:09.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:09.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:09.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:56:09.274 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:09.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:09.274 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:09.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:09.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:09.274 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:56:09.274 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:56:09.274 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:56:09.274 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:56:09.274 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:09.274 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:56:09.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:56:09.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:09.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:09.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:09.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:09.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:09.279 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:56:09.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:09.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:09.279 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:09.280 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:09.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'] 21:56:09.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:09.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:09.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:56:09.401 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 21:56:09.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:56:09.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:09.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:09.402 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:56:09.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:09.402 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:56:09.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.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 21:56:09.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:09.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:09.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:09.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:09.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:56:09.404 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:56:09.404 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:56:09.424 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:56:09.425 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:56:09.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.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) 21:56:09.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:09.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:09.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:09.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:09.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:09.426 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:56:09.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:09.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:09.426 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:09.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:09.429 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.... 21:56:09.930 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 21:56:09.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:56:09.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:09.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:09.932 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:56:09.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:56:09.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:09.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:09.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:09.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:56:09.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:09.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:09.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:09.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:09.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:09.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:09.934 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:56:09.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:09.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:09.934 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:09.934 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:10.006 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.... 21:56:10.006 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 21:56:10.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:56:10.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:56:10.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:10.006 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 21:56:10.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:56:10.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:10.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:10.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:10.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:10.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:10.018 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:10.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:10.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:10.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:10.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:10.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:10.020 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:10.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 '\*?\QProblems\E') 21:56:10.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:10.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:10.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:10.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:10.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:10.021 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:10.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:10.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:10.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:10.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:10.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:10.037 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:10.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:10.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:10.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:10.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:10.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:10.038 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:10.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') 21:56:10.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:10.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:10.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:10.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:10.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:10.038 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:10.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:10.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:10.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:10.046 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:10.047 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:10.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:10.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:10.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:10.047 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:10.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:10.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:10.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:10.048 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:10.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:10.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:10.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:10.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:10.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:10.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:10.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:10.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:11.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:11.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:11.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:56:11.071 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:11.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:11.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:11.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:11.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 21:56:11.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:11.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:11.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:11.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:11.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:11.072 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:56:11.072 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:56:11.072 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 21:56:11.072 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 21:56:11.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:11.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:11.573 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 21:56:11.574 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:56:11.574 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:56:11.574 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:56:11.575 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:56:11.575 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:11.575 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:11.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:11.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:11.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:56:11.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:11.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:11.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:11.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:11.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:11.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:11.577 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:11.577 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:56:11.577 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:11.577 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:11.577 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:11.577 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:11.577 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:11.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:11.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:11.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:11.590 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:11.590 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:56:11.590 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:11.590 DEBUG [main][MenuItemLookup] Item match:File 21:56:11.591 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:11.591 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:11.593 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:56:11.593 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:56:11.593 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:56:11.593 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:56:11.593 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:56:11.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:56:11.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 'New|Select a wizard'] is available. finished successfully 21:56:11.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:56:11.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:11.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:11.714 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:11.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:11.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:56:11.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:11.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:11.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:11.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:11.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:11.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:56:11.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:56:11.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:56:11.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:11.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:11.716 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:11.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:11.716 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:11.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:56:11.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:11.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:11.716 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:11.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:11.717 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:11.717 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:56:11.717 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:56:11.717 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:56:11.719 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:56:11.719 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:11.719 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:56: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.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:56:11.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:11.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:11.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:11.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:11.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:11.721 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:56:11.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:11.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:11.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:11.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:11.904 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:11.904 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:11.904 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:11.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:56:11.904 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 21:56:11.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:56:11.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:11.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:11.905 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:56:11.905 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:11.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 21:56:11.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:11.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:11.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:11.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:11.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:56:11.911 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:56:11.911 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 21:56:11.926 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:56:11.926 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:56:11.926 DEBUG [WorkbenchTestable][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) 21:56:11.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:11.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:11.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:11.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:11.928 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:56:11.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:11.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:11.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:11.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:12.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:56:12.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:56:12.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:12.512 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 21:56:12.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:56:12.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:56:12.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:56:12.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:12.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:56:12.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:12.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:12.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:12.513 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 21:56:12.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:56:12.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:56:12.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:56:12.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:12.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:56:12.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:12.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:12.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3dea70a9 is found... 21:56:12.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3dea70a9 is found finished successfully 21:56:12.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') 21:56:12.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:12.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:12.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:12.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:12.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:12.515 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:12.515 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 21:56:12.515 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:56:12.518 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:12.519 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 21:56:12.519 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:56:12.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:56:12.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:12.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:12.519 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:56:12.519 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:56:12.519 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:12.519 DEBUG [main][MenuItemLookup] Item match:File 21:56:12.520 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:12.520 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:56:12.520 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:56:12.520 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:56:12.520 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:12.520 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:56:12.520 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:56:12.520 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:12.520 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:56:12.520 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:56:12.520 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:56:12.520 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:56:12.520 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:56:12.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:56:12.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:56:12.549 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:12.549 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 21:56:12.549 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:12.549 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:12.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:12.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:12.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:12.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:12.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:12.611 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:12.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:12.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:12.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:56:12.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:12.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:12.613 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:56:12.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') 21:56:12.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:12.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:12.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:12.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:12.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:12.615 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:12.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:12.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:12.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:56:12.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:12.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:12.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 21:56:12.615 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:12.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:12.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:12.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:56:12.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:12.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:12.616 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:12.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:12.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:12.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:56:12.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:12.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:12.616 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:12.616 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:12.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:12.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:12.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:56:12.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:12.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:12.617 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:12.617 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:12.617 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:12.617 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:12.617 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:12.617 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:56:12.617 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:12.617 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:12.617 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:12.617 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:12.617 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:12.617 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:12.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:56:13.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:56:13.618 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:13.619 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:13.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:13.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:13.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:56:13.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:13.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:13.620 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:13.620 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:13.620 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:13.620 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:13.620 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:13.621 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:56:13.621 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:13.621 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:13.621 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:13.621 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:13.621 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:13.621 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:13.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:56:13.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:56:13.621 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:13.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:13.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:13.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:56:13.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:13.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:13.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 21:56:13.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:13.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:13.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:13.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:13.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:14.123 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:14.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:14.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:14.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:14.124 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:14.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:14.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:14.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:14.125 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:14.126 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:14.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:14.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:14.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:14.126 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:14.127 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:14.127 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:14.127 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:14.127 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:14.127 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:56:14.127 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:14.127 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:14.127 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:14.127 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:14.127 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:14.127 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:14.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:56:15.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:56:15.628 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:15.628 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:15.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:15.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:15.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:15.629 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:15.630 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:15.630 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:15.630 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:15.630 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:15.630 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:56:15.630 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:15.630 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:15.630 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:15.630 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:15.630 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:15.630 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:15.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:56:15.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:56:15.630 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:15.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:15.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:15.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:15.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 21:56:15.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:15.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:15.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:15.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:15.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:15.631 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:56:15.631 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:56:15.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:15.631 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:56:15.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:15.631 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:56:15.631 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:56:15.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:15.631 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:56:15.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:15.631 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:56:15.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 21:56:15.631 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:15.631 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:15.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:15.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:15.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:15.644 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:15.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:15.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:15.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:15.645 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:15.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:15.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:15.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:15.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:15.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:15.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:16.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:16.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:16.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:16.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:16.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:56:16.647 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:16.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:16.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:16.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:16.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:16.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:16.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:16.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:16.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:16.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:16.649 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:56:16.649 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:56:16.649 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 21:56:16.649 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 21:56:16.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:16.649 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 21:56:16.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:16.649 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 21:56:16.649 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:56:16.649 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:56:16.650 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:56:16.651 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:56:16.651 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:16.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:16.651 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:16.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:16.651 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:56:16.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:16.651 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:16.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:16.651 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:16.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:16.651 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:16.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:16.652 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:56:16.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:16.652 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:16.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:16.652 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:16.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:16.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:56:16.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:16.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:16.652 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:56:16.652 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:56:16.652 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:16.652 DEBUG [main][MenuItemLookup] Item match:File 21:56:16.653 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:16.653 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:56:16.654 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:56:16.654 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:56:16.654 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:16.654 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:56:16.654 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:56:16.654 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:56:16.654 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:56:16.654 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:56:16.654 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:56:16.654 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:56:16.655 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:56:16.655 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:56:16.655 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:16.655 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:56:16.655 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:56:16.655 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:16.655 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:56:16.655 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:16.655 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:56:16.655 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:56:16.655 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:56:16.655 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:56:16.655 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:56:16.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 'New|Select a wizard'] is available.... 21:56:16.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 'New|Select a wizard'] is available. finished successfully 21:56:16.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:56:16.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:16.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:16.712 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:16.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:16.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:56:16.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:16.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:16.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:16.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:16.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:16.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:56:16.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:56:16.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:56:16.713 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:16.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:16.713 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:16.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:16.713 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:16.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:56:16.714 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:16.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:16.714 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:16.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:16.714 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:16.714 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:56:16.714 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:56:16.714 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:56:16.714 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:56:16.714 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:16.714 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:56:16.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:56:16.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:16.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:16.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:16.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:16.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:16.715 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:56:16.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:16.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:16.715 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:16.715 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:16.759 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:16.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:16.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:16.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:56:16.766 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 21:56:16.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:56:16.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:16.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:16.766 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:56:16.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:16.767 DEBUG [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:") 21:56:16.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:16.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:16.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:16.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:56:16.771 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:56:16.772 INFO [WorkbenchTestable][AbstractText] Text set to: NextErrorTestClass 21:56:16.777 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:56:16.777 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:56:16.777 DEBUG [WorkbenchTestable][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) 21:56:16.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:16.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:16.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:16.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:16.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:16.788 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:56:16.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:16.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:16.788 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:16.788 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:16.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:56:17.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:56:17.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:17.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:56:17.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:56:17.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:56:17.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:17.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:56:17.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:17.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:17.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:17.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:56:17.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:56:17.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:56:17.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:17.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:56:17.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:17.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:17.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@709bb4f0 is found... 21:56:17.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@709bb4f0 is found finished successfully 21:56:17.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 '\*?\QNextErrorTestClass.java\E') 21:56:17.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:17.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:17.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:17.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:17.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:17.294 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:17.294 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class NextErrorTestClass { } TooltipText=null 21:56:17.294 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:56:17.299 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:17.299 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class NextErrorTestClass{ } TooltipText=null 21:56:17.299 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:56:17.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform 21:56:17.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:17.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:17.299 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 21:56:17.299 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 21:56:17.299 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:17.299 DEBUG [main][MenuItemLookup] Item match:File 21:56:17.300 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:17.300 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:56:17.300 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:56:17.300 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:56:17.300 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:17.300 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:56:17.300 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:56:17.300 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:17.300 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:56:17.300 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:56:17.300 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:56:17.300 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:56:17.300 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:56:17.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:56:17.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:56:17.312 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:17.312 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class NextErrorTestClass{ } TooltipText=null 21:56:17.312 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:17.312 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:17.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:17.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:17.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:17.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:17.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:17.339 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:17.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:17.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:17.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform 21:56:17.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:17.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:17.341 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 21:56:17.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') 21:56:17.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:17.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:17.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:17.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:17.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:17.343 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:17.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:17.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:17.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 21:56:17.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:17.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:17.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 21:56:17.344 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:17.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:17.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:17.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 21:56:17.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:17.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:17.344 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:17.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:17.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:17.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 21:56:17.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:17.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:17.345 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:17.345 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:17.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:17.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:17.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 21:56:17.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:17.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:17.345 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:17.346 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:17.346 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:17.346 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:17.346 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:17.346 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:56:17.346 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:17.346 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:17.346 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:17.346 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:17.346 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:17.346 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:17.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:56:18.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:56:18.847 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:18.847 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:18.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:18.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:18.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 21:56:18.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:18.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:18.848 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:18.848 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:18.848 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:18.848 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:18.848 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:18.849 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 21:56:18.849 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:18.849 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:18.849 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:18.849 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:18.849 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:18.849 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:18.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:56:18.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:56:18.849 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:18.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:18.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:18.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 21:56:18.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:18.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:18.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 21:56:18.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:18.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:18.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:18.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:18.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:18.850 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 21:56:18.850 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 21:56:18.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:18.850 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 21:56:18.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:18.850 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 21:56:18.850 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 21:56:18.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:18.851 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 21:56:18.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:18.851 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 21:56:18.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 21:56:18.851 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:18.851 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:18.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:18.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:18.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:18.871 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:18.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:18.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:18.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:18.871 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:18.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:18.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:18.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:18.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:18.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:18.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:19.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:19.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:19.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:19.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:19.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:56:19.873 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:19.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:19.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:19.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:19.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 21:56:19.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:19.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:19.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:19.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:19.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:19.874 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:56:19.875 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:56:19.875 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 21:56:19.875 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 21:56:19.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:19.875 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 21:56:19.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:19.875 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 21:56:19.875 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:56:19.875 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:56:19.875 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:56:19.877 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:56:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:19.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:19.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:19.877 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:56:19.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:19.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:19.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:19.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:19.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'] 21:56:19.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:19.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: "New Java Class"] 21:56:19.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:19.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'] 21:56:19.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:19.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'] 21:56:19.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:19.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform 21:56:19.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:19.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:19.878 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 21:56:19.878 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 21:56:19.879 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:19.879 DEBUG [main][MenuItemLookup] Item match:File 21:56:19.879 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:19.879 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:19.881 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:56:19.881 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:56:19.882 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:56:19.882 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:56:19.882 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:56:19.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.... 21:56:19.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:56:19.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:56:19.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:19.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:19.938 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:19.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:19.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:56:19.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:19.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:19.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:19.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:19.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:19.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:56:19.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:56:19.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:56:19.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:19.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:19.939 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:19.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:19.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:19.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:56:19.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:19.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:19.939 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:19.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:19.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:19.940 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:56:19.940 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:56:19.940 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:56:19.940 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:56:19.940 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:19.940 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:56:19.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:56:19.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:19.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:19.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:19.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:19.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:19.940 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:56:19.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:19.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:19.940 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:19.940 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:19.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'] 21:56:20.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:20.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:20.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:56:20.011 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 21:56:20.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:56:20.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:20.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:20.012 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:56:20.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:20.012 DEBUG [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:") 21:56:20.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:20.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:20.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:20.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:20.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:56:20.017 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:56:20.018 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 21:56:20.032 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:56:20.032 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:56:20.033 DEBUG [WorkbenchTestable][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) 21:56:20.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:20.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:20.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:20.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:20.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:20.034 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:56:20.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:20.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:20.034 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:20.034 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:20.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:56:20.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:56:20.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:20.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:56:20.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:56:20.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:56:20.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:20.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:56:20.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:20.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:20.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:20.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:56:20.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:56:20.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:56:20.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:20.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:56:20.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:20.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:20.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@22b7637 is found... 21:56:20.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@22b7637 is found finished successfully 21:56:20.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 '\*?\QWarningTestClass.java\E') 21:56:20.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:20.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:20.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:20.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:20.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:20.540 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:20.540 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 21:56:20.540 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:56:20.544 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:20.544 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 21:56:20.544 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:56:20.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:20.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:20.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:20.545 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:20.545 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:20.545 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:20.545 DEBUG [main][MenuItemLookup] Item match:File 21:56:20.545 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:20.545 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:56:20.545 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:56:20.545 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:56:20.545 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:20.545 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:56:20.545 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:56:20.545 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:20.545 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:56:20.545 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:56:20.545 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:56:20.545 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:56:20.546 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:56:20.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:56:20.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:56:20.569 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:20.569 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 21:56:20.569 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:20.569 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:20.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:20.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:20.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:20.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:20.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:20.580 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:20.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:20.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:20.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:20.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:20.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:20.582 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:20.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') 21:56:20.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:20.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:20.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:20.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:20.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:20.597 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:20.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:20.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:20.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:20.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:20.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:20.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 21:56:20.598 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:20.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:20.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:20.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:20.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:20.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:20.598 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:20.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:20.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:20.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:20.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:20.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:20.598 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:20.598 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:20.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:20.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:20.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:20.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:20.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:20.599 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:20.599 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:20.599 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:20.599 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:20.599 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:20.599 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 21:56:20.599 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:20.599 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:20.599 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:20.599 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:20.599 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:20.599 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:20.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:56:22.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:56:22.101 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:22.101 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:22.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:22.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:22.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:22.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:22.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:22.102 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:22.103 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:22.103 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:22.103 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:22.103 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:22.103 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 21:56:22.103 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:22.103 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:22.103 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:22.103 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:22.103 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:22.103 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:22.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:56:22.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:56:22.103 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:22.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:22.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:22.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:22.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:22.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:22.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 21:56:22.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:22.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:22.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:22.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:22.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:22.105 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:56:22.105 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:56:22.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:22.105 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:56:22.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:22.105 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:56:22.105 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:56:22.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:22.105 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:56:22.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:22.105 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:56:22.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 21:56:22.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:22.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:22.107 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:22.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:22.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:22.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:22.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:22.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:22.109 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:22.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 '\*?\QProblems\E') 21:56:22.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:22.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:22.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:22.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:22.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:22.111 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:22.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:22.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:22.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:22.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:22.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:22.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:22.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:22.113 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:22.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:22.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:22.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:22.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:22.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:22.115 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:22.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 '\*?\QProblems\E') 21:56:22.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:22.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:22.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:22.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:22.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:22.117 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:22.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:22.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:22.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:22.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:22.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:22.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 21:56:22.117 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:22.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:22.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:22.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:22.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:22.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:22.118 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:22.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:22.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:22.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:22.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:22.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:22.129 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:22.129 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:22.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:22.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:22.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:22.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:22.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:22.129 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:22.130 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:22.130 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:22.130 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:22.130 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:22.130 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 21:56:22.130 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:22.130 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:22.130 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:22.130 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:22.130 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:22.130 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:22.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:56:23.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:56:23.131 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:23.131 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:23.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:23.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:23.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:23.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:23.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:23.131 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:23.132 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:23.132 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:23.132 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:23.132 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:23.132 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 21:56:23.132 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:23.132 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:23.132 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:23.132 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:23.132 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:23.132 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:23.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:56:23.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:56:23.132 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:23.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:23.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:23.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:23.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:23.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:23.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:23.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:23.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:23.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:23.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:23.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:23.134 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:56:23.134 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:56:23.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:23.134 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:56:23.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:23.134 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:56:23.134 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:56:23.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:23.134 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:56:23.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:23.134 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:56:23.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 21:56:23.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 21:56:23.134 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:23.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:23.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:23.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:23.134 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:23.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:23.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:23.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:23.135 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:23.135 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:23.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:23.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:23.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:23.135 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:23.136 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:23.136 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:23.136 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:23.136 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:23.136 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 21:56:23.136 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:23.136 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:23.136 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:23.136 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:23.136 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:23.136 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:23.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:56:24.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:56:24.137 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:24.137 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:24.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:24.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:24.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:24.138 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:24.138 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:24.138 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:24.138 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:24.138 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:24.138 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 21:56:24.138 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:24.138 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:24.138 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:24.138 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:24.138 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:24.138 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:24.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:56:24.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:56:24.139 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:24.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:24.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:24.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:24.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.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:24.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:24.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:24.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:24.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:24.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:24.139 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 21:56:24.139 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 21:56:24.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:24.140 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 21:56:24.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:24.140 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 21:56:24.140 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 21:56:24.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:24.140 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 21:56:24.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:24.140 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 21:56:24.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 21:56:24.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:24.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:24.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:24.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:24.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:24.144 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:24.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:56:24.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:24.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:24.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:24.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:24.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:24.145 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:24.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:24.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:24.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:24.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:24.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:24.146 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:24.146 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:24.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:24.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:24.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:24.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:24.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:24.147 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:24.147 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:24.147 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:24.147 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:24.147 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:24.147 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 21:56:24.147 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:24.147 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:24.147 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:24.147 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:24.147 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:24.147 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:24.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:56:25.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:56:25.148 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:25.148 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:25.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:25.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:25.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:25.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:25.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:25.150 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:25.150 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:25.150 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:25.150 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:25.150 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:25.150 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 21:56:25.150 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:25.150 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:25.150 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:25.150 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:25.150 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:25.150 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:25.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:56:25.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:56:25.150 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:25.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:25.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:25.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:25.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:25.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:25.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:25.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:25.152 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 21:56:25.152 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 21:56:25.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:25.152 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 21:56:25.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:25.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 21:56:25.152 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 21:56:25.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:25.152 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 21:56:25.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:25.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 21:56:25.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 21:56:25.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:25.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 21:56:25.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:25.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 21:56:25.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:25.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 21:56:25.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56: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 21:56:25.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56: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 21:56:25.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56: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 21:56:25.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:25.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:25.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:25.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:25.156 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:25.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') 21:56:25.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:25.158 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:25.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:25.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:25.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:25.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:25.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56: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 21:56:25.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:25.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:25.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:25.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:25.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:25.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:25.162 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:25.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:56:25.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:25.163 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:25.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:25.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:25.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:25.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:25.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:25.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 21:56:25.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:25.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:25.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:25.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:25.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:25.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:25.177 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:25.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 '\*?\QProblems\E') 21:56:25.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:25.178 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:25.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:25.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:25.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:25.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:25.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:25.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:25.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:25.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 21:56:25.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:25.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:25.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:25.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:25.198 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:25.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 '\*?\QProblems\E') 21:56:25.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:25.200 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:25.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:25.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:25.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:25.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:25.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:25.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 21:56:25.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:25.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 21:56:25.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:25.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:25.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:25.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:25.203 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:25.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:56:25.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:25.205 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:25.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:25.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:25.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:25.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:25.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:25.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 21:56:25.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:25.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 21:56:25.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:25.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:25.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:25.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:25.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:25.207 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:25.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:25.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:25.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:25.207 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:25.207 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:25.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:25.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:25.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:25.208 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:25.208 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:25.208 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:25.208 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:25.208 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:25.208 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 21:56:25.208 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:25.208 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:25.208 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:25.208 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:25.208 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:25.208 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:25.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:56:26.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:56:26.209 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:26.209 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:26.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:26.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:26.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:26.210 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:26.211 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:26.211 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:26.211 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:26.211 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:26.211 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 21:56:26.211 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:26.211 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:26.211 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:26.211 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:26.211 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:26.211 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:26.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:56:26.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:56:26.211 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:26.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:26.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:26.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:26.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:26.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:26.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:26.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:26.212 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 21:56:26.212 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 21:56:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:26.212 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 21:56:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:26.212 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 21:56:26.212 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 21:56:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:26.212 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 21:56:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:26.212 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 21:56:26.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:26.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:26.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:26.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:26.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:26.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 21:56:26.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:26.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:26.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:26.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:26.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:26.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 21:56:26.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:26.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:26.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:26.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:26.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:26.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 21:56:26.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:26.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:26.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:26.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:26.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:26.213 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:26.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:26.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:26.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:26.214 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:26.214 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:26.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:26.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:26.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:26.214 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:26.215 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:26.215 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:26.215 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:26.215 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:26.215 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 21:56:26.215 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:26.215 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:26.215 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:26.215 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:26.215 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:26.215 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:26.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:56:27.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:56:27.716 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:27.716 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:27.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:27.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:27.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:27.717 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:27.718 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:27.718 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:27.718 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:27.718 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:27.718 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 21:56:27.718 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:27.718 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:27.718 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:27.718 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:27.718 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:27.718 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:27.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:56:27.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:56:27.718 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:27.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:27.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:27.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56: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 21:56:27.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.720 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 21:56:27.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 21:56:27.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:27.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 21:56:27.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:27.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 21:56:27.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 21:56:27.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:27.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 21:56:27.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:27.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 21:56:27.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:27.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:27.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:27.722 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:27.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') 21:56:27.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:27.724 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:27.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:27.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:27.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:27.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:27.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:27.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:27.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.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 21:56:27.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:27.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:27.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:27.728 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:27.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:56:27.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:27.729 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:27.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:27.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:27.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:27.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:27.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:27.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 21:56:27.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:27.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:27.733 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:27.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:56:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:27.744 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:27.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:27.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:27.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:27.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:27.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:27.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:27.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:27.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:27.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:27.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:27.749 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:27.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 '\*?\QProblems\E') 21:56:27.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:27.750 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:27.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:27.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:27.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:27.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:27.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:27.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 21:56:27.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:27.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:27.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:27.764 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:27.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 '\*?\QProblems\E') 21:56:27.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:27.766 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:27.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:27.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:27.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:27.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:27.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:27.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:27.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:27.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.779 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:27.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:27.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:27.779 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:27.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 '\*?\QProblems\E') 21:56:27.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:27.781 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:27.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:27.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:27.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:27.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:27.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:27.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 21:56:27.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.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 21:56:27.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:27.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:27.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:27.794 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:27.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:56:27.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:27.795 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:27.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:27.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:27.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:27.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:27.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:27.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:27.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:27.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:27.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:27.799 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:27.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:56:27.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:27.811 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:27.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:27.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:27.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:27.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:27.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:27.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 21:56:27.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:27.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:27.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:27.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:27.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:27.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:56:27.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:27.827 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:27.827 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:27.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:27.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:27.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:27.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:27.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:27.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.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 21:56:27.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:27.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:27.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:27.831 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:27.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 '\*?\QProblems\E') 21:56:27.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:27.833 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:27.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:27.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:27.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:27.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:27.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:27.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 21:56:27.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56: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 21:56:27.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:27.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:27.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:27.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:27.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 '\*?\QProblems\E') 21:56:27.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:27.849 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:27.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:27.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:27.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:27.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:27.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:27.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:27.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:27.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:27.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:27.863 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:27.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 '\*?\QProblems\E') 21:56:27.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:27.865 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:27.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:27.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:27.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:27.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:27.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:27.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:27.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.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 21:56:27.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:27.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:27.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:27.869 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:27.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:56:27.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:27.871 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:27.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:27.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:27.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:27.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:27.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:27.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:27.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.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 21:56:27.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:27.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:27.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:27.875 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56: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') 21:56:27.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:27.877 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:27.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:27.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:27.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:27.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:27.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:27.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:27.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:27.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:27.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:27.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:27.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:27.889 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:27.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:27.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:27.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:27.889 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:27.890 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:27.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:27.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:27.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:27.890 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:27.890 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:27.890 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:27.890 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:27.890 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:27.891 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 21:56:27.891 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:27.891 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:27.891 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:27.891 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:27.891 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:27.891 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:27.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:56:29.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:56:29.391 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:29.391 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:29.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:29.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:29.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:29.392 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:29.392 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:29.392 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:29.392 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:29.392 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:29.393 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 21:56:29.393 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:29.393 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:29.393 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:29.393 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:29.393 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:29.393 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:29.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:56:29.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:56:29.393 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:29.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:29.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:29.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:29.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 21:56:29.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:29.394 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:56:29.394 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:56:29.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:29.394 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:56:29.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:29.394 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:56:29.394 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:56:29.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:29.394 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:56:29.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:29.394 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:56:29.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.396 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:29.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:29.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:29.396 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:29.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') 21:56:29.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:29.398 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:29.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:29.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:29.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:29.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:29.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:29.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 21:56:29.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:29.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 21:56:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:29.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:29.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:29.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:29.403 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:29.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 '\*?\QProblems\E') 21:56:29.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:29.404 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:29.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:29.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:29.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:29.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:29.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:29.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 21:56:29.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:29.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:29.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:29.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:29.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:29.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:29.408 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:29.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 '\*?\QProblems\E') 21:56:29.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:29.419 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:29.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:29.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:29.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:29.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:29.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:29.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:29.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:29.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 21:56:29.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:29.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:29.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:29.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:29.424 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:29.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 '\*?\QProblems\E') 21:56:29.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:29.435 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:29.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:29.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:29.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:29.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:29.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:29.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 21:56:29.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:29.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:29.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:29.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:29.439 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:29.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') 21:56:29.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:29.441 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:29.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:29.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:29.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:29.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:29.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:29.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:29.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:29.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:29.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:29.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:29.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:29.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:29.454 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:29.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') 21:56:29.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:29.456 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:29.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:29.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:29.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:29.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:29.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:29.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 21:56:29.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:29.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 21:56:29.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:29.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:29.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:29.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:29.460 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:29.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:56:29.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:29.462 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:29.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:29.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:29.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:29.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:29.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:29.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 21:56:29.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:29.466 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:29.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:29.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:29.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:29.468 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:56:29.468 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:56:29.468 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:56:29.468 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:56:29.468 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:56:29.468 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:56:29.468 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:56:29.468 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:56:29.468 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:56:29.468 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:56:29.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:29.512 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 21:56:29.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:56:29.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:29.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:29.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 "Restore Defaults") 21:56:29.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:29.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:29.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:29.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:29.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:29.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:29.514 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:56:29.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:29.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:29.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:29.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56: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 "OK", Widget matcher matching widgets with style: 8) 21:56:29.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:29.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:29.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:29.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:29.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:29.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:29.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:29.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:29.516 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:29.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:29.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:29.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:29.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:29.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:29.545 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 21:56:29.545 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:29.545 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:29.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:29.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:29.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:29.560 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:29.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:29.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:29.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:29.560 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:29.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:29.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:29.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:29.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:29.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:29.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:30.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:30.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:30.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:30.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:30.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:56:30.563 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:30.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:30.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:30.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:30.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 21:56:30.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:30.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:30.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:30.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:30.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:30.564 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:56:30.565 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:56:30.565 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:56:30.565 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:56:30.566 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:56:30.566 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:56:30.566 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'New' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:30.588 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:56:30.588 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:56:30.588 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:56:30.588 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:56:30.589 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:56:30.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:30.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:56:30.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:56:30.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:56:30.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:30.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:56:30.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:30.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:30.592 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:56:30.592 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:56:30.592 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:56:30.592 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:56:30.593 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:56:30.593 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:56:30.593 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:30.611 DEBUG [main][MenuItemLookup] Found menu:'New' 21:56:30.611 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:56:30.611 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:30.611 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:56:30.611 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:56:30.611 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:56:30.611 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:30.611 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:56:30.611 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:56:30.611 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:56:30.611 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:56:30.611 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:56:30.611 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:56:30.611 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:56:30.612 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:56:30.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 'Delete.*'] is available.... 21:56:31.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 21:56:31.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:56:31.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:31.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:31.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:31.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:31.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: 32) 21:56:31.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:31.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:31.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:31.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:56:31.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:31.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:31.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:31.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:31.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:31.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:31.191 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:56:31.191 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:56:31.191 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:56:31.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:31.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:31.191 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:31.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:31.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:56:31.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:31.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:31.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:31.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:56:31.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:31.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:31.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:31.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:31.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:31.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:31.192 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:31.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:31.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:31.192 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:31.192 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:31.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:56:31.194 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:56:31.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:56:31.695 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:56:31.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:31.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:56:31.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:56:31.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:56:31.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:56:31.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:31.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:31.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:31.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:56:31.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:56:31.695 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:56:31.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:31.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:31.695 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFilterErrors no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:56:31.695 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:56:31.696 INFO [WorkbenchTestable][RequirementsRunner] Started test: testProblemQuickfixWithNewDialog no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:56:31.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:56:31.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:56:31.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:56:31.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:56:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:31.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:31.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:31.696 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:56:31.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:31.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:31.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:31.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:31.697 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:56:31.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:31.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:31.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:31.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:31.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:31.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:31.697 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:31.697 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:56:31.697 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:31.697 DEBUG [main][MenuItemLookup] Item match:File 21:56:31.698 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:31.698 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:31.700 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:56:31.700 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:56:31.700 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:56:31.700 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:56:31.700 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:56: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.... 21:56: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 21:56:31.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:56:31.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:31.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:31.751 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:31.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:31.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:56:31.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:31.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:31.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:31.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:31.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:31.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:56:31.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:56:31.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:56:31.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:31.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:31.758 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:31.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:31.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:31.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:56:31.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:31.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:31.758 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:31.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:31.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:31.759 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:56:31.759 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:56:31.759 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:56:31.761 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:56:31.761 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:31.761 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:56:31.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:56:31.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:31.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:31.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:31.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:31.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:31.762 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:56:31.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:31.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:31.762 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:31.762 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:31.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'] 21:56:31.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:31.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:31.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:56:31.878 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 21:56:31.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:56:31.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:31.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:31.879 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:56:31.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:31.879 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:56:31.879 DEBUG [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:") 21:56:31.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:31.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:31.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:31.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:31.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:56:31.880 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:56:31.881 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:56:31.901 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:56:31.901 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:56:31.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 21:56:31.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:31.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:31.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:31.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:31.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:31.903 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:56:31.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:31.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:31.903 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:31.903 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:31.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 21:56:32.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. finished successfully 21:56:32.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:56:32.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:32.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:32.408 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:56:32.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 "Don't Create") 21:56:32.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:32.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:32.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:32.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:56:32.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:32.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:32.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:32.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:32.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:32.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:32.409 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:56:32.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:32.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:32.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:32.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:32.471 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.... 21:56:32.471 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 21:56:32.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:56:32.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:56:32.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:32.471 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 21:56:32.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:56:32.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:56:32.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:56:32.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:56:32.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:32.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:32.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:32.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:32.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:32.473 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:32.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:32.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:32.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:32.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:32.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:32.487 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:32.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:56:32.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:32.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:32.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:32.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:32.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:32.488 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:32.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:32.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:32.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:32.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:32.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:32.504 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:32.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:32.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:32.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:32.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:32.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:32.505 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:32.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 '\*?\QPackage Explorer\E') 21:56:32.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:32.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:32.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:32.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:32.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:32.505 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:32.505 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:32.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:32.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:32.513 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:32.513 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:32.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:32.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:32.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:32.514 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:32.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:32.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:32.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:32.514 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:32.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:32.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:32.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:32.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:32.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:32.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:33.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:33.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:33.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:33.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:33.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:56:33.516 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:33.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:33.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:33.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:33.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 21:56:33.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:33.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:33.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:33.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:33.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:33.517 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:56:33.517 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:56:33.518 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 21:56:33.518 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 21:56:33.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:34.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:34.018 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 21:56:34.019 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:56:34.019 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:56:34.019 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:56:34.020 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:56: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'] 21:56:34.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:34.021 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:34.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:34.021 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:56:34.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:34.021 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:34.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:34.021 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:34.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:34.021 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:34.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:34.021 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:56:34.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:34.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'] 21:56:34.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:34.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'] 21:56:34.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:34.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:34.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:34.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:34.022 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:34.022 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:56:34.022 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:34.022 DEBUG [main][MenuItemLookup] Item match:File 21:56:34.023 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:34.023 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:34.025 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:56:34.025 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:56:34.025 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:56:34.025 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:56:34.025 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:56:34.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:56: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 21:56:34.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:56:34.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:34.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:34.119 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:34.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:34.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 21:56:34.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:34.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:34.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:34.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:34.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:34.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:56:34.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:56:34.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:56:34.120 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:34.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:34.121 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:34.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:34.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:34.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:56:34.121 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:34.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:34.121 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:34.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:34.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:34.121 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:56:34.121 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:56:34.121 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:56:34.124 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:56:34.124 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:34.124 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:56:34.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:56:34.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:34.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:34.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:34.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:34.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:34.125 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:56:34.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:34.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:34.125 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:34.125 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:34.246 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:34.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:34.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:34.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:56:34.247 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 21:56:34.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:56:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:34.248 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:56:34.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:34.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 21:56:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:34.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:34.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:34.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:34.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:56:34.252 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:56:34.253 INFO [WorkbenchTestable][AbstractText] Text set to: NonExistingImportQuickFix 21:56:34.300 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:56:34.300 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:56:34.300 DEBUG [WorkbenchTestable][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) 21:56:34.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:34.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:34.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:34.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:34.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:34.302 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:56:34.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:34.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:34.302 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:34.302 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:34.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:56:34.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:56:34.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:34.807 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 21:56:34.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:56:34.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:56:34.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:56:34.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:34.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:56:34.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:34.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:34.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@54c792d7 is found... 21:56:34.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@54c792d7 is found finished successfully 21:56:34.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNonExistingImportQuickFix.java\E') 21:56:34.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:34.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:34.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:34.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:34.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:34.809 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:34.809 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class NonExistingImportQuickFix { } TooltipText=null 21:56:34.809 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 1 21:56:34.809 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 1, offser 0 21:56:34.817 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:34.818 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= import abc.efg.SomeClass; public class NonExistingImportQuickFix { } TooltipText=null 21:56:34.818 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:56:34.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform 21:56:34.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:34.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:34.818 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 21:56:34.818 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 21:56:34.818 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:34.818 DEBUG [main][MenuItemLookup] Item match:File 21:56:34.819 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:34.819 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:56:34.819 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:56:34.819 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:56:34.819 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:34.819 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:56:34.819 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:56:34.819 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:34.819 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:56:34.819 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:56:34.819 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:56:34.819 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:56:34.819 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:56:34.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:56:34.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:56:34.828 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:34.828 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= import abc.efg.SomeClass; public class NonExistingImportQuickFix { } TooltipText=null 21:56:34.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:34.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:34.844 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:34.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:34.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:34.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform 21:56:34.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:34.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:34.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 21:56:34.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 '\*?\QProblems\E') 21:56:34.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:34.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:34.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:34.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:34.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:34.898 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:34.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:34.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:34.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:34.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 21:56:34.918 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:34.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:34.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:34.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:34.919 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:34.919 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:34.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:34.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:34.920 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:34.920 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:34.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:34.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:34.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:34.920 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:34.921 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:34.921 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:34.921 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:34.921 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:34.921 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:56:34.921 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:34.921 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:34.921 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:34.921 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:34.921 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:34.921 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:34.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:56:35.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:56:35.922 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:35.922 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:35.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:35.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:35.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:35.924 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:35.924 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:35.924 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:35.924 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:35.924 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:35.925 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:56:35.925 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:35.925 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:35.925 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:35.925 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:35.925 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:35.925 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:35.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:56:35.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:56:35.925 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:35.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:35.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:35.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:35.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 21:56:35.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:35.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:35.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:35.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:35.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:36.426 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:36.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:36.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:36.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:36.427 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:36.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:36.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:36.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:36.428 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:36.428 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:36.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:36.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:36.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:36.428 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:36.429 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:36.429 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:36.429 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:36.429 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:36.429 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:56:36.429 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:36.429 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:36.429 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:36.429 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:36.429 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:36.429 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:36.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:56:37.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:56:37.430 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:37.430 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:37.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:37.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:37.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:37.431 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:37.431 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:37.431 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:37.431 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:37.431 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:37.431 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:56:37.431 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:37.431 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:37.431 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:37.431 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:37.431 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:37.431 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:37.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:56:37.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:56:37.432 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:37.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:37.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:37.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:37.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 21:56:37.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:37.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:37.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:37.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:37.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:37.433 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:56:37.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:56:37.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:37.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:56:37.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:37.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:56:37.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:56:37.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:37.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:56:37.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:37.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:56:37.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 21:56:37.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:37.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:37.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform 21:56:37.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:37.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:37.435 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 21:56:37.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 '\*?\QProblems\E') 21:56:37.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:37.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:37.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:37.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:37.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:37.437 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:37.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:37.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:37.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 21:56:37.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:37.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:37.437 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:37.437 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:37.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:37.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:37.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 21:56:37.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:37.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:37.438 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:37.438 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:37.438 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:37.438 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:37.438 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:37.438 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:56:37.438 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:37.438 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:37.438 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:37.438 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:37.438 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:37.438 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:37.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:56:38.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:56:38.439 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:38.439 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:38.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:38.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:38.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 21:56:38.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:38.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:38.439 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:38.440 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:38.440 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:38.440 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:38.440 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:38.440 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:56:38.440 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:38.440 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:38.440 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:38.440 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:38.440 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:38.440 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:38.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:56:38.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:56:38.440 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:38.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:38.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:38.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 21:56:38.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:38.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:38.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:38.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:38.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:38.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:38.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:38.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:38.442 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:56:38.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:56:38.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:38.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:56:38.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:38.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:56:38.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:56:38.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:38.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:56:38.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:38.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:56:38.442 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item The import abc cannot be resolved 21:56:38.442 DEBUG [main][TreeItemHandler] Selecting tree item: The import abc cannot be resolved 21:56:38.443 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item The import abc cannot be resolved about selection 21:56:38.445 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: The import abc cannot be resolved 21:56:38.445 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:56:38.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:38.471 DEBUG [main][MenuItemLookup] Found menu:'Go to Resource' 21:56:38.471 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:38.471 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:56:38.471 DEBUG [main][MenuItemLookup] Found menu:'Copy Details' 21:56:38.471 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:56:38.471 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 21:56:38.471 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:38.471 DEBUG [main][MenuItemLookup] Found menu:'Show In' 21:56:38.471 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 21:56:38.471 DEBUG [main][MenuItemLookup] Item match:Quick Fix Ctrl+1 21:56:38.471 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Quick Fix Ctrl+1" 21:56:38.471 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Quick Fix Ctrl+1 21:56:38.471 INFO [main][MenuItemHandler] Select menu item: &Quick Fix Ctrl+1 21:56:38.647 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.... 21:56:38.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:38.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:38.648 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 21:56:38.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Quick Fix 21:56:38.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:38.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:38.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.views.markers.QuickFixPage, index 0 and no matchers specified 21:56:38.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:38.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:38.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:38.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:38.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:56:38.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:56:38.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:56:38.650 TRACE [main][WidgetHandler] Notify Table with event 13 21:56:38.650 TRACE [main][WidgetHandler] Wait for synchronization 21:56:38.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 21:56:38.651 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:38.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:38.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:38.651 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Quick Fix" as the parent 21:56:38.651 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:38.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:38.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:38.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:38.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:38.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:38.652 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:56:38.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:38.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:38.652 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:38.652 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:38.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable... 21:56:38.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable finished successfully 21:56:38.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 21:56:38.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 21:56:38.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 21:56:38.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:38.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:38.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 "Finish", Widget matcher matching widgets with style: 8) 21:56:38.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:38.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:38.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:38.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 21:56:38.728 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:38.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:38.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:38.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:38.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:38.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:38.729 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:56:38.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:38.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:38.729 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:38.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:38.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:56:39.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:56:39.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3605c202 is found... 21:56:39.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3605c202 is found finished successfully 21:56:39.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSomeClass.java\E') 21:56:39.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:39.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:39.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:39.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:39.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:39.238 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:39.238 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package abc.efg; public class SomeClass { } TooltipText=null 21:56:39.238 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:39.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:39.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:39.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:39.255 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:56:39.255 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:56:39.255 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:56:39.255 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:56:39.255 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:56:39.255 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:56:39.255 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:56:39.255 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:56:39.255 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:56:39.255 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:56:39.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:39.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 21:56:39.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:56:39.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:39.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:39.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") 21:56:39.293 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:39.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:39.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:39.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:39.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:39.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:39.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:39.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:39.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:39.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:39.294 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:56:39.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:39.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:39.294 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:39.294 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:39.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) 21:56:39.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:39.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:39.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:39.295 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:39.295 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:39.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:39.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:39.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:39.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:39.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:39.296 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:39.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:39.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:39.296 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:39.296 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:39.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:39.325 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 21:56:39.325 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:39.325 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:39.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:39.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:39.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:39.333 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:39.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:39.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:39.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:39.333 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:39.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:39.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:39.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:39.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:39.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:39.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:39.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:39.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:40.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:40.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:40.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:56:40.335 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:40.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:40.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:40.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:40.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:40.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:40.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:40.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:40.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:40.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:40.336 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:56:40.336 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:56:40.336 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:56:40.336 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:56:40.337 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:56:40.337 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:56:40.337 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'New' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:40.359 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:56:40.359 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:56:40.359 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:56:40.359 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:56:40.359 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:56:40.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:40.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:56:40.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:56:40.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:56:40.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:40.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:56:40.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:40.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:40.361 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:56:40.362 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:56:40.362 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:56:40.362 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:56:40.363 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:56:40.363 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:56:40.363 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:40.390 DEBUG [main][MenuItemLookup] Found menu:'New' 21:56:40.390 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:56:40.390 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:40.390 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:56:40.390 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:56:40.390 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:56:40.390 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:40.390 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:56:40.390 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:56:40.390 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:56:40.390 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:56:40.390 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:56:40.390 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:56:40.390 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:56:40.390 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:56:40.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 'Delete.*'] is available.... 21:56:40.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 'Delete.*'] is available. finished successfully 21:56:40.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:56:40.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:40.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:40.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:40.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:40.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: 32) 21:56:40.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:40.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:40.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:40.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:56:40.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:40.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:40.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:40.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:40.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:40.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:40.971 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:56:40.971 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:56:40.971 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:56:40.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:40.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:40.971 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:40.971 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:40.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:56:40.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:40.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:40.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:40.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:56:40.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:40.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:40.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:40.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:40.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:40.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:40.972 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:40.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:40.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:40.972 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:40.972 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:40.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:56:40.974 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:56:41.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:56:41.475 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:56:41.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:41.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:56:41.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:56:41.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:56:41.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:41.475 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:41.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:41.475 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:56:41.475 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:56:41.475 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:56:41.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:41.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:41.476 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testProblemQuickfixWithNewDialog no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:56:41.476 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:56:41.476 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneWarningExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:56:41.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:56:41.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:56:41.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:56:41.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:56:41.476 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:41.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:41.476 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:41.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:41.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: "New Java Project"] 21:56:41.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:41.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'] 21:56:41.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:41.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'] 21:56:41.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:41.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'] 21:56:41.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:41.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: "New Java Project"] 21:56:41.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:41.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'] 21:56:41.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:41.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'] 21:56:41.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:41.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:41.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:41.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:41.478 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:41.478 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:56:41.478 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:41.478 DEBUG [main][MenuItemLookup] Item match:File 21:56:41.478 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:41.478 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:41.480 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:56:41.480 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:56:41.480 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:56:41.480 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:56:41.480 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:56:41.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.... 21:56:41.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 21:56:41.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:56:41.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:41.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:41.531 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:41.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:41.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 21:56:41.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:41.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:41.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:41.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:41.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:41.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:56:41.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:56:41.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:56:41.532 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:41.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:41.532 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:41.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:41.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:41.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:56:41.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:41.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:41.537 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:41.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:41.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:41.537 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:56:41.537 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:56:41.537 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:56:41.539 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:56:41.539 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:41.539 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:56:41.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:56:41.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:41.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:41.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:41.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:41.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:41.540 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:56:41.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:41.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:41.541 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:41.541 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:41.650 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:41.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:41.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:41.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:56:41.660 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 21:56:41.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:56:41.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:41.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:41.661 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:56:41.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:41.661 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:56:41.661 DEBUG [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:") 21:56:41.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:41.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:41.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:41.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:56:41.662 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:56:41.663 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:56:41.683 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:56:41.683 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:56:41.684 DEBUG [WorkbenchTestable][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) 21:56:41.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:41.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:41.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:41.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:41.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:41.685 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:56:41.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:41.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:41.686 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:41.686 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:41.688 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.... 21:56:42.188 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 21:56:42.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:56:42.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:42.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:42.191 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:56:42.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 21:56:42.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:42.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:42.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:42.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:56:42.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:42.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:42.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:42.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:42.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:42.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:42.192 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:56:42.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:42.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:42.192 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:42.192 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:42.255 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.... 21:56:42.255 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 21:56:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:56:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:56:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:42.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 21:56:42.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:56:42.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:56:42.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:56:42.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:56:42.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:42.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:42.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:42.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:42.256 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:42.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:42.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:42.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:42.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:42.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:42.268 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:42.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:56:42.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:42.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:42.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:42.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:42.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:42.269 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:42.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:42.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:42.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:42.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:42.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:42.291 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:42.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:42.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:42.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:42.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:42.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:42.292 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:42.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 '\*?\QPackage Explorer\E') 21:56:42.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:42.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:42.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:42.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:42.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:42.293 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:42.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:42.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:42.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:42.301 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:42.301 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:42.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:42.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:42.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:42.302 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:42.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:42.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:42.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:42.302 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:42.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:42.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:42.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:42.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:42.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:42.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:42.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:42.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:43.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:43.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:43.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:56:43.324 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:43.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:43.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:43.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:43.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 21:56:43.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:43.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:43.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:43.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:43.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:43.326 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:56:43.326 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:56:43.354 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 21:56:43.354 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 21:56:43.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:43.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:43.855 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 21:56:43.856 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:56:43.856 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:56:43.856 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:56:43.860 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:56:43.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'] 21:56:43.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:43.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'] 21:56:43.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:43.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:56:43.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:43.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'] 21:56:43.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:43.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'] 21:56:43.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:43.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'] 21:56:43.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:43.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"] 21:56:43.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:43.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'] 21:56:43.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:43.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'] 21:56:43.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:43.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:43.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:43.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:43.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:43.862 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:56:43.862 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:43.862 DEBUG [main][MenuItemLookup] Item match:File 21:56:43.863 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:43.863 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:56:43.864 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:56:43.864 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:56:43.864 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:43.864 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:56:43.864 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:56:43.865 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:56:43.865 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:56:43.865 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:56:43.865 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:56:43.865 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:56:43.865 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:56:43.865 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:56:43.865 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:43.865 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:56:43.865 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:56:43.865 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:43.865 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:56:43.865 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:43.865 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:56:43.865 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:56:43.865 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:56:43.865 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:56:43.865 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:56:43.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:56:43.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 21:56:43.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:56:43.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:43.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:43.993 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:43.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:43.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:56:43.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:43.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:43.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:43.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:43.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:43.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:56:43.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:56:43.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:56:43.995 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:43.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:43.995 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:43.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:43.995 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:43.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:56:43.995 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:43.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:43.995 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:43.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:43.995 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:43.996 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:56:43.996 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:56:43.996 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:56:43.998 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:56:43.998 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:43.998 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:56:43.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:56:43.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:43.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:43.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:43.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:43.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:44.000 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:56:44.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:44.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:44.000 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:44.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:44.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'] 21:56:44.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:44.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:44.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:56:44.096 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 21:56:44.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:56:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:44.097 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:56:44.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:44.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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 21:56:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:44.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:44.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:44.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:44.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:56:44.102 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:56:44.102 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 21:56:44.146 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:56:44.146 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:56:44.146 DEBUG [WorkbenchTestable][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) 21:56:44.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:44.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:44.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:44.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:44.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:44.148 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:56:44.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:44.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:44.148 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:44.148 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:44.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:56:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:56:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:44.653 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 21:56:44.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:56:44.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:56:44.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:56:44.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:56:44.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:44.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:56:44.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:44.653 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 21:56:44.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:56:44.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:56:44.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:56:44.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:56:44.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:44.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:56:44.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@b580b83 is found... 21:56:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@b580b83 is found finished successfully 21:56:44.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 21:56:44.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:44.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:44.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:44.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:44.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:44.655 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:44.655 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 21:56:44.655 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:56:44.691 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:44.692 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 21:56:44.692 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:56:44.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:44.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:44.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:44.692 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:44.692 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:44.692 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:44.692 DEBUG [main][MenuItemLookup] Item match:File 21:56:44.693 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:44.693 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:56:44.693 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:56:44.693 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:56:44.693 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:44.693 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:56:44.693 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:56:44.693 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:44.693 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:56:44.693 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:56:44.693 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:56:44.693 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:56:44.693 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:56:44.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:56:44.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:56:44.703 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:44.703 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 21:56:44.703 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:44.703 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:44.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:44.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:44.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:44.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:44.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:44.790 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:44.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:44.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:44.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:44.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:44.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:44.792 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:44.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') 21:56:44.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:44.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:44.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:44.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:44.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:44.795 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:44.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:44.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:44.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:44.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:44.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:44.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 21:56:44.795 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:44.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:44.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:44.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:44.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:44.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:44.796 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:44.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:44.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:44.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:44.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:44.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:44.797 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:44.797 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:44.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:44.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:44.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:44.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:44.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:44.797 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:44.798 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:44.798 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:44.798 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:44.798 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:44.798 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:56:44.798 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:44.798 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:44.798 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:44.798 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:44.798 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:44.798 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:44.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:56:46.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:56:46.299 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:46.299 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:46.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:46.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:46.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:46.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:46.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:46.301 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:46.301 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:46.301 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:46.301 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:46.301 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:46.301 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:56:46.301 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:46.301 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:46.301 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:46.301 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:46.301 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:46.301 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:46.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:56:46.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:56:46.301 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:46.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:46.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:46.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:46.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:46.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:46.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 21:56:46.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:46.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:46.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:46.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:46.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:46.304 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:56:46.304 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:56:46.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:46.304 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:56:46.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:46.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:56:46.304 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:56:46.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:46.304 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:56:46.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:46.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:56:46.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 21:56:46.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:46.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:46.306 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:46.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:46.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:46.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:56:46.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:46.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:46.317 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:56:46.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 '\*?\QProblems\E') 21:56:46.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:46.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:46.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:46.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:46.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:46.318 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:46.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:46.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:46.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:46.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:46.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:46.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 0. Expected number of problems is: 1... 21:56:46.319 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:46.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:46.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:46.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:46.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:46.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:46.319 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:46.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:46.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:46.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:46.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:46.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:46.320 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:46.320 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:46.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:46.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:46.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:46.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:46.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:46.321 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:46.321 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:46.321 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:46.321 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:46.321 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:46.321 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:56:46.321 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:46.321 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:46.321 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:46.321 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:46.321 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:46.321 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:46.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:56:47.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:56:47.322 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:47.323 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:47.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:47.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:47.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:47.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:47.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:47.324 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:56:47.324 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:47.324 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:47.324 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:47.324 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:56:47.324 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:56:47.324 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:56:47.324 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:56:47.324 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:56:47.324 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:56:47.324 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:56:47.324 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:56:47.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:56:47.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:56:47.325 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:47.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:47.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:47.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:56:47.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:56:47.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:56:47.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 21:56:47.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:47.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:47.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:47.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:47.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:47.326 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:56:47.326 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:56:47.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:47.326 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:56:47.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:47.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:56:47.326 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:56:47.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:47.326 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:56:47.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:47.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:56:47.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 1. Expected number of problems is: 1 finished successfully 21:56:47.327 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:47.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:47.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:47.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:47.328 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:56:47.328 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:56:47.328 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:56:47.328 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:56:47.328 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:56:47.328 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:56:47.328 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:56:47.328 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:56:47.328 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:56:47.328 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:56:47.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:47.373 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 21:56:47.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:56:47.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:47.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:47.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 "Restore Defaults") 21:56:47.374 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:47.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:47.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:47.374 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:47.374 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:47.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:47.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:47.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:47.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:47.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:47.375 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:56:47.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:47.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:47.375 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:47.375 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:47.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:56:47.376 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:47.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:47.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:47.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:47.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:47.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:47.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:47.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:47.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:47.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:47.377 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:47.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:47.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:47.377 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:47.377 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:47.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:47.403 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 21:56:47.403 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:47.403 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:47.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:47.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:47.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:47.415 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:47.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:47.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:47.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:47.416 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:47.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:47.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:47.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:47.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:47.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:47.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:47.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:47.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:48.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:48.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:48.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:56:48.419 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:48.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:48.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:48.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:48.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:48.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:48.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:48.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:48.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:48.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:48.421 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:56:48.421 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:56:48.421 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:56:48.421 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:56:48.422 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:56:48.422 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:56:48.422 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'New' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:48.447 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:56:48.447 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:56:48.447 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:56:48.447 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:56:48.447 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:56:48.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:48.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:56:48.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:56:48.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:56:48.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:48.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:56:48.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:48.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:48.451 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:56:48.451 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:56:48.451 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:56:48.451 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:56:48.452 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:56:48.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:56:48.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:48.472 DEBUG [main][MenuItemLookup] Found menu:'New' 21:56:48.472 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:56:48.472 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:48.472 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:56:48.472 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:56:48.472 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:56:48.472 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:48.472 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:56:48.472 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:56:48.472 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:56:48.472 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:56:48.472 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:56:48.472 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:56:48.472 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:56:48.472 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:56:48.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 21:56:49.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 21:56:49.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:56:49.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:49.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:49.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:49.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:49.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: 32) 21:56:49.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:49.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:49.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:49.051 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:56:49.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:49.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:49.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:49.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:49.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:49.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:49.052 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:56:49.052 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:56:49.052 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:56:49.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:49.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:49.053 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:49.053 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:49.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) 21:56:49.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:49.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:49.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:49.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:56:49.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:49.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:49.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:49.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:49.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:49.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:49.053 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:49.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:49.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:49.053 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:49.053 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:49.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:56:49.056 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:56:49.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:56:49.556 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:56:49.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:49.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:56:49.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:56:49.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:56:49.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:49.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:49.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:49.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:56:49.557 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:56:49.557 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:56:49.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:49.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:49.557 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneWarningExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:56:49.557 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:56:49.557 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideProblemColumnsEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:56:49.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:56:49.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:56:49.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:56:49.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:56:49.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'] 21:56:49.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:49.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'] 21:56:49.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:49.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"] 21:56:49.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:49.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'] 21:56:49.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:49.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'] 21:56:49.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:49.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'] 21:56:49.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:49.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"] 21:56:49.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:49.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'] 21:56:49.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:49.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'] 21:56:49.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:49.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:49.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:49.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:49.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:49.559 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:56:49.559 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:49.559 DEBUG [main][MenuItemLookup] Item match:File 21:56:49.560 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:49.560 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:56:49.561 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:56:49.562 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:56:49.562 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:49.562 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:56:49.562 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:56:49.562 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:56:49.562 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:56:49.562 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:56:49.562 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:56:49.562 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:56:49.562 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:56:49.562 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:56:49.562 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:49.562 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:56:49.562 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:56:49.562 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:49.562 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:56:49.562 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:49.562 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:56:49.562 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:56:49.562 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:56:49.562 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:56:49.562 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:56:49.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.... 21:56:49.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:56:49.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:56:49.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:49.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:49.612 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:49.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:49.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:56:49.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:49.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:49.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:49.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:49.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:49.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:56:49.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:56:49.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:56:49.613 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:49.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:49.613 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:49.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:49.613 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:49.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:56:49.614 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:49.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:49.614 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:49.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:49.614 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:49.614 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:56:49.614 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:56:49.614 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:56:49.620 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:56:49.620 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:49.620 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:56:49.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:56:49.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:49.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:49.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:49.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:49.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:49.621 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:56:49.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:49.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:49.621 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:49.621 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:49.732 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:49.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:49.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:49.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:56:49.733 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 21:56:49.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:56:49.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:49.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:49.733 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:56:49.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:49.734 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:56:49.734 DEBUG [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:") 21:56:49.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:49.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:49.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:49.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:49.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:56:49.735 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:56:49.736 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:56:49.756 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:56:49.756 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:56:49.757 DEBUG [WorkbenchTestable][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) 21:56:49.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:49.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:49.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:49.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:49.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:49.758 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:56:49.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:49.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:49.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:49.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:49.760 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.... 21:56:50.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 21:56:50.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:56:50.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:50.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:50.263 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:56:50.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:56:50.263 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:50.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:50.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:50.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:56:50.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:50.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:50.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:50.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:50.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:50.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:50.265 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:56:50.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:50.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:50.265 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:50.265 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:50.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.... 21:56:50.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 21:56:50.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:56:50.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:56:50.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:50.333 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 21:56:50.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:56:50.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:56:50.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:56:50.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:56:50.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:50.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:50.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:50.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:50.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:50.334 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:50.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:50.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:50.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:50.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:50.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:50.345 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:50.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 '\*?\QProblems\E') 21:56:50.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:50.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:50.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:50.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:50.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:50.347 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:50.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:50.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:50.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:50.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:50.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:50.369 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:50.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:50.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:50.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:50.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:50.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:50.370 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:50.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 '\*?\QPackage Explorer\E') 21:56:50.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:50.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:50.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:50.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:50.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:50.370 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:50.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:50.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:50.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:50.404 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:50.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:50.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:50.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:50.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 21:56:50.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:50.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:50.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:50.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:50.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:50.414 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:50.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:50.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:50.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:50.416 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:56:50.416 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:56:50.416 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:56:50.416 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:56:50.416 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:56:50.416 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:56:50.416 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:56:50.416 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:56:50.416 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:56:50.416 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:56:50.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:50.495 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 21:56:50.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:56:50.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:50.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:50.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 "Restore Defaults") 21:56:50.495 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:50.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:50.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:50.495 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:50.495 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:50.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:50.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:50.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:50.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:50.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:50.496 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:56:50.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:50.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:50.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:50.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:50.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:56:50.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:50.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:50.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:50.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:50.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:50.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:50.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:50.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:50.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:50.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:50.498 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:50.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:50.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:50.498 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:50.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:50.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:50.532 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 21:56:50.533 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:50.533 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:50.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:50.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:50.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:50.541 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:50.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:50.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:50.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:50.542 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:50.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:50.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:50.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:50.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:50.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:50.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:51.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:51.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:51.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:51.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:51.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:56:51.544 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:51.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:51.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:51.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:51.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:51.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:51.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:51.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:51.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:51.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:51.545 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:56:51.545 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:56:51.545 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:56:51.545 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:56:51.546 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:56:51.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:56:51.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'New' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:51.566 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:56:51.566 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:56:51.566 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:56:51.566 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:56:51.566 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:56:51.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:51.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 21:56:52.067 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 21:56:52.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:52.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:52.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:52.067 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:56:52.067 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:56:52.067 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:56:52.067 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:56:52.068 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:56:52.069 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:56:52.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:52.096 DEBUG [main][MenuItemLookup] Found menu:'New' 21:56:52.096 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:56:52.096 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:52.096 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:56:52.096 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:56:52.096 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:56:52.096 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:52.096 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:56:52.096 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:56:52.096 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:56:52.096 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:56:52.096 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:56:52.096 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:56:52.096 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:56:52.096 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:56:52.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 'Delete.*'] is available.... 21:56:52.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 21:56:52.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:56:52.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:52.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:52.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:52.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:52.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 21:56:52.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:52.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:52.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:52.733 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:56:52.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:52.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:52.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:52.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:52.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:52.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:52.734 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:56:52.734 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:56:52.734 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:56:52.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:52.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:52.734 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:52.734 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:52.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:56:52.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:52.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:52.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:52.734 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:56:52.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:52.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:52.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:52.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:52.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:52.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:52.735 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:52.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:52.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:52.735 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:52.735 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:52.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:56:52.737 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:56:53.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:56:53.238 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:56:53.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:53.238 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 21:56:53.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:56:53.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:53.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:53.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:53.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:56:53.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:56:53.238 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:56:53.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:53.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:53.239 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideProblemColumnsEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:56:53.239 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:56:53.239 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:56:53.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:56:53.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:56:53.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:56:53.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:56:53.239 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:53.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:53.239 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:53.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:53.239 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:56:53.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:53.239 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:53.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56: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'] 21:56:53.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56: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'] 21:56:53.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56: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: "New Java Project"] 21:56:53.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56: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'] 21:56:53.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56: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'] 21:56:53.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:53.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:53.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:53.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:53.241 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:53.241 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:56:53.241 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:53.241 DEBUG [main][MenuItemLookup] Item match:File 21:56:53.242 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:53.242 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:56:53.243 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:56:53.243 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:56:53.243 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:53.243 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:56:53.243 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:56:53.243 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:56:53.243 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:56:53.243 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:56:53.243 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:56:53.243 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:56:53.244 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:56:53.244 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:56:53.244 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:53.244 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:56:53.244 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:56:53.244 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:53.244 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:56:53.244 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:53.244 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:56:53.244 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:56:53.244 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:56:53.244 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:56:53.244 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:56:53.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.... 21:56:53.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. finished successfully 21:56:53.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:56:53.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:53.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:53.293 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:53.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:53.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:56:53.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:53.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:53.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:53.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:53.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:53.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:56:53.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:56:53.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:56:53.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:53.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:53.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:53.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:53.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:53.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:56:53.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:53.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:53.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:53.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:53.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:53.295 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:56:53.295 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:56:53.295 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:56:53.296 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:56:53.296 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:53.296 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:56:53.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:56:53.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:53.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:53.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:53.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:53.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:53.300 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:56:53.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:53.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:53.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:53.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:53.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'] 21:56:53.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:53.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:53.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:56:53.409 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 21:56:53.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:56:53.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:53.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:53.410 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:56:53.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:53.410 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:56:53.410 DEBUG [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:") 21:56:53.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:53.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:53.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:53.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:53.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:56:53.411 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:56:53.412 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:56:53.432 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:56:53.432 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:56:53.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.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) 21:56:53.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:53.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:53.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:53.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:53.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:53.434 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:56:53.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:53.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:53.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:53.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:53.436 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.... 21:56:53.937 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 21:56:53.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:56:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:53.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:53.939 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:56:53.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 21:56:53.940 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:53.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:53.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:53.940 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:56:53.940 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:53.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:53.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:53.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:53.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:53.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:53.941 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:56:53.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:53.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:53.941 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:53.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:54.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.... 21:56:54.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 21:56:54.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:56:54.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:56:54.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:54.030 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 21:56:54.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:56:54.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:56:54.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:56:54.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:56:54.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:54.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:54.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:54.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:54.032 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:54.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:54.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:54.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:54.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:54.033 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:54.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 '\*?\QProblems\E') 21:56:54.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:54.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:54.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:54.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:54.087 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:54.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:54.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:54.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:54.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:54.096 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:54.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:54.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:54.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:54.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:54.097 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:54.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:56:54.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:54.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:54.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:54.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:54.098 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:54.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:54.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:54.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:54.116 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:54.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:54.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:54.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:54.126 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:56:54.126 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:56:54.126 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:56:54.126 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:56:54.126 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:56:54.126 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:56:54.126 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:56:54.126 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:56:54.126 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:56:54.126 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:56:54.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:54.214 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 21:56:54.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:56:54.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:54.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:54.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 "Restore Defaults") 21:56:54.214 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:54.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:54.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:54.215 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:54.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:54.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:54.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:54.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:54.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:54.216 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:56:54.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:54.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:54.216 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:54.216 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:54.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:56:54.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:54.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:54.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:54.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:54.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:54.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:54.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:54.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:54.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:54.219 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:54.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:54.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:54.219 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:54.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:54.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:54.315 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 21:56:54.315 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:54.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:54.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:54.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:54.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 21:56:54.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:54.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:54.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:54.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:54.316 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:54.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:54.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:54.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:54.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 21:56:54.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:54.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:54.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:54.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:54.317 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:54.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:54.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:54.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:54.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:54.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:54.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:54.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:54.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:54.318 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:54.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:54.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:54.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:54.319 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:56:54.319 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:56:54.319 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:56:54.319 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:56:54.319 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:56:54.319 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:56:54.319 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:56:54.319 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:56:54.319 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:56:54.319 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:56:54.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:54.399 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 21:56:54.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:56:54.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:54.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:54.399 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 21:56:54.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:54.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:54.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:54.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:54.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:54.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:54.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:54.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:54.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:56:54.400 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 2] 'ID', 'Creation Time') 21:56:54.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:56:54.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:56:54.401 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0, 1) 21:56:54.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:56:54.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:56:54.401 TRACE [main][WidgetHandler] Notify Table with event 13 21:56:54.401 TRACE [main][WidgetHandler] Wait for synchronization 21:56:54.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 "Show ->") 21:56:54.401 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:54.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:54.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:54.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:54.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:54.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:54.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:54.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:54.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:54.403 INFO [WorkbenchTestable][AbstractButton] Click button &Show -> 21:56:54.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:54.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:54.403 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:54.403 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:54.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 "OK", Widget matcher matching widgets with style: 8) 21:56:54.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:54.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:54.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:54.405 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:54.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:54.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:54.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:54.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:54.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:54.406 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:54.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:54.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:54.406 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:54.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:54.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:54.430 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 21:56:54.430 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:54.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:54.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:54.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:54.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:54.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:54.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:54.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:54.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:54.432 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:54.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:54.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:54.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:54.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 21:56:54.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:54.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:54.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:54.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:54.433 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:54.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:54.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:54.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:54.434 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:56:54.434 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:56:54.434 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:56:54.434 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:56:54.434 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:56:54.434 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:56:54.434 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:56:54.434 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:56:54.434 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:56:54.434 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:56:54.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:54.499 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 21:56:54.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:56:54.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:54.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:54.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 "Restore Defaults") 21:56:54.500 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:54.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:54.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:54.500 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:54.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:54.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:54.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:54.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:54.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:54.501 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:56:54.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:54.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:54.501 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:54.501 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:54.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:56:54.502 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:54.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:54.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:54.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:56:54.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:54.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:54.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:54.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:54.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:54.503 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:54.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:54.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:54.503 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:54.503 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:54.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:56:54.526 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 21:56:54.526 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:54.526 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:54.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:54.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:54.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:54.534 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:54.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:54.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:54.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:54.552 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:54.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:54.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:54.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:54.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:54.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:54.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:55.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:55.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:55.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:55.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:55.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:56:55.555 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:55.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:55.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:55.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:55.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 21:56:55.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:55.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:55.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:55.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:55.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:55.556 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:56:55.556 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:56:55.556 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:56:55.556 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:56:55.557 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:56:55.557 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:56:55.557 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'New' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:55.609 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:56:55.609 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:56:55.609 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:56:55.609 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:56:55.610 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:56:55.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:55.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 21:56:56.110 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 21:56:56.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:56.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:56.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:56.110 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:56:56.110 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:56:56.110 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:56:56.110 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:56:56.112 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:56:56.112 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:56:56.112 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:56.156 DEBUG [main][MenuItemLookup] Found menu:'New' 21:56:56.156 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:56:56.156 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:56.156 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:56:56.156 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:56:56.156 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:56:56.156 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:56.156 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:56:56.156 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:56:56.156 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:56:56.156 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:56:56.156 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:56:56.156 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:56:56.156 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:56:56.156 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:56:56.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 'Delete.*'] is available.... 21:56:56.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 'Delete.*'] is available. finished successfully 21:56:56.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:56:56.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:56.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:56.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:56.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:56.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 21:56:56.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:56.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:56.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:56.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:56:56.739 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:56.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:56.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:56.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:56.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:56.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:56.739 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:56:56.739 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:56:56.739 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:56:56.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:56.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:56.739 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:56.739 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:56.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:56:56.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:56.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:56.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:56.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:56:56.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:56.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:56.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:56.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:56.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:56.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:56.740 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:56:56.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:56.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:56.740 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:56.740 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:56.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:56:56.742 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:56:57.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:56:57.243 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:56:57.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:57.243 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 21:56:57.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:56:57.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:57.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:57.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:57.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:56:57.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:56:57.243 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:56:57.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:57.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:57.244 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:56:57.244 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:56:57.245 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFilterWarnings no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:56:57.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:56:57.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:56:57.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:56:57.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:56:57.245 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:57.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:57.245 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:57.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:57.245 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:56:57.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:57.245 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:57.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:57.246 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:57.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:57.246 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:57.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:57.246 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:56:57.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:57.246 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:57.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:57.246 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:56:57.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:57.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:57.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:57.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:57.246 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:57.246 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:56:57.246 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:57.247 DEBUG [main][MenuItemLookup] Item match:File 21:56:57.247 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:57.247 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:57.249 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:56:57.249 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:56:57.249 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:56:57.249 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:56:57.249 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:56:57.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:56:57.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 'New|Select a wizard'] is available. finished successfully 21:56:57.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:56:57.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:57.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:57.297 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:57.297 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:57.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:56:57.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:57.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:57.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:57.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:57.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:57.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:56:57.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:56:57.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:56:57.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:57.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:57.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:57.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:57.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:57.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:56:57.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:57.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:57.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:57.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:57.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:57.299 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:56:57.299 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:56:57.299 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:56:57.299 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:56:57.299 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:57.299 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:56:57.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) 21:56:57.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:57.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:57.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:57.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:57.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:57.300 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:56:57.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:57.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:57.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:57.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:57.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'] 21:56:57.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:57.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:57.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:56:57.410 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 21:56:57.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:56:57.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:57.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:57.411 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:56:57.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:57.411 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:56:57.411 DEBUG [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:") 21:56:57.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:57.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:57.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:57.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:57.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:56:57.412 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:56:57.413 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:56:57.433 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:56:57.433 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:56:57.433 DEBUG [WorkbenchTestable][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) 21:56:57.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:57.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:57.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:57.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:57.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:57.435 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:56:57.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:57.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:57.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:57.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:57.437 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.... 21:56:57.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 21:56:57.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:56:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:57.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:57.940 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:56:57.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 21:56:57.940 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:56:57.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:56:57.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:56:57.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:56:57.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:56:57.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:57.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:57.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:57.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:57.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:57.942 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:56:57.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:57.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:57.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:57.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:58.032 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.... 21:56:58.032 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 21:56:58.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:56:58.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:56:58.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:56:58.033 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 21:56:58.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:56:58.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:56:58.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:56:58.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:56:58.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:56:58.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:56:58.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:58.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:58.089 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:56:58.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:58.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:58.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:58.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:58.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:58.091 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:58.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 '\*?\QProblems\E') 21:56:58.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:58.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:58.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:58.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:58.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:58.092 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:56:58.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:56:58.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:58.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:58.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:58.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:58.101 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:58.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:58.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:58.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:58.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:58.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:58.101 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:58.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 '\*?\QPackage Explorer\E') 21:56:58.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:58.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:58.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:58.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:58.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:56:58.102 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:58.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:58.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:58.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:58.125 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:56:58.125 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:58.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:58.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:58.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:58.126 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:58.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:58.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:58.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:58.127 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:58.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:58.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:58.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:58.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:58.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:58.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:58.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:58.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:59.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:59.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:56:59.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:56:59.129 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:56:59.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:56:59.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:56:59.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:56:59.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:56:59.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:59.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:59.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:59.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:59.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:59.130 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:56:59.130 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:56:59.130 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 21:56:59.130 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 21:56:59.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:59.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:59.631 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 21:56:59.632 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:56:59.632 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:56:59.632 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:56:59.635 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:56:59.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'] 21:56:59.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:59.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'] 21:56:59.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:59.636 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:56:59.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:59.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'] 21:56:59.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:59.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'] 21:56:59.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:59.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'] 21:56:59.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:59.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:56:59.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:59.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'] 21:56:59.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:59.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'] 21:56:59.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:59.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:56:59.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:59.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:59.638 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:56:59.638 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:56:59.638 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:59.638 DEBUG [main][MenuItemLookup] Item match:File 21:56:59.638 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:56:59.638 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'File' 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'' 21:56:59.640 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:56:59.640 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:56:59.641 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:56:59.641 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:56:59.641 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:56:59.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.... 21:56:59.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 'New|Select a wizard'] is available. finished successfully 21:56:59.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:56:59.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:59.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:59.797 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:59.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:59.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:56:59.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:59.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:59.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:59.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:59.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:56:59.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:56:59.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:56:59.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:56:59.798 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:59.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:59.798 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:59.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:59.799 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:59.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:56:59.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:56:59.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:56:59.799 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:56:59.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:56:59.799 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:56:59.799 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:56:59.799 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:56:59.799 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:56:59.801 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:56:59.802 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:56:59.802 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:56:59.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:56:59.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:59.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:59.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:59.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:59.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:59.803 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:56:59.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:59.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:59.803 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:59.803 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:56:59.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'] 21:56:59.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:59.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:59.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:56:59.903 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 21:56:59.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:56:59.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:56:59.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:56:59.904 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:56:59.904 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:56:59.904 DEBUG [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:") 21:56:59.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:59.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:59.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:59.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:59.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:56:59.909 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:56:59.910 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 21:56:59.915 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:56:59.915 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:56:59.915 DEBUG [WorkbenchTestable][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) 21:56:59.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:56:59.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:56:59.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:56:59.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:56:59.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:56:59.917 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:56:59.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:56:59.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:56:59.917 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:56:59.917 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:00.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:57:00.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:57:00.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:00.511 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 21:57:00.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:57:00.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:57:00.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:57:00.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:57:00.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:00.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:57:00.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:00.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:00.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:00.511 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 21:57:00.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:57:00.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:57:00.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:57:00.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:57:00.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:00.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:57:00.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:00.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:00.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@112fb8ad is found... 21:57:00.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@112fb8ad is found finished successfully 21:57:00.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 '\*?\QWarningTestClass.java\E') 21:57:00.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:00.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:00.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:00.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:00.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:00.513 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:00.513 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 21:57:00.513 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:57:00.516 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:00.516 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 21:57:00.516 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:57:00.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:00.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:00.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:00.517 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:00.517 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:00.517 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:00.517 DEBUG [main][MenuItemLookup] Item match:File 21:57:00.517 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:57:00.517 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:57:00.517 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:57:00.517 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:57:00.517 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:00.517 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:57:00.517 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:57:00.517 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:00.517 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:57:00.517 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:57:00.517 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:57:00.517 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:57:00.518 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:57:00.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:57:00.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:57:00.540 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:00.540 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 21:57:00.540 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:00.541 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:00.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:00.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:00.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:00.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:00.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:00.552 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:00.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:00.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:00.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:00.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:00.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:00.554 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:00.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:00.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:00.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:00.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:00.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:00.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:00.556 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:00.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:00.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:00.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:00.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:00.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:00.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 21:57:00.588 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:00.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:00.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:00.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:00.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:00.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:00.589 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:00.589 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:00.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:00.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:00.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:00.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:00.590 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:00.590 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:00.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:00.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:00.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:00.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:00.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:00.590 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:00.591 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:00.591 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:00.591 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:00.591 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:00.591 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:57:00.591 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:00.591 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:00.591 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:00.591 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:00.591 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:00.591 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:00.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:01.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:01.592 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:01.592 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:01.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:01.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:01.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:01.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:01.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:01.592 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:01.593 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:01.593 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:01.593 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:01.593 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:01.593 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:57:01.593 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:01.593 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:01.593 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:01.593 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:01.593 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:01.593 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:01.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:01.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:01.593 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:01.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:01.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:01.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:01.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:01.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:01.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 21:57:01.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:01.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:01.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:01.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:01.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:02.095 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:02.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:02.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:02.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:02.096 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:02.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:02.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:02.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:02.096 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:02.096 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:02.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:02.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:02.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:02.097 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:02.097 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:02.097 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:02.097 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:02.097 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:02.097 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:57:02.097 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:02.097 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:02.097 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:02.097 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:02.097 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:02.097 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:02.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:03.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:03.599 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:03.599 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:03.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:03.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:03.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:03.599 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:03.600 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:57:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:03.600 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:03.600 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:03.600 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:03.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:03.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:03.600 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:03.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:03.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:03.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:03.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:03.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:03.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:03.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:03.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:03.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:03.601 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:57:03.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:57:03.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:03.601 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:57:03.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:03.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:57:03.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:57:03.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:03.601 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:57:03.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:03.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:57:03.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 21:57:03.601 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:57:03.601 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:03.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:03.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:03.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:03.608 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:03.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:03.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:03.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:03.608 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:03.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:03.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:03.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:03.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:03.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:03.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:04.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:04.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:04.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:04.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:04.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:57:04.611 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:04.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:04.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:04.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:04.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 21:57:04.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:04.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:04.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:04.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:04.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:04.612 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:57:04.612 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:57:04.612 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 21:57:04.612 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 21:57:04.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:04.613 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 21:57:04.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:04.613 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 21:57:04.613 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:57:04.613 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:57:04.613 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:57:04.614 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:57:04.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'] 21:57:04.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:04.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'] 21:57:04.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:04.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 Java Class"] 21:57:04.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:04.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'] 21:57:04.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:04.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'] 21:57:04.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:04.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'] 21:57:04.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:04.615 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:57:04.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:04.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'] 21:57:04.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:04.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'] 21:57:04.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:04.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:04.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:04.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:04.615 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:04.615 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:04.615 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:04.615 DEBUG [main][MenuItemLookup] Item match:File 21:57:04.616 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:57:04.616 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:04.618 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:57:04.618 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:57:04.618 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:57:04.618 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:57:04.618 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:57:04.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.... 21:57:04.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:57:04.674 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:57:04.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:04.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:04.675 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:04.675 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57: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 21:57:04.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:04.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:04.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:04.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:04.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:04.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:57:04.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:57:04.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:57:04.677 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:04.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:04.677 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:04.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:04.677 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:04.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:57:04.677 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:04.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:04.677 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:04.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:04.677 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:04.677 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:57:04.677 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:57:04.677 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:57:04.677 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:57:04.677 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:04.677 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:57:04.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:57:04.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:04.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:04.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:04.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:04.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:04.678 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:57:04.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:04.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:04.678 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:04.678 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:04.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'] 21:57:04.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:04.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:04.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:57:04.732 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 21:57:04.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:57:04.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:04.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:04.733 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:57:04.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:04.733 DEBUG [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:") 21:57:04.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:04.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:04.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:04.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:04.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:57:04.737 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:57:04.738 INFO [WorkbenchTestable][AbstractText] Text set to: NextWarningTestClass 21:57:04.743 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:57:04.743 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:57:04.743 DEBUG [WorkbenchTestable][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) 21:57:04.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:04.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:04.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:04.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:04.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:04.745 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:57:04.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:04.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:04.745 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:04.745 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:04.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:57:05.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:57:05.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:05.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:57:05.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:57:05.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:57:05.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:05.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:57:05.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:05.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:05.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:05.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:57:05.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:57:05.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:57:05.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:05.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:57:05.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:05.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:05.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@77c4ed56 is found... 21:57:05.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@77c4ed56 is found finished successfully 21:57:05.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 21:57:05.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:05.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:05.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:05.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:05.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:05.263 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:05.263 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class NextWarningTestClass { } TooltipText=null 21:57:05.263 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:57:05.267 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:05.267 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class NextWarningTestClass{ private int i; } TooltipText=null 21:57:05.267 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:57:05.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform 21:57:05.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:05.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:05.267 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 21:57:05.267 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 21:57:05.267 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:05.267 DEBUG [main][MenuItemLookup] Item match:File 21:57:05.268 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:57:05.268 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:57:05.268 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:57:05.268 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:57:05.268 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:05.268 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:57:05.268 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:57:05.268 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:05.268 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:57:05.268 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:57:05.268 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:57:05.268 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:57:05.268 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:57:05.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:57:05.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:57:05.290 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:05.290 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class NextWarningTestClass{ private int i; } TooltipText=null 21:57:05.290 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:05.290 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:05.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:05.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:05.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:05.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:05.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:05.315 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:05.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:05.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:05.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform 21:57:05.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:05.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:05.317 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 21:57:05.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 '\*?\QProblems\E') 21:57:05.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:05.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:05.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:05.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:05.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:05.319 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:05.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:05.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:05.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 21:57:05.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:05.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:05.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 21:57:05.319 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:05.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:05.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:05.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 21:57:05.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:05.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:05.320 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:05.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:05.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:05.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 21:57:05.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:05.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:05.320 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:05.321 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:05.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:05.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:05.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 21:57:05.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:05.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:05.321 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:05.321 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:05.321 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:05.321 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:05.321 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:05.321 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:57:05.321 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:05.322 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:05.322 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:05.322 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:05.322 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:05.322 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:05.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:06.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:06.823 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:06.823 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:06.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:06.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:06.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 21:57:06.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:06.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:06.824 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:06.825 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:06.825 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:06.825 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:06.825 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:06.825 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 21:57:06.825 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:06.825 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:06.825 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:06.825 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:06.825 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:06.825 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:06.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:06.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:06.825 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:06.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:06.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:06.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 21:57:06.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:06.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:06.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 21:57:06.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:06.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:06.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:06.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:06.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:06.826 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 21:57:06.826 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 21:57:06.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:06.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 21:57:06.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:06.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 21:57:06.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 21:57:06.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:06.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 21:57:06.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:06.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 21:57:06.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 21:57:06.827 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:57:06.827 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:06.827 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:06.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:06.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:06.833 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:06.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:06.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:06.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:06.834 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:06.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:06.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:06.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:06.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:06.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:06.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:07.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:07.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:07.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:07.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:07.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:57:07.836 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:07.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:07.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:07.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:07.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 21:57:07.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:07.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:07.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:07.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:07.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:07.837 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:57:07.838 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:57:07.838 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 21:57:07.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 21:57:07.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:07.838 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 21:57:07.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:07.838 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 21:57:07.838 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:57:07.838 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:57:07.838 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:57:07.842 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:57:07.842 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:07.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:07.842 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:07.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:07.842 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:57:07.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:07.842 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:07.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:07.842 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:07.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:07.842 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:07.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:07.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: "New Java Class"] 21:57:07.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:07.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:07.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:07.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:07.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:07.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform 21:57:07.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:07.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:07.843 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 21:57:07.843 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 21:57:07.843 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:07.843 DEBUG [main][MenuItemLookup] Item match:File 21:57:07.844 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:57:07.844 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:07.845 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:57:07.845 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:57:07.846 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:57:07.846 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:57:07.846 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:57:07.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:57:07.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 21:57:07.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:57:07.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:07.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:07.902 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:07.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:07.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 21:57:07.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:07.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:07.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:07.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:07.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:07.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:57:07.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:57:07.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:57:07.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:07.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:07.904 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:07.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:07.904 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:07.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:57:07.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:07.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:07.904 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:07.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:07.904 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:07.904 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:57:07.904 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:57:07.904 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:57:07.904 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:57:07.904 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:07.904 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:57:07.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:57:07.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:07.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:07.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:07.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:07.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:07.905 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:57:07.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:07.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:07.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:07.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:07.955 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:07.955 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:07.955 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:07.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:57:07.956 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 21:57:07.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:57:07.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:07.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:07.956 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:57:07.956 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:07.956 DEBUG [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:") 21:57:07.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:07.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:07.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:07.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:07.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:57:07.961 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:57:07.961 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 21:57:07.966 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:57:07.966 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:57:07.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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) 21:57:07.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:07.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:07.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:07.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:07.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:07.977 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:57:07.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:07.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:07.977 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:07.977 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:07.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:57:08.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:57:08.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:08.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:57:08.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:57:08.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:08.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:57:08.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:08.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:08.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:08.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:57:08.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:57:08.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:08.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:57:08.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:08.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:08.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6fc9247e is found... 21:57:08.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6fc9247e is found finished successfully 21:57:08.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 21:57:08.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:08.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:08.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:08.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:08.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:08.482 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:08.483 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 21:57:08.483 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:57:08.488 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:08.488 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 21:57:08.488 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:57:08.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:08.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:08.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:08.488 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:08.488 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:08.488 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:08.488 DEBUG [main][MenuItemLookup] Item match:File 21:57:08.489 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:57:08.489 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:57:08.489 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:57:08.489 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:57:08.489 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:08.489 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:57:08.489 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:57:08.489 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:08.489 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:57:08.489 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:57:08.489 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:57:08.489 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:57:08.489 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:57:08.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:57:08.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:57:08.516 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:08.516 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 21:57:08.517 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:08.517 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:08.517 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:08.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:08.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:08.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:08.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:08.529 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:08.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:08.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:08.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:08.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:08.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:08.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:08.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 '\*?\QProblems\E') 21:57:08.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:08.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:08.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:08.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:08.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:08.545 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:08.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:08.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:08.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:08.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:08.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:08.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 21:57:08.546 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:08.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:08.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:08.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:08.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:08.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:08.547 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:08.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:08.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:08.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:08.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:08.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:08.548 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:08.548 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:08.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:08.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:08.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:08.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:08.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:08.549 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:08.549 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:08.549 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:08.549 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:08.549 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:08.549 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 21:57:08.549 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:08.549 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:08.549 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:08.549 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:08.549 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:08.549 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:08.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:09.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:09.550 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:09.550 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:09.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:09.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:09.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:09.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:09.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:09.551 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:09.551 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:09.552 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:09.552 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:09.552 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:09.552 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 21:57:09.552 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:09.552 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:09.552 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:09.552 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:09.552 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:09.552 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:09.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:09.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:09.552 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:09.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:09.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:09.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:09.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:09.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:09.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 21:57:09.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:09.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:09.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:09.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:09.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:10.054 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:10.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:10.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:10.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:10.055 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:10.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:10.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:10.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:10.056 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:10.056 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:10.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:10.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:10.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:10.056 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:10.056 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:10.056 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:10.056 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:10.056 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:10.056 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 21:57:10.056 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:10.057 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:10.057 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:10.057 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:10.057 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:10.057 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:10.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:11.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:11.557 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:11.558 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:11.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:11.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:11.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:11.558 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:11.559 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:11.559 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:11.559 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:11.559 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:11.559 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 21:57:11.559 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:11.559 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:11.559 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:11.559 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:11.559 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:11.559 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:11.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:11.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:11.559 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:11.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:11.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:11.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:11.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 21:57:11.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:11.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:11.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:11.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:11.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:11.560 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:57:11.560 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:57:11.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:11.560 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:57:11.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:11.560 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:57:11.560 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:57:11.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:11.560 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:57:11.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:11.560 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:57:11.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 21:57:11.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:11.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:11.562 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:11.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:11.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:11.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:11.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:11.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:11.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:11.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 '\*?\QProblems\E') 21:57:11.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:11.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:11.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:11.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:11.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:11.566 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:11.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:11.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:11.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:11.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:11.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:11.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:11.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:11.568 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:11.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:11.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:11.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:11.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:11.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:11.570 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:11.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') 21:57:11.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:11.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:11.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:11.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:11.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:11.572 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:11.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:11.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:11.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:11.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:11.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:11.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 21:57:11.573 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:11.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:11.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:11.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:11.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:11.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:11.573 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:11.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:11.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:11.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:11.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:11.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:11.573 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:11.574 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:11.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:11.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:11.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:11.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:11.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:11.574 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:11.574 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:11.574 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:11.574 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:11.574 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:11.574 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 21:57:11.574 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:11.574 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:11.574 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:11.574 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:11.574 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:11.574 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:11.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:13.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:13.076 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:13.076 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:13.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:13.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:13.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:13.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:13.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:13.078 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:13.078 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:13.078 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:13.078 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:13.078 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:13.078 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 21:57:13.078 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:13.078 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:13.078 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:13.078 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:13.078 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:13.078 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:13.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:13.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:13.078 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:13.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:13.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:13.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:13.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:13.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:13.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 21:57:13.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:13.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:13.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:13.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:13.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:13.080 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 21:57:13.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 21:57:13.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:13.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 21:57:13.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:13.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 21:57:13.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 21:57:13.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:13.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 21:57:13.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:13.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 21:57:13.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 21:57:13.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 21:57:13.080 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:13.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:13.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:13.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:13.081 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:13.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:13.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:13.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:13.081 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:13.081 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:13.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:13.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:13.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:13.082 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:13.082 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:13.082 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:13.082 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:13.082 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:13.082 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 21:57:13.082 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:13.082 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:13.082 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:13.082 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:13.082 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:13.082 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:13.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:14.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:14.083 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:14.083 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:14.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:14.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:14.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:14.085 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:14.085 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:14.085 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:14.085 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:14.085 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:14.085 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 21:57:14.085 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:14.085 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:14.085 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:14.085 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:14.085 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:14.085 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:14.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:14.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:14.085 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:14.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:14.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:14.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:14.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 21:57:14.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:14.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:14.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:14.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:14.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:14.086 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:57:14.086 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:57:14.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:14.086 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:57:14.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:14.086 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:57:14.086 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:57:14.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:14.086 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:57:14.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:14.086 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:57:14.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 21:57:14.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:14.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:14.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:14.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:14.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:14.089 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:14.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 '\*?\QProblems\E') 21:57:14.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:14.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:14.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:14.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:14.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:14.090 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:14.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:14.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:14.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:14.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:14.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:14.091 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:14.091 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:14.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:14.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:14.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:14.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:14.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:14.091 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:14.092 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:14.092 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:14.092 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:14.092 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:14.092 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 21:57:14.092 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:14.092 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:14.092 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:14.092 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:14.092 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:14.092 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:14.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:15.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:15.104 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:15.104 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:15.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:15.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:15.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:15.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:15.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:15.105 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:15.105 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:15.105 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:15.105 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:15.105 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:15.105 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 21:57:15.105 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:15.105 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:15.105 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:15.105 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:15.105 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:15.105 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:15.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:15.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:15.106 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:15.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:15.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:15.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:15.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:15.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:15.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 21:57:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:15.117 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 21:57:15.117 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 21:57:15.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:15.117 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 21:57:15.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:15.117 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 21:57:15.117 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 21:57:15.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:15.117 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 21:57:15.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:15.117 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 21:57:15.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:15.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:15.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:15.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:15.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:15.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:15.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:15.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:15.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:15.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:15.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:15.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:15.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:15.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:15.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:15.121 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:15.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:15.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:15.122 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:15.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:15.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:15.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:15.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:15.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:15.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:15.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:15.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:15.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:15.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:15.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:15.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:15.136 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:15.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') 21:57:15.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:15.137 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:15.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:15.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:15.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:15.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:15.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:15.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:15.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:15.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.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:15.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:15.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:15.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:15.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:15.151 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:15.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 '\*?\QProblems\E') 21:57:15.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:15.153 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:15.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:15.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:15.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:15.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:15.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:15.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 21:57:15.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:15.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 21:57:15.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:15.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:15.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:15.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:15.156 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:15.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') 21:57:15.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:15.168 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:15.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:15.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:15.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:15.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:15.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:15.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 21:57:15.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:15.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 21:57:15.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:15.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:15.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:15.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:15.171 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:15.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 '\*?\QProblems\E') 21:57:15.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:15.174 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:15.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:15.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:15.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:15.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:15.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:15.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:15.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:15.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 21:57:15.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:15.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:15.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:15.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:15.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:15.185 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:15.185 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:15.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:15.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:15.186 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:15.186 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:15.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:15.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:15.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:15.186 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:15.187 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:15.187 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:15.187 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:15.187 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:15.187 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 21:57:15.187 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:15.187 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:15.187 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:15.187 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:15.187 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:15.187 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:15.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:16.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:16.188 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:16.188 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:16.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:16.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:16.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:16.189 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:16.189 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:16.189 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:16.189 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:16.189 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:16.190 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 21:57:16.190 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:16.190 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:16.190 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:16.190 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:16.190 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:16.190 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:16.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:16.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:16.190 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:16.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:16.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:16.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:16.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 21:57:16.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:16.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:16.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:16.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:16.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:16.191 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 21:57:16.191 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 21:57:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:16.191 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 21:57:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:16.191 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 21:57:16.191 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 21:57:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:16.191 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 21:57:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:16.191 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 21:57:16.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 21:57:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:16.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:16.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:16.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:16.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 21:57:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:16.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:16.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:16.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:16.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 21:57:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:16.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:16.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:16.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:16.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 21:57:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:16.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:16.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:16.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:16.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:16.192 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:16.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:16.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:16.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:16.192 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:16.192 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:16.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:16.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:16.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:16.193 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:16.193 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:16.193 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:16.193 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:16.193 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:16.193 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 21:57:16.193 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:16.193 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:16.193 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:16.193 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:16.193 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:16.193 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:16.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:17.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:17.194 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:17.194 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:17.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:17.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:17.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:17.195 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:17.196 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:17.196 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:17.196 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:17.196 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:17.196 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 21:57:17.196 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:17.196 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:17.196 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:17.196 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:17.196 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:17.196 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:17.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:17.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:17.196 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:17.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:17.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:17.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:17.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 21:57:17.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:17.197 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:57:17.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:57:17.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:17.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:57:17.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:17.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:57:17.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:57:17.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:17.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:57:17.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:17.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:57:17.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:17.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:17.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:17.199 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:17.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 '\*?\QProblems\E') 21:57:17.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:17.201 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:17.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:17.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:17.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:17.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:17.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:17.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 21:57:17.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:17.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 21:57:17.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:17.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:17.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:17.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:17.204 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:17.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 '\*?\QProblems\E') 21:57:17.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:17.216 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:17.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:17.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:17.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:17.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:17.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:17.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 21:57:17.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:17.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 21:57:17.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:17.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:17.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:17.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:17.220 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:17.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 '\*?\QProblems\E') 21:57:17.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:17.231 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:17.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:17.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:17.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:17.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:17.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:17.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:17.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:17.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 21:57:17.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:17.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:17.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:17.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:17.235 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:17.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:17.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:17.237 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:17.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:17.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:17.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:17.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:17.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:17.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 21:57:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:17.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:17.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:17.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:17.250 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:17.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 '\*?\QProblems\E') 21:57:17.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:17.252 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:17.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:17.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:17.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:17.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:17.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:17.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:17.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:17.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 21:57:17.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:17.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:17.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:17.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:17.256 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:17.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:17.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:17.258 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:17.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:17.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:17.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:17.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:17.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:17.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:17.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:17.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 21:57:17.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:17.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:17.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:17.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:17.262 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:17.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:17.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:17.263 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:17.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:17.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:17.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:17.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:17.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:17.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:17.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:17.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:17.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:17.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:17.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:17.274 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:17.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:17.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:17.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:17.275 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:17.275 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:17.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:17.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:17.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:17.276 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:17.276 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:17.276 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:17.276 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:17.276 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:17.276 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 21:57:17.276 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:17.276 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:17.276 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:17.276 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:17.276 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:17.276 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:17.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:18.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:18.277 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:18.277 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:18.277 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:18.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:18.278 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:18.279 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:18.279 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:18.279 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:18.279 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:18.279 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 21:57:18.279 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:18.279 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:18.279 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:18.279 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:18.279 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:18.279 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:18.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:18.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:18.279 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:18.279 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:18.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:18.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 21:57:18.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.280 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 21:57:18.280 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 21:57:18.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:18.280 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 21:57:18.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:18.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 21:57:18.280 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 21:57:18.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:18.280 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 21:57:18.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:18.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 21:57:18.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:18.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:18.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:18.283 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:18.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') 21:57:18.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:18.285 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:18.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:18.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:18.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:18.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:18.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 21:57:18.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:18.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:18.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:18.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:18.289 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:18.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:18.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:18.300 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:18.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:18.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:18.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:18.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:18.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 21:57:18.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.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 21:57:18.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:18.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:18.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:18.304 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:18.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') 21:57:18.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:18.306 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:18.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:18.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:18.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:18.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:18.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 21:57:18.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:18.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:18.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:18.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:18.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:18.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:18.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:18.321 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:18.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:18.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:18.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:18.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:18.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 21:57:18.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:18.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:18.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:18.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:18.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 '\*?\QProblems\E') 21:57:18.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:18.337 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:18.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:18.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:18.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:18.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:18.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 21:57:18.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.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 21:57:18.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:18.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:18.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:18.340 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:18.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') 21:57:18.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:18.342 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:18.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:18.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:18.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:18.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:18.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 21:57:18.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.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 21:57:18.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:18.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:18.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:18.346 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:18.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:18.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:18.348 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:18.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:18.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:18.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:18.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:18.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:18.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:18.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:18.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:18.362 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:18.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 '\*?\QProblems\E') 21:57:18.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:18.364 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:18.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:18.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:18.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:18.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:18.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 21:57:18.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:18.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:18.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:18.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:18.377 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:18.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 '\*?\QProblems\E') 21:57:18.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:18.379 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:18.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:18.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:18.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:18.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:18.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 21:57:18.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.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 21:57:18.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:18.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:18.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:18.382 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:18.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:18.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:18.393 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:18.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:18.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:18.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:18.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:18.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 21:57:18.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.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 21:57:18.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:18.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:18.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:18.397 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:18.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') 21:57:18.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:18.399 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:18.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:18.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:18.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:18.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:18.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 21:57:18.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:18.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:18.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:18.412 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:18.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 '\*?\QProblems\E') 21:57:18.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:18.414 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:18.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:18.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:18.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:18.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:18.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 21:57:18.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.415 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:18.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:18.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:18.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:18.417 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:18.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 '\*?\QProblems\E') 21:57:18.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:18.419 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:18.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:18.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:18.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:18.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:18.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:18.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.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 21:57:18.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:18.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:18.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:18.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:18.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') 21:57:18.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:18.424 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:18.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:18.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:18.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:18.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:18.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:18.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:18.426 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:18.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:18.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:18.436 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:57:18.436 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:57:18.436 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:57:18.436 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:57:18.436 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:57:18.436 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:57:18.436 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:57:18.436 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:57:18.436 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:57:18.437 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:57:18.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:57:18.475 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 21:57:18.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:57:18.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:18.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:18.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 21:57:18.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:18.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:18.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:18.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:57:18.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:18.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:18.477 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:57:18.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:18.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:18.477 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:18.477 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:18.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:57:18.478 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:18.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:18.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:18.478 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:57:18.478 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:18.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:18.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:18.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:18.479 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:57:18.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:18.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:18.479 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:18.479 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:18.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:57:18.507 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 21:57:18.507 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:57:18.507 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:18.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:18.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:18.514 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:18.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:18.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:18.514 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:18.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:18.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:18.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:18.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:18.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:18.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:19.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:19.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:19.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:19.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:19.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:57:19.516 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:19.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:19.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:19.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:19.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 21:57:19.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:19.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:19.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:19.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:19.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:19.517 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:57:19.517 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:57:19.517 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:57:19.517 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:57:19.521 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:57:19.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:57:19.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'New' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:19.551 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:57:19.551 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:57:19.551 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:57:19.551 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:57:19.551 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:57:19.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:19.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:57:19.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:57:19.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:57:19.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:19.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:57:19.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:19.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:19.555 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:57:19.555 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:57:19.555 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:57:19.555 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:57:19.556 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:57:19.556 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:57:19.556 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:19.574 DEBUG [main][MenuItemLookup] Found menu:'New' 21:57:19.574 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:57:19.574 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:19.574 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:57:19.574 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:57:19.574 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:57:19.574 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:19.574 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:57:19.574 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:57:19.574 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:57:19.574 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:57:19.574 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:57:19.574 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:57:19.574 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:57:19.574 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:57:19.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 'Delete.*'] is available.... 21:57:20.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 21:57:20.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:57:20.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:20.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:20.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:20.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:20.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: 32) 21:57:20.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:20.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:20.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:20.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:57:20.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:20.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:20.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:20.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:20.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:20.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:20.138 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:57:20.138 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:57:20.138 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:57:20.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:20.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:20.138 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:20.138 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:20.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 "OK", Widget matcher matching widgets with style: 8) 21:57:20.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:20.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:20.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:20.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:57:20.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:20.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:20.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:20.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:20.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:20.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:20.139 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:57:20.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:20.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:20.139 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:20.139 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:20.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:57:20.141 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:57:20.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:57:20.642 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:57:20.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:20.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:57:20.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:57:20.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:57:20.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:20.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:20.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:20.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:57:20.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:57:20.642 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:57:20.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:20.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:20.643 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFilterWarnings no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:57:20.643 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:57:20.643 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideHiddenProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:57:20.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:57:20.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:57:20.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:57:20.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:57:20.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'] 21:57:20.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:20.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:20.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:20.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:57:20.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:20.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:20.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:20.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:20.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:20.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:20.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:20.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:57:20.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:20.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:20.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:20.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:20.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:20.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:20.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:20.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:20.645 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:20.645 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:57:20.645 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:20.645 DEBUG [main][MenuItemLookup] Item match:File 21:57:20.646 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:57:20.646 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:20.648 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:57:20.648 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:57:20.648 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:57:20.648 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:57:20.648 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:57:20.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.... 21:57:20.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 'New|Select a wizard'] is available. finished successfully 21:57:20.702 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:57:20.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:20.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:20.702 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:20.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:20.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:57:20.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:20.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:20.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:20.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:20.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:20.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:57:20.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:57:20.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:57:20.704 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:20.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:20.704 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:20.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:20.704 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:20.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:57:20.704 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:20.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:20.704 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:20.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:20.704 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:20.705 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:57:20.705 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:57:20.705 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:57:20.707 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:57:20.707 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:20.707 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:57:20.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) 21:57:20.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:20.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:20.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:20.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:20.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:20.708 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:57:20.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:20.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:20.708 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:20.708 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:20.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:20.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:20.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:57:20.827 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 21:57:20.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:57:20.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:20.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:20.828 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:57:20.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:20.828 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:57:20.828 DEBUG [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:") 21:57:20.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:20.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:20.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:20.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:20.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:57:20.829 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:57:20.829 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:57:20.850 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:57:20.850 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:57:20.850 DEBUG [WorkbenchTestable][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) 21:57:20.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:20.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:20.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:20.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:20.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:20.851 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:57:20.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:20.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:20.851 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:20.851 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:20.854 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.... 21:57:21.354 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 21:57:21.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:57:21.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:21.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:21.357 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:57:21.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 21:57:21.357 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:21.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:21.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:21.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:57:21.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:21.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:21.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:21.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:21.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:21.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:21.358 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:57:21.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:21.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:21.358 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:21.358 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:21.420 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.... 21:57:21.420 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 21:57:21.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:57:21.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:57:21.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:21.420 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 21:57:21.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:57:21.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:57:21.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:57:21.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:21.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:21.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:21.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:21.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:21.422 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:21.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:21.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:21.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:21.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:21.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:21.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:21.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') 21:57:21.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:21.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:21.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:21.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:21.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:21.435 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:21.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:21.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:21.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:21.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:21.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:21.450 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:57:21.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:21.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:21.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:21.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:21.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:21.451 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:21.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 '\*?\QPackage Explorer\E') 21:57:21.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:21.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:21.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:21.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:21.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:21.452 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:21.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:21.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:21.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:21.460 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:21.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:21.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:21.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:21.503 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:57:21.503 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:57:21.503 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:57:21.503 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:57:21.503 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:57:21.503 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:57:21.503 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:57:21.503 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:57:21.503 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:57:21.503 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:57:21.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:57:21.589 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 21:57:21.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:57:21.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:21.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:21.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:57:21.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:21.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:21.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:21.590 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:57:21.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:21.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:21.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:21.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:21.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:21.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:21.591 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:57:21.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:21.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:21.591 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:21.591 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:21.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:57:21.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:21.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:21.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:21.592 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:57:21.592 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:21.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:21.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:21.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:21.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:21.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:21.593 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:57:21.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:21.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:21.593 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:21.593 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:21.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:57:21.617 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 21:57:21.618 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:21.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:21.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:21.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:21.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 21:57:21.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:21.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:21.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:21.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:21.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:21.619 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:21.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:21.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:21.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:21.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 21:57:21.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:21.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:21.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:21.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:21.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:21.620 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:21.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:21.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:21.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:21.621 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:57:21.621 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:57:21.621 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:57:21.621 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:57:21.621 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:57:21.621 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:57:21.621 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:57:21.621 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:57:21.621 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:57:21.622 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:57:21.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:57:21.732 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 21:57:21.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:57:21.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:21.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:21.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 "Restore Defaults") 21:57:21.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:21.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:21.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:21.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:57:21.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:21.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:21.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:21.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:21.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:21.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:21.733 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:57:21.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:21.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:21.733 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:21.733 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:21.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:57:21.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:21.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:21.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:21.735 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:57:21.735 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:21.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:21.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:21.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:21.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:21.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:21.736 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:57:21.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:21.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:21.736 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:21.736 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:21.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:57:21.789 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 21:57:21.789 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:57:21.790 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:21.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:21.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:21.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:21.827 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:21.827 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:21.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:21.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:21.828 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:21.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:21.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:21.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:21.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:21.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:21.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:22.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:22.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:22.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:22.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:22.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:57:22.830 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:22.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:22.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:22.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:22.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:22.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:22.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:22.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:22.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:22.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:22.831 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:57:22.832 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:57:22.832 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:57:22.832 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:57:22.833 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:57:22.833 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:57:22.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'New' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:22.852 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:57:22.852 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:57:22.853 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:57:22.853 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:57:22.853 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:57:22.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:22.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 21:57:23.353 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 21:57:23.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:23.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:23.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:23.353 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:57:23.353 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:57:23.353 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:57:23.354 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:57:23.355 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:57:23.355 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:57:23.355 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:23.390 DEBUG [main][MenuItemLookup] Found menu:'New' 21:57:23.390 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:57:23.390 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:23.390 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:57:23.390 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:57:23.390 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:57:23.390 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:23.390 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:57:23.390 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:57:23.390 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:57:23.390 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:57:23.390 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:57:23.390 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:57:23.390 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:57:23.390 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:57:23.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.... 21:57:23.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 21:57:23.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:57:23.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:23.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:23.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:23.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:23.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 21:57:23.999 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:23.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:23.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:23.999 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:57:23.999 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:23.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:23.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:23.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:23.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:23.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:24.000 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:57:24.000 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:57:24.000 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:57:24.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:24.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:24.000 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:24.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:24.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:57:24.000 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:24.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:24.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:24.000 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:57:24.000 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:24.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:24.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:24.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:24.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:24.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:24.001 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:57:24.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:24.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:24.001 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:24.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:24.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:57:24.003 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:57:24.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:57:24.504 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:57:24.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:24.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:57:24.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:24.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:24.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:24.504 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:57:24.504 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:57:24.504 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:57:24.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:24.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:24.504 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideHiddenProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:57:24.504 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:57:24.504 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowProblemColumnNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:57:24.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:57:24.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:57:24.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:57:24.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:57:24.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'] 21:57:24.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:24.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'] 21:57:24.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:24.505 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:57:24.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:24.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'] 21:57:24.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:24.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'] 21:57:24.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:24.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'] 21:57:24.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:24.505 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:57:24.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:24.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'] 21:57:24.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:24.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'] 21:57:24.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:24.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:24.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:24.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:24.506 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:24.506 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:57:24.506 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:24.506 DEBUG [main][MenuItemLookup] Item match:File 21:57:24.507 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:57:24.507 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:24.508 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:57:24.508 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:57:24.509 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:57:24.509 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:57:24.509 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:57:24.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:57:24.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 21:57:24.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:57:24.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:24.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:24.559 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:24.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:24.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:57:24.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:24.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:24.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:24.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:24.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:24.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:57:24.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:57:24.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:57:24.561 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:24.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:24.561 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:24.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:24.561 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:24.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:57:24.561 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:24.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:24.561 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:24.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:24.561 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:24.565 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:57:24.565 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:57:24.565 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:57:24.565 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:57:24.565 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:24.565 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:57:24.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:57:24.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:24.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:24.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:24.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:24.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:24.566 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:57:24.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:24.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:24.566 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:24.566 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:24.685 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:24.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:24.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:24.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:57:24.686 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 21:57:24.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:57:24.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:24.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:24.686 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:57:24.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:24.687 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:57:24.687 DEBUG [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:") 21:57:24.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:24.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:24.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:24.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:24.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:57:24.688 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:57:24.688 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:57:24.709 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:57:24.709 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:57:24.710 DEBUG [WorkbenchTestable][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) 21:57:24.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:24.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:24.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:24.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:24.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:24.711 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:57:24.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:24.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:24.711 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:24.711 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:24.714 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.... 21:57:25.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 21:57:25.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:57:25.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:25.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:25.217 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:57:25.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 21:57:25.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:25.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:25.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:25.217 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:57:25.217 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:25.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:25.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:25.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:25.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:25.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:25.218 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:57:25.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:25.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:25.218 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:25.218 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:25.299 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.... 21:57:25.299 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 21:57:25.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:57:25.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:57:25.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:25.300 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 21:57:25.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:57:25.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:57:25.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:57:25.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:57:25.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:25.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:25.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:25.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:25.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:25.301 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:25.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:25.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:25.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:25.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:25.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:25.302 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:25.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:25.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:25.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:25.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:25.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:25.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:25.304 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:25.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:25.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:25.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:25.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:25.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:25.320 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:57:25.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:25.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:25.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:25.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:25.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:25.321 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:25.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') 21:57:25.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:25.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:25.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:25.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:25.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:25.321 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:25.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:25.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:25.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:25.330 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:25.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:25.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:25.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:25.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:25.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:25.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:25.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:25.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:25.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:25.390 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:25.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:25.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:25.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:25.391 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:57:25.391 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:57:25.391 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:57:25.391 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:57:25.391 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:57:25.391 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:57:25.391 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:57:25.391 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:57:25.391 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:57:25.391 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:57:25.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:57:25.428 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 21:57:25.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:57:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:25.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 21:57:25.428 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:25.428 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:57:25.428 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:25.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:25.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:25.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:25.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:25.429 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:57:25.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:25.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:25.429 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:25.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:25.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:57:25.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:25.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:25.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:25.431 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:57:25.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:25.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:25.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:25.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:25.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:25.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:25.432 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:57:25.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:25.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:25.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:25.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:25.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:57:25.454 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 21:57:25.454 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:57:25.454 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:25.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:25.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:25.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:25.501 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:25.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:25.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:25.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:25.502 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:25.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:25.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:25.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:25.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:25.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:25.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:26.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:26.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:26.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:26.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:26.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:57:26.504 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:26.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:26.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:26.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:26.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:26.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:26.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:26.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:26.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:26.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:26.506 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:57:26.506 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:57:26.506 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:57:26.506 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:57:26.507 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:57:26.507 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:57:26.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'New' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:26.563 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:57:26.563 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:57:26.563 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:57:26.563 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:57:26.563 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:57:26.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:26.564 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 21:57:26.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 21:57:27.064 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 21:57:27.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:27.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:27.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:27.064 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:57:27.064 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:57:27.064 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:57:27.064 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:57:27.065 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:57:27.065 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:57:27.065 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:27.095 DEBUG [main][MenuItemLookup] Found menu:'New' 21:57:27.095 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:57:27.095 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:27.095 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:57:27.095 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:57:27.095 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:57:27.095 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:27.095 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:57:27.095 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:57:27.095 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:57:27.095 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:57:27.095 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:57:27.095 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:57:27.095 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:57:27.096 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:57:27.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 'Delete.*'] is available.... 21:57:27.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 'Delete.*'] is available. finished successfully 21:57:27.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:57:27.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:27.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:27.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:27.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:27.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: 32) 21:57:27.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:27.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:27.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:27.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:57:27.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:27.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:27.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:27.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:27.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:27.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:27.692 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:57:27.692 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:57:27.692 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:57:27.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:27.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:27.692 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:27.692 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:27.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 "OK", Widget matcher matching widgets with style: 8) 21:57:27.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:27.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:27.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:27.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:57:27.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:27.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:27.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:27.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:27.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:27.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:27.693 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:57:27.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:27.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:27.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:27.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:27.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:57:27.695 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:57:28.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:57:28.196 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:57:28.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:28.196 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 21:57:28.196 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:57:28.196 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:28.196 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:28.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:28.196 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:57:28.196 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:57:28.196 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:57:28.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:28.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:28.197 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowProblemColumnNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:57:28.197 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:57:28.197 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowProblemColumnEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:57:28.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:57:28.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:57:28.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:57:28.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:57:28.197 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:28.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:28.197 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:28.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:28.197 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:57:28.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:28.197 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:28.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:28.198 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:28.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:28.198 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:28.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:28.198 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:57:28.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:28.198 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:28.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:28.198 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:28.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:28.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:28.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:28.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:28.198 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:28.198 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:57:28.198 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:28.199 DEBUG [main][MenuItemLookup] Item match:File 21:57:28.199 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:57:28.199 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:28.201 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:57:28.201 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:57:28.202 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:57:28.202 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:57:28.202 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:57:28.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:57:28.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 21:57:28.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:57:28.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:28.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:28.252 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:28.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:28.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 21:57:28.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:28.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:28.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:28.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:28.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:28.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:57:28.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:57:28.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:57:28.253 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:28.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:28.253 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:28.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:28.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:28.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:57:28.253 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:28.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:28.253 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:28.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:28.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:28.253 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:57:28.253 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:57:28.253 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:57:28.254 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:57:28.254 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:28.254 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:57:28.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:57:28.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:28.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:28.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:28.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:28.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:28.259 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:57:28.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:28.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:28.259 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:28.259 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:28.366 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:28.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:28.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:28.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:57:28.367 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 21:57:28.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:57:28.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:28.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:28.367 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:57:28.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:28.367 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:57:28.367 DEBUG [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:") 21:57:28.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:28.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:28.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:28.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:28.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:57:28.369 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:57:28.369 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:57:28.389 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:57:28.389 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:57:28.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 21:57:28.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:28.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:28.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:28.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:28.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:28.391 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:57:28.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:28.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:28.391 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:28.391 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:28.394 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.... 21:57:28.894 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 21:57:28.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:57:28.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:28.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:28.897 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:57:28.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 "Don't Create") 21:57:28.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:28.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:28.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:28.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:57:28.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:28.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:28.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:28.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:28.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:28.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:28.898 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:57:28.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:28.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:28.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:28.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:28.977 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.... 21:57:28.977 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 21:57:28.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:57:28.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:57:28.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:28.977 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 21:57:28.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:57:28.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:57:28.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:57:28.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:28.977 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:28.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:28.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:28.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:28.979 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:28.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:28.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:28.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:28.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:28.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:28.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:28.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 '\*?\QProblems\E') 21:57:28.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:28.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:28.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:28.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:28.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:28.994 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:28.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:29.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:29.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:29.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:29.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:29.009 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:57:29.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:29.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:29.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:29.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:29.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:29.010 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:29.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') 21:57:29.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:29.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:29.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:29.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:29.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:29.010 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:29.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:29.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:29.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:29.018 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:29.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:29.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:29.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:29.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:29.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:29.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:29.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:29.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:29.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:29.035 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:29.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:29.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:29.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:29.036 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:57:29.036 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:57:29.036 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:57:29.036 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:57:29.036 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:57:29.036 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:57:29.036 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:57:29.036 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:57:29.036 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:57:29.036 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:57:29.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:57:29.090 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 21:57:29.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:57:29.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:29.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:29.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 "Restore Defaults") 21:57:29.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:29.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:29.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:29.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:57:29.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:29.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:29.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:29.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:29.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:29.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:29.092 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:57:29.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:29.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:29.092 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:29.092 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:29.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) 21:57:29.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:29.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:29.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:29.093 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:57:29.093 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:29.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:29.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:29.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:29.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:29.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:29.094 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:57:29.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:29.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:29.094 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:29.094 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:29.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:57:29.131 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 21:57:29.131 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:57:29.131 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:29.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:29.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:29.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:29.139 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:29.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:29.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:29.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:29.140 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:29.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:29.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:29.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:29.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:29.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:29.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:29.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:29.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:30.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:30.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:30.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:57:30.142 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:30.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:30.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:30.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:30.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:30.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:30.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:30.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:30.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:30.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:30.144 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:57:30.144 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:57:30.144 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:57:30.144 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:57:30.145 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:57:30.145 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:57:30.145 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'New' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:30.190 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:57:30.190 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:57:30.190 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:57:30.190 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:57:30.190 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:57:30.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:30.190 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 21:57:30.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 21:57:30.690 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 21:57:30.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:30.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:30.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:30.691 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:57:30.691 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:57:30.691 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:57:30.691 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:57:30.692 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:57:30.692 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:57:30.692 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:30.711 DEBUG [main][MenuItemLookup] Found menu:'New' 21:57:30.712 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:57:30.712 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:30.712 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:57:30.712 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:57:30.712 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:57:30.712 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:30.712 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:57:30.712 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:57:30.712 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:57:30.712 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:57:30.712 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:57:30.712 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:57:30.712 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:57:30.712 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:57:30.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.... 21:57:31.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 21:57:31.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:57:31.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:31.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:31.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:31.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:31.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: 32) 21:57:31.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:31.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:31.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:31.306 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:57:31.306 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:31.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:31.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:31.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:31.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:31.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:31.307 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:57:31.307 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:57:31.307 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:57:31.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:31.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:31.307 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:31.307 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:31.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 "OK", Widget matcher matching widgets with style: 8) 21:57:31.307 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:31.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:31.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:31.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:57:31.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:31.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:31.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:31.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:31.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:31.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:31.308 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:57:31.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:31.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:31.308 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:31.308 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:31.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:57:31.310 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:57:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:57:31.810 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:57:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:31.810 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 21:57:31.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:57:31.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:31.810 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:31.810 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:57:31.810 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:57:31.810 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:57:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:31.811 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowProblemColumnEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:57:31.811 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:57:31.811 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:57:31.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:57:31.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:57:31.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:57:31.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:57:31.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'] 21:57:31.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:31.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'] 21:57:31.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:31.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 Project"] 21:57:31.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:31.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'] 21:57:31.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:31.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'] 21:57:31.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:31.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'] 21:57:31.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:31.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 Project"] 21:57:31.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:31.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'] 21:57:31.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:31.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'] 21:57:31.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:31.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:31.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:31.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:31.813 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:31.813 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:57:31.813 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:31.813 DEBUG [main][MenuItemLookup] Item match:File 21:57:31.813 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:57:31.813 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:31.815 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:57:31.815 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:57:31.823 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:57:31.823 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:57:31.823 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:57:31.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:57:31.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 'New|Select a wizard'] is available. finished successfully 21:57:31.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:57:31.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:31.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:31.870 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:31.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:31.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:57:31.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:31.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:31.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:31.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:31.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:57:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:57:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:57:31.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:31.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:31.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:57:31.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:31.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:31.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:31.872 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:57:31.873 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:57:31.873 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:57:31.873 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:57:31.873 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:31.873 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:57:31.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:57:31.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:31.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:31.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:31.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:31.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:31.874 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:57:31.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:31.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:31.874 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:31.874 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:31.982 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:31.982 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:31.982 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:31.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:57:31.983 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 21:57:31.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:57:31.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:31.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:31.984 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:57:31.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:31.984 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:57:31.984 DEBUG [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:") 21:57:31.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:31.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:31.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:31.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:31.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:57:31.985 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:57:31.985 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:57:32.006 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:57:32.006 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:57:32.006 DEBUG [WorkbenchTestable][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) 21:57:32.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:32.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:32.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:32.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:32.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:32.008 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:57:32.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:32.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:32.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:32.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:32.010 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.... 21:57:32.510 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 21:57:32.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:57:32.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:32.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:32.513 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:57:32.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 "Don't Create") 21:57:32.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:32.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:32.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:32.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:57:32.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:32.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:32.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:32.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:32.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:32.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:32.513 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:57:32.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:32.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:32.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:32.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:32.587 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.... 21:57:32.587 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 21:57:32.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:57:32.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:57:32.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:32.588 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 21:57:32.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:57:32.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:57:32.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:57:32.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:32.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:32.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:32.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:32.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:32.589 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:32.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:32.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:32.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:32.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:32.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:32.601 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:32.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:32.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:32.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:32.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:32.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:32.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:32.602 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:32.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:32.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:32.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:32.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:32.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:32.618 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:57:32.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:32.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:32.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:32.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:32.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:32.619 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:32.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:57:32.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:32.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:32.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:32.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:32.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:32.619 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:32.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:32.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:32.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:32.627 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:57:32.627 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:32.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:32.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:32.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:32.628 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:32.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:32.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:32.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:32.628 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:32.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:32.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:32.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:32.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:32.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:32.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:33.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:33.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:33.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:33.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:33.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:57:33.635 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:33.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:33.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:33.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:33.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 21:57:33.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:33.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:33.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:33.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:33.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:33.636 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:57:33.637 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:57:33.637 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 21:57:33.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 21:57:33.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:34.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:34.138 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 21:57:34.138 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:57:34.138 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:57:34.138 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:57:34.140 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:57:34.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'] 21:57:34.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:34.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'] 21:57:34.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:34.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 Class"] 21:57:34.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:34.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'] 21:57:34.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:34.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'] 21:57:34.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:34.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'] 21:57:34.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:34.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: "New Java Class"] 21:57:34.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:34.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'] 21:57:34.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:34.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'] 21:57:34.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:34.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:34.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:34.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:34.145 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:34.145 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:57:34.145 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:34.145 DEBUG [main][MenuItemLookup] Item match:File 21:57:34.146 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:57:34.146 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:57:34.148 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:57:34.149 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:57:34.149 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:34.149 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:57:34.149 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:57:34.149 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:57:34.149 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:57:34.149 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:57:34.149 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:57:34.149 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:57:34.149 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:57:34.149 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:57:34.149 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:34.149 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:57:34.149 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:57:34.149 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:34.149 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:57:34.149 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:34.149 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:57:34.149 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:57:34.149 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:57:34.149 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:57:34.189 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:57:34.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:57:34.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 'New|Select a wizard'] is available. finished successfully 21:57:34.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:57:34.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:34.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:34.321 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:34.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:34.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:57:34.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:34.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:34.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:34.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:34.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:34.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:57:34.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:57:34.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:57:34.323 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:34.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:34.323 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:34.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:34.323 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:34.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:57:34.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:34.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:34.324 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:34.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:34.324 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:34.324 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:57:34.324 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:57:34.324 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:57:34.327 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:57:34.328 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:34.328 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:57:34.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) 21:57:34.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:34.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:34.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:34.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:34.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:34.329 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:57:34.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:34.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:34.329 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:34.329 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:34.436 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:34.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:34.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:34.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:57:34.436 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 21:57:34.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:57:34.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:34.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:34.437 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:57:34.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:34.437 DEBUG [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:") 21:57:34.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:34.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:34.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:34.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:34.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:57:34.441 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:57:34.442 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 21:57:34.449 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:57:34.449 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:57:34.449 DEBUG [WorkbenchTestable][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) 21:57:34.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:34.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:34.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:34.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:34.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:34.451 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:57:34.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:34.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:34.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:34.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:34.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:57:35.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:57:35.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:35.007 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 21:57:35.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:57:35.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:57:35.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:57:35.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:35.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:57:35.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:35.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:35.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:35.007 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 21:57:35.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:57:35.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:57:35.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:57:35.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:35.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:57:35.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:35.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:35.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@24063e17 is found... 21:57:35.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@24063e17 is found finished successfully 21:57:35.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 21:57:35.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:35.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:35.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:35.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:35.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:35.010 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:35.010 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 21:57:35.010 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:57:35.013 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:35.014 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 21:57:35.014 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:57:35.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:35.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:35.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:35.014 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:35.014 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:35.014 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:35.014 DEBUG [main][MenuItemLookup] Item match:File 21:57:35.015 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:57:35.015 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:57:35.015 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:57:35.015 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:57:35.015 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:35.015 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:57:35.015 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:57:35.015 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:35.015 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:57:35.015 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:57:35.015 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:57:35.015 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:57:35.015 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:57:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:57:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:57:35.038 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:35.039 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 21:57:35.039 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:35.039 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:35.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:35.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:35.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:35.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:35.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:35.102 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:35.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:35.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:35.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:35.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:35.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:35.104 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:35.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:35.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:35.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:35.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:35.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:35.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:35.106 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:35.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:35.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:35.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:35.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:35.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:35.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 21:57:35.107 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:35.107 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:35.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:35.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:35.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:35.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:35.107 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:35.107 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:35.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:35.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:35.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:35.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:35.108 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:35.108 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:35.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:35.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:35.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:35.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:35.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:35.109 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:35.109 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:35.109 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:35.109 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:35.109 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:35.110 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:57:35.110 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:35.110 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:35.110 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:35.110 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:35.110 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:35.110 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:35.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:36.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:36.111 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:36.111 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:36.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:36.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:36.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:36.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:36.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:36.112 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:36.112 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:36.112 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:36.112 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:36.113 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:36.113 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:57:36.113 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:36.113 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:36.113 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:36.113 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:36.113 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:36.113 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:36.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:36.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:36.113 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:36.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:36.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:36.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:36.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:36.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:36.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 21:57:36.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:36.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:36.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:36.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:36.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:36.615 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:36.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:36.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:36.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:36.616 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:36.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:36.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:36.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:36.616 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:36.616 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:36.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:36.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:36.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:36.617 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:36.617 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:36.617 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:36.617 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:36.617 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:36.617 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:57:36.617 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:36.617 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:36.617 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:36.617 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:36.617 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:36.617 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:36.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:37.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:37.619 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:37.619 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:37.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:37.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:37.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:37.620 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:37.621 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:37.621 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:37.621 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:37.621 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:37.621 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:57:37.621 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:37.621 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:37.621 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:37.621 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:37.621 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:37.621 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:37.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:37.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:37.623 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:37.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:37.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:37.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:37.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 21:57:37.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:37.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:37.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:37.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:37.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:37.625 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:57:37.625 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:57:37.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:37.625 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:57:37.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:37.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:57:37.625 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:57:37.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:37.625 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:57:37.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:37.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:57:37.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 21:57:37.625 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:57:37.626 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:37.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:37.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:37.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:37.632 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:37.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:37.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:37.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:37.632 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:37.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:37.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:37.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:37.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:37.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:37.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:38.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:38.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:38.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:38.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:38.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:57:38.634 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:38.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:38.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:38.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:38.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:38.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:38.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:38.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:38.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:38.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:38.636 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:57:38.636 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:57:38.636 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 21:57:38.636 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 21:57:38.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:38.637 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 21:57:38.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:38.637 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 21:57:38.637 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:57:38.637 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:57:38.637 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:57:38.638 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:57:38.638 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:38.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:38.638 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:38.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:38.638 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:57:38.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:38.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:38.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:38.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:38.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:38.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:38.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:38.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:57:38.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:38.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:38.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:38.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:38.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:38.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:38.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:38.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:38.639 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:38.640 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:38.640 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:38.640 DEBUG [main][MenuItemLookup] Item match:File 21:57:38.640 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:57:38.640 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:38.642 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:57:38.642 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:57:38.643 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:57:38.643 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:57:38.643 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:57:38.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.... 21:57:38.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 'New|Select a wizard'] is available. finished successfully 21:57:38.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:57:38.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:38.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:38.701 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:38.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:38.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 21:57:38.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:38.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:38.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:38.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:38.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:38.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:57:38.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:57:38.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:57:38.702 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:38.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:38.702 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:38.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:38.702 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:38.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:57:38.702 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:38.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:38.702 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:38.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:38.702 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:38.703 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:57:38.703 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:57:38.703 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:57:38.703 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:57:38.703 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:38.703 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:57:38.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) 21:57:38.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:38.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:38.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:38.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:38.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:38.703 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:57:38.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:38.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:38.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:38.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:38.755 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:38.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:38.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:38.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:57:38.755 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 21:57:38.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:57:38.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:38.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:38.756 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:57:38.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:38.756 DEBUG [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:") 21:57:38.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:38.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:38.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:38.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:38.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:57:38.760 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:57:38.761 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 21:57:38.776 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:57:38.776 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:57:38.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.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) 21:57:38.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:38.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:38.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:38.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:38.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:38.777 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:57:38.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:38.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:38.778 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:38.778 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:38.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:57:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:57:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:39.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:57:39.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:57:39.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:57:39.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:39.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:57:39.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:39.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:57:39.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:57:39.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:57:39.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:39.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:57:39.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@480010ea is found... 21:57:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@480010ea is found finished successfully 21:57:39.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 21:57:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:39.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:39.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:39.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:39.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:39.284 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:39.284 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 21:57:39.284 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:57:39.287 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:39.287 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 21:57:39.287 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:57:39.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:39.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:39.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:39.287 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:39.287 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:39.287 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:39.287 DEBUG [main][MenuItemLookup] Item match:File 21:57:39.288 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:57:39.288 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:57:39.288 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:57:39.288 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:57:39.288 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:39.288 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:57:39.288 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:57:39.288 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:39.288 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:57:39.288 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:57:39.288 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:57:39.288 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:57:39.288 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:57:39.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:57:39.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:57:39.308 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:39.308 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 21:57:39.308 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:39.308 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:39.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:39.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:39.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:39.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:39.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:39.320 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:39.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:39.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:39.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:39.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:39.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:39.322 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:39.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 '\*?\QProblems\E') 21:57:39.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:39.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:39.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:39.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:39.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:39.337 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:39.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:39.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:39.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:39.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:39.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:39.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 21:57:39.338 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:39.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:39.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:39.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:39.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:39.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:39.338 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:39.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:39.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:39.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:39.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:39.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:39.339 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:39.339 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:39.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:39.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:39.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:39.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:39.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:39.339 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:39.340 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:39.340 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:39.340 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:39.340 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:39.340 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:57:39.340 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:39.340 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:39.340 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:39.340 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:39.340 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:39.340 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:39.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:40.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:40.841 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:40.842 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:40.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:40.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:40.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:40.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:40.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:40.842 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:40.843 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:40.843 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:40.843 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:40.843 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:40.843 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:57:40.843 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:40.843 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:40.843 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:40.843 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:40.843 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:40.843 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:40.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:40.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:40.843 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:40.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:40.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:40.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:40.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:40.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:40.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 21:57:40.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:40.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:40.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:40.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:40.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:40.845 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:57:40.845 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:57:40.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:40.845 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:57:40.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:40.845 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:57:40.845 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:57:40.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:40.845 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:57:40.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:40.845 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:57:40.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 21:57:40.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:40.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:40.847 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:40.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:40.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:40.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:40.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:40.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:40.849 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:40.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') 21:57:40.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:40.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:40.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:40.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:40.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:40.850 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:40.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:40.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:40.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:40.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:40.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:40.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 21:57:40.851 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:40.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:40.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:40.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:40.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:40.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:40.851 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:40.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:40.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:40.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:40.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:40.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:40.852 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:40.852 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:40.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:40.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:40.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:40.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:40.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:40.852 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:40.853 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:40.853 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:40.853 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:40.853 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:40.853 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:57:40.853 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:40.853 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:40.853 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:40.853 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:40.853 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:40.853 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:40.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:41.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:41.854 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:41.854 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:41.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:41.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:41.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:41.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:41.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:41.855 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:41.856 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:41.856 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:41.856 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:41.856 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:41.856 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:57:41.856 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:41.856 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:41.856 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:41.856 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:41.856 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:41.856 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:41.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:41.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:41.856 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:41.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:41.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:41.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:41.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:41.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:41.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:41.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:41.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:41.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:41.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:41.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:41.858 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:57:41.858 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:57:41.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:41.858 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:57:41.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:41.858 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:57:41.858 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:57:41.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:41.858 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:57:41.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:41.858 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:57:41.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 21:57:41.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:41.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:41.860 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:41.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:41.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:41.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:41.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:41.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:41.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:41.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') 21:57:41.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:41.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:41.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:41.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:41.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:41.863 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:41.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:41.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:41.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:41.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:41.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 21:57:41.864 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:41.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:41.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:41.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:41.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:41.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:41.864 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:41.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:41.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:41.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:41.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:41.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:41.865 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:41.865 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:41.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:41.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:41.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:41.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:41.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:41.865 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:41.865 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:41.865 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:41.865 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:41.865 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:41.866 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:57:41.866 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:41.866 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:41.866 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:41.866 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:41.866 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:41.866 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:41.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:43.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:43.367 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:43.367 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:43.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:43.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:43.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:43.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:43.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:43.368 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:43.368 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:43.368 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:43.368 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:43.368 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:43.368 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:57:43.368 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:43.368 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:43.368 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:43.368 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:43.368 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:43.368 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:43.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:43.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:43.369 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:43.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:43.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:43.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:43.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:43.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:43.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 21:57:43.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:43.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:43.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:43.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:43.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:43.370 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:57:43.370 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:57:43.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:43.370 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:57:43.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:43.370 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:57:43.370 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:57:43.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:43.371 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:57:43.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:43.371 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:57:43.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 21:57:43.371 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:43.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:43.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:43.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:43.371 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:43.371 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:43.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:43.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:43.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:43.372 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:43.372 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:43.372 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:43.372 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:43.372 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:43.372 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:57:43.372 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:43.372 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:43.372 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:43.372 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:43.372 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:43.372 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:43.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:44.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:44.373 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:44.374 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:44.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:44.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:44.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:44.374 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:44.375 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:44.375 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:44.375 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:44.375 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:44.375 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:57:44.375 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:44.375 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:44.375 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:44.375 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:44.375 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:44.375 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:44.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:44.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:44.375 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:44.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:44.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:44.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:44.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 21:57:44.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:44.376 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:57:44.376 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:57:44.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:44.376 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:57:44.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:44.376 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:57:44.376 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:57:44.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:44.376 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:57:44.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:44.376 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:57:44.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:44.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:44.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:44.378 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:44.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 '\*?\QProblems\E') 21:57:44.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:44.380 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:44.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:44.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:44.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:44.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:44.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:44.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:44.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:44.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:44.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:44.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.394 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:44.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:44.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:44.394 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:44.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:44.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:44.396 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:44.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:44.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:44.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:44.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:44.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:44.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:44.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:44.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 21:57:44.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:44.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:44.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:44.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:44.410 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:44.410 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:44.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:44.412 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:44.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:44.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:44.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:44.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:44.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:44.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:44.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:44.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 21:57:44.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:44.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:44.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:44.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:44.416 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:44.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:44.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:44.428 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:44.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:44.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:44.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:44.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:44.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:44.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 21:57:44.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:44.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:44.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:44.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:44.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:44.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') 21:57:44.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:44.433 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:44.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:44.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:44.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:44.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:44.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:44.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:44.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:44.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 21:57:44.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:44.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.447 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:44.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:44.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:44.447 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:44.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:44.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:44.449 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:44.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:44.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:44.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:44.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:44.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:44.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:44.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:44.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:44.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:44.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:44.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:44.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:44.463 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:44.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 '\*?\QProblems\E') 21:57:44.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:44.465 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:44.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:44.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:44.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:44.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:44.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:44.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 21:57:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:44.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:44.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:44.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:44.476 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:44.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:44.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:44.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:44.477 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:44.477 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:44.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:44.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:44.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:44.477 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:44.478 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:44.478 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:44.478 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:44.478 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:44.478 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:57:44.478 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:44.478 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:44.478 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:44.478 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:44.478 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:44.478 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:44.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:45.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:45.479 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:45.480 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:45.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:45.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:45.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:45.481 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:45.481 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:45.481 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:45.481 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:45.481 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:45.481 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:57:45.481 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:45.482 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:45.482 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:45.482 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:45.482 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:45.482 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:45.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:45.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:45.482 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:45.482 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:45.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:45.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:45.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 21:57:45.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:45.483 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:57:45.483 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:57:45.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:45.483 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:57:45.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:45.483 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:57:45.483 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:57:45.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:45.483 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:57:45.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:45.483 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:57:45.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:45.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:45.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:45.485 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:45.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') 21:57:45.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:45.487 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:45.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:45.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:45.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:45.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:45.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:45.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 21:57:45.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:45.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 21:57:45.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:45.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.490 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:45.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:45.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:45.490 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:45.490 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:45.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:45.492 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:45.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:45.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:45.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:45.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:45.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:45.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 21:57:45.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:45.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:45.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:45.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:45.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:45.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:45.495 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:45.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 '\*?\QProblems\E') 21:57:45.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:45.497 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:45.497 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:45.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:45.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:45.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:45.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:45.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:45.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:45.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:45.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:45.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:45.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:45.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:45.510 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:45.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:45.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:45.512 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:45.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:45.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:45.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:45.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:45.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:45.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:45.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:45.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:45.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:45.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:45.525 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:45.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:45.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:45.526 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:45.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:45.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:45.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:45.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:45.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:45.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 21:57:45.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:45.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 21:57:45.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:45.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:45.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:45.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:45.530 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:45.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 '\*?\QProblems\E') 21:57:45.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:45.532 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:45.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:45.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:45.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:45.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:45.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57: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 21:57:45.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:45.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 21:57:45.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:45.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:45.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:45.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:45.546 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:45.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:45.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:45.547 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:45.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:45.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:45.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:45.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:45.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:45.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 21:57:45.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:45.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:45.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:45.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:45.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:45.558 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:45.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:45.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:45.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:45.559 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:45.559 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:45.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:45.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:45.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:45.560 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:45.560 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:45.560 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:45.560 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:45.560 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:45.560 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:57:45.560 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:45.560 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:45.560 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:45.560 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:45.560 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:45.560 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:45.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:46.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:46.561 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:46.561 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:46.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:46.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:46.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:46.562 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:46.562 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:46.562 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:46.562 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:46.562 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:46.562 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:57:46.562 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:46.562 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:46.562 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:46.562 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:46.562 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:46.562 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:46.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:46.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:46.563 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:46.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:46.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:46.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:46.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:46.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:46.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:46.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:46.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:46.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:46.563 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:57:46.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:57:46.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:46.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:57:46.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:46.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:57:46.564 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:57:46.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:46.564 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:57:46.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:46.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:57:46.564 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:46.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:46.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:46.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:46.564 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:46.564 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:46.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:46.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:46.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:46.565 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:46.565 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:46.565 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:46.565 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:46.565 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:46.565 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:57:46.565 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:46.565 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:46.565 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:46.565 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:46.565 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:46.565 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:46.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:47.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:47.566 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:47.566 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:47.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:47.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:47.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:47.567 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:47.568 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:47.568 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:47.568 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:47.568 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:47.568 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:57:47.568 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:47.568 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:47.568 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:47.568 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:47.568 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:47.568 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:47.568 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:47.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:47.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:47.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:47.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:47.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:47.569 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:57:47.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:57:47.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:47.569 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:57:47.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:47.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:57:47.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:57:47.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:47.569 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:57:47.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:47.570 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:57:47.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:47.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:47.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:47.572 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:47.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:47.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:47.583 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:47.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:47.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:47.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:47.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:47.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:47.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 21:57:47.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:47.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 21:57:47.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:47.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:47.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:47.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:47.587 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:47.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 '\*?\QProblems\E') 21:57:47.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:47.589 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:47.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:47.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:47.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:47.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:47.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:47.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 21:57:47.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:47.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:47.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:47.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:47.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:47.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:47.603 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:47.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:47.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:47.605 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:47.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:47.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:47.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:47.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:47.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:47.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 21:57:47.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:47.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 21:57:47.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:47.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:47.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:47.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:47.619 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:47.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:47.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:47.621 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:47.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:47.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:47.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:47.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:47.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:47.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 21:57:47.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:47.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:47.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:47.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:47.633 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:47.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:47.635 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:47.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:47.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:47.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:47.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:47.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:47.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 21:57:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:47.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 21:57:47.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:47.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:47.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:47.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:47.639 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:47.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:47.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:47.651 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:47.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:47.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:47.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:47.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:47.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:47.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 21:57:47.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:47.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 21:57:47.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:47.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:47.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:47.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:47.655 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:47.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 '\*?\QProblems\E') 21:57:47.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:47.666 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:47.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:47.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:47.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:47.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:47.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:47.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:47.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:47.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:47.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:47.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:47.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:47.668 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:47.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:47.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:47.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:47.669 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:47.669 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:47.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:47.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:47.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:47.669 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:47.670 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:47.670 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:47.670 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:47.670 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:47.670 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:57:47.670 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:47.670 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:47.670 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:47.670 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:47.670 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:47.670 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:47.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:48.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:48.671 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:48.671 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:48.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:48.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:48.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:48.672 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:48.672 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:48.672 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:48.673 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:48.673 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:48.673 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:57:48.673 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:48.673 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:48.673 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:48.673 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:48.673 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:48.673 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:48.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:48.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:48.673 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:48.673 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:48.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:48.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:48.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 21:57:48.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:48.674 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:57:48.674 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:57:48.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:48.674 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:57:48.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:48.674 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:57:48.674 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:57:48.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:48.674 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:57:48.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:48.674 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:57:48.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:48.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:48.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:48.676 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:48.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:48.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:48.678 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:48.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:48.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:48.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:48.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:48.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:48.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 21:57:48.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:48.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 21:57:48.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:48.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:48.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:48.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:48.681 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:48.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:48.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:48.683 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:48.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:48.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:48.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:48.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:48.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:48.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 21:57:48.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:48.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 21:57:48.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:48.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:48.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:48.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:48.686 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:48.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') 21:57:48.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:48.688 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:48.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:48.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:48.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:48.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:48.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:48.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 21:57:48.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:48.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:48.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:48.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:48.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:48.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:48.703 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:48.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:48.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:48.715 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:48.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:48.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:48.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:48.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:48.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:48.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 21:57:48.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:48.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:48.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:48.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:48.719 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:48.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 '\*?\QProblems\E') 21:57:48.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:48.720 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:48.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:48.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:48.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:48.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:48.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:48.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 21:57:48.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:48.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:48.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:48.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:48.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:48.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:48.734 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:48.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:48.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:48.736 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:48.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:48.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:48.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:48.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:48.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:48.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:48.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:48.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 21:57:48.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:48.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:57:48.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:48.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:48.739 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:57:48.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 '\*?\QProblems\E') 21:57:48.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:48.741 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:48.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:48.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:48.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:57:48.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:48.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:48.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 21:57:48.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:48.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:48.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:48.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:48.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:48.742 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:48.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:48.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:48.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:48.743 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:48.743 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:48.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:48.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:48.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:48.743 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:48.744 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:48.744 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:48.744 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:48.744 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:48.744 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:57:48.744 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:48.744 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:48.744 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:48.744 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:48.744 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:48.744 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:48.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:57:50.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:57:50.245 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:50.245 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:50.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:50.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:50.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:50.246 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:50.246 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:50.246 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:50.246 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:50.246 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:50.246 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 21:57:50.246 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:50.246 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:50.246 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:50.246 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:50.246 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:50.246 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:50.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:57:50.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:57:50.247 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:50.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:50.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:50.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:50.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 21:57:50.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:50.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:50.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:50.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:50.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:50.248 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:57:50.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:57:50.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:50.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:57:50.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:50.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:57:50.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:57:50.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:50.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:57:50.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:50.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:57:50.248 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:50.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:50.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:50.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:50.250 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:57:50.250 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:57:50.250 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:57:50.250 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:57:50.250 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:57:50.250 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:57:50.250 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:57:50.250 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:57:50.250 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:57:50.250 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:57:50.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:57:50.287 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 21:57:50.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:57:50.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:50.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:50.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 21:57:50.287 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:50.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:50.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:50.287 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:57:50.287 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:50.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:50.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:50.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:50.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:50.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:50.288 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:57:50.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:50.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:50.288 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:50.288 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:50.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 "OK", Widget matcher matching widgets with style: 8) 21:57:50.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:50.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:50.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:50.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:57:50.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:50.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:50.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:50.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:50.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:50.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:50.290 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:57:50.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:50.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:50.290 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:50.290 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:50.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:57:50.318 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 21:57:50.318 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:57:50.318 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:50.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:50.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:50.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:50.324 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:50.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:50.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:50.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:50.325 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:50.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:50.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:50.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:50.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:50.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:50.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:50.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:50.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:51.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:51.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:51.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:57:51.328 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:51.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:51.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:51.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:51.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:51.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:51.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:51.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:51.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:51.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:51.329 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:57:51.329 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:57:51.329 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:57:51.330 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:57:51.334 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:57:51.334 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:57:51.334 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'New' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:51.352 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:57:51.352 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:57:51.352 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:57:51.352 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:57:51.352 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:57:51.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:51.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:57:51.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:57:51.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:57:51.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:51.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:57:51.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:51.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:51.362 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:57:51.362 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:57:51.362 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:57:51.362 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:57:51.363 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:57:51.363 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:57:51.363 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:51.382 DEBUG [main][MenuItemLookup] Found menu:'New' 21:57:51.382 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:57:51.382 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:51.382 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:57:51.382 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:57:51.382 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:57:51.382 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:51.382 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:57:51.382 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:57:51.382 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:57:51.382 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:57:51.382 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:57:51.383 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:57:51.383 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:57:51.383 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:57:51.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 21:57:51.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 21:57:51.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:57:51.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:51.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:51.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:51.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:51.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: 32) 21:57:51.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:51.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:51.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:51.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:57:51.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:51.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:51.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:51.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:51.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:51.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:51.946 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:57:51.946 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:57:51.946 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:57:51.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:51.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:51.946 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:51.946 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:51.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 "OK", Widget matcher matching widgets with style: 8) 21:57:51.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:51.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:51.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:51.947 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:57:51.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:51.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:51.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:51.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:51.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:51.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:51.948 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:57:51.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:51.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:51.948 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:51.948 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:57:51.950 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:57:52.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:57:52.450 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:57:52.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:52.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:57:52.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:57:52.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:57:52.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:52.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:52.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:52.450 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:57:52.450 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:57:52.450 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:57:52.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:52.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:52.451 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:57:52.451 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:57:52.451 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowVisibleProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:57:52.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:57:52.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:57:52.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:57:52.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:57:52.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:52.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:52.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:52.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:52.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:57:52.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:52.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:52.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:52.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:52.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:52.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:52.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:52.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:57:52.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:52.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:52.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:52.452 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:52.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:52.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:52.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:52.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:52.452 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:52.452 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:57:52.452 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:52.452 DEBUG [main][MenuItemLookup] Item match:File 21:57:52.453 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:57:52.453 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:52.455 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:57:52.455 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:57:52.462 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:57:52.462 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:57:52.462 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:57:52.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:57:52.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 'New|Select a wizard'] is available. finished successfully 21:57:52.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:57:52.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:52.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:52.510 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:52.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:52.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:57:52.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:52.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:52.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:52.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:52.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:52.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:57:52.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:57:52.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:57:52.512 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:52.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:52.512 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:52.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:52.512 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:52.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:57:52.512 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:52.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:52.512 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:52.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:52.512 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:52.512 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:57:52.512 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:57:52.512 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:57:52.514 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:57:52.518 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:52.518 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:57:52.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:57:52.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:52.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:52.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:52.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:52.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:52.519 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:57:52.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:52.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:52.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:52.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:52.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'] 21:57:52.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:52.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:52.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.... 21:57:52.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 21:57:52.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:57:52.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:52.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:52.648 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:57:52.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:52.648 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:57:52.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.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 21:57:52.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:52.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:52.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:52.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:52.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:57:52.649 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:57:52.650 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:57:52.663 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:57:52.663 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:57:52.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.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) 21:57:52.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:52.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:52.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:52.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:52.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:52.672 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:57:52.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:52.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:52.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:52.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:52.674 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.... 21:57:53.175 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 21:57:53.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:57:53.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:53.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:53.178 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:57:53.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 21:57:53.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:53.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:53.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:53.178 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:57:53.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:53.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:53.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:53.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:53.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:53.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:53.179 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:57:53.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:53.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:53.179 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:53.179 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:53.306 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.... 21:57:53.306 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 21:57:53.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:57:53.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:57:53.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:53.306 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 21:57:53.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:57:53.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:57:53.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:53.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:53.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:53.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:53.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:53.308 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:53.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:53.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:53.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:53.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:53.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:53.309 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:53.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 '\*?\QProblems\E') 21:57:53.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:53.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:53.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:53.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:53.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:53.311 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:53.311 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:53.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:53.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:53.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:53.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:53.321 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:57:53.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:53.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:53.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:53.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:53.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:53.334 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:53.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:57:53.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:53.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:53.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:53.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:53.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:53.335 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:53.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:53.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:53.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:53.398 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:53.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:53.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:53.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:53.408 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:57:53.408 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:57:53.408 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:57:53.408 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:57:53.408 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:57:53.408 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:57:53.408 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:57:53.408 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:57:53.408 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:57:53.408 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:57:53.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:57:53.490 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 21:57:53.490 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:57:53.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:53.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:53.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 "Restore Defaults") 21:57:53.490 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:53.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:53.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:53.490 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:57:53.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:53.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:53.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:53.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:53.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:53.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:53.491 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:57:53.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:53.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:53.492 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:53.492 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:53.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 "OK", Widget matcher matching widgets with style: 8) 21:57:53.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:53.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:53.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:53.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:57:53.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:53.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:53.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:53.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:53.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:53.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:53.494 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:57:53.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:53.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:53.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:53.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:53.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:57:53.536 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 21:57:53.536 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:53.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:53.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:53.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:53.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 21:57:53.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:53.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:53.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:53.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:53.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:53.538 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:53.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:53.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:53.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:53.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:53.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:53.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:53.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:53.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:53.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:53.539 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:53.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:53.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:53.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:53.540 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:57:53.540 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:57:53.540 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:57:53.540 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:57:53.540 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:57:53.540 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:57:53.540 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:57:53.540 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:57:53.540 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:57:53.540 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:57:53.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:57:53.606 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 21:57:53.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:57:53.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:53.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:53.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:57:53.607 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:53.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:53.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:53.607 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:57:53.607 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:53.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:53.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:53.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:53.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:53.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:53.608 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:57:53.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:53.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:53.608 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:53.608 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:53.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:57:53.609 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:53.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:53.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:53.609 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:57:53.609 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:53.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:53.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:53.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:53.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:53.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:53.610 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:57:53.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:53.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:53.610 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:53.610 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:53.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:57:53.634 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 21:57:53.634 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:57:53.634 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:53.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:53.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:53.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:53.642 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:53.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:53.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:53.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:53.643 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:53.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:53.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:53.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:53.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:53.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:53.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:54.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:54.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:54.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:54.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:54.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:57:54.693 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:54.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:54.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:54.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:54.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 21:57:54.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:54.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:54.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:54.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:54.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:54.694 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:57:54.694 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:57:54.695 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:57:54.695 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:57:54.696 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:57:54.696 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:57:54.696 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:54.715 DEBUG [main][MenuItemLookup] Found menu:'New' 21:57:54.715 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:57:54.715 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:54.715 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:57:54.715 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:57:54.715 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:57:54.715 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:54.715 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:57:54.715 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:57:54.715 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:57:54.715 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:57:54.715 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:54.715 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:57:54.715 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:57:54.716 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:57:54.716 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:57:54.716 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:54.716 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:57:54.716 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:57:54.716 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:54.716 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:57:54.716 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:57:54.716 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:57:54.716 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:57:54.716 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:57:54.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:54.716 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 21:57:54.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 21:57:55.216 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 21:57:55.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:55.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:55.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:55.216 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:57:55.216 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:57:55.216 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:57:55.216 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:57:55.218 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:57:55.218 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:57:55.218 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:55.237 DEBUG [main][MenuItemLookup] Found menu:'New' 21:57:55.237 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:57:55.237 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:55.237 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:57:55.237 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:57:55.237 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:57:55.237 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:55.237 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:57:55.237 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:57:55.237 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:57:55.237 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:57:55.237 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:57:55.237 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:57:55.237 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:57:55.237 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:57:55.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 'Delete.*'] is available.... 21:57:55.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 21:57:55.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:57:55.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:55.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:55.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:55.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:55.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 21:57:55.828 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:55.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:55.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:55.828 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:57:55.828 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:55.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:55.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:55.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:55.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:55.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:55.829 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:57:55.829 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:57:55.829 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:57:55.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:55.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:55.829 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:55.829 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:55.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) 21:57:55.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:55.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:55.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:55.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:57:55.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:55.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:55.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:55.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:55.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:55.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:55.830 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:57:55.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:55.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:55.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:55.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:55.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:57:55.833 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:57:56.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:57:56.334 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:57:56.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:56.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:57:56.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:56.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:56.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:56.334 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:57:56.334 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:57:56.334 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:57:56.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:56.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:56.335 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowVisibleProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:57:56.335 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:57:56.335 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:57:56.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:57:56.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:57:56.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:57:56.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:57:56.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'] 21:57:56.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:56.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'] 21:57:56.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:56.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: "New Java Project"] 21:57:56.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:56.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'] 21:57:56.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:56.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'] 21:57:56.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:56.337 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:56.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:56.337 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:57:56.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:56.337 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:56.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:56.337 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:56.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:56.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:56.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:56.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:56.337 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:56.337 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:57:56.337 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:56.338 DEBUG [main][MenuItemLookup] Item match:File 21:57:56.338 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:57:56.338 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:56.340 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:57:56.340 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:57:56.340 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:57:56.340 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:57:56.340 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:57:56.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.... 21:57:56.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:57:56.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:57:56.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:56.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:56.389 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:56.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:56.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:57:56.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:56.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:56.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:56.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:56.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:56.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:57:56.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:57:56.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:57:56.391 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:56.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:56.391 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:56.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:56.391 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:56.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:57:56.391 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:56.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:56.391 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:56.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:56.391 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:56.391 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:57:56.391 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:57:56.391 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:57:56.391 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:57:56.391 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:56.391 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:57:56.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:57:56.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:56.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:56.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:56.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:56.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:56.396 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:57:56.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:56.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:56.396 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:56.396 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:56.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'] 21:57:56.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:56.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:56.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:57:56.533 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 21:57:56.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:57:56.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:56.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:56.534 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:57:56.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:56.534 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:57:56.534 DEBUG [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:") 21:57:56.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:56.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:56.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:56.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:56.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:57:56.536 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:57:56.536 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:57:56.629 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:57:56.629 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:57:56.629 DEBUG [WorkbenchTestable][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) 21:57:56.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:56.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:56.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:56.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:56.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:56.631 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:57:56.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:56.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:56.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:56.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:56.633 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.... 21:57:57.134 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 21:57:57.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:57:57.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:57.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:57.136 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:57:57.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:57:57.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:57:57.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:57:57.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:57:57.136 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:57:57.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:57:57.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:57.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:57.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:57.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:57.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:57.137 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:57:57.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:57.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:57.137 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:57.137 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:57.231 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.... 21:57:57.232 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 21:57:57.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:57:57.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:57:57.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:57.232 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 21:57:57.232 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:57:57.232 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:57:57.232 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:57.232 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:57.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:57.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:57.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:57.233 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:57.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:57.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:57.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:57.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:57.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:57.235 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:57.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:57.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:57.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:57.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:57.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:57.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:57.236 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:57.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:57.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:57.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:57.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:57.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:57.247 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:57:57.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:57.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:57.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:57.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:57.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:57.256 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:57.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:57:57.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:57.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:57.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:57.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:57.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:57.257 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:57.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:57.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:57.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:57.301 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:57:57.301 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:57.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:57.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:57.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:57.301 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:57:57.301 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:57.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:57.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:57.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:57.302 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:57.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:57.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:57.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:57.302 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:57.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:57.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:57.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:57.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:57.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:57.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:57.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:57.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:58.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:58.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:57:58.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:57:58.304 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:57:58.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:57:58.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:58.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:58.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:57:58.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:58.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:58.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:58.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:58.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:58.305 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:57:58.305 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:57:58.306 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 21:57:58.306 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 21:57:58.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:58.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:58.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 21:57:58.821 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:57:58.822 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:57:58.822 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:57:58.823 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:57:58.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'] 21:57:58.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:58.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'] 21:57:58.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:58.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:57:58.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:58.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'] 21:57:58.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:58.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'] 21:57:58.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:58.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'] 21:57:58.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:58.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"] 21:57:58.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:58.825 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:58.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:58.825 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:58.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:58.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:57:58.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:58.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:58.826 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:57:58.826 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:57:58.826 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:58.826 DEBUG [main][MenuItemLookup] Item match:File 21:57:58.826 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:57:58.826 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:58.828 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:57:58.828 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:57:58.829 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:57:58.829 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:57:58.829 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:57:58.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 'New|Select a wizard'] is available.... 21:57:58.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 21:57:58.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:57:58.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:58.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:58.936 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:58.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:58.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:57:58.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:58.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:58.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:58.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:58.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:57:58.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:57:58.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:57:58.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:57:58.938 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:58.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:58.938 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:58.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:58.938 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:58.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:57:58.938 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:57:58.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:57:58.938 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:57:58.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:57:58.938 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:57:58.939 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:57:58.939 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:57:58.939 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:57:58.941 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:57:58.941 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:57:58.941 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:57:58.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:57:58.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:58.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:58.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:58.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:58.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:58.942 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:57:58.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:58.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:58.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:58.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:59.037 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:57:59.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:59.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:59.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.... 21:57:59.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 21:57:59.092 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:57:59.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:59.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:59.092 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:57:59.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:57:59.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:") 21:57:59.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:59.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:59.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:59.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:59.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:57:59.097 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:57:59.098 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 21:57:59.103 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:57:59.103 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:57:59.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 21:57:59.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:59.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:59.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:59.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:59.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:57:59.105 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:57:59.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:57:59.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:57:59.105 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:57:59.105 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:57:59.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:57:59.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:57:59.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:59.622 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 21:57:59.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:57:59.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:57:59.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:57:59.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:57:59.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:59.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:57:59.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:59.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:59.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:57:59.622 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 21:57:59.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:57:59.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:57:59.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:57:59.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:57:59.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:57:59.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:57:59.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:57:59.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:57:59.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@cd825b3 is found... 21:57:59.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@cd825b3 is found finished successfully 21:57:59.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 21:57:59.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:59.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:59.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:59.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:59.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:59.624 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:59.624 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 21:57:59.624 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:57:59.627 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:59.628 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 21:57:59.628 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:57:59.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:59.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:59.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:59.628 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:59.628 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:59.628 DEBUG [main][MenuItemLookup] Found menu:'File' 21:57:59.628 DEBUG [main][MenuItemLookup] Item match:File 21:57:59.629 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:57:59.629 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:57:59.629 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:57:59.629 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:57:59.629 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:59.629 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:57:59.629 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:57:59.629 DEBUG [main][MenuItemLookup] Found menu:'' 21:57:59.629 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:57:59.629 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:57:59.640 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:57:59.640 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:57:59.640 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:57:59.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:57:59.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:57:59.694 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:59.694 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 21:57:59.694 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:59.694 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:59.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:59.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:59.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:57:59.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:59.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:59.722 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:59.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:59.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:59.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:57:59.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:57:59.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:57:59.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:57:59.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:57:59.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:57:59.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:57:59.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:57:59.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:57:59.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:57:59.728 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:59.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:59.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:59.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:59.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:59.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:59.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 21:57:59.729 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:59.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:59.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:59.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:59.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:59.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:59.730 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:59.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:59.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:59.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:59.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:59.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:59.731 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:57:59.731 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:57:59.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:57:59.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:57:59.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:57:59.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:57:59.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:57:59.732 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:57:59.732 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:59.732 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:59.732 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:59.732 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:57:59.732 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:57:59.732 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:57:59.732 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:57:59.732 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:57:59.732 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:57:59.732 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:57:59.732 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:57:59.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:00.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:00.793 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:00.793 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:00.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:00.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:00.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:58:00.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:00.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:00.794 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:00.795 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:00.795 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:00.795 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:00.795 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:00.795 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:58:00.795 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:00.795 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:00.795 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:00.795 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:00.795 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:00.795 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:00.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:00.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:00.795 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:00.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:00.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:00.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:58:00.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:00.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:00.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:00.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:00.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:00.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:00.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:00.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:01.297 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:01.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:01.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:01.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:01.298 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:01.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:01.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:01.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:01.299 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:01.299 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:01.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:01.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:01.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:01.299 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:01.300 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:01.300 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:01.300 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:01.300 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:01.300 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:58:01.300 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:01.300 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:01.300 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:01.300 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:01.300 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:01.300 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:01.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:02.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:02.301 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:02.301 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:02.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:02.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:02.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:02.302 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:02.303 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:02.303 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:02.303 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:02.303 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:02.303 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:58:02.303 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:02.303 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:02.303 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:02.303 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:02.303 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:02.303 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:02.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:02.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:02.303 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:02.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:02.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:02.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:02.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 21:58:02.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:02.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:02.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:02.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:02.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:02.304 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:58:02.304 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:58:02.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:02.304 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:58:02.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:02.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:58:02.304 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:58:02.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:02.304 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:58:02.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:02.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:58:02.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 21:58:02.304 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:02.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:02.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:02.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:02.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:02.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:02.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:02.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:02.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:02.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:02.305 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:02.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:02.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:02.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:02.306 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:58:02.306 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:58:02.306 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:58:02.306 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:58:02.306 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:58:02.306 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:58:02.306 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:58:02.306 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:58:02.306 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:58:02.306 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:58:02.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:58:02.364 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 21:58:02.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:58:02.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:02.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:02.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 21:58:02.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:02.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:02.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:02.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:58:02.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:02.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:02.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:02.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:02.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:02.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:02.367 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:58:02.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:02.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:02.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:02.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:02.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:58:02.368 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:02.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:02.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:02.368 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:58:02.368 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:02.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:02.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:02.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:02.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:02.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:02.369 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:58:02.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:02.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:02.369 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:02.369 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:02.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:58:02.407 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 21:58:02.407 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:58:02.407 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:02.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:02.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:02.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:02.414 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:02.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:02.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:02.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:02.414 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:02.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:02.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:02.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:02.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:02.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:02.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:02.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:02.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:03.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:03.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:03.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:58:03.416 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:03.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:03.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:03.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:03.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 21:58:03.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:03.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:03.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:03.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:03.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:03.417 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:58:03.417 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:58:03.417 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:58:03.417 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:58:03.418 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:58:03.418 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:58:03.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'New' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:03.453 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:58:03.453 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:58:03.454 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:58:03.454 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:58:03.454 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:58:03.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:03.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:58:03.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:58:03.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:58:03.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:58:03.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:03.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:03.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:03.456 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:58:03.456 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:58:03.456 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:58:03.456 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:58:03.457 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:58:03.457 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:58:03.457 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:03.475 DEBUG [main][MenuItemLookup] Found menu:'New' 21:58:03.475 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:58:03.475 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:03.475 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:58:03.475 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:58:03.475 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:58:03.475 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:03.475 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:58:03.475 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:58:03.476 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:58:03.476 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:58:03.476 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:58:03.476 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:58:03.476 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:58:03.476 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:58:03.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.... 21:58:04.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 21:58:04.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:58:04.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:04.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:04.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:04.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:04.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) 21:58:04.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:04.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:04.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:04.052 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:58:04.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:04.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:04.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:04.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:04.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:04.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:04.052 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:58:04.052 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:58:04.052 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:58:04.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:04.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:04.053 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:04.053 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:04.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) 21:58:04.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:04.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:04.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:04.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:58:04.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:04.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:04.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:04.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:04.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:04.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:04.054 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:58:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:04.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:04.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:04.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:58:04.056 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:58:04.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:58:04.556 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:58:04.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:04.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:58:04.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:58:04.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:58:04.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:04.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:04.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:04.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:58:04.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:58:04.556 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:58:04.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:04.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:04.557 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:58:04.557 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:58:04.557 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneErrorExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:58:04.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:58:04.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:58:04.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:58:04.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:58:04.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'] 21:58:04.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:04.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'] 21:58:04.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:04.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"] 21:58:04.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:04.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'] 21:58:04.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:04.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'] 21:58:04.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:04.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'] 21:58:04.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:04.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"] 21:58:04.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:04.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'] 21:58:04.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:04.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'] 21:58:04.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:04.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:04.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:04.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:04.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:04.559 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:58:04.559 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:04.559 DEBUG [main][MenuItemLookup] Item match:File 21:58:04.560 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:58:04.560 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:04.562 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:58:04.562 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:58:04.562 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:58:04.562 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:58:04.562 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:58:04.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:58:04.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:58:04.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:58:04.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:04.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:04.611 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:58:04.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:04.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 21:58:04.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:04.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:04.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:04.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:04.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:04.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:58:04.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:58:04.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:58:04.612 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:58:04.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:04.612 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:58:04.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:04.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:58:04.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:58:04.612 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:58:04.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:04.613 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:58:04.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:04.613 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:58:04.613 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:58:04.613 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:58:04.613 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:58:04.618 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:58:04.618 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:58:04.619 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:58:04.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:58:04.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:04.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:04.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:04.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:04.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:04.619 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:58:04.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:04.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:04.620 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:04.620 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:04.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'] 21:58:04.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:04.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:04.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.... 21:58:04.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. finished successfully 21:58:04.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:58:04.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:04.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:04.728 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:58:04.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:04.729 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:58:04.729 DEBUG [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:") 21:58:04.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:04.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:04.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:04.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:04.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:58:04.730 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:58:04.730 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:58:04.751 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:58:04.751 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:58:04.751 DEBUG [WorkbenchTestable][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) 21:58:04.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:04.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:04.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:04.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:04.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:04.753 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:58:04.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:04.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:04.753 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:04.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:04.755 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.... 21:58:05.256 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 21:58:05.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:58:05.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:05.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:05.259 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:58:05.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 21:58:05.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:05.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:05.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:05.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:58:05.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:05.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:05.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:05.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:05.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:05.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:05.260 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:58:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:05.260 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:05.260 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:05.330 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.... 21:58:05.331 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 21:58:05.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:58:05.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:58:05.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:05.331 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 21:58:05.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:58:05.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:58:05.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:05.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:05.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:05.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:05.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:05.348 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:05.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:05.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:05.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:05.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:05.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:05.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:05.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') 21:58:05.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:05.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:05.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:05.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:05.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:05.351 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:05.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:05.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:05.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:05.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:05.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:05.359 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:58:05.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:05.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:05.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:05.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:05.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:05.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:05.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 '\*?\QPackage Explorer\E') 21:58:05.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:05.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:05.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:05.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:05.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:05.396 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:05.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:05.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:05.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:05.413 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:58:05.413 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:05.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:05.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:05.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:05.413 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:05.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:05.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:05.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:05.414 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:05.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:05.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:05.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:05.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:05.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:05.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:05.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:05.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:06.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:06.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:06.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:58:06.416 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:06.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:06.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:06.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:06.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 21:58:06.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:06.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:06.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:06.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:06.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:06.417 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:58:06.417 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:58:06.417 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 21:58:06.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 21:58:06.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:06.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:06.918 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 21:58:06.919 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:58:06.919 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:58:06.919 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:58:06.920 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:58:06.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'] 21:58:06.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:06.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'] 21:58:06.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:06.920 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:58:06.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:06.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'] 21:58:06.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:06.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'] 21:58:06.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:06.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'] 21:58:06.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:06.921 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:58:06.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:06.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'] 21:58:06.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:06.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'] 21:58:06.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:06.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:06.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:06.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:06.922 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:06.922 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:58:06.922 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:06.922 DEBUG [main][MenuItemLookup] Item match:File 21:58:06.923 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:58:06.923 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:06.924 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:58:06.924 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:58:06.925 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:58:06.925 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:58:06.925 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:58:07.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:58:07.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:58:07.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:58:07.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:07.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:07.032 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:58:07.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:07.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:58:07.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:07.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:07.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:07.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:07.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:07.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:58:07.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:58:07.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:58:07.033 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:58:07.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:07.033 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:58:07.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:07.033 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:58:07.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:58:07.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:58:07.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:07.034 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:58:07.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:07.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:58:07.034 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:58:07.034 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:58:07.034 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:58:07.037 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:58:07.037 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:58:07.037 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:58:07.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:58:07.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:07.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:07.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:07.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:07.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:07.038 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:58:07.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:07.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:07.038 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:07.038 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:07.123 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:07.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:07.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:07.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:58:07.123 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 21:58:07.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:58:07.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:07.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:07.123 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:58:07.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:07.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 21:58:07.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:07.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:07.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:07.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:07.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:58:07.128 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:58:07.129 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 21:58:07.134 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:58:07.134 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:58:07.134 DEBUG [WorkbenchTestable][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) 21:58:07.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:07.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:07.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:07.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:07.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:07.136 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:58:07.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:07.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:07.136 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:07.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:07.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:58:07.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:58:07.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:07.804 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 21:58:07.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:58:07.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:58:07.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:58:07.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:07.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:58:07.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:07.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:07.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:07.805 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 21:58:07.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:58:07.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:58:07.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:58:07.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:07.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:58:07.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:07.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:07.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@129754d7 is found... 21:58:07.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@129754d7 is found finished successfully 21:58:07.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 21:58:07.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:07.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:07.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:07.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:07.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:07.807 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:07.807 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 21:58:07.807 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:58:07.811 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:07.811 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 21:58:07.811 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:58:07.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:58:07.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:07.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:07.812 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:58:07.812 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:58:07.812 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:07.812 DEBUG [main][MenuItemLookup] Item match:File 21:58:07.812 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:58:07.812 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:58:07.812 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:58:07.812 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:58:07.812 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:07.812 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:58:07.812 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:58:07.812 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:07.812 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:58:07.812 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:58:07.813 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:58:07.813 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:58:07.813 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:58:07.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:58:07.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:58:07.836 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:07.836 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 21:58:07.836 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:07.836 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:07.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:07.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:07.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:07.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:07.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:07.853 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:07.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:07.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:07.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:58:07.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:07.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:07.855 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:58:07.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:58:07.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:07.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:07.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:07.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:07.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:07.857 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:07.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:07.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:07.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:58:07.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:07.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:07.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 21:58:07.858 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:07.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:07.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:07.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:58:07.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:07.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:07.858 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:07.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:07.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:07.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:58:07.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:07.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:07.859 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:07.859 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:07.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:07.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:07.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:58:07.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:07.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:07.859 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:07.860 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:07.860 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:07.860 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:07.860 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:07.860 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:58:07.860 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:07.860 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:07.860 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:07.860 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:07.860 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:07.860 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:07.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:08.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:08.879 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:08.880 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:08.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:08.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:08.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:58:08.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:08.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:08.881 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:08.881 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:08.881 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:08.881 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:08.881 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:08.881 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:58:08.881 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:08.881 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:08.881 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:08.881 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:08.881 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:08.881 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:08.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:08.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:08.882 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:08.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:08.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:08.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:58:08.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:08.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:08.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 21:58:08.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:08.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:08.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:08.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:08.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:09.383 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:09.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:09.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:09.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:09.385 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:09.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:09.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:09.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:09.385 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:09.385 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:09.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:09.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:09.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:09.386 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:09.386 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:09.386 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:09.386 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:09.386 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:09.386 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:58:09.386 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:09.386 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:09.386 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:09.386 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:09.386 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:09.386 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:09.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:10.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:10.388 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:10.388 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:10.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:10.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:10.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:10.389 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:10.389 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:10.389 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:10.389 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:10.389 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:10.389 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:58:10.389 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:10.389 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:10.389 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:10.389 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:10.389 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:10.389 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:10.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:10.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:10.389 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:10.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:10.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:10.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58: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 21:58:10.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:10.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:10.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:10.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:10.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:10.390 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:58:10.390 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:58:10.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:10.390 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:58:10.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:10.390 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:58:10.390 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:58:10.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:10.391 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:58:10.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:10.391 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:58:10.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 21:58:10.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:10.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:10.392 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:10.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:10.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:10.394 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 21:58:10.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:10.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:10.394 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 21:58:10.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:58:10.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:10.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:10.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:10.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:10.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:10.396 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:10.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:10.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:10.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:58:10.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:10.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:10.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 0. Expected number of problems is: 1... 21:58:10.396 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:10.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:10.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:10.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:58:10.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:10.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:10.397 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:10.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:10.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:10.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:58:10.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:10.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:10.397 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:10.397 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:10.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:10.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:10.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:58:10.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:10.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:10.398 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:10.398 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:10.398 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:10.398 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:10.398 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:10.398 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:58:10.398 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:10.398 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:10.398 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:10.398 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:10.398 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:10.398 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:10.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:11.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:11.900 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:11.900 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:11.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:11.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:11.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:58:11.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:11.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:11.901 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:11.901 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:11.901 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:11.901 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:11.901 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:11.901 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 21:58:11.901 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:11.902 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:11.902 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:11.902 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:11.902 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:11.902 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:11.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:11.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:11.902 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:11.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:11.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:11.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 21:58:11.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:11.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:11.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:11.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:11.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:11.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:11.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:11.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:11.904 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 21:58:11.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:58:11.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:11.904 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:58:11.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:11.904 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:58:11.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 21:58:11.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:11.904 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 21:58:11.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:11.904 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 21:58:11.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 1. Expected number of problems is: 1 finished successfully 21:58:11.904 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:11.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:11.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:11.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:11.905 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:58:11.905 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:58:11.905 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:58:11.905 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:58:11.905 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:58:11.905 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:58:11.905 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:58:11.905 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:58:11.905 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:58:11.906 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:58:11.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:58:11.948 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 21:58:11.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:58:11.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:11.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:11.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 "Restore Defaults") 21:58:11.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:11.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:11.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:11.949 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:58:11.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:11.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:11.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:11.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:11.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:11.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:11.950 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:58:11.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:11.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:11.950 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:11.950 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:11.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:58:11.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:11.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:11.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:11.951 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:58:11.951 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:11.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:11.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:11.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:11.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:11.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:11.952 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:58:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:11.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:11.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:11.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:58:11.978 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 21:58:11.978 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:58:11.978 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:11.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:11.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:11.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:11.984 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:11.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:11.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:11.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:11.985 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:11.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:11.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:11.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:11.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:11.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:11.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:12.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:12.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:12.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:12.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:12.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:58:12.987 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:12.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:12.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:12.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:12.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:12.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:12.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:12.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:12.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:12.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:12.988 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:58:12.988 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:58:12.988 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:58:12.989 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:58:12.990 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:58:12.990 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:58:12.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'New' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:13.029 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:58:13.029 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:58:13.029 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:58:13.029 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:58:13.029 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:58:13.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:13.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:58:13.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:58:13.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:58:13.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:13.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:58:13.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:13.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:13.031 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:58:13.031 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:58:13.031 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:58:13.032 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:58:13.033 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:58:13.033 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:58:13.033 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:13.051 DEBUG [main][MenuItemLookup] Found menu:'New' 21:58:13.051 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:58:13.051 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:13.051 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:58:13.051 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:58:13.051 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:58:13.051 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:13.051 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:58:13.051 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:58:13.051 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:58:13.051 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:58:13.051 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:58:13.051 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:58:13.051 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:58:13.051 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:58:13.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 21:58:13.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 21:58:13.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:58:13.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:13.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:13.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:13.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:13.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 21:58:13.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:13.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:13.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:13.613 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:58:13.613 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:13.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:13.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:13.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:13.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:13.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:13.613 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:58:13.613 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:58:13.613 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:58:13.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:13.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:13.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:13.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:13.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:58:13.613 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:13.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:13.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:13.614 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:58:13.614 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:13.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:13.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:13.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:13.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:13.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:13.614 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:58:13.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:13.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:13.614 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:13.614 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:13.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:58:13.617 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:58:14.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:58:14.117 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:58:14.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:14.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:58:14.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:58:14.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:58:14.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:14.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:14.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:14.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:58:14.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:58:14.118 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:58:14.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:14.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:14.118 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneErrorExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:58:14.119 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:58:14.119 INFO [WorkbenchTestable][RequirementsRunner] Started test: testProblemQuickfix no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:58:14.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:58:14.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:58:14.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:58:14.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:58:14.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:14.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:14.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:14.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:14.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:58:14.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:14.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:14.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:14.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:14.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:14.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:14.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:14.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 21:58:14.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:14.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:14.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:14.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:14.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:14.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:14.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:14.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:14.120 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:14.120 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:58:14.120 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:14.120 DEBUG [main][MenuItemLookup] Item match:File 21:58:14.120 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:58:14.120 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:14.122 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:58:14.122 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:58:14.130 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:58:14.130 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:58:14.130 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:58:14.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:58:14.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:58:14.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:58:14.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:14.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:14.178 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:58:14.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:14.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:58:14.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:14.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:14.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:14.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:14.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:14.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:58:14.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:58:14.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:58:14.179 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:58:14.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:14.179 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:58:14.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:14.179 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:58:14.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:58:14.180 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:58:14.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:14.180 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:58:14.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:14.180 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:58:14.180 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:58:14.180 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:58:14.180 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:58:14.186 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:58:14.186 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:58:14.186 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:58:14.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:58:14.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:14.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:14.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:14.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:14.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:14.186 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:58:14.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:14.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:14.187 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:14.187 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:14.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'] 21:58:14.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:14.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:14.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:58:14.295 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 21:58:14.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:58:14.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:14.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:14.295 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:58:14.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:14.295 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:58:14.295 DEBUG [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:") 21:58:14.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:14.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:14.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:14.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:14.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:58:14.297 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:58:14.297 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:58:14.317 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:58:14.318 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:58:14.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.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) 21:58:14.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:14.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:14.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:14.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:14.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:14.319 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:58:14.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:14.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:14.319 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:14.319 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:14.322 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.... 21:58:14.822 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 21:58:14.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:58:14.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:14.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:14.824 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:58:14.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:58:14.824 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:14.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:14.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:14.825 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:58:14.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:14.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:14.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:14.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:14.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:14.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:14.825 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:58:14.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:14.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:14.825 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:14.825 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:14.890 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.... 21:58:14.890 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 21:58:14.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:58:14.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:58:14.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:14.891 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 21:58:14.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:58:14.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:58:14.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:58:14.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:58:14.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:14.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:14.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:14.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:14.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:14.903 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:14.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:14.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:14.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:14.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:14.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:14.911 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:14.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 '\*?\QProblems\E') 21:58:14.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:14.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:14.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:14.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:14.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:14.913 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:14.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:14.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:14.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:14.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:14.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:14.920 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:58:14.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:14.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:14.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:14.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:14.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:14.921 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:14.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:58:14.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:14.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:14.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:14.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:14.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:14.922 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:14.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:14.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:14.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:14.939 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:58:14.940 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:14.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:14.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:14.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:14.940 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:14.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:14.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:14.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:14.941 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:14.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:14.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:14.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:14.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:14.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:15.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:15.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:15.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:15.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:15.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:58:15.964 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:15.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:15.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:15.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:15.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 21:58:15.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:15.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:15.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:15.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:15.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:15.965 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:58:15.965 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:58:15.966 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 21:58:15.966 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 21:58:15.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:16.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:16.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 21:58:16.467 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:58:16.467 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:58:16.467 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:58:16.468 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:58:16.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'] 21:58:16.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:16.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'] 21:58:16.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:16.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 Class"] 21:58:16.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:16.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'] 21:58:16.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:16.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'] 21:58:16.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:16.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'] 21:58:16.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:16.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 Class"] 21:58:16.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:16.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'] 21:58:16.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:16.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'] 21:58:16.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:16.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:16.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:16.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:16.470 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:16.470 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:58:16.471 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:16.471 DEBUG [main][MenuItemLookup] Item match:File 21:58:16.471 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:58:16.471 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:16.473 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:58:16.473 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:58:16.493 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:58:16.494 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:58:16.494 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:58:16.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.... 21:58:16.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 21:58:16.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:58:16.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:16.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:16.630 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:58:16.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:16.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:58:16.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:16.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:16.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:16.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:16.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:16.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:58:16.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:58:16.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:58:16.653 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:58:16.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:16.695 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:58:16.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:16.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:58:16.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:58:16.695 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:58:16.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:16.696 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:58:16.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:16.696 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:58:16.696 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:58:16.696 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:58:16.697 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:58:16.698 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:58:16.699 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:58:16.699 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:58:16.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:58:16.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:16.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:16.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:16.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:16.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:16.700 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:58:16.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:16.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:16.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:16.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:16.802 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:16.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:16.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:16.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:58:16.802 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 21:58:16.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:58:16.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:16.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:16.803 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:58:16.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:16.803 DEBUG [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:") 21:58:16.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:16.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:16.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:16.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:16.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:58:16.809 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:58:16.810 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 21:58:16.815 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:58:16.815 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:58:16.815 DEBUG [WorkbenchTestable][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) 21:58:16.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:16.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:16.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:16.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:16.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:16.817 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:58:16.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:16.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:16.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:16.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:16.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:58:17.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:58:17.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:17.338 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 21:58:17.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:58:17.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:58:17.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:58:17.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:17.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:58:17.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:17.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:17.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:17.338 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 21:58:17.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:58:17.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:58:17.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:58:17.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:17.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:58:17.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:17.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:17.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5faf0e8b is found... 21:58:17.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5faf0e8b is found finished successfully 21:58:17.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 '\*?\QWarningTestClass.java\E') 21:58:17.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:17.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:17.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:17.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:17.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:17.340 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:17.340 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 21:58:17.340 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:58:17.344 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:17.344 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 21:58:17.344 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:58:17.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:17.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:17.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:17.345 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:17.345 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:17.345 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:17.345 DEBUG [main][MenuItemLookup] Item match:File 21:58:17.346 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:58:17.346 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:58:17.346 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:58:17.346 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:58:17.346 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:17.346 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:58:17.346 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:58:17.346 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:17.346 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:58:17.346 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:58:17.346 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:58:17.346 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:58:17.346 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:58:17.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:58:17.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:58:17.389 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:17.390 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 21:58:17.390 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:17.390 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:17.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:17.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:17.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:17.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:17.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:17.403 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:17.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:17.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:17.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:17.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:17.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:17.417 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:17.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 '\*?\QProblems\E') 21:58:17.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:17.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:17.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:17.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:17.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:17.419 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:17.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:17.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:17.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:17.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:17.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:17.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 21:58:17.420 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:17.420 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:17.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:17.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:17.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:17.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:17.430 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:17.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:17.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:17.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:17.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:17.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:17.431 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:17.431 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:17.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:17.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:17.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:17.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:17.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:17.432 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:17.432 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:17.432 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:17.432 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:17.432 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:17.432 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:58:17.432 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:17.433 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:17.433 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:17.433 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:17.433 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:17.433 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:17.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:18.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:18.934 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:18.934 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:18.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:18.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:18.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:18.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:18.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:18.935 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:18.935 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:18.935 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:18.935 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:18.935 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:18.935 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:18.935 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:18.936 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:18.936 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:18.936 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:18.936 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:18.936 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:18.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:18.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:18.936 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:18.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:18.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:18.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:18.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:18.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:18.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:18.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:18.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:18.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:18.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:18.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:18.938 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:58:18.938 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:58:18.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:18.938 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:58:18.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:18.938 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:58:18.938 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:58:18.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:18.938 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:58:18.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:18.938 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:58:18.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 21:58:18.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:18.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:18.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:18.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:18.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:18.940 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:18.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') 21:58:18.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:18.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:18.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:18.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:18.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:18.942 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:18.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:18.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:18.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:18.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:18.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:18.943 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:18.943 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:18.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:18.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:18.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:18.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:18.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:18.943 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:18.943 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:18.943 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:18.943 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:18.943 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:18.944 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:18.944 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:18.944 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:18.944 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:18.944 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:18.944 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:18.944 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:18.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:20.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:20.444 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:20.445 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:20.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:20.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:20.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:20.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:20.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:20.445 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:20.446 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:20.446 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:20.446 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:20.446 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:20.446 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:20.446 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:20.446 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:20.446 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:20.446 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:20.446 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:20.446 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:20.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:20.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:20.446 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:20.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:20.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:20.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:20.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:20.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:20.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 21:58:20.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:20.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:20.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:20.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:20.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:20.448 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:58:20.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:58:20.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:20.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:58:20.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:20.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:58:20.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:58:20.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:20.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:58:20.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:20.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:58:20.448 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item The value of the field WarningTestClass.i is not used 21:58:20.448 DEBUG [main][TreeItemHandler] Selecting tree item: The value of the field WarningTestClass.i is not used 21:58:20.448 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item The value of the field WarningTestClass.i is not used about selection 21:58:20.450 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: The value of the field WarningTestClass.i is not used 21:58:20.450 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:58:20.450 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:20.472 DEBUG [main][MenuItemLookup] Found menu:'Go to Resource' 21:58:20.472 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:20.472 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:58:20.472 DEBUG [main][MenuItemLookup] Found menu:'Copy Details' 21:58:20.472 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:58:20.472 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 21:58:20.472 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:20.472 DEBUG [main][MenuItemLookup] Found menu:'Show In' 21:58:20.472 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 21:58:20.472 DEBUG [main][MenuItemLookup] Item match:Quick Fix Ctrl+1 21:58:20.472 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Quick Fix Ctrl+1" 21:58:20.472 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Quick Fix Ctrl+1 21:58:20.472 INFO [main][MenuItemHandler] Select menu item: &Quick Fix Ctrl+1 21:58:20.548 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.... 21:58:20.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:20.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:20.549 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 21:58:20.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Quick Fix 21:58:20.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:20.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:20.549 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 21:58:20.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:20.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:20.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:20.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:20.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:58:20.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:58:20.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:58:20.550 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 21:58:20.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:20.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:20.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:20.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:20.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 21:58:20.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 21:58:20.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 21:58:20.551 TRACE [main][WidgetHandler] Notify Table with event 13 21:58:20.551 TRACE [main][WidgetHandler] Wait for synchronization 21:58:20.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 "Finish") 21:58:20.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:20.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:20.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:20.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Quick Fix" as the parent 21:58:20.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:20.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:20.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:20.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:20.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:20.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:20.552 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:58:20.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:20.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:20.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:20.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:20.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable... 21:58:20.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable finished successfully 21:58:20.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3deda6f6 is found... 21:58:20.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3deda6f6 is found finished successfully 21:58:20.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 '\*?\QWarningTestClass.java\E') 21:58:20.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:20.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:20.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:20.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:20.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:20.647 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:20.648 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ @SuppressWarnings("unused") private int i; } TooltipText=null 21:58:20.648 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:20.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:20.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:20.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:20.657 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:58:20.657 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:58:20.657 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:58:20.657 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:58:20.657 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:58:20.657 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:58:20.657 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:58:20.657 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:58:20.657 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:58:20.657 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:58:20.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:58:20.699 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 21:58:20.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:58:20.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:20.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:20.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:58:20.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:20.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:20.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:20.700 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:58:20.700 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:20.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:20.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:20.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:20.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:20.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:20.701 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:58:20.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:20.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:20.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:20.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:20.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:58:20.701 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:20.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:20.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:20.703 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:58:20.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:20.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:20.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:20.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:20.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:20.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:20.705 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:58:20.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:20.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:20.705 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:20.705 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:20.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:58:20.734 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 21:58:20.734 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:58:20.734 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:20.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:20.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:20.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:20.751 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:20.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:20.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:20.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:20.752 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:20.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:20.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:20.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:20.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:20.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:20.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:21.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:21.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:21.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:21.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:21.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:58:21.754 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:21.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:21.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:21.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:21.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:21.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:21.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:21.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:21.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:21.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:21.755 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:58:21.755 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:58:21.755 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:58:21.755 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:58:21.756 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:58:21.757 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:58:21.757 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'New' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:21.777 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:58:21.777 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:58:21.777 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:58:21.777 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:58:21.777 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:58:21.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:21.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:58:21.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:58:21.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:58:21.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:21.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:58:21.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:21.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:21.780 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:58:21.780 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:58:21.780 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:58:21.781 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:58:21.783 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:58:21.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:58:21.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:21.800 DEBUG [main][MenuItemLookup] Found menu:'New' 21:58:21.800 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:58:21.800 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:21.800 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:58:21.800 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:58:21.800 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:58:21.800 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:21.800 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:58:21.800 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:58:21.800 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:58:21.800 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:58:21.800 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:58:21.800 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:58:21.800 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:58:21.800 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:58:21.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 'Delete.*'] is available.... 21:58:22.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 21:58:22.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:58:22.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:22.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:22.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:22.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:22.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 21:58:22.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:22.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:22.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:22.375 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:58:22.375 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:22.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:22.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:22.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:22.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:22.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:22.375 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:58:22.376 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:58:22.376 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:58:22.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:22.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:22.376 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:22.376 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:22.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:58:22.376 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:22.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:22.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:22.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:58:22.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:22.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:22.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:22.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:22.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:22.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:22.377 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:58:22.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:22.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:22.377 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:22.377 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:22.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:58:22.379 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:58:22.880 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 21:58:22.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:58:22.881 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.... 21:58:22.882 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") 21:58:22.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:22.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:22.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:22.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:22.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:22.882 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 21:58:22.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:58:22.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:22.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:22.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:58:22.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:22.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:22.884 DEBUG [WorkbenchTestable][DeleteUtils] Shell with title 'Delete.*' and button 'Continue' found 21:58:22.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:58:22.884 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:22.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:22.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:22.884 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:58:22.884 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:22.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:22.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:22.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:22.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:22.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:22.885 INFO [WorkbenchTestable][AbstractButton] Click button Con&tinue 21:58:22.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:22.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:22.885 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:22.885 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:22.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:58:22.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:58:22.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:58:23.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:58:23.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:23.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:58:23.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:58:23.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:58:23.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:23.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:23.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:23.409 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:58:23.409 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:58:23.409 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:58:23.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:23.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:23.410 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testProblemQuickfix no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:58:23.410 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:58:23.410 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNoErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:58:23.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:58:23.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:58:23.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:58:23.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:58:23.410 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:23.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:23.410 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:23.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:23.410 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:58:23.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:23.411 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:23.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:23.411 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:23.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:23.411 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:23.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:23.411 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:58:23.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:23.411 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:23.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:23.411 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:23.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:23.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:23.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:23.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:23.411 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:23.411 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:58:23.411 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:23.412 DEBUG [main][MenuItemLookup] Item match:File 21:58:23.412 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:58:23.412 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:23.414 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:58:23.414 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:58:23.414 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:58:23.414 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:58:23.414 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:58:23.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 'New|Select a wizard'] is available.... 21:58:23.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 'New|Select a wizard'] is available. finished successfully 21:58:23.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:58:23.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:23.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:23.462 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:58:23.462 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:23.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:58:23.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:23.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:23.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:23.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:23.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:23.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:58:23.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:58:23.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:58:23.464 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:58:23.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:23.464 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:58:23.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:23.464 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:58:23.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:58:23.464 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:58:23.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:23.464 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:58:23.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:23.464 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:58:23.464 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:58:23.464 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:58:23.464 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:58:23.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:58:23.470 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:58:23.470 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:58:23.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:58:23.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:23.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:23.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:23.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:23.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:23.471 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:58:23.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:23.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:23.471 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:23.471 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:23.579 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:23.580 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:23.580 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:23.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:58:23.580 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 21:58:23.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:58:23.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:23.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:23.580 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:58:23.580 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:23.580 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:58:23.580 DEBUG [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:") 21:58:23.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:23.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:23.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:23.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:23.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:58:23.582 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:58:23.582 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:58:23.603 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:58:23.603 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:58:23.603 DEBUG [WorkbenchTestable][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) 21:58:23.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:23.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:23.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:23.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:23.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:23.605 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:58:23.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:23.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:23.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:23.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:23.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 21:58:24.108 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 21:58:24.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:58:24.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:24.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:24.111 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:58:24.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 21:58:24.111 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:24.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:24.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:24.111 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:58:24.111 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:24.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:24.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:24.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:24.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:24.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:24.112 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:58:24.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:24.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:24.112 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:24.112 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:24.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.... 21:58:24.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 21:58:24.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:58:24.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:58:24.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:24.180 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 21:58:24.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:58:24.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:58:24.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:24.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:24.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:24.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:24.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:24.182 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:24.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:24.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:24.194 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:24.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:24.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:24.194 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:24.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:58:24.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:24.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:24.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:24.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:24.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:24.195 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:24.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:24.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:24.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:24.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:24.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:24.219 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:58:24.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:24.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:24.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:24.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:24.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:24.219 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:24.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 '\*?\QPackage Explorer\E') 21:58:24.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:24.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:24.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:24.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:24.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:24.220 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:24.220 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:24.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:24.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:24.228 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:58:24.228 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:24.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:24.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:24.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:24.229 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:24.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:24.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:24.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:24.229 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:24.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:24.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:24.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:24.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:24.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:24.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:24.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:24.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:25.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:25.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:25.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:58:25.242 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:25.242 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:25.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:25.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:25.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 21:58:25.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:25.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:25.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:25.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:25.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:25.243 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:58:25.243 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 21:58:25.244 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 21:58:25.244 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 21:58:25.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:25.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:25.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 21:58:25.745 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 21:58:25.745 DEBUG [main][TreeItemHandler] Selecting tree item: src 21:58:25.745 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 21:58:25.746 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 21:58:25.746 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:25.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:25.746 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:25.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:25.768 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 21:58:25.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:25.769 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:25.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:25.769 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:25.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:25.769 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:25.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:25.769 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 21:58:25.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:25.769 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:25.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:25.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:25.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:25.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:25.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:25.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:25.770 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:25.770 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:58:25.770 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:25.770 DEBUG [main][MenuItemLookup] Item match:File 21:58:25.771 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:58:25.771 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:25.773 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:58:25.773 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:58:25.773 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:58:25.773 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:58:25.773 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:58:25.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 'New|Select a wizard'] is available.... 21:58:25.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 'New|Select a wizard'] is available. finished successfully 21:58:25.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:58:25.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:25.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:25.840 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:58:25.840 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:25.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:58:25.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:25.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:25.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:25.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:25.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:25.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:58:25.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:58:25.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:58:25.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:58:25.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:25.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:58:25.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:25.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:58:25.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:58:25.847 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:58:25.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:25.847 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:58:25.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:25.847 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:58:25.891 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 21:58:25.891 DEBUG [main][TreeItemHandler] Selecting tree item: Class 21:58:25.891 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 21:58:25.893 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 21:58:25.893 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:58:25.893 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:58:25.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) 21:58:25.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:25.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:25.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:25.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:25.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:25.894 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:58:25.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:25.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:25.894 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:25.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:26.000 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:26.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:26.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:26.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 21:58:26.001 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 21:58:26.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 21:58:26.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:26.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:26.001 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:58:26.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:26.002 DEBUG [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:") 21:58:26.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:26.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:26.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:26.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:26.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:58:26.006 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:58:26.007 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 21:58:26.012 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 21:58:26.012 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 21:58:26.012 DEBUG [WorkbenchTestable][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) 21:58:26.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:26.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:26.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:26.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:26.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:26.023 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:58:26.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:26.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:26.024 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:26.024 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:26.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:58:26.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:58:26.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:26.527 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 21:58:26.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:58:26.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:58:26.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:58:26.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:26.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:58:26.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:26.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:26.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:26.527 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 21:58:26.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:58:26.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 21:58:26.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 21:58:26.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:26.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:58:26.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:26.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:26.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1ee54473 is found... 21:58:26.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1ee54473 is found finished successfully 21:58:26.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 21:58:26.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:26.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:26.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:26.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:26.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:26.529 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:26.530 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 21:58:26.530 INFO [WorkbenchTestable][TextEditor] Set text to editor 21:58:26.533 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:26.534 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 21:58:26.534 INFO [WorkbenchTestable][AbstractEditor] Save editor 21:58:26.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:26.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:26.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:26.534 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:26.534 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:26.534 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:26.534 DEBUG [main][MenuItemLookup] Item match:File 21:58:26.535 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:58:26.535 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:58:26.535 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:58:26.535 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:58:26.535 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:26.535 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:58:26.535 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:58:26.535 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:26.535 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:58:26.535 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 21:58:26.535 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 21:58:26.535 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 21:58:26.535 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 21:58:26.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 21:58:26.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 21:58:26.606 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:26.606 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 21:58:26.606 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:26.606 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:26.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:26.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:26.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:26.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:26.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:26.619 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:26.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:26.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:26.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:26.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:26.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:26.689 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:58:26.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:26.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:26.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:26.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:26.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:26.691 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:26.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:26.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:26.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:26.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:26.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:26.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 21:58:26.692 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:26.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:26.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:26.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:26.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:26.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:26.693 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:26.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:26.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:26.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:26.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:26.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:26.694 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:26.694 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:26.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:26.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:26.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:26.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:26.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:26.695 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:26.696 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:26.696 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:26.696 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:26.696 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:26.696 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:58:26.696 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:26.696 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:26.696 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:26.696 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:26.696 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:26.696 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:26.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:27.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:27.697 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:27.697 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:27.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:27.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:27.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:27.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:27.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:27.698 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:27.699 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:27.699 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:27.699 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:27.699 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:27.699 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:58:27.699 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:27.699 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:27.699 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:27.699 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:27.699 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:27.699 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:27.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:27.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:27.699 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:27.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:27.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:27.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:27.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:27.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:27.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:27.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:27.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:27.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:27.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:27.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:28.201 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:28.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:28.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:28.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:28.202 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:28.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:28.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:28.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:28.203 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:28.203 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:28.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:28.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:28.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:28.203 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:28.204 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:28.204 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:28.204 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:28.204 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:28.204 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:28.204 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:28.204 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:28.204 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:28.204 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:28.204 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:28.204 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:28.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:29.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:29.205 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:29.205 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:29.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:29.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:29.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:29.206 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:29.206 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:29.206 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:29.206 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:29.206 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:29.206 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:29.206 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:29.206 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:29.206 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:29.206 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:29.206 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:29.206 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:29.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:29.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:29.207 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:29.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:29.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:29.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:29.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:29.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:29.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:29.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:29.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:29.208 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:58:29.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:58:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:29.208 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:58:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:29.208 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:58:29.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:58:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:29.208 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:58:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:29.208 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:58:29.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 21:58:29.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:29.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:29.210 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:29.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:29.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:29.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:29.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:29.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:29.212 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:29.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:58:29.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:29.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:29.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:29.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:29.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:29.214 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:29.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:29.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:29.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:29.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:29.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:29.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Errors exists in Problems view.... 21:58:29.215 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:29.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:29.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:29.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:29.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:29.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:29.215 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:29.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:29.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:29.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:29.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:29.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:29.215 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:29.215 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:29.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:29.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:29.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:29.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:29.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:29.216 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:29.216 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:29.216 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:29.216 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:29.216 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:29.216 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:29.216 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:29.216 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:29.216 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:29.216 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:29.216 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:29.216 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:29.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:30.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:30.217 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:30.218 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:30.218 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:30.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:30.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:30.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:30.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:30.219 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:30.219 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:30.219 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:30.219 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:30.219 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:30.219 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:30.219 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:30.219 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:30.219 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:30.219 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:30.219 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:30.219 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:30.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:30.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:30.220 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:30.220 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:30.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:30.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:30.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:30.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:30.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 21:58:30.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:30.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:30.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:30.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:30.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Errors exists in Problems view. finished successfully 21:58:30.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:30.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:30.244 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:30.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:30.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:30.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:30.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:30.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:30.247 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:30.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 '\*?\QProblems\E') 21:58:30.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:30.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:30.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:30.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:30.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:30.248 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:30.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:30.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:30.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:30.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:30.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:30.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 21:58:30.249 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:30.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:30.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:30.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:30.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:30.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:30.250 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:30.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:30.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:30.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:30.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:30.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:30.250 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:30.250 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:30.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:30.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:30.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:30.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:30.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:30.251 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:30.251 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:30.251 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:30.251 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:30.251 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:30.251 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:30.251 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:30.251 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:30.251 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:30.251 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:30.251 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:30.251 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:30.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:31.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:31.252 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:31.252 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:31.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:31.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:31.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:31.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:31.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:31.253 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:31.254 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:31.254 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:31.254 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:31.254 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:31.254 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:31.254 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:31.254 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:31.254 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:31.254 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:31.254 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:31.254 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:31.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:31.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:31.254 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:31.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:31.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:31.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:31.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:31.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:31.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 21:58:31.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:31.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:31.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:31.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:31.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:31.255 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:58:31.256 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:58:31.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:31.256 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:58:31.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:31.256 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:58:31.256 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:58:31.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:31.256 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:58:31.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:31.256 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:58:31.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 21:58:31.256 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:31.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:31.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:31.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:31.256 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:31.257 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:31.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:31.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:31.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:31.257 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:31.257 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:31.257 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:31.257 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:31.257 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:31.257 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:31.257 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:31.257 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:31.257 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:31.257 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:31.257 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:31.257 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:31.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:32.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:32.259 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:32.259 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:32.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:32.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:32.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:32.260 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:32.261 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:32.261 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:32.261 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:32.261 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:32.261 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:32.261 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:32.261 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:32.261 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:32.261 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:32.261 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:32.261 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:32.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:32.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:32.261 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:32.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:32.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:32.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:32.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:32.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:32.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:32.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:32.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:32.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:32.262 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:32.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:32.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:32.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:32.262 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:32.262 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:32.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:32.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:32.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:32.263 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:32.263 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:32.263 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:32.263 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:32.263 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:32.263 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:32.263 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:32.263 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:32.263 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:32.263 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:32.263 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:32.263 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:32.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:33.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:33.264 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:33.264 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:33.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:33.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:33.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:33.266 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:33.266 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:33.266 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:33.266 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:33.266 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:33.266 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:33.266 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:33.266 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:33.266 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:33.266 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:33.266 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:33.266 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:33.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:33.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:33.266 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:33.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:33.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:33.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:33.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 21:58:33.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:33.267 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:58:33.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:58:33.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:33.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:58:33.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:33.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:58:33.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:58:33.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:33.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:58:33.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:33.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:58:33.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:33.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:33.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:33.270 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:33.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:58:33.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:33.272 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:33.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:33.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:33.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:33.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:33.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:33.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 21:58:33.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:33.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 21:58:33.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:33.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:33.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:33.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:33.276 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:33.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') 21:58:33.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:33.278 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:33.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:33.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:33.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:33.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:33.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:33.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:33.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:33.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 21:58:33.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:33.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:33.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:33.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:33.281 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:33.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 '\*?\QProblems\E') 21:58:33.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:33.283 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:33.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:33.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:33.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:33.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:33.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:33.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:33.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:33.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:33.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:33.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:33.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:33.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:33.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:33.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:58:33.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:33.298 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:33.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:33.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:33.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:33.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:33.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:33.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 21:58:33.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:33.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:33.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:33.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:33.310 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:33.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 '\*?\QProblems\E') 21:58:33.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:33.312 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:33.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:33.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:33.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:33.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:33.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:33.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:33.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:33.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:33.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:33.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:33.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:33.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:33.316 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:33.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:58:33.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:33.327 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:33.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:33.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:33.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:33.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:33.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:33.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:33.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:33.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:33.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:33.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:33.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:33.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:33.331 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:33.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:58:33.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:33.332 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:33.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:33.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:33.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:33.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:33.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:33.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 21:58:33.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:33.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:33.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:33.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:33.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:33.334 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:33.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:33.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:33.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:33.344 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:33.344 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:33.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:33.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:33.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:33.345 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:33.345 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:33.345 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:33.345 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:33.345 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:33.345 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:33.345 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:33.345 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:33.345 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:33.345 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:33.345 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:33.345 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:33.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:34.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:34.346 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:34.346 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:34.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:34.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:34.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:34.347 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:34.348 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:34.348 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:34.348 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:34.348 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:34.348 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:34.348 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:34.348 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:34.348 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:34.348 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:34.348 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:34.348 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:34.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:34.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:34.348 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:34.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:34.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:34.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:34.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:34.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:34.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:34.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:34.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:34.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:34.349 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:34.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:34.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:34.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:34.349 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:34.349 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:34.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:34.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:34.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:34.350 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:34.350 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:34.350 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:34.350 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:34.350 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:34.350 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:34.350 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:34.350 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:34.350 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:34.350 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:34.350 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:34.350 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:34.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:35.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:35.351 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:35.351 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:35.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:35.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:35.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:35.352 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:35.353 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:35.353 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:35.353 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:35.353 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:35.353 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:35.353 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:35.353 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:35.353 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:35.353 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:35.353 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:35.353 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:35.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:35.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:35.353 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:35.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:35.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:35.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:35.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 21:58:35.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:35.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:35.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:35.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:35.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:35.354 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:35.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:35.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:35.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:35.354 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:35.355 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:35.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:35.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:35.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:35.355 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:35.355 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:35.355 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:35.355 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:35.355 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:35.355 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:35.355 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:35.355 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:35.355 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:35.355 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:35.355 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:35.355 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:35.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:36.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:36.356 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:36.356 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:36.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:36.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:36.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:36.357 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:36.358 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:36.358 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:36.358 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:36.358 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:36.358 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:36.358 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:36.358 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:36.358 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:36.358 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:36.358 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:36.358 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:36.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:36.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:36.358 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:36.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:36.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:36.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:36.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 21:58:36.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:36.359 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:58:36.359 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:58:36.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:36.359 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:58:36.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:36.359 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:58:36.359 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:58:36.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:36.359 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:58:36.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:36.359 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:58:36.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:36.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:36.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:36.362 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:36.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 '\*?\QProblems\E') 21:58:36.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:36.373 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:36.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:36.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:36.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:36.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:36.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:36.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 21:58:36.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:36.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 21:58:36.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:36.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:36.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:36.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:36.377 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:36.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 '\*?\QProblems\E') 21:58:36.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:36.378 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:36.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:36.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:36.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:36.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:36.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:36.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 21:58:36.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:36.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:36.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:36.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:36.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:36.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:36.392 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:36.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:58:36.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:36.394 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:36.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:36.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:36.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:36.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:36.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:36.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 21:58:36.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:36.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 21:58:36.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:36.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:36.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:36.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:36.398 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:36.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 '\*?\QProblems\E') 21:58:36.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:36.399 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:36.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:36.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:36.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:36.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:36.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:36.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 21:58:36.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:36.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:36.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:36.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:36.402 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:36.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 '\*?\QProblems\E') 21:58:36.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:36.404 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:36.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:36.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:36.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:36.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:36.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:36.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 21:58:36.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:36.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:36.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:36.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:36.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:36.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:36.417 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:36.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 '\*?\QProblems\E') 21:58:36.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:36.419 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:36.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:36.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:36.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:36.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:36.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:36.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:36.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:36.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 21:58:36.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:36.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 21:58:36.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:36.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:36.432 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 21:58:36.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') 21:58:36.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:36.434 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:36.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:36.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:36.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 21:58:36.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:36.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58: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 21:58:36.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:36.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:36.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:36.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:36.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:36.436 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:36.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:36.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:36.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:36.437 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:36.437 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:36.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:36.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:36.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:36.437 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:36.438 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:36.438 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:36.438 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:36.438 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:36.438 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:36.438 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:36.438 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:36.438 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:36.438 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:36.438 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:36.438 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:36.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:37.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:37.939 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:37.939 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:37.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:37.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:37.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:37.939 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:37.940 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:37.940 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:37.940 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:37.940 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:37.940 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 21:58:37.940 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:37.940 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:37.940 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:37.940 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:37.940 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:37.940 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:37.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:37.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:37.940 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:37.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:37.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:37.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:37.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:37.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:37.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:37.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:37.941 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 21:58:37.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:58:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:37.941 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:58:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:37.941 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:58:37.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 21:58:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:37.941 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 21:58:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:37.941 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 21:58:37.941 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:37.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:37.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:37.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:37.942 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:58:37.942 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:58:37.942 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:58:37.942 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:58:37.942 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:58:37.942 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:58:37.942 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:58:37.942 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:58:37.942 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:58:37.942 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:58:37.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:58:37.979 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 21:58:37.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:58:37.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:37.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:37.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 "Restore Defaults") 21:58:37.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:37.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:37.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:37.980 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:58:37.980 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:37.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:37.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:37.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:37.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:37.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:37.980 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:58:37.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:37.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:37.981 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:37.981 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:37.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 "OK", Widget matcher matching widgets with style: 8) 21:58:37.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:37.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:37.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:37.982 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:58:37.982 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:37.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:37.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:37.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:37.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:37.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:37.983 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:58:37.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:37.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:37.983 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:37.983 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:38.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:58:38.009 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 21:58:38.010 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:58:38.010 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:38.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:38.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:38.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:38.016 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:38.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:38.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:38.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:38.017 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:38.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:38.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:38.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:38.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:38.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:38.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:38.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:38.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:39.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:39.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:39.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:58:39.018 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:39.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:39.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:39.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:39.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 21:58:39.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:39.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:39.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:39.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:39.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:39.020 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:58:39.020 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:58:39.020 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:58:39.020 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:58:39.021 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:58:39.022 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:58:39.022 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'New' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:39.043 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:58:39.043 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:58:39.044 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:58:39.044 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:58:39.044 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:58:39.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:39.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:58:39.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:58:39.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:58:39.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:39.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 21:58:39.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:39.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:39.046 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:58:39.046 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:58:39.046 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:58:39.046 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:58:39.047 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:58:39.047 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:58:39.047 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:39.065 DEBUG [main][MenuItemLookup] Found menu:'New' 21:58:39.065 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:58:39.065 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:39.065 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:58:39.065 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:58:39.065 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:58:39.065 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:39.065 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:58:39.065 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:58:39.066 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:58:39.066 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:58:39.066 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:58:39.066 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:58:39.066 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:58:39.066 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:58:39.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 'Delete.*'] is available.... 21:58:39.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 'Delete.*'] is available. finished successfully 21:58:39.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:58:39.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:39.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:39.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:39.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:39.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: 32) 21:58:39.646 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:39.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:39.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:39.646 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:58:39.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:39.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:39.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:39.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:39.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:39.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:39.646 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:58:39.646 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:58:39.646 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:58:39.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:39.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:39.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:39.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:39.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", Widget matcher matching widgets with style: 8) 21:58:39.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:39.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:39.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:39.657 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:58:39.657 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:39.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:39.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:39.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:39.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:39.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:39.658 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:58:39.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:39.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:39.658 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:39.658 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:39.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:58:39.660 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:58:40.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:58:40.161 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:58:40.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:40.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 21:58:40.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 21:58:40.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:58:40.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:40.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:40.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:40.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:58:40.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:58:40.161 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:58:40.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:40.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:40.162 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNoErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:58:40.162 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:58:40.162 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNoErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:58:40.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:58:40.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:58:40.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:58:40.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:58:40.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'] 21:58:40.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:40.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'] 21:58:40.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:40.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 Project"] 21:58:40.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:40.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'] 21:58:40.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:40.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'] 21:58:40.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:40.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'] 21:58:40.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:40.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 Project"] 21:58:40.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:40.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'] 21:58:40.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:40.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'] 21:58:40.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:40.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:40.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:40.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:40.163 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:40.163 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:58:40.163 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:40.163 DEBUG [main][MenuItemLookup] Item match:File 21:58:40.164 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:58:40.164 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'Project...' 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'Package' 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'Class' 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'Interface' 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'Enum' 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'Record' 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'Folder' 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'Example...' 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:40.166 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 21:58:40.166 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 21:58:40.167 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 21:58:40.167 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 21:58:40.167 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 21:58:40.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 21:58:40.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 21:58:40.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 21:58:40.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:40.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:40.215 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:58:40.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:40.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 21:58:40.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:40.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:40.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:40.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:40.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:58:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:58:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 21:58:40.217 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:58:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:40.217 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:58:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:40.217 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:58:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 21:58:40.217 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 21:58:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:40.217 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 21:58:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:40.217 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 21:58:40.218 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 21:58:40.218 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 21:58:40.218 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 21:58:40.223 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 21:58:40.223 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 21:58:40.223 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 21:58:40.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 21:58:40.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:40.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:40.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:40.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:40.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:40.224 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:58:40.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:40.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:40.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:40.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:40.331 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:58:40.331 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:40.331 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:40.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 21:58:40.332 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 21:58:40.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 21:58:40.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:40.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:40.332 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:58:40.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:40.332 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 21:58:40.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.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 21:58:40.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:40.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:40.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:40.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:40.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:58:40.334 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:58:40.334 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 21:58:40.355 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 21:58:40.355 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 21:58:40.355 DEBUG [WorkbenchTestable][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) 21:58:40.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:40.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:40.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:40.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:40.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:40.356 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:58:40.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:40.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:40.356 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:40.356 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:40.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.... 21:58:40.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. finished successfully 21:58:40.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 21:58:40.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:40.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:40.862 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 21:58:40.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 21:58:40.862 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:40.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:40.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:40.862 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 21:58:40.862 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:40.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:40.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:40.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:40.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:40.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:40.863 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 21:58:40.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:40.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:40.863 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:40.863 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:40.951 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.... 21:58:40.951 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 21:58:40.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:58:40.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:58:40.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:40.951 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 21:58:40.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:58:40.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 21:58:40.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:58:40.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:58:40.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:40.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:40.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:40.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:40.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:40.953 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:40.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:40.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:40.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:40.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:40.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:40.954 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:40.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 21:58:40.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:40.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:40.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:40.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:40.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:40.956 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:40.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:40.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:40.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:40.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:40.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:40.964 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:58:40.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:40.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:40.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:40.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:40.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:40.964 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:40.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 21:58:40.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:40.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:40.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:40.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:40.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:40.965 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:40.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:40.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:40.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:40.992 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:40.992 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:40.992 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:40.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:40.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:40.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:41.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:41.005 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:41.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:41.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:41.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:41.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:41.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:41.007 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:41.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 '\*?\QProblems\E') 21:58:41.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:41.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:41.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:41.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:41.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:41.008 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:41.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:41.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:41.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:58:41.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:41.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:41.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Problems view is empty.... 21:58:41.009 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:41.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:41.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:41.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:58:41.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:41.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:41.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:58:41.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:41.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:41.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:41.010 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Problems (0 items)"as the parent 21:58:41.010 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:41.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:41.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:41.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:41.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:41.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:41.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Problems view is empty. finished successfully 21:58:41.010 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:41.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:41.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:41.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:41.011 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:41.011 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:41.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:41.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:41.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:41.012 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:41.012 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:41.012 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:41.012 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:41.012 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:41.012 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:58:41.012 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:41.012 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:41.012 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:41.012 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:41.012 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:41.012 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:41.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:42.013 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:42.013 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:42.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:42.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:42.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:42.014 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:42.014 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:42.014 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:42.014 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:42.014 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:42.014 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:58:42.014 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:42.015 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:42.015 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:42.015 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:42.015 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:42.015 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:42.015 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:42.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:42.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:42.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:42.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.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:42.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:42.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:42.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:42.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:42.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:42.016 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:42.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:42.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:42.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:42.017 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:42.017 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:42.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:42.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:42.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:42.017 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:42.017 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:42.017 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:42.017 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:42.018 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:42.018 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:58:42.018 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:42.018 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:42.018 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:42.018 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:42.018 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:42.018 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:42.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:43.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:43.518 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:43.518 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:43.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:43.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:43.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:43.519 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:43.519 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:43.519 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:43.519 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:58:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:43.520 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:43.520 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:43.520 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:43.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:43.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:43.520 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:43.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:43.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:43.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:43.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 21:58:43.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:43.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:43.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:43.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:43.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:43.521 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:43.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:43.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:43.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:43.521 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:43.522 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:43.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:43.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:43.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:43.522 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:43.522 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:43.522 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:43.522 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:43.522 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:43.523 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:58:43.523 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:43.523 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:43.523 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:43.523 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:43.523 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:43.523 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:43.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:45.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:45.023 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:45.024 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:45.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:45.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:45.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:45.024 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:45.025 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:45.025 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:45.025 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:45.025 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:45.025 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:58:45.025 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:45.025 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:45.025 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:45.025 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:45.025 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:45.025 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:45.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:45.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:45.025 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:45.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:45.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:45.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:45.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:45.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:45.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:45.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:45.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:45.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:45.026 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:45.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:45.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:45.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:45.027 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:45.027 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:45.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:45.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:45.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:45.027 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:45.028 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:45.028 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:45.028 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:45.028 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:45.028 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:58:45.028 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:45.028 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:45.028 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:45.028 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:45.028 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:45.028 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:45.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:46.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:46.529 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:46.529 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:46.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:46.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:46.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:46.530 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:46.530 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:46.530 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:46.530 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:46.530 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:46.530 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:58:46.530 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:46.530 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:46.530 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:46.530 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:46.530 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:46.530 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:46.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:46.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:46.530 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:46.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:46.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:46.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:46.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 21:58:46.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:46.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:46.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:46.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:46.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:46.531 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:46.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:46.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:46.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:46.532 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:46.532 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:46.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:46.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:46.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:46.533 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:46.533 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:46.533 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:46.533 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:46.533 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:46.533 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:58:46.533 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:46.533 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:46.533 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:46.533 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:46.533 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:46.533 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:46.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:47.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:47.564 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:47.565 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:47.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:47.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:47.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:47.566 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:47.566 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:47.566 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:47.566 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:47.566 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:47.567 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:58:47.567 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:47.567 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:47.567 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:47.567 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:47.567 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:47.567 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:47.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:47.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:47.567 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:47.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:47.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:47.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:47.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:47.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:47.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:47.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:47.568 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:47.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:47.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:47.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:47.569 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:47.569 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:47.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:47.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:47.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:47.569 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:47.570 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:47.570 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:47.570 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:47.570 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:47.570 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:58:47.570 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:47.570 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:47.570 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:47.570 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:47.570 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:47.570 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:47.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 21:58:49.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 21:58:49.071 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 21:58:49.072 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:49.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:49.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:49.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:49.073 DEBUG [main][WorkbenchPartLookup] Looking up all open views 21:58:49.073 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:49.073 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:49.073 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:49.073 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 21:58:49.073 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 21:58:49.073 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 21:58:49.073 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 21:58:49.073 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 21:58:49.073 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 1.796 seconds)' 21:58:49.073 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 21:58:49.073 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 21:58:49.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 21:58:49.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 21:58:49.074 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:49.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:49.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:49.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:49.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:49.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:49.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:49.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:49.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:49.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:49.074 INFO [WorkbenchTestable][AbstractView] Activate view Problems 21:58:49.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 21:58:49.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:49.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:49.075 DEBUG [main][MenuItemLookup] Found menu:'Show' 21:58:49.075 DEBUG [main][MenuItemLookup] Found menu:'Group By' 21:58:49.075 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 21:58:49.075 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 21:58:49.075 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 21:58:49.075 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 21:58:49.075 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 21:58:49.075 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 21:58:49.075 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 21:58:49.075 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 21:58:49.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:58:49.111 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 21:58:49.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 21:58:49.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:49.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:49.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 21:58:49.111 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:49.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:49.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:49.111 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:58:49.111 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:49.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:49.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:49.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:49.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:49.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:49.112 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 21:58:49.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:49.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:49.112 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:49.112 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:49.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 "OK", Widget matcher matching widgets with style: 8) 21:58:49.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:49.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:49.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:49.113 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 21:58:49.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:49.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:49.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:49.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:49.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:49.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:49.114 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:58:49.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:49.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:49.114 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:49.114 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:49.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 21:58:49.137 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 21:58:49.137 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 21:58:49.137 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:49.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:49.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:49.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:49.145 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:49.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:49.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:49.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:49.145 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:49.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:49.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:49.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:49.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:49.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:49.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:49.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:49.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:50.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:50.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:50.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 21:58:50.148 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 21:58:50.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 21:58:50.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:50.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:50.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 21:58:50.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:50.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:50.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:50.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:50.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:50.149 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 21:58:50.150 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:58:50.150 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:58:50.150 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:58:50.151 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:58:50.151 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:58:50.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'New' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'Export...' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:50.170 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:58:50.170 DEBUG [main][MenuItemLookup] Item match:Refresh F5 21:58:50.170 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 21:58:50.170 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 21:58:50.170 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 21:58:50.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:50.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 21:58:50.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:50.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:50.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:50.671 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 21:58:50.671 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 21:58:50.671 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 21:58:50.671 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 21:58:50.673 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 21:58:50.673 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:58:50.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:50.691 DEBUG [main][MenuItemLookup] Found menu:'New' 21:58:50.691 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 21:58:50.691 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:50.691 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 21:58:50.691 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 21:58:50.691 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:58:50.691 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:50.691 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:58:50.691 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 21:58:50.691 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:58:50.691 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:58:50.691 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:58:50.691 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 21:58:50.691 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:58:50.691 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 21:58:50.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 'Delete.*'] is available.... 21:58:51.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 21:58:51.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 21:58:51.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:51.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:51.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:51.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:51.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 21:58:51.244 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:51.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:51.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:51.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:58:51.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:51.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:51.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:51.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:51.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:51.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:51.245 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 21:58:51.245 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 21:58:51.245 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 21:58:51.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:51.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:51.245 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:51.245 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:51.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 21:58:51.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:51.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:51.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:51.245 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 21:58:51.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:51.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:51.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:51.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:51.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:51.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:51.246 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:58:51.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:51.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:51.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:51.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:51.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:58:51.248 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:58:51.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:58:51.749 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 21:58:51.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:51.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 21:58:51.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:51.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:51.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:51.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:58:51.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:58:51.749 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:58:51.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:51.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:51.749 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNoErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 21:58:51.749 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 21:58:51.749 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:58:51.749 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:58:51.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:51.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 203.551 s - in org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest testOneErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 18.396 s testTwoProblemsExist no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 13.765 s testHideProblemColumnsNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 3.764 s testHideProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 4.082 s testFilterErrors no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 22.477 s testProblemQuickfixWithNewDialog no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 9.78 s testOneWarningExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 8.081 s testHideProblemColumnsEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 3.682 s testShowProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 4.005 s testFilterWarnings no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 23.398 s testHideHiddenProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 3.861 s testShowProblemColumnNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 3.693 s testShowProblemColumnEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 3.614 s testOneErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 20.64 s testShowVisibleProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 3.884 s testGetProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 8.222 s testOneErrorExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 9.561 s testProblemQuickfix no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 9.291 s testNoErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 16.752 s testNoErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 11.587 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:58:51.757 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:58:51.758 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 21:58:51.758 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:58:51.758 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:58:51.758 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:58:51.758 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 21:58:51.759 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:58:51.759 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 21:58:51.759 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:58:51.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:51.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 21:58:51.761 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' view via menu. 21:58:51.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:51.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:51.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:51.761 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:51.762 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:58:51.762 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:51.762 DEBUG [main][MenuItemLookup] Found menu:'Edit' 21:58:51.762 DEBUG [main][MenuItemLookup] Found menu:'Source' 21:58:51.762 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 21:58:51.762 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 21:58:51.762 DEBUG [main][MenuItemLookup] Found menu:'Search' 21:58:51.762 DEBUG [main][MenuItemLookup] Found menu:'Project' 21:58:51.762 DEBUG [main][MenuItemLookup] Found menu:'Run' 21:58:51.762 DEBUG [main][MenuItemLookup] Found menu:'Window' 21:58:51.762 DEBUG [main][MenuItemLookup] Item match:Window 21:58:51.763 DEBUG [main][MenuItemLookup] Found menu:'New Window' 21:58:51.763 DEBUG [main][MenuItemLookup] Found menu:'Editor' 21:58:51.763 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 21:58:51.763 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:51.763 DEBUG [main][MenuItemLookup] Found menu:'Show View' 21:58:51.763 DEBUG [main][MenuItemLookup] Item match:Show View 21:58:51.766 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 21:58:51.766 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 21:58:51.766 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 21:58:51.766 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 21:58:51.766 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 21:58:51.766 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 21:58:51.766 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 21:58:51.766 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 21:58:51.766 DEBUG [main][MenuItemLookup] Found menu:'Progress' 21:58:51.766 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 21:58:51.766 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 21:58:51.766 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 21:58:51.766 DEBUG [main][MenuItemLookup] Found menu:'Templates' 21:58:51.766 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 21:58:51.766 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:51.766 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 21:58:51.766 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 21:58:51.766 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 21:58:51.766 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 21:58:51.766 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 21:58:51.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 21:58:51.805 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 21:58:51.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 21:58:51.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:51.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:51.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 21:58:51.806 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:51.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:51.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:51.806 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:58:51.806 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:51.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:51.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:51.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:51.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:51.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:51.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:58:51.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:58:51.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 21:58:51.807 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 21:58:51.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:52.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:52.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 21:58:52.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 21:58:52.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 21:58:52.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:52.309 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 21:58:52.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:52.309 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 21:58:52.309 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Servers 21:58:52.309 DEBUG [main][TreeItemHandler] Selecting tree item: Servers 21:58:52.309 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Servers about selection 21:58:52.310 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Servers 21:58:52.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:52.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:52.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:52.310 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:58:52.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:52.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:52.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:52.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 21:58:52.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:58:52.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:52.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:52.310 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 21:58:52.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:58:52.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:52.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:52.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:52.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:52.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:52.311 INFO [WorkbenchTestable][AbstractButton] Click button &Open 21:58:52.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:52.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:52.311 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:52.311 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:52.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:58:52.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:58:52.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open... 21:58:52.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:52.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:52.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open finished successfully 21:58:52.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:52.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:52.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:52.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:52.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:52.378 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:52.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:58:52.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:52.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:52.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:52.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:52.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:52.379 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:52.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:52.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:52.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:58:52.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:52.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:52.380 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:52.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:52.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:52.381 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 21:58:52.381 INFO [WorkbenchTestable][ServersView2] Create new server 21:58:52.381 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 21:58:52.381 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:52.396 DEBUG [main][MenuItemLookup] Found menu:'New' 21:58:52.396 DEBUG [main][MenuItemLookup] Item match:New 21:58:52.398 DEBUG [main][MenuItemLookup] Found menu:'Server' 21:58:52.398 DEBUG [main][MenuItemLookup] Item match:Server 21:58:52.398 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 21:58:52.399 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 21:58:52.399 INFO [main][MenuItemHandler] Select menu item: Server 21:58:52.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 21:58:52.599 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 21:58:52.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 21:58:52.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:52.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:52.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'] 21:58:52.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:52.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:52.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'] 21:58:52.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:52.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:52.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: "New Server"] 21:58:52.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:52.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:52.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 21:58:52.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:52.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:52.601 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 21:58:52.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:52.613 DEBUG [WorkbenchTestable][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 21:58:52.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:52.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:52.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:52.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:52.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:52.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 21:58:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 21:58:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 21:58:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:58:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:58:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 21:58:52.616 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 21:58:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:52.616 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 21:58:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:52.616 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 21:58:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 21:58:52.616 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 21:58:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:52.616 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 21:58:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:52.616 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 21:58:52.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 21:58:52.617 DEBUG [WorkbenchTestable][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 21:58:52.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:52.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:52.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:52.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:52.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:52.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:58:52.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:58:52.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 21:58:52.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 21:58:52.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:52.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 21:58:52.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:52.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 21:58:52.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 21:58:52.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 21:58:52.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:52.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 21:58:52.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:52.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 21:58:52.618 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 21:58:52.619 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 21:58:52.619 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 21:58:52.627 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 21:58: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.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) 21:58:52.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:52.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:52.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:52.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:52.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:52.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:53.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:53.129 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:") 21:58:53.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:53.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:53.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:53.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:53.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:58:53.131 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:58:53.131 INFO [WorkbenchTestable][AbstractText] Text set to: Server 1 21:58:53.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 21:58:53.133 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 21:58:53.133 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 21:58:53.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 21:58:53.633 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 21:58:53.633 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 21:58:53.633 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) 21:58:53.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:53.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:53.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:53.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:53.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:53.637 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:58:53.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:53.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:53.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:53.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:53.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:58:54.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:58:54.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:54.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:54.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:54.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:54.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.149 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:58:54.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:54.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:54.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:54.150 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:54.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:58:54.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:54.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:54.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:54.157 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:54.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:54.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:54.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:58:54.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:54.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:54.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 1... 21:58:54.162 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:54.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:54.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:54.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:54.163 DEBUG [WorkbenchTestable][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 21:58:54.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:54.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:54.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:54.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:54.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:54.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:54.176 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:54.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:58:54.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:54.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:54.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:54.178 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:54.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:54.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:54.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:58:54.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:54.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:54.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 1 finished successfully 21:58:54.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.182 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:58:54.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:54.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:54.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:54.184 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:54.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') 21:58:54.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:54.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:54.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:54.194 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:54.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:54.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:54.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:58:54.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:54.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:54.195 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:54.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:54.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:54.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:54.196 DEBUG [WorkbenchTestable][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 21:58:54.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:54.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:54.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:54.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:54.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:54.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:54.198 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:54.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') 21:58:54.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:54.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:54.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:54.199 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:54.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:54.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:54.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:58:54.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:54.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:54.201 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:58:54.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:54.208 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:58:54.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:54.208 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:58:54.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:54.208 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:58:54.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:54.209 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:58:54.209 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:54.209 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:58:54.209 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:54.209 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:58:54.209 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:54.209 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:58:54.209 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:54.209 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:58:54.209 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:54.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:54.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:54.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:54.210 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:54.210 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'File' 21:58:54.210 DEBUG [main][MenuItemLookup] Item match:File 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'Revert' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'Move...' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:54.210 DEBUG [main][MenuItemLookup] Found menu:'Import...' 21:58:54.210 DEBUG [main][MenuItemLookup] Item match:Import... 21:58:54.211 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 21:58:54.211 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 21:58:54.211 INFO [main][MenuItemHandler] Select menu item: &Import... 21:58:54.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:58:54.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:58:54.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:58:54.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:54.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:54.261 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:58:54.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:54.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 21:58:54.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:54.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:54.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:54.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:58:54.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:58:54.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 21:58:54.263 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:58:54.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:54.263 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:58:54.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:54.263 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:58:54.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 21:58:54.263 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 21:58:54.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:54.263 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 21:58:54.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:54.263 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 21:58:54.263 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 21:58:54.263 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 21:58:54.263 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 21:58:54.263 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 21:58:54.264 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:58:54.264 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 21:58:54.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 21:58:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:54.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:54.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:54.264 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 21:58:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:54.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:54.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:54.290 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 21:58:54.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:54.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:54.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:58:54.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:54.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:54.303 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 21:58:54.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:54.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 21:58:54.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 21:58:54.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 21:58:54.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:54.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:54.303 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:58:54.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:54.303 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' 21:58:54.303 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:") 21:58:54.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:54.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:54.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:54.304 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 21:58:54.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:54.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:54.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:54.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:54.305 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 21:58:54.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:54.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 21:58:54.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 21:58:54.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:54.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 21:58:54.320 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 21:58:54.321 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") 21:58:54.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:54.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:54.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:54.334 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 21:58:54.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:54.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:54.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:54.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:54.351 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 21:58:54.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:54.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:54.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:54.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 21:58:54.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 21:58:54.354 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 21:58:54.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 "Select All") 21:58:54.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:54.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:54.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:54.369 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 21:58:54.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:54.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:54.369 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:54.369 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:54.369 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 21:58:54.369 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 21:58:54.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 21:58:54.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:54.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:54.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:58:54.371 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:58:54.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:58:54.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:58:54.371 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:58:54.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:54.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:58:54.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:58:54.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:54.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:58:54.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:58:54.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:58:54.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:54.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:54.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:54.885 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:58:54.885 INFO [WorkbenchTestable][RequirementsRunner] Started test: getModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:58:54.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:58:54.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:58:54.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:58:54.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:58:54.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:54.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:54.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:54.887 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:54.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') 21:58:54.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:54.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:54.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:54.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:54.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:54.888 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:54.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:54.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:54.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:58:54.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:54.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:54.890 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 21:58:54.890 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 21:58:54.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:55.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:55.390 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 21:58:55.390 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 21:58:55.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:55.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:55.891 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 21:58:55.892 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:55.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:55.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:55.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:55.893 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:55.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:55.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:55.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:55.893 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 21:58:55.893 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 21:58:55.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:56.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:56.394 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 21:58:56.394 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 21:58:56.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:58:56.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:58:56.895 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 21:58:56.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:56.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:56.897 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:58:56.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:56.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:56.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:56.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:56.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:56.898 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:56.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:58:56.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:56.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:56.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:56.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:56.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:56.900 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:56.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:56.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:56.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:58:56.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:56.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:56.901 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:56.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:56.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:56.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:56.902 DEBUG [WorkbenchTestable][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 21:58:56.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:56.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:56.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:56.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:56.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:56.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:56.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:56.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:56.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:56.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:56.904 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:56.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 '\*?\QServers\E') 21:58:56.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:56.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:56.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:56.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:56.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:56.905 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:56.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:56.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:56.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:58:56.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:56.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:56.906 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 21:58:56.906 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:56.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:56.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:56.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:56.907 DEBUG [WorkbenchTestable][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 21:58:56.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:56.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:56.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:56.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:56.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:58:56.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:56.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:56.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:56.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:56.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:56.909 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:58:56.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:58:56.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:58:56.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:58:56.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:58:56.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:58:56.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:58:56.917 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:56.917 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:56.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:56.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:58:56.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:56.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:56.919 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 21:58:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 21:58:57.419 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 21:58:57.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:57.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:57.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:58:57.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:58:57.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:58:57.421 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:58:57.421 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:58:57.421 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:58:57.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:58:57.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:58:57.421 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:58:57.421 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:58:57.421 INFO [WorkbenchTestable][RequirementsRunner] Started test: restartInProfile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:58:57.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:58:57.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:58:57.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:58:57.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:58:57.421 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:57.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:57.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:57.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:58:57.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:58:57.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:58:57.423 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 21:58:57.423 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 21:58:57.423 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 21:58:57.439 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 21:58:57.440 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:57.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:57.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:57.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:57.440 INFO [WorkbenchTestable][AbstractServer] Start server in profiling mode 'Server 1' 21:58:57.440 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:57.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:57.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:57.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:57.441 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:57.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:57.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:57.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:57.441 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Profile on server Server 1 21:58:57.442 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:57.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:57.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:57.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:57.443 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 21:58:57.443 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 21:58:57.444 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 21:58:57.447 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 21:58:57.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:57.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:58:57.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:57.462 DEBUG [main][MenuItemLookup] Found menu:'New' 21:58:57.462 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:58:57.462 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:58:57.462 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:57.462 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:58:57.462 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:58:57.462 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:58:57.462 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:58:57.462 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:57.462 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 21:58:57.462 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 21:58:57.462 DEBUG [main][MenuItemLookup] Found menu:'Profile' 21:58:57.462 DEBUG [main][MenuItemLookup] Item match:Profile 21:58:57.462 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Pro&file" 21:58:57.462 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Profile 21:58:57.462 INFO [main][MenuItemHandler] Select menu item: Pro&file 21:58:57.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile... 21:58:57.470 DEBUG [Worker-5: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 21:58:58.479 DEBUG [Worker-5: Starting Server 1][AbstractWait] Wait for 1 seconds 21:58:59.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile finished successfully 21:58:59.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling... 21:58:59.968 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:59.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:59.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:59.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:59.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling finished successfully 21:58:59.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:58:59.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:58:59.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:58:59.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:58:59.970 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:59.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:59.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:59.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:59.971 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'PROFILING' 21:58:59.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:59.971 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:59.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:59.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:59.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:59.971 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 21:58:59.971 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 21:58:59.972 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 21:58:59.977 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 21:58:59.977 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:59.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:59.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:59.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:59.978 INFO [WorkbenchTestable][AbstractServer] Restart server in profile 'Server 1' 21:58:59.978 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:59.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:59.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:59.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:59.978 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:59.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:59.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:59.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:59.979 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Restart in Profile on server Server 1 21:58:59.979 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:58:59.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:58:59.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:58:59.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:58:59.979 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 21:58:59.979 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 21:58:59.979 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 21:58:59.982 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 21:58:59.982 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:58:59.983 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:58:59.983 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:58:59.994 DEBUG [main][MenuItemLookup] Found menu:'New' 21:58:59.994 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:58:59.995 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:58:59.995 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:59.995 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:58:59.995 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:58:59.995 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:58:59.995 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:58:59.995 DEBUG [main][MenuItemLookup] Found menu:'' 21:58:59.995 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 21:58:59.995 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 21:58:59.995 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 21:58:59.995 DEBUG [main][MenuItemLookup] Item match:Restart in Profile 21:58:59.995 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Restart in Profile" 21:58:59.995 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart in Profile 21:58:59.995 INFO [main][MenuItemHandler] Select menu item: Restart in Profile 21:58:59.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile... 21:58:59.996 DEBUG [Worker-9: Stopping Server 1][AbstractWait] Wait for 1 seconds 21:59:01.002 DEBUG [Worker-1: Starting Server 1][AbstractWait] Wait for 1 seconds 21:59:02.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile finished successfully 21:59:02.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling... 21:59:02.497 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:02.497 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:02.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:02.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:02.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling finished successfully 21:59:02.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:02.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:02.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:02.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:02.498 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:02.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:02.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:02.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:02.499 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'PROFILING' 21:59:02.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:02.499 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:02.499 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:02.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:02.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:02.500 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:02.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:02.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:02.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:02.500 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 21:59:02.500 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 21:59:02.501 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 21:59:02.504 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 21:59:02.504 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:02.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:02.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:02.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:02.505 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 21:59:02.505 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:02.505 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:02.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:02.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:02.506 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:02.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:02.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:02.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:02.506 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 21:59:02.506 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:02.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:02.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:02.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:02.509 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 21:59:02.509 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 21:59:02.509 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 21:59:02.512 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 21:59:02.512 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:02.512 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:02.512 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:02.521 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:02.521 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:02.521 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:02.521 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:02.521 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:02.521 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:02.521 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:02.521 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:02.521 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:02.521 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 21:59:02.521 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 21:59:02.521 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 21:59:02.521 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 21:59:02.521 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 21:59:02.521 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 21:59:02.521 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 21:59:02.521 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 21:59:02.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 21:59:02.522 DEBUG [Worker-3: Stopping Server 1][AbstractWait] Wait for 1 seconds 21:59:04.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 21:59:04.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 21:59:04.023 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:04.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:04.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:04.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:04.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 21:59:04.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:04.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:04.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:04.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:04.024 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:04.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:04.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:04.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:04.024 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 21:59:04.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:04.025 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:04.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:04.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:04.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:04.025 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 21:59:04.025 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 21:59:04.025 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 21:59:04.028 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 21:59:04.029 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:04.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:04.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:04.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:04.029 INFO [WorkbenchTestable][AbstractServer] Restart server in profile 'Server 1' 21:59:04.029 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:04.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:04.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:04.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:04.030 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:04.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:04.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:04.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:04.031 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:04.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:04.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:04.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:04.031 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 21:59:04.031 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:04.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:04.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:04.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:04.532 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:04.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:05.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:05.033 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:05.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:05.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:05.035 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:05.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:05.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:05.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:05.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:05.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:05.036 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:05.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') 21:59:05.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:05.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:05.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:05.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:05.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:05.045 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:05.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:05.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:05.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:05.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:05.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:05.047 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:05.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:05.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:05.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:05.048 DEBUG [WorkbenchTestable][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 21:59:05.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:05.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:05.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:05.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:05.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:05.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:05.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:05.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:05.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:05.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:05.050 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:05.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:05.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:05.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:05.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:05.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:05.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:05.051 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:05.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:05.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:05.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:05.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:05.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:05.052 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 21:59:05.052 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:05.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:05.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:05.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:05.053 DEBUG [WorkbenchTestable][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 21:59:05.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:05.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:05.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:05.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:05.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:05.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:05.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:05.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:05.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:05.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:05.062 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:05.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:05.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:05.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:05.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:05.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:05.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:05.063 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:05.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:05.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:05.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:05.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:05.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:05.064 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 21:59:05.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 21:59:05.065 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 21:59:05.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:05.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:05.065 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:05.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:05.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:05.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:05.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:59:05.065 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:59:05.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:05.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:05.065 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restartInProfile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:05.065 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:59:05.065 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete_runningServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:05.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:05.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:59:05.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:59:05.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:59:05.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:05.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:05.067 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:05.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:05.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:05.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:05.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:05.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:05.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:05.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 '\*?\QServers\E') 21:59:05.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:05.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:05.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:05.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:05.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:05.069 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:05.069 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:05.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:05.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:05.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:05.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:05.078 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:05.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:05.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:05.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:05.078 INFO [WorkbenchTestable][ServersView2] Create new server 21:59:05.079 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:05.079 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:05.087 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:05.088 DEBUG [main][MenuItemLookup] Item match:New 21:59:05.088 DEBUG [main][MenuItemLookup] Found menu:'Server' 21:59:05.088 DEBUG [main][MenuItemLookup] Item match:Server 21:59:05.088 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 21:59:05.088 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 21:59:05.088 INFO [main][MenuItemHandler] Select menu item: Server 21:59:05.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 21:59:05.160 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 21:59:05.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 21:59:05.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:05.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:05.160 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:59:05.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:05.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:05.160 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 21:59:05.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:05.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:05.160 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 21:59:05.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:05.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:05.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 21:59:05.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:05.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:05.161 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 21:59:05.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:05.163 DEBUG [WorkbenchTestable][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 21:59:05.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:05.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:05.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:05.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:05.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:05.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 21:59:05.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 21:59:05.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 21:59:05.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:59:05.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:59:05.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 21:59:05.165 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 21:59:05.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:05.166 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 21:59:05.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:05.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 21:59:05.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 21:59:05.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 21:59:05.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:05.166 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 21:59:05.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:05.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 21:59:05.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 21:59:05.166 DEBUG [WorkbenchTestable][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 21:59:05.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:05.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:05.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:05.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:05.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:05.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:59:05.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:59:05.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 21:59:05.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 21:59:05.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:05.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 21:59:05.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:05.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 21:59:05.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 21:59:05.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 21:59:05.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:05.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 21:59:05.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:05.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 21:59:05.167 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 21:59:05.167 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 21:59:05.167 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 21:59:05.168 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 21:59:05.169 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) 21:59:05.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:05.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:05.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:05.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:05.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:59:05.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:59:05.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:59:05.670 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:") 21:59:05.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:05.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:05.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:05.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:05.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:59:05.673 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:59:05.673 INFO [WorkbenchTestable][AbstractText] Text set to: Server 2 21:59:05.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 21:59:05.674 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 21:59:05.674 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 21:59:06.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 21:59:06.174 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 21:59:06.174 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 21:59:06.175 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) 21:59:06.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:06.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:06.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:59:06.178 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:59:06.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:59:06.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:59:06.178 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:59:06.178 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:06.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:59:06.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:59:06.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:06.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:06.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:06.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:06.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.683 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:06.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:06.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:06.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:06.685 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:06.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:06.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:06.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:06.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:06.686 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:06.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:06.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:06.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:06.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:06.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:06.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2... 21:59:06.688 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:06.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:06.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:06.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:06.688 DEBUG [WorkbenchTestable][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 21:59:06.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:06.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:06.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:06.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:06.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:06.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:06.690 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:06.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:06.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:06.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:06.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:06.691 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:06.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:06.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:06.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:06.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:06.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:06.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:06.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:06.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:06.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:06.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 '\*?\QServers\E') 21:59:06.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:06.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:06.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:06.696 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:06.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:06.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:06.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:06.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:06.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:06.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2 finished successfully 21:59:06.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.706 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:06.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:06.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:06.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:06.707 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:06.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 '\*?\QServers\E') 21:59:06.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:06.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:06.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:06.708 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:06.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:06.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:06.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:06.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:06.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:06.710 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:06.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:06.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:06.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:06.710 DEBUG [WorkbenchTestable][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 21:59:06.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:06.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:06.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:06.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:06.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:06.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:06.720 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:06.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:06.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:06.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:06.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:06.721 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:06.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:06.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:06.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:06.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:06.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:06.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:06.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:06.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:06.724 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:06.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:06.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:06.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:06.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:06.725 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:06.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:06.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:06.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:06.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:06.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:06.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:06.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:06.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:06.736 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:06.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:06.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:06.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:06.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:06.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:06.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:06.737 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:06.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:06.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:06.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:06.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:06.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:06.739 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 21:59:06.739 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 21:59:06.740 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 21:59:06.743 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 21:59:06.744 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:06.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:06.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:06.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:06.744 INFO [WorkbenchTestable][AbstractServer] Start server Server 2 21:59:06.745 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:06.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:06.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:06.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:06.745 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:06.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:06.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:06.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:06.753 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 2 21:59:06.753 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:06.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:06.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:06.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:06.754 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 21:59:06.754 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 21:59:06.754 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 21:59:06.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 21:59:06.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:06.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:06.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:06.769 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:06.769 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:06.769 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:06.769 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:06.769 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:06.769 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:06.769 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:06.769 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:06.769 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:06.769 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 21:59:06.769 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 21:59:06.769 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 21:59:06.769 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 21:59:06.769 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 21:59:06.769 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 21:59:06.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 21:59:06.771 DEBUG [Worker-0: Publishing to Server 2...][AbstractWait] Wait for 1 seconds 21:59:07.777 DEBUG [Worker-7: Starting Server 2][AbstractWait] Wait for 1 seconds 21:59:09.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 21:59:09.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 21:59:09.272 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:09.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:09.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:09.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:09.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 21:59:09.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:09.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:09.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:09.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:09.273 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:09.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:09.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:09.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:09.274 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 21:59:09.274 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:09.274 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:09.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:09.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:09.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:09.274 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Started, Synchronized] 21:59:09.274 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Started, Synchronized] 21:59:09.275 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Started, Synchronized] about selection 21:59:09.280 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Started, Synchronized] 21:59:09.280 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:09.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:09.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:09.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:09.281 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server 2'. Stop server first: false 21:59:09.281 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:09.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:09.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:09.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:09.282 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:09.282 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:09.290 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:09.290 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:09.290 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:09.290 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:09.290 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:09.290 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:09.290 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:09.290 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:59:09.291 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 21:59:09.291 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:59:09.291 INFO [main][MenuItemHandler] Select menu item: Delete Delete 21:59:09.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 21:59:09.315 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 21:59:09.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 21:59:09.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:09.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:09.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) 21:59:09.315 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:59:09.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:09.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:09.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 21:59:09.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:59:09.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:09.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:09.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:09.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:09.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:59:09.316 INFO [WorkbenchTestable][CheckBox] Select checkbox Stop server(s) before deleting 21:59:09.316 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Stop server(s) before deleting 21:59:09.316 INFO [WorkbenchTestable][AbstractButton] Click button Stop server(s) before deleting 21:59:09.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:59:09.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:59:09.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:59:09.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:09.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 21:59:09.317 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:59:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:09.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 21:59:09.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:59:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:09.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:09.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:09.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:59:09.317 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:59:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:59:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:59:09.317 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:59:09.317 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:09.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:59:09.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:59:09.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:09.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:09.340 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:09.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:09.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:09.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:09.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:09.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:09.342 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:09.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 '\*?\QServers\E') 21:59:09.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:09.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:09.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:09.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:09.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:09.351 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:09.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:09.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:09.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:09.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:09.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:09.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2... 21:59:09.353 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:09.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:09.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:09.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:09.353 DEBUG [WorkbenchTestable][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 21:59:09.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:09.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:09.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:09.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:09.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:09.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:09.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:09.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:09.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:09.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:09.355 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:09.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 '\*?\QServers\E') 21:59:09.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:09.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:09.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:09.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:09.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:09.356 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:09.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:09.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:09.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:09.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:09.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:09.358 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 21:59:09.358 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:09.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:09.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:09.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:09.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 21:59:09.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:09.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:09.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:09.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:09.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:09.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:09.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:09.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:09.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:09.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:09.387 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:09.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 '\*?\QServers\E') 21:59:09.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:09.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:09.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:09.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:09.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:09.395 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:09.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:09.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:09.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:09.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:09.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:09.397 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 21:59:09.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2 finished successfully 21:59:09.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:09.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:59:09.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:09.397 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:09.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:09.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:09.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:09.399 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:09.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:09.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:09.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:09.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:09.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:09.400 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:09.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 '\*?\QServers\E') 21:59:09.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:09.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:09.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:09.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:09.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:09.401 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:09.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:09.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:09.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:09.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:09.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:09.403 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:09.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:09.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:09.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:09.404 DEBUG [WorkbenchTestable][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 21:59:09.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:09.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:09.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:09.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:09.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:09.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:09.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:09.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:09.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:09.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:09.405 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:09.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:09.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:09.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:09.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:09.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:09.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:09.406 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:09.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:09.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:09.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:09.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:09.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:09.408 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:09.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:09.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:09.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:09.409 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:09.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:09.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:09.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:09.409 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 21:59:09.409 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:09.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:09.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:09.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:09.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:09.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:10.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:10.411 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:10.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:10.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:10.413 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:10.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:10.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:10.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:10.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:10.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:10.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:10.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 '\*?\QServers\E') 21:59:10.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:10.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:10.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:10.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:10.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:10.416 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:10.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:10.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:10.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:10.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:10.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:10.417 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:10.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:10.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:10.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:10.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 21:59:10.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:10.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:10.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:10.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:10.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:10.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:10.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:10.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:10.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:10.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:10.420 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:10.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 '\*?\QServers\E') 21:59:10.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:10.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:10.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:10.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:10.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:10.421 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:10.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:10.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:10.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:10.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:10.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:10.422 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 21:59:10.422 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:10.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:10.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:10.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:10.423 DEBUG [WorkbenchTestable][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 21:59:10.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:10.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:10.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:10.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:10.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:10.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:10.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:10.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:10.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:10.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:10.425 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:10.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 '\*?\QServers\E') 21:59:10.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:10.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:10.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:10.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:10.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:10.433 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:10.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:10.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:10.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:10.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:10.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:10.435 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 21:59:10.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 21:59:10.935 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 21:59:10.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:10.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:10.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:10.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:10.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:10.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:10.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:59:10.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:59:10.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:10.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:10.937 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete_runningServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:10.937 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:59:10.937 INFO [WorkbenchTestable][RequirementsRunner] Started test: profile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:10.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:10.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:59:10.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:59:10.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:59:10.937 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:10.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:10.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:10.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:10.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:10.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:10.939 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 21:59:10.939 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 21:59:10.939 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 21:59:10.950 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 21:59:10.950 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:10.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:10.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:10.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:10.951 INFO [WorkbenchTestable][AbstractServer] Start server in profiling mode 'Server 1' 21:59:10.951 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:10.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:10.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:10.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:10.952 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:10.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:10.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:10.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:10.953 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Profile on server Server 1 21:59:10.953 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:10.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:10.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:10.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:10.953 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 21:59:10.953 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 21:59:10.953 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 21:59:10.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 21:59:10.956 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:10.957 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:10.957 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:10.968 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:10.968 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:10.968 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:10.968 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:10.968 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:10.968 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:10.968 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:10.968 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:10.968 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:10.968 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 21:59:10.968 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 21:59:10.968 DEBUG [main][MenuItemLookup] Found menu:'Profile' 21:59:10.968 DEBUG [main][MenuItemLookup] Item match:Profile 21:59:10.968 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Pro&file" 21:59:10.968 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Profile 21:59:10.968 INFO [main][MenuItemHandler] Select menu item: Pro&file 21:59:10.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile... 21:59:10.970 DEBUG [Worker-8: Starting Server 1][AbstractWait] Wait for 1 seconds 21:59:12.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile finished successfully 21:59:12.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling... 21:59:12.470 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:12.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:12.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:12.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:12.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling finished successfully 21:59:12.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:12.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:12.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:12.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:12.471 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:12.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:12.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:12.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:12.472 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'PROFILING' 21:59:12.472 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:12.472 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:12.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:12.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:12.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:12.473 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:12.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:12.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:12.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:12.473 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 21:59:12.473 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 21:59:12.474 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 21:59:12.477 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 21:59:12.477 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:12.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:12.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:12.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:12.478 INFO [WorkbenchTestable][AbstractServer] Start server in profiling mode 'Server 1' 21:59:12.478 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:12.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:12.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:12.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:12.480 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:12.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:12.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:12.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:12.481 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:12.481 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:12.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:12.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:12.481 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 21:59:12.481 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 21:59:12.482 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 21:59:12.485 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 21:59:12.485 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:12.485 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:12.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:12.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:12.485 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 21:59:12.485 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:12.485 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:12.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:12.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:12.486 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:12.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:12.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:12.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:12.487 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 21:59:12.487 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:12.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:12.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:12.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:12.487 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 21:59:12.487 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 21:59:12.487 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 21:59:12.490 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 21:59:12.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:12.491 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:12.491 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:12.502 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:12.502 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:12.502 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:12.502 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:12.502 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:12.502 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:12.502 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:12.502 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:12.502 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:12.502 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 21:59:12.502 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 21:59:12.502 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 21:59:12.502 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 21:59:12.502 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 21:59:12.502 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 21:59:12.502 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 21:59:12.502 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 21:59:12.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 21:59:12.503 DEBUG [Worker-7: Stopping Server 1][AbstractWait] Wait for 1 seconds 21:59:14.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 21:59:14.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 21:59:14.004 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:14.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:14.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:14.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:14.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 21:59:14.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:14.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:14.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:14.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:14.005 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:14.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:14.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:14.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:14.005 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 21:59:14.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:14.006 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:14.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:14.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:14.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:14.006 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 21:59:14.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:14.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:14.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:14.507 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:14.507 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:14.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:15.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:15.007 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:15.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:15.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:15.009 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:15.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:15.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:15.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:15.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:15.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:15.011 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:15.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:15.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:15.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:15.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:15.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:15.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:15.012 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:15.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:15.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:15.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:15.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:15.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:15.015 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:15.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:15.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:15.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:15.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 21:59:15.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:15.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:15.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:15.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:15.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:15.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:15.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:15.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:15.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:15.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:15.019 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:15.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 '\*?\QServers\E') 21:59:15.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:15.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:15.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:15.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:15.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:15.021 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:15.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:15.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:15.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:15.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:15.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:15.023 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 21:59:15.023 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:15.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:15.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:15.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:15.024 DEBUG [WorkbenchTestable][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 21:59:15.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:15.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:15.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:15.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:15.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:15.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:15.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:15.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:15.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:15.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:15.026 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:15.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') 21:59:15.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:15.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:15.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:15.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:15.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:15.035 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:15.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:15.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:15.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:15.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:15.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:15.037 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 21:59:15.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 21:59:15.537 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 21:59:15.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:15.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:15.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:15.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:15.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:15.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:15.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:59:15.538 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:59:15.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:15.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:15.538 INFO [WorkbenchTestable][RequirementsRunner] Finished test: profile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:15.538 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:59:15.538 INFO [WorkbenchTestable][RequirementsRunner] Started test: addAndRemoveModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:15.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:15.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:59:15.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:59:15.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:59:15.539 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:15.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:15.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:15.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:15.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:15.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:15.541 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 21:59:15.541 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 21:59:15.541 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 21:59:15.551 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 21:59:15.551 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 21:59:15.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:15.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:15.560 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:15.560 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:15.560 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:15.560 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:15.560 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:15.560 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:15.560 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:15.560 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:15.560 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:15.560 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 21:59:15.560 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 21:59:15.560 DEBUG [main][MenuItemLookup] Found menu:'Profile' 21:59:15.560 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 21:59:15.560 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 21:59:15.560 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 21:59:15.560 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:15.560 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 21:59:15.560 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 21:59:15.560 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 21:59:15.560 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 21:59:15.560 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 21:59:15.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: "Add and Remove..."] is available.... 21:59:15.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:15.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:15.607 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 21:59:15.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 21:59:15.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:15.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:15.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:15.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:15.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 21:59:15.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:15.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:15.607 TRACE [WorkbenchTestable][ModifyModulesDialog] Shell Add and Remove... is not null and is not disposed 21:59:15.607 INFO [WorkbenchTestable][ModifyModulesDialog] Cancel wizard 21:59:15.607 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) 21:59:15.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:15.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:15.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:15.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:15.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:59:15.608 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 21:59:15.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:59:15.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:59:15.608 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:59:15.608 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:15.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:59:15.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:59:15.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:15.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:59:15.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:59:15.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:15.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:15.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:15.629 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:15.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:15.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:15.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:15.630 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:15.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:15.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:15.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:15.630 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 21:59:15.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:15.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:16.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:16.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:16.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:16.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:16.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:16.632 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:16.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:16.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:16.634 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:16.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:16.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:16.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:16.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:16.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:16.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:16.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:16.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:16.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:16.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:16.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:16.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:16.637 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:16.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:16.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:16.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:16.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:16.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:16.638 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:16.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:16.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:16.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:16.639 DEBUG [WorkbenchTestable][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 21:59:16.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:16.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:16.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:16.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:16.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:16.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:16.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:16.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:16.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:16.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:16.641 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:16.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:16.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:16.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:16.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:16.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:16.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:16.642 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:16.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:16.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:16.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:16.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:16.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:16.643 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 21:59:16.643 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:16.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:16.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:16.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:16.644 DEBUG [WorkbenchTestable][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 21:59:16.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:16.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:16.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:16.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:16.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:16.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:16.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:16.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:16.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:16.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:16.646 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:16.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:16.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:16.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:16.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:16.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:16.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:16.647 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:16.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:16.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:16.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:16.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:16.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:16.655 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 21:59:16.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 21:59:17.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 21:59:17.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:17.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:17.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:17.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:17.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:17.156 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:17.157 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:59:17.157 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:59:17.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:17.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:17.157 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addAndRemoveModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:17.157 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:59:17.157 INFO [WorkbenchTestable][RequirementsRunner] Started test: publish no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:17.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:17.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:59:17.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:59:17.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:59:17.157 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:17.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:17.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:17.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:17.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:17.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:17.159 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 21:59:17.159 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 21:59:17.160 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 21:59:17.163 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 21:59:17.164 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:17.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:17.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:17.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:17.164 INFO [WorkbenchTestable][AbstractServer] Publish server 'Server 1' 21:59:17.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:17.172 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:17.172 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:17.181 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:17.181 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:17.181 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:17.181 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:17.181 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:17.181 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:17.181 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:17.181 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:17.181 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:17.181 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 21:59:17.181 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 21:59:17.181 DEBUG [main][MenuItemLookup] Found menu:'Profile' 21:59:17.181 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 21:59:17.181 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 21:59:17.181 DEBUG [main][MenuItemLookup] Item match:Publish Ctrl+Alt+P 21:59:17.181 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Publish Ctrl+Alt+P" 21:59:17.181 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Publish Ctrl+Alt+P 21:59:17.181 INFO [main][MenuItemHandler] Select menu item: Publish Ctrl+Alt+P 21:59:17.182 DEBUG [Worker-6: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 21:59:17.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished... 21:59:18.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished finished successfully 21:59:18.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized'... 21:59:18.187 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:18.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:18.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:18.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:18.688 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:18.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:18.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:18.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:18.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized' finished successfully 21:59:18.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:18.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:18.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:18.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:18.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:18.689 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:18.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:18.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:18.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:18.691 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:18.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:18.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:18.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:18.692 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:18.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:18.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:18.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:18.693 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 21:59:18.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:18.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:19.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:19.193 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:19.194 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:19.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:19.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:19.694 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:19.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:19.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:19.697 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:19.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:19.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:19.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:19.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:19.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:19.698 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:19.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') 21:59:19.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:19.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:19.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:19.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:19.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:19.700 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:19.700 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:19.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:19.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:19.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:19.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:19.701 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:19.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:19.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:19.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:19.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 21:59:19.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:19.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:19.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:19.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:19.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:19.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:19.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:19.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:19.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:19.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:19.704 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:19.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 '\*?\QServers\E') 21:59:19.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:19.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:19.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:19.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:19.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:19.705 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:19.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:19.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:19.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:19.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:19.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:19.706 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 21:59:19.706 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:19.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:19.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:19.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:19.707 DEBUG [WorkbenchTestable][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 21:59:19.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:19.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:19.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:19.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:19.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:19.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:19.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:19.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:19.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:19.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:19.708 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:19.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:19.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:19.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:19.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:19.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:19.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:19.710 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:19.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:19.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:19.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:19.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:19.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:19.711 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 21:59:19.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 21:59:20.212 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 21:59:20.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:20.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:20.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:20.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:20.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:20.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:20.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:59:20.213 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:59:20.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:20.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:20.213 INFO [WorkbenchTestable][RequirementsRunner] Finished test: publish no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:20.213 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:59:20.213 INFO [WorkbenchTestable][RequirementsRunner] Started test: stop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:20.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:20.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:59:20.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:59:20.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:59:20.214 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:20.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:20.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:20.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:20.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:20.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:20.215 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 21:59:20.215 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 21:59:20.216 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 21:59:20.220 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 21:59:20.220 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:20.220 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:20.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:20.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:20.221 INFO [WorkbenchTestable][AbstractServer] Start server Server 1 21:59:20.221 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:20.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:20.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:20.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:20.221 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:20.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:20.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:20.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:20.222 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 1 21:59:20.222 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:20.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:20.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:20.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:20.222 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 21:59:20.222 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 21:59:20.222 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 21:59:20.226 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 21:59:20.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:20.226 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:20.226 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:20.242 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:20.242 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:20.242 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:20.242 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:20.242 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:20.242 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:20.242 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:20.242 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:20.242 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:20.242 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 21:59:20.242 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 21:59:20.242 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 21:59:20.242 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 21:59:20.242 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 21:59:20.242 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 21:59:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 21:59:20.244 DEBUG [Worker-2: Starting Server 1][AbstractWait] Wait for 1 seconds 21:59:21.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 21:59:21.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 21:59:21.744 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:21.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:21.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:21.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:21.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 21:59:21.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:21.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:21.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:21.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:21.745 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:21.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:21.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:21.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:21.746 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 21:59:21.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:21.746 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:21.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:21.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:21.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:21.747 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 21:59:21.747 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 21:59:21.747 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 21:59:21.750 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 21:59:21.750 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:21.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:21.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:21.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:21.750 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 21:59:21.751 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:21.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:21.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:21.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:21.751 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:21.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:21.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:21.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:21.752 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 21:59:21.752 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:21.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:21.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:21.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:21.753 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 21:59:21.753 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 21:59:21.753 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 21:59:21.756 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 21:59:21.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:21.756 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:21.756 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:21.767 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:21.767 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:21.767 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:21.767 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:21.767 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:21.767 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:21.767 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:21.767 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:21.767 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:21.767 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 21:59:21.767 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 21:59:21.767 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 21:59:21.767 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 21:59:21.767 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 21:59:21.767 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 21:59:21.767 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 21:59:21.767 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 21:59:21.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 21:59:21.768 DEBUG [Worker-2: Stopping Server 1][AbstractWait] Wait for 1 seconds 21:59:23.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 21:59:23.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 21:59:23.269 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:23.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:23.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:23.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:23.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 21:59:23.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:23.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:23.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:23.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:23.270 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:23.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:23.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:23.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:23.270 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 21:59:23.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:23.271 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:23.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:23.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:23.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:23.271 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:23.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:23.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:23.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:23.272 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 21:59:23.272 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 21:59:23.272 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 21:59:23.275 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 21:59:23.275 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:23.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:23.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:23.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:23.276 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 21:59:23.276 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:23.276 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:23.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:23.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:23.276 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:23.276 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:23.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:23.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:23.277 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:23.277 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:23.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:23.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:23.277 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 21:59:23.277 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:23.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:23.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:23.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:23.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:23.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:24.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:24.279 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:24.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:24.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:24.281 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:24.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:24.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:24.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:24.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:24.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:24.283 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:24.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') 21:59:24.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:24.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:24.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:24.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:24.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:24.284 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:24.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:24.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:24.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:24.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:24.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:24.285 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:24.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:24.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:24.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:24.286 DEBUG [WorkbenchTestable][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 21:59:24.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:24.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:24.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:24.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:24.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:24.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:24.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:24.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:24.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:24.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:24.288 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:24.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') 21:59:24.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:24.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:24.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:24.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:24.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:24.289 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:24.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:24.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:24.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:24.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:24.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:24.290 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 21:59:24.291 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:24.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:24.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:24.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:24.291 DEBUG [WorkbenchTestable][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 21:59:24.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:24.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:24.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:24.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:24.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:24.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:24.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:24.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:24.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:24.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:24.300 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:24.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:24.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:24.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:24.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:24.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:24.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:24.301 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:24.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:24.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:24.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:24.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:24.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:24.303 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 21:59:24.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 21:59:24.804 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 21:59:24.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:24.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:24.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:24.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:24.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:24.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:24.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:59:24.805 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:59:24.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:24.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:24.805 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:24.805 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:59:24.805 INFO [WorkbenchTestable][RequirementsRunner] Started test: clean no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:24.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:24.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:59:24.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:59:24.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:59:24.805 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:24.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:24.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:24.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:24.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:24.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:24.807 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 21:59:24.807 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 21:59:24.807 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 21:59:24.817 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 21:59:24.818 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:24.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:24.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:24.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:24.819 INFO [WorkbenchTestable][AbstractServer] Clean server 'Server 1' 21:59:24.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:24.819 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:24.819 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:24.829 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:24.829 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:24.829 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:24.829 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:24.829 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:24.829 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:24.829 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:24.829 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:24.829 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:24.829 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 21:59:24.829 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 21:59:24.829 DEBUG [main][MenuItemLookup] Found menu:'Profile' 21:59:24.829 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 21:59:24.829 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 21:59:24.829 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 21:59:24.829 DEBUG [main][MenuItemLookup] Item match:Clean... 21:59:24.829 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Clean..." 21:59:24.829 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Clean... 21:59:24.829 INFO [main][MenuItemHandler] Select menu item: &Clean... 21:59:24.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 21:59:24.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 21:59:24.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 21:59:24.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:24.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:24.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") 21:59:24.851 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:59:24.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:24.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:24.851 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 21:59:24.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:59:24.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:24.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:24.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:24.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:24.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:59:24.852 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:59:24.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:59:24.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:59:24.852 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:59:24.852 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:24.859 DEBUG [Worker-4: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 21:59:24.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:59:24.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:59:24.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished... 21:59:25.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished finished successfully 21:59:25.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized'... 21:59:25.878 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:25.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:25.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:25.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:26.379 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:26.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:26.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:26.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:26.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized' finished successfully 21:59:26.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:26.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:26.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:26.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:26.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:26.381 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:26.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:26.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:26.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:26.381 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:26.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:26.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:26.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:26.382 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:26.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:26.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:26.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:26.383 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 21:59:26.383 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:26.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:26.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:26.883 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:26.884 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:26.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:27.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:27.385 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:27.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:27.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:27.387 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:27.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:27.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:27.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:27.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:27.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:27.396 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:27.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 '\*?\QServers\E') 21:59:27.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:27.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:27.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:27.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:27.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:27.397 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:27.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:27.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:27.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:27.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:27.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:27.399 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:27.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:27.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:27.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:27.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 21:59:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:27.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:27.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:27.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:27.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:27.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:27.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:27.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:27.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:27.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:27.401 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:27.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') 21:59:27.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:27.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:27.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:27.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:27.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:27.403 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:27.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:27.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:27.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:27.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:27.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:27.404 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 21:59:27.404 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:27.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:27.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:27.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:27.405 DEBUG [WorkbenchTestable][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 21:59:27.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:27.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:27.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:27.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:27.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:27.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:27.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:27.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:27.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:27.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:27.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:27.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 '\*?\QServers\E') 21:59:27.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:27.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:27.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:27.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:27.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:27.415 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:27.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:27.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:27.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:27.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:27.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:27.417 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 21:59:27.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 21:59:27.917 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 21:59:27.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:27.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:27.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:27.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:27.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:27.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:27.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:59:27.919 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:59:27.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:27.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:27.919 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clean no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:27.919 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:59:27.919 INFO [WorkbenchTestable][RequirementsRunner] Started test: debug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:27.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:27.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:59:27.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:59:27.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:59:27.919 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:27.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:27.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:27.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:27.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:27.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:27.921 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 21:59:27.921 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 21:59:27.922 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 21:59:27.931 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 21:59:27.932 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:27.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:27.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:27.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:27.933 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 21:59:27.933 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:27.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:27.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:27.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:27.933 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:27.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:27.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:27.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:27.934 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Debug on server Server 1 21:59:27.934 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:27.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:27.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:27.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:27.934 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 21:59:27.934 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 21:59:27.935 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 21:59:27.938 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 21:59:27.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:27.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:27.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:27.948 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:27.948 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:27.948 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:27.948 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:27.948 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:27.948 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:27.948 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:27.948 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:27.948 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:27.948 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 21:59:27.948 DEBUG [main][MenuItemLookup] Item match:Debug Ctrl+Alt+D 21:59:27.948 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Debug Ctrl+Alt+D" 21:59:27.948 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Ctrl+Alt+D 21:59:27.948 INFO [main][MenuItemHandler] Select menu item: &Debug Ctrl+Alt+D 21:59:27.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 21:59:27.950 DEBUG [Worker-8: Starting Server 1][AbstractWait] Wait for 1 seconds 21:59:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 21:59:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 21:59:29.450 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:29.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:29.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:29.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:29.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 21:59:29.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:29.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:29.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:29.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:29.452 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:29.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:29.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:29.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:29.452 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 21:59:29.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:29.453 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:29.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:29.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:29.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:29.453 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:29.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:29.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:29.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:29.454 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 21:59:29.454 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 21:59:29.454 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 21:59:29.456 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 21:59:29.457 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:29.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:29.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:29.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:29.457 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 21:59:29.458 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:29.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:29.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:29.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:29.458 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:29.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:29.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:29.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:29.459 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:29.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:29.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:29.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:29.459 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 21:59:29.459 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 21:59:29.459 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 21:59:29.465 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 21:59:29.465 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:29.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:29.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:29.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:29.466 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 21:59:29.466 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:29.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:29.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:29.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:29.466 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:29.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:29.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:29.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:29.467 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 21:59:29.467 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:29.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:29.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:29.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:29.467 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 21:59:29.467 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 21:59:29.467 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 21:59:29.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 21:59:29.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:29.471 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:29.471 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:29.481 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:29.481 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:29.481 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:29.481 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:29.481 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:29.481 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:29.481 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:29.481 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:29.481 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:29.481 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 21:59:29.481 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 21:59:29.481 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 21:59:29.481 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 21:59:29.481 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 21:59:29.481 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 21:59:29.481 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 21:59:29.482 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 21:59:29.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 21:59:29.482 DEBUG [Worker-10: Stopping Server 1][AbstractWait] Wait for 1 seconds 21:59:30.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 21:59:30.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 21:59:30.487 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:30.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:30.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:30.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:30.989 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:30.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:30.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:30.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:30.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 21:59:30.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:30.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:30.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:30.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:30.990 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:30.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:30.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:30.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:30.991 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 21:59:30.991 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:30.991 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:30.991 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:30.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:30.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:30.991 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 21:59:30.991 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:30.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:31.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:31.492 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:31.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:31.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:31.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:31.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:31.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:31.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:31.995 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:31.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:31.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:31.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:31.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:31.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:31.996 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:31.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') 21:59:31.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:31.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:31.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:31.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:31.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:31.997 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:31.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:31.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:31.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:31.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:31.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:31.999 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:31.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:31.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:31.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:31.999 DEBUG [WorkbenchTestable][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 21:59:31.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:31.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:31.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:32.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:32.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:32.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:32.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:32.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:32.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:32.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:32.001 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:32.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') 21:59:32.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:32.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:32.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:32.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:32.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:32.003 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:32.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:32.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:32.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:32.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:32.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:32.004 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 21:59:32.004 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:32.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:32.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:32.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:32.005 DEBUG [WorkbenchTestable][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 21:59:32.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:32.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:32.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:32.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:32.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:32.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:32.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:32.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:32.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:32.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:32.007 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:32.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:32.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:32.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:32.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:32.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:32.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:32.008 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:32.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:32.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:32.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:32.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:32.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:32.016 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 21:59:32.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 21:59:32.517 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 21:59:32.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:32.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:32.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:32.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:32.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:32.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:32.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:59:32.518 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:59:32.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:32.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:32.518 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:32.518 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:59:32.518 INFO [WorkbenchTestable][RequirementsRunner] Started test: start no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:32.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:32.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:59:32.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:59:32.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:59:32.518 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:32.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:32.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:32.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:32.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:32.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:32.520 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 21:59:32.520 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 21:59:32.521 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 21:59:32.530 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 21:59:32.531 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:32.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:32.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:32.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:32.531 INFO [WorkbenchTestable][AbstractServer] Start server Server 1 21:59:32.532 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:32.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:32.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:32.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:32.532 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:32.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:32.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:32.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:32.533 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 1 21:59:32.533 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:32.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:32.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:32.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:32.533 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 21:59:32.533 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 21:59:32.533 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 21:59:32.536 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 21:59:32.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:32.537 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:32.537 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:32.548 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:32.548 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:32.548 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:32.548 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:32.548 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:32.548 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:32.548 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:32.548 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:32.548 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:32.548 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 21:59:32.548 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 21:59:32.548 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 21:59:32.548 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 21:59:32.548 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 21:59:32.548 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 21:59:32.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 21:59:32.550 DEBUG [Worker-2: Starting Server 1][AbstractWait] Wait for 1 seconds 21:59:34.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 21:59:34.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 21:59:34.050 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:34.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:34.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:34.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:34.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 21:59:34.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:34.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:34.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:34.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:34.051 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:34.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:34.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:34.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:34.052 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 21:59:34.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:34.052 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:34.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:34.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:34.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:34.053 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:34.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:34.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:34.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:34.053 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 21:59:34.053 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 21:59:34.054 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 21:59:34.059 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 21:59:34.059 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:34.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:34.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:34.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:34.060 INFO [WorkbenchTestable][AbstractServer] Start server Server 1 21:59:34.060 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:34.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:34.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:34.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:34.061 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:34.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:34.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:34.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:34.061 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:34.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:34.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:34.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:34.062 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 21:59:34.062 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 21:59:34.062 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 21:59:34.065 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 21:59:34.065 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:34.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:34.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:34.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:34.066 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 21:59:34.066 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:34.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:34.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:34.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:34.067 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:34.067 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:34.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:34.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:34.067 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 21:59:34.067 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:34.067 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:34.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:34.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:34.068 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 21:59:34.068 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 21:59:34.068 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 21:59:34.071 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 21:59:34.071 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:34.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:34.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:34.082 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:34.082 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:34.082 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:34.082 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:34.082 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:34.082 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:34.082 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:34.082 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:34.082 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:34.082 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 21:59:34.082 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 21:59:34.082 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 21:59:34.082 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 21:59:34.082 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 21:59:34.082 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 21:59:34.082 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 21:59:34.082 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 21:59:34.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 21:59:34.082 DEBUG [Worker-4: Stopping Server 1][AbstractWait] Wait for 1 seconds 21:59:35.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 21:59:35.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 21:59:35.584 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:35.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:35.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:35.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:35.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 21:59:35.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:35.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:35.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:35.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:35.585 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:35.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:35.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:35.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:35.586 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 21:59:35.586 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:35.586 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:35.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:35.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:35.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:35.586 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 21:59:35.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:35.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:36.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:36.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:36.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:36.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:36.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:36.588 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:36.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:36.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:36.590 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:36.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:36.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:36.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:36.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:36.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:36.591 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:36.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 '\*?\QServers\E') 21:59:36.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:36.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:36.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:36.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:36.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:36.593 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:36.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:36.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:36.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:36.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:36.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:36.594 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:36.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:36.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:36.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:36.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 21:59:36.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:36.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:36.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:36.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:36.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:36.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:36.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:36.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:36.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:36.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:36.597 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59:36.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:36.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:36.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:36.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:36.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:36.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:36.598 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:36.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:36.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:36.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:36.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:36.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:36.599 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 21:59:36.599 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:36.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:36.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:36.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:36.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 21:59:36.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:36.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:36.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:36.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:36.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:36.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:36.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:36.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:36.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:36.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:36.602 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 21:59: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 '\*?\QServers\E') 21:59:36.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:36.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:36.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:36.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:36.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:36.610 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:36.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:36.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:36.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:36.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:36.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:36.611 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 21:59:36.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 21:59:37.112 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 21:59:37.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:37.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:37.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 21:59:37.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:37.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:37.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:37.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:59:37.113 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:59:37.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:37.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:37.114 INFO [WorkbenchTestable][RequirementsRunner] Finished test: start no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:37.114 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:59:37.114 INFO [WorkbenchTestable][RequirementsRunner] Started test: openServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:37.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:37.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:59:37.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:59:37.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:59:37.114 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:37.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:37.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:37.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 21:59:37.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:37.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:37.115 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 21:59:37.115 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 21:59:37.116 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 21:59:37.126 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 21:59:37.126 INFO [WorkbenchTestable][AbstractServer] Open server's editor 21:59:37.126 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:37.126 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:37.136 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:37.136 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:37.136 DEBUG [main][MenuItemLookup] Item match:Open F3 21:59:37.136 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open F3" 21:59:37.136 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open F3 21:59:37.136 INFO [main][MenuItemHandler] Select menu item: Open F3 21:59:37.237 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:37.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:37.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:37.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:37.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3197e386 is found... 21:59:37.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3197e386 is found finished successfully 21:59:37.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServer 1\E') 21:59:37.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:37.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:37.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:37.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:37.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:37.255 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Server 1 21:59:37.262 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:37.262 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:37.262 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 21:59:37.262 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 21:59:37.264 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:37.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:37.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:37.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:37.280 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:37.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:37.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:37.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:37.281 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:37.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:37.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:37.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:37.281 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 21:59:37.281 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:37.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:37.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:37.782 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:37.782 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:37.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:38.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:38.283 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:38.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:38.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:38.286 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:38.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:38.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:38.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:38.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:38.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:38.290 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:38.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 '\*?\QServers\E') 21:59:38.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:38.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:38.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:38.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:38.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:38.293 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:38.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:38.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:38.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:38.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:38.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:38.295 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:38.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:38.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:38.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:38.303 DEBUG [WorkbenchTestable][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 21:59:38.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:38.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:38.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:38.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:38.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:38.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:38.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:38.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:38.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:38.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:38.307 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:38.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 '\*?\QServers\E') 21:59:38.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:38.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:38.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:38.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:38.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:38.310 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:38.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:38.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:38.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:38.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:38.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:38.312 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 21:59:38.312 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:38.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:38.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:38.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:38.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 21:59:38.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:38.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:38.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:38.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:38.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:38.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:38.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:38.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:38.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:38.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:38.325 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:38.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') 21:59:38.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:38.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:38.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:38.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:38.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:38.328 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:38.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:38.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:38.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:38.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:38.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:38.338 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 21:59:38.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 21:59:38.838 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 21:59:38.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:38.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:38.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:38.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:38.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:38.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:38.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:59:38.839 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:59:38.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:38.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:38.840 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:38.840 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:59:38.840 INFO [WorkbenchTestable][RequirementsRunner] Started test: restartInDebug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:38.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:38.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:59:38.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:59:38.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:59:38.840 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:38.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:38.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:38.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:38.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:38.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:38.842 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 21:59:38.842 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 21:59:38.843 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 21:59:38.856 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 21:59:38.856 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:38.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:38.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:38.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:38.857 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 21:59:38.857 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:38.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:38.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:38.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:38.858 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:38.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:38.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:38.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:38.858 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Debug on server Server 1 21:59:38.858 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:38.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:38.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:38.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:38.858 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 21:59:38.858 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 21:59:38.859 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 21:59:38.863 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 21:59:38.863 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:38.863 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:38.863 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:38.874 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:38.874 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:38.874 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:38.874 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:38.874 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:38.874 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:38.874 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:38.874 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:38.874 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:38.874 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 21:59:38.874 DEBUG [main][MenuItemLookup] Item match:Debug Ctrl+Alt+D 21:59:38.874 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Debug Ctrl+Alt+D" 21:59:38.874 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Ctrl+Alt+D 21:59:38.874 INFO [main][MenuItemHandler] Select menu item: &Debug Ctrl+Alt+D 21:59:38.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 21:59:38.876 DEBUG [Worker-3: Starting Server 1][AbstractWait] Wait for 1 seconds 21:59:40.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 21:59:40.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 21:59:40.376 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:40.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:40.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:40.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:40.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 21:59:40.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:40.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:40.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:40.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:40.378 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:40.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:40.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:40.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:40.379 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 21:59:40.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:40.379 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:40.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:40.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:40.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:40.379 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 21:59:40.379 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 21:59:40.379 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 21:59:40.382 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 21:59:40.383 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:40.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:40.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:40.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:40.384 INFO [WorkbenchTestable][AbstractServer] Restart server in debug 'Server 1' 21:59:40.384 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:40.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:40.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:40.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:40.384 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:40.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:40.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:40.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:40.385 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Restart in Debug on server Server 1 21:59:40.385 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:40.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:40.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:40.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:40.385 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 21:59:40.385 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 21:59:40.385 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 21:59:40.388 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 21:59:40.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:40.389 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:40.389 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:40.399 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:40.399 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:40.399 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:40.399 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:40.399 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:40.399 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:40.400 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:40.400 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:40.400 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:40.400 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 21:59:40.400 DEBUG [main][MenuItemLookup] Item match:Restart in Debug Ctrl+Alt+D 21:59:40.400 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Restart in Debug Ctrl+Alt+D" 21:59:40.400 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart in Debug Ctrl+Alt+D 21:59:40.400 INFO [main][MenuItemHandler] Select menu item: Restart in Debug Ctrl+Alt+D 21:59:40.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 21:59:40.400 DEBUG [Worker-0: Stopping Server 1][AbstractWait] Wait for 1 seconds 21:59:41.406 DEBUG [Worker-4: Starting Server 1][AbstractWait] Wait for 1 seconds 21:59:42.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 21:59:42.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 21:59:42.902 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:42.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:42.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:42.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:42.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 21:59:42.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:42.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:42.903 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:42.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:42.903 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:42.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:42.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:42.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:42.904 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 21:59:42.904 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:42.904 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:42.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:42.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:42.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:42.904 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:42.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:42.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:42.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:42.905 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 21:59:42.905 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 21:59:42.905 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 21:59:42.908 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 21:59:42.908 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:42.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:42.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:42.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:42.909 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 21:59:42.909 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:42.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:42.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:42.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:42.909 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:42.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:42.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:42.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:42.910 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 21:59:42.910 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:42.910 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:42.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:42.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:42.911 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 21:59:42.911 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 21:59:42.911 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 21:59:42.914 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 21:59:42.914 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:42.914 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:42.914 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:42.925 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:42.925 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:42.925 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:42.925 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:42.925 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:42.925 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:42.925 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:42.925 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:42.925 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:42.925 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 21:59:42.925 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 21:59:42.925 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 21:59:42.925 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 21:59:42.925 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 21:59:42.925 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 21:59:42.925 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 21:59:42.925 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 21:59:42.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 21:59:42.925 DEBUG [Worker-8: Stopping Server 1][AbstractWait] Wait for 1 seconds 21:59:43.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 21:59:43.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 21:59:43.930 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:43.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:43.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:43.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:44.432 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:44.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:44.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:44.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:44.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 21:59:44.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:44.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:44.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:44.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:44.433 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:44.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:44.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:44.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:44.434 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 21:59:44.434 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:44.434 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:44.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:44.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:44.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:44.435 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 21:59:44.435 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 21:59:44.435 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 21:59:44.438 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 21:59:44.438 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:44.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:44.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:44.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:44.439 INFO [WorkbenchTestable][AbstractServer] Restart server in debug 'Server 1' 21:59:44.439 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:44.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:44.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:44.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:44.440 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:44.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:44.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:44.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:44.440 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:44.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:44.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:44.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:44.441 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 21:59:44.441 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:44.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:44.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:44.941 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:44.942 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 21:59:44.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:45.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:45.443 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 21:59:45.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:45.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:45.446 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:45.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:45.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:45.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:45.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:45.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:45.449 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:45.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 '\*?\QServers\E') 21:59:45.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:45.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:45.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:45.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:45.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:45.453 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:45.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:45.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:45.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:45.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:45.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:45.454 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:45.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:45.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:45.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:45.455 DEBUG [WorkbenchTestable][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 21:59:45.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:45.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:45.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:45.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:45.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:45.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:45.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:45.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:45.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:45.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:45.458 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:45.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 '\*?\QServers\E') 21:59:45.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:45.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:45.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:45.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:45.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:45.462 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:45.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:45.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:45.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:45.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:45.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:45.463 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 21:59:45.463 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:45.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:45.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:45.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:45.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 21:59:45.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:45.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:45.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:45.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:45.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:45.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:45.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:45.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:45.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:45.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:45.476 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:45.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:45.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:45.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:45.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:45.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:45.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:45.479 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:45.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:45.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:45.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:45.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:45.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:45.481 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 21:59:45.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 21:59:45.981 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 21:59:45.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:45.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:45.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:45.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:45.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:45.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:45.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:59:45.982 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:59:45.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:45.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:45.982 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restartInDebug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:45.982 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:59:45.983 INFO [WorkbenchTestable][RequirementsRunner] Started test: getModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:45.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:45.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:59:45.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:59:45.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:59:45.983 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:45.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:45.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:45.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:45.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:45.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:45.984 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 21:59:45.984 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 21:59:45.985 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 21:59:45.989 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 21:59:45.989 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 21:59:45.989 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:45.989 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:46.007 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:46.007 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:46.007 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:46.007 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:46.007 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:46.007 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:46.007 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:46.007 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:46.007 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:46.007 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 21:59:46.007 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 21:59:46.007 DEBUG [main][MenuItemLookup] Found menu:'Profile' 21:59:46.007 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 21:59:46.007 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 21:59:46.007 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 21:59:46.007 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:46.007 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 21:59:46.007 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 21:59:46.007 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 21:59:46.007 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 21:59:46.007 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 21:59:46.053 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.... 21:59:46.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:46.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:46.053 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 21:59:46.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 21:59:46.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:46.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:46.055 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 >>") 21:59:46.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:46.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:46.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:46.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:46.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:59:46.055 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 21:59:46.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:59:46.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:59:46.055 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:59:46.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:46.057 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 21:59:46.057 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) 21:59:46.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:46.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:46.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:46.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:46.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:59:46.064 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:59:46.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:59:46.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:59:46.064 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:59:46.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:46.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:59:46.066 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 21:59:46.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:59:46.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:46.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:59:46.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 21:59:46.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:46.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:46.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:46.567 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:46.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:46.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:46.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:46.568 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 21:59:46.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 21:59:46.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:46.568 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 21:59:46.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:46.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 21:59:46.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 21:59:46.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:46.569 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 21:59:46.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:46.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 21:59:46.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:46.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:46.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:46.570 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:46.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:46.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:46.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:46.571 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 21:59:46.571 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 21:59:46.571 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 21:59:46.575 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 21:59:46.576 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:46.576 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:46.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:46.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:46.577 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 21:59:46.577 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 21:59:46.577 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 21:59:46.582 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 21:59:46.583 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:46.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:46.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:46.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:46.583 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 21:59:46.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 21:59:46.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:46.584 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 21:59:46.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:46.584 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 21:59:46.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 21:59:46.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:46.584 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 21:59:46.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:46.584 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 21:59:46.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:46.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:46.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:46.584 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:46.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:46.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:46.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:46.585 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 21:59:46.585 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 21:59:46.585 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 21:59:46.587 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 21:59:46.588 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:46.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:46.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:46.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:46.588 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 21:59:46.588 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 21:59:46.589 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 21:59:46.591 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 21:59:46.591 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:46.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:46.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:46.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:46.592 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 21:59:46.592 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 21:59:46.592 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 21:59:46.595 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 21:59:46.595 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:46.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:46.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:46.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:46.596 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 21:59:46.596 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 21:59:46.596 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 21:59:46.600 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 21:59:46.601 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:46.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:46.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:46.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:46.601 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:46.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:46.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:46.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:46.602 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 21:59:46.602 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 21:59:46.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:46.602 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 21:59:46.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:46.602 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 21:59:46.602 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 21:59:46.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:46.602 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 21:59:46.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:46.602 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 21:59:46.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:46.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:46.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:46.602 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:46.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:46.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:46.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:46.603 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 21:59:46.603 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 21:59:46.603 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 21:59:46.606 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 21:59:46.606 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 21:59:46.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:46.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:46.619 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:46.619 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:46.619 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:46.619 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:46.619 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:46.619 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:46.619 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:46.619 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:46.619 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:46.619 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 21:59:46.619 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 21:59:46.619 DEBUG [main][MenuItemLookup] Found menu:'Profile' 21:59:46.619 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 21:59:46.619 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 21:59:46.619 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 21:59:46.619 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:46.619 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 21:59:46.619 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 21:59:46.619 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 21:59:46.619 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 21:59:46.619 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 21:59:46.664 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.... 21:59:46.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:46.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:46.664 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 21:59:46.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 21:59:46.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:46.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:46.665 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") 21:59:46.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:46.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:46.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:46.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:46.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:59:46.665 INFO [WorkbenchTestable][AbstractButton] Click button << Re&move All 21:59:46.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:59:46.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:59:46.665 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:59:46.665 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:46.667 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 21:59:46.667 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) 21:59:46.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:46.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:46.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:46.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:46.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:59:46.668 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:59:46.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:59:46.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:59:46.668 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:59:46.668 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:46.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 21:59:46.691 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 21:59:46.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 21:59:46.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 21:59:46.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 21:59:46.691 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 21:59:46.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:46.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:46.691 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) 21:59:46.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:46.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:46.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:46.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:46.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:59:46.692 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:59:46.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:59:46.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:59:46.692 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:59:46.692 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:46.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 21:59:46.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 21:59:46.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:59:47.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:59:47.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:47.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 21:59:47.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:47.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:47.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:47.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:47.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:47.218 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:47.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:47.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:47.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:47.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:47.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:47.222 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:47.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:47.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:47.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:47.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:47.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:47.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:47.234 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:47.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:47.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:47.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:47.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:47.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:47.236 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:47.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:47.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:47.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:47.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 21:59:47.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:47.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:47.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:47.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:47.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:47.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:47.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:47.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:47.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:47.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:47.249 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:47.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') 21:59:47.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:47.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:47.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:47.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:47.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:47.253 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:47.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:47.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:47.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:47.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:47.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:47.254 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 21:59:47.254 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:47.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:47.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:47.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:47.255 DEBUG [WorkbenchTestable][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 21:59:47.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:47.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:47.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:47.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:47.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:47.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:47.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:47.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:47.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:47.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:47.267 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:47.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 '\*?\QServers\E') 21:59:47.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:47.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:47.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:47.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:47.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:47.271 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:47.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:47.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:47.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:47.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:47.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:47.272 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 21:59:47.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 21:59:47.773 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 21:59:47.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:47.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:47.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:47.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:47.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:47.774 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:47.774 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:59:47.774 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:59:47.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:47.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:47.775 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:47.775 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:59:47.775 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete_runningServerAndStop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:47.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:47.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:59:47.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:59:47.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:59:47.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:47.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:47.778 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:47.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:47.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:47.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:47.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:47.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:47.781 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:47.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:47.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:47.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:47.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:47.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:47.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:47.784 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:47.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:47.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:47.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:47.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:47.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:47.786 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:47.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:47.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:47.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:47.786 INFO [WorkbenchTestable][ServersView2] Create new server 21:59:47.786 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:47.786 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:47.804 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:47.804 DEBUG [main][MenuItemLookup] Item match:New 21:59:47.805 DEBUG [main][MenuItemLookup] Found menu:'Server' 21:59:47.805 DEBUG [main][MenuItemLookup] Item match:Server 21:59:47.805 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 21:59:47.805 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 21:59:47.805 INFO [main][MenuItemHandler] Select menu item: Server 21:59:47.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 21:59:47.877 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 21:59:47.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 21:59:47.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:47.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:47.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'] 21:59:47.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:47.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:47.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'] 21:59:47.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:47.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:47.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: "New Server"] 21:59:47.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:47.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:47.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 21:59:47.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:47.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:47.879 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 21:59:47.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:47.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.NewServerWizardPage, index 0 and no matchers specified 21:59:47.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:47.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:47.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:47.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:47.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:47.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 21:59:47.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 21:59:47.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 21:59:47.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:59:47.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:59:47.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 21:59:47.882 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 21:59:47.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:47.883 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 21:59:47.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:47.883 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 21:59:47.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 21:59:47.883 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 21:59:47.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:47.883 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 21:59:47.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:47.883 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 21:59:47.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 21:59:47.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 21:59:47.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:47.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:47.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:47.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:47.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:47.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 21:59:47.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 21:59:47.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 21:59:47.884 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 21:59:47.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:47.884 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 21:59:47.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:47.884 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 21:59:47.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 21:59:47.884 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 21:59:47.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:47.884 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 21:59:47.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:47.884 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 21:59:47.884 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 21:59:47.884 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 21:59:47.884 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 21:59:47.885 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 21:59:47.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.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) 21:59:47.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:47.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:47.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:47.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:47.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:59:47.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:59:48.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:59:48.386 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:") 21:59:48.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:48.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:48.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:48.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:48.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 21:59:48.391 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 21:59:48.391 INFO [WorkbenchTestable][AbstractText] Text set to: Server 2 21:59:48.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 21:59:48.391 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 21:59:48.391 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 21:59:48.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 21:59:48.892 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 21:59:48.892 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 21:59:48.892 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) 21:59:48.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:48.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:48.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:48.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:48.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:59:48.896 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 21:59:48.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:59:48.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:59:48.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:59:48.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:48.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 21:59:49.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 21:59:49.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:49.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:49.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:49.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:49.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:49.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:49.406 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:49.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:49.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:49.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:49.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:49.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:49.409 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:49.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:49.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:49.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:49.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:49.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:49.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:49.421 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:49.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:49.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:49.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:49.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:49.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:49.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2... 21:59:49.423 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:49.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:49.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:49.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:49.424 DEBUG [WorkbenchTestable][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 21:59:49.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:49.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:49.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:49.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:49.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:49.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:49.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:49.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:49.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:49.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:49.436 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:49.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 '\*?\QServers\E') 21:59:49.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:49.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:49.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:49.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:49.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:49.440 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:49.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:49.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:49.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:49.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:49.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:49.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:49.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:49.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:49.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:49.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:49.454 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:49.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 '\*?\QServers\E') 21:59:49.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:49.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:49.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:49.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:49.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:49.457 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:49.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:49.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:49.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:49.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:49.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:49.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2 finished successfully 21:59:49.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:49.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:49.472 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:49.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:49.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:49.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:49.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:49.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:49.475 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:49.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:49.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:49.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:49.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:49.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:49.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:49.487 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:49.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:49.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:49.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:49.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:49.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:49.489 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:49.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:49.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:49.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:49.490 DEBUG [WorkbenchTestable][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 21:59:49.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:49.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:49.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:49.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:49.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:49.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:49.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:49.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:49.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:49.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:49.502 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:49.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') 21:59:49.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:49.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:49.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:49.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:49.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:49.506 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:49.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:49.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:49.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:49.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:49.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:49.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:49.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:49.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:49.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:49.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:49.519 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:49.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 '\*?\QServers\E') 21:59:49.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:49.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:49.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:49.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:49.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:49.522 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:49.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:49.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:49.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:49.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:49.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:49.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:49.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:49.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:49.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:49.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:49.536 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:49.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:49.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:49.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:49.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:49.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:49.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:49.539 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:49.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:49.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:49.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:49.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:49.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:49.541 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 21:59:49.541 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 21:59:49.541 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 21:59:49.553 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 21:59:49.553 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:49.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:49.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:49.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:49.554 INFO [WorkbenchTestable][AbstractServer] Start server Server 2 21:59:49.554 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:49.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:49.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:49.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:49.555 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:49.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:49.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:49.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:49.555 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 2 21:59:49.555 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:49.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:49.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:49.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:49.556 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 21:59:49.556 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 21:59:49.556 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 21:59:49.559 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 21:59:49.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:49.561 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:49.561 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:49.571 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:49.571 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:49.571 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:49.571 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:49.571 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:49.571 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:49.571 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:49.571 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:49.571 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:49.571 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 21:59:49.571 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 21:59:49.571 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 21:59:49.571 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 21:59:49.571 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 21:59:49.571 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 21:59:49.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 21:59:49.572 DEBUG [Worker-8: Publishing to Server 2...][AbstractWait] Wait for 1 seconds 21:59:50.581 DEBUG [Worker-8: Starting Server 2][AbstractWait] Wait for 1 seconds 21:59:52.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 21:59:52.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 21:59:52.073 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:52.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:52.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:52.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:52.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 21:59:52.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:52.075 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:52.075 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:52.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:52.075 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:52.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:52.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:52.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:52.076 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 21:59:52.076 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:52.076 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:52.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:52.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:52.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:52.077 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Started, Synchronized] 21:59:52.077 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Started, Synchronized] 21:59:52.077 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Started, Synchronized] about selection 21:59:52.080 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Started, Synchronized] 21:59:52.080 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:52.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:52.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:52.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:52.080 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server 2'. Stop server first: true 21:59:52.080 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:52.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:52.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:52.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:52.081 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:52.081 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:52.090 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:52.090 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:52.090 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:52.090 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:52.090 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:52.090 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:52.090 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:52.090 DEBUG [main][MenuItemLookup] Item match:Delete Delete 21:59:52.090 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 21:59:52.090 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 21:59:52.090 INFO [main][MenuItemHandler] Select menu item: Delete Delete 21:59:52.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 21:59:52.114 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 21:59:52.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 21:59:52.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:52.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:52.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 21:59:52.114 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:59:52.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:52.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:52.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 21:59:52.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:59:52.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:52.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:52.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:52.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:52.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:59:52.115 INFO [WorkbenchTestable][CheckBox] Select checkbox Stop server(s) before deleting 21:59:52.115 DEBUG [WorkbenchTestable][CheckBox] Checkbox Stop server(s) before deleting already selected, no action performed 21:59:52.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 21:59:52.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 21:59:52.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:52.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:52.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 21:59:52.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 21:59:52.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:52.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:52.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:52.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:52.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 21:59:52.116 INFO [WorkbenchTestable][AbstractButton] Click button OK 21:59:52.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 21:59:52.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 21:59:52.116 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 21:59:52.116 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:52.116 DEBUG [Worker-8: Stopping Server 2][AbstractWait] Wait for 1 seconds 21:59:52.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 21:59:52.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 21:59:52.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:52.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:52.141 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:52.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:52.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:52.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:52.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:52.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:52.148 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:52.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:52.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:52.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:52.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:52.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:52.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:52.152 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:52.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:52.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:52.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:52.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:52.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:52.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2... 21:59:52.153 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:52.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:52.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:52.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:52.154 DEBUG [WorkbenchTestable][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 21:59:52.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:52.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:52.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:52.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:52.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:52.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:52.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:52.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:52.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:52.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:52.158 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:52.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') 21:59:52.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:52.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:52.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:52.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:52.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:52.170 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:52.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:52.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:52.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:52.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:52.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:52.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:52.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:52.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:52.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:52.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:52.184 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:52.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') 21:59:52.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:52.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:52.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:52.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:52.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:52.189 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:52.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:52.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:52.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:52.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:52.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:52.691 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:52.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:52.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:52.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:52.691 DEBUG [WorkbenchTestable][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 21:59:52.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:52.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:52.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:52.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:52.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:52.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:52.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:52.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:52.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:52.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:52.697 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:52.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:52.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:52.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:52.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:52.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:52.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:52.701 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:52.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:52.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:52.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:52.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:52.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:52.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:52.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:52.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:52.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:52.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:52.707 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:52.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 '\*?\QServers\E') 21:59:52.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:52.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:52.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:52.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:52.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:52.720 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:52.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:52.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:52.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:52.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:52.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:53.223 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:53.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:53.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:53.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:53.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 21:59:53.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:53.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:53.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:53.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:53.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:53.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:53.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:53.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:53.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:53.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:53.228 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:53.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:53.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:53.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:53.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:53.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:53.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:53.240 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:53.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:53.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:53.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:53.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:53.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:53.242 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 21:59:53.242 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:53.242 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:53.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:53.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59: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.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 21:59:53.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:53.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:53.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:53.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:53.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:53.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:53.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:53.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:53.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:53.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:53.246 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:53.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 '\*?\QServers\E') 21:59:53.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:53.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:53.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:53.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:53.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:53.258 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:53.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:53.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:53.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:53.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:53.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:53.260 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 21:59:53.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2 finished successfully 21:59:53.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:53.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 21:59:53.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 21:59:53.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:53.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:53.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:53.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:53.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:53.272 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:53.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:53.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:53.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:53.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:53.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:53.276 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:53.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 '\*?\QServers\E') 21:59:53.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:53.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:53.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:53.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:53.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:53.279 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:53.279 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:53.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:53.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:53.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:53.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:53.289 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:53.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:53.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:53.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:53.290 DEBUG [WorkbenchTestable][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 21:59:53.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:53.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:53.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:53.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:53.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:53.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:53.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:53.293 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:53.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:53.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:53.294 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:53.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') 21:59:53.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:53.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:53.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:53.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:53.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:53.297 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:53.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:53.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:53.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:53.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:53.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:53.298 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:53.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:53.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:53.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:53.299 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:53.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:53.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:53.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:53.299 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 21:59:53.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 21:59:53.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:53.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:53.800 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 21:59:53.800 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 21:59:53.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 21:59:54.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 21:59:54.301 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 21:59:54.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:54.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:54.305 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 21:59:54.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:54.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:54.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:54.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:54.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:54.317 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:54.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:54.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:54.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:54.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:54.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:54.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:54.321 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:54.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:54.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:54.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:54.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:54.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:54.323 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:54.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:54.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:54.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:54.323 DEBUG [WorkbenchTestable][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 21:59:54.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:54.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:54.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:54.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:54.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:54.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:54.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:54.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:54.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:54.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:54.336 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:54.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 '\*?\QServers\E') 21:59:54.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:54.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:54.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:54.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:54.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:54.339 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:54.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:54.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:54.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:54.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:54.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:54.341 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 21:59:54.341 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:54.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:54.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:54.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:54.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 21:59:54.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:54.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:54.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:54.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:54.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 21:59:54.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:54.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:54.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:54.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:54.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:54.355 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 21:59:54.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 21:59:54.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 21:59:54.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 21:59:54.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 21:59:54.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 21:59:54.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 21:59:54.368 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:54.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:54.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:54.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:54.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:54.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:54.369 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 21:59:54.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.... 21:59:54.370 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 21:59:54.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:54.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:54.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 21:59:54.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 21:59:54.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 21:59:54.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:54.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 21:59:54.370 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 21:59:54.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 21:59:54.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 21:59:54.370 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete_runningServerAndStop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:54.370 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 21:59:54.370 INFO [WorkbenchTestable][RequirementsRunner] Started test: restart no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 21:59:54.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 21:59:54.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 21:59:54.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 21:59:54.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 21:59:54.371 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:54.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:54.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:54.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 21:59:54.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 21:59:54.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 21:59:54.372 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 21:59:54.372 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 21:59:54.373 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 21:59:54.386 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 21:59:54.386 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:54.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:54.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:54.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:54.387 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 21:59:54.387 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:54.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:54.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:54.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:54.388 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:54.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:54.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:54.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:54.388 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Debug on server Server 1 21:59:54.388 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:54.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:54.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:54.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:54.389 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 21:59:54.389 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 21:59:54.389 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 21:59:54.394 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 21:59:54.394 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:54.394 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:54.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:54.404 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:54.404 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:54.404 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:54.404 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:54.404 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:54.404 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:54.404 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:54.404 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:54.404 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:54.404 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 21:59:54.404 DEBUG [main][MenuItemLookup] Item match:Debug Ctrl+Alt+D 21:59:54.404 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Debug Ctrl+Alt+D" 21:59:54.404 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Ctrl+Alt+D 21:59:54.404 INFO [main][MenuItemHandler] Select menu item: &Debug Ctrl+Alt+D 21:59:54.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 21:59:54.405 DEBUG [Worker-4: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 21:59:55.413 DEBUG [Worker-4: Starting Server 1][AbstractWait] Wait for 1 seconds 21:59:56.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 21:59:56.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 21:59:56.906 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:56.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:56.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:56.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:56.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 21:59:56.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:56.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:56.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:56.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:56.908 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:56.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:56.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:56.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:56.908 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 21:59:56.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:56.908 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:56.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:56.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:56.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:56.909 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 21:59:56.909 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 21:59:56.909 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 21:59:56.912 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 21:59:56.912 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:56.912 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:56.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:56.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:56.913 INFO [WorkbenchTestable][AbstractServer] Restart server 'Server 1' 21:59:56.913 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:56.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:56.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:56.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:56.914 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:56.914 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:56.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:56.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:56.915 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Restart on server Server 1 21:59:56.915 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:56.915 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:56.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:56.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:56.915 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 21:59:56.915 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 21:59:56.916 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 21:59:56.919 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 21:59:56.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:56.919 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:56.919 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:56.930 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:56.930 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:56.930 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:56.930 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:56.930 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:56.930 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:56.930 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:56.930 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:56.930 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:56.930 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 21:59:56.930 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 21:59:56.930 DEBUG [main][MenuItemLookup] Item match:Restart Ctrl+Alt+R 21:59:56.930 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restart Ctrl+Alt+R" 21:59:56.930 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart Ctrl+Alt+R 21:59:56.930 INFO [main][MenuItemHandler] Select menu item: &Restart Ctrl+Alt+R 21:59:56.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 21:59:56.931 DEBUG [Worker-6: Stopping Server 1][AbstractWait] Wait for 1 seconds 21:59:57.937 DEBUG [Worker-5: Starting Server 1][AbstractWait] Wait for 1 seconds 21:59:59.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 21:59:59.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 21:59:59.433 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:59.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:59.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:59.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:59.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 21:59:59.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 21:59:59.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 21:59:59.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 21:59:59.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 21:59:59.434 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:59.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:59.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:59.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:59.435 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 21:59:59.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:59.435 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:59.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:59.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:59.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:59.435 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:59.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:59.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:59.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:59.435 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 21:59:59.435 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 21:59:59.436 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 21:59:59.440 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 21:59:59.441 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:59.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:59.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:59.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:59.442 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 21:59:59.442 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:59.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:59.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:59.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:59.442 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:59.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:59.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:59.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:59.443 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 21:59:59.443 INFO [WorkbenchTestable][AbstractView] Activate view Servers 21:59:59.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 21:59:59.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 21:59:59.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 21:59:59.443 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 21:59:59.443 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 21:59:59.443 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 21:59:59.447 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 21:59:59.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 21:59:59.447 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 21:59:59.447 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 21:59:59.458 DEBUG [main][MenuItemLookup] Found menu:'New' 21:59:59.458 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 21:59:59.458 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 21:59:59.458 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:59.458 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 21:59:59.458 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 21:59:59.458 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 21:59:59.458 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 21:59:59.458 DEBUG [main][MenuItemLookup] Found menu:'' 21:59:59.458 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 21:59:59.458 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 21:59:59.458 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 21:59:59.458 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 21:59:59.458 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 21:59:59.458 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 21:59:59.458 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 21:59:59.458 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 21:59:59.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 21:59:59.459 DEBUG [Worker-0: Stopping Server 1][AbstractWait] Wait for 1 seconds 22:00:00.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 22:00:00.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 22:00:00.960 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:00.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:00.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:00.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 22:00:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:00.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:00.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:00.961 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:00.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:00.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:00.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:00.962 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 22:00:00.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:00.962 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:00.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:00.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:00.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:00.963 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 22:00:00.963 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 22:00:00.963 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 22:00:00.966 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 22:00:00.966 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:00.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:00.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:00.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:00.967 INFO [WorkbenchTestable][AbstractServer] Restart server 'Server 1' 22:00:00.967 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:00.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:00.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:00.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:00.968 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:00.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:00.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:00.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:00.968 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:00.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:00.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:00.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:00.969 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 22:00:00.969 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 22:00:00.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:01.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:01.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 22:00:01.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 22:00:01.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:01.971 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 22:00:01.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:01.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:01.974 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:00:01.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:01.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:01.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 22:00:01.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:01.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:01.979 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 22:00:01.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:00:01.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:01.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:01.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:01.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:01.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:01.982 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:01.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:01.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:01.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 22:00:01.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:01.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:01.983 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:01.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:01.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:01.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:01.984 DEBUG [WorkbenchTestable][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 22:00:01.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:01.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:01.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:01.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:01.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:01.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:01.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:01.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 22:00:01.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:01.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:01.998 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 22:00:01.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:00:01.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:01.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:02.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:02.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:02.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:02.001 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:02.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:02.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:02.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 22:00:02.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:02.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:02.011 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 22:00:02.012 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:02.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:02.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:02.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:02.012 DEBUG [WorkbenchTestable][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 22:00:02.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:02.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:02.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:02.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:02.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:02.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:02.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:02.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 22:00:02.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:02.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:02.016 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 22:00:02.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:00:02.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:02.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:02.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:02.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:02.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:02.028 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:02.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:02.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:02.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 22:00:02.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:02.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:02.030 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 22:00:02.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 22:00:02.530 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 22:00:02.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:02.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:02.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 22:00:02.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:02.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:02.531 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 22:00:02.531 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:00:02.531 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:00:02.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:02.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:02.531 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restart no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 22:00:02.532 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:00:02.532 INFO [WorkbenchTestable][RequirementsRunner] Started test: getModule_nonExisting no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 22:00:02.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 22:00:02.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:00:02.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:00:02.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:00:02.532 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:02.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:02.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:02.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 22:00:02.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:02.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:02.533 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 22:00:02.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 22:00:02.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:03.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:03.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 22:00:03.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 22:00:03.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:03.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:03.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 22:00:03.535 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:03.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:03.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:03.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:03.537 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:03.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:03.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:03.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:03.538 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:03.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:03.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:03.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:03.538 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 22:00:03.538 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 22:00:03.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:04.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:04.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 22:00:04.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 22:00:04.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:04.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:04.540 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 22:00:04.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:04.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:04.543 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:00:04.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:04.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:04.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 22:00:04.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:04.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:04.547 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 22:00:04.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 '\*?\QServers\E') 22:00:04.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:04.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:04.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:04.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:04.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:04.559 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:04.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:04.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:04.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 22:00:04.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:04.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:04.560 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:04.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:04.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:04.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:04.561 DEBUG [WorkbenchTestable][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 22:00:04.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:04.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:04.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:04.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:04.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:04.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:04.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:04.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 22:00:04.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:04.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:04.565 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 22:00:04.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 '\*?\QServers\E') 22:00:04.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:04.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:04.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:04.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:04.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:04.577 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:04.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:04.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:04.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 22:00:04.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:04.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:04.578 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 22:00:04.578 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:04.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:04.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:04.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:04.579 DEBUG [WorkbenchTestable][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 22:00:04.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:04.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:04.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:04.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:04.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:04.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:04.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:04.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 22:00:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:04.591 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 22:00:04.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 '\*?\QServers\E') 22:00:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:04.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:04.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:04.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:04.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:04.594 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:04.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:04.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:04.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 22:00:04.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:04.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:04.596 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 22:00:04.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 22:00:05.096 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 22:00:05.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:05.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:05.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 22:00:05.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:05.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:05.097 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 22:00:05.097 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:00:05.097 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:00:05.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:05.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:05.098 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getModule_nonExisting no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 22:00:05.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:05.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:05.099 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:00:05.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:05.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:05.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 22:00:05.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:05.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:05.108 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 22:00:05.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:00:05.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:05.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:05.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:05.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:05.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:05.108 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:00:05.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:00:05.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:05.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:05.125 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:00:05.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:00:05.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:05.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:05.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:05.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:05.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:05.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:05.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:06.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:06.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:06.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:00:06.128 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:00:06.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:00:06.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:06.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:06.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:00:06.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:06.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:06.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:06.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:06.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:06.129 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 22:00:06.129 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 22:00:06.130 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 22:00:06.130 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:00:06.130 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:00:06.131 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:00:06.133 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:00:06.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:06.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:06.150 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:00:06.151 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:00:06.151 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:00:06.151 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:00:06.151 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:00:06.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:06.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:00:06.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:06.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:06.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:06.651 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 22:00:06.651 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:00:06.652 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:00:06.652 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:00:06.653 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:00:06.653 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:06.653 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:06.670 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:06.670 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:00:06.670 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:06.670 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:00:06.670 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:06.670 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:06.670 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:06.670 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:00:06.670 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:06.670 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:06.670 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:00:06.670 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:00:06.670 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:00:06.670 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:00:06.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.... 22:00:07.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 22:00:07.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:00:07.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:07.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:07.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:07.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:07.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: 32) 22:00:07.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:00:07.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:07.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:07.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:00:07.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:00:07.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:07.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:07.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:07.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:07.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:07.232 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:00:07.232 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:00:07.232 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:00:07.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:07.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:07.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:07.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:07.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:00:07.232 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:00:07.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:07.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:07.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:00:07.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:00:07.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:07.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:07.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:07.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:07.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:07.233 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:00:07.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:07.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:07.233 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:07.233 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:07.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:00:07.235 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:00:07.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:00:07.735 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:00:07.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:07.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:00:07.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:00:07.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:07.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:07.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:07.736 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 22:00:07.736 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 22:00:07.736 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 22:00:07.738 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 22:00:07.738 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:07.738 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:07.756 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:00:07.756 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:00:07.756 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:00:07.756 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:00:07.757 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:00:07.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:07.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:00:08.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:00:08.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:00:08.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:08.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:08.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:08.257 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-2' via Explorer 22:00:08.257 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 22:00:08.257 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 22:00:08.257 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 22:00:08.259 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 22:00:08.259 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:08.259 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:08.275 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:08.275 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:00:08.275 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:08.275 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:00:08.275 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:08.275 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:08.275 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:08.275 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:00:08.275 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:08.275 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:08.275 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:00:08.275 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:00:08.275 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:00:08.275 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:00:08.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 22:00:08.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 22:00:08.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:00:08.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:08.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:08.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:08.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:08.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:00:08.853 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:00:08.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:08.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:08.853 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:00:08.853 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:00:08.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:08.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:08.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:08.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:08.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:08.853 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:00:08.853 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:00:08.853 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:00:08.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:08.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:08.854 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:08.854 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:08.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:00:08.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:00:08.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:08.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:08.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:00:08.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:00:08.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:08.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:08.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:08.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:08.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:08.854 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:00:08.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:08.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:08.854 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:08.854 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:08.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:00:08.856 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:00:09.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:00:09.357 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:00:09.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:09.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:00:09.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:09.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:09.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:09.357 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:00:09.357 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:00:09.357 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:00:09.359 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:00:09.359 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:09.359 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:09.376 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:00:09.376 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:00:09.376 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:00:09.376 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:00:09.377 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:00:09.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:09.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:00:09.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:00:09.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:09.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:09.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:09.877 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-3' via Explorer 22:00:09.877 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:00:09.877 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:00:09.878 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:00:09.879 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:00:09.879 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:09.879 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:09.895 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:09.895 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:00:09.895 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:09.895 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:00:09.895 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:09.895 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:09.895 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:09.895 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:00:09.895 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:09.895 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:09.895 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:00:09.895 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:00:09.895 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:00:09.895 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:00:09.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 22:00:10.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 'Delete.*'] is available. finished successfully 22:00:10.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:00:10.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:10.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:10.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:10.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:10.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) 22:00:10.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:00:10.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:10.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:10.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:00:10.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:00:10.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:10.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:10.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:10.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:10.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:10.454 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:00:10.455 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:00:10.455 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:00:10.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:10.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:10.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:10.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:10.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", Widget matcher matching widgets with style: 8) 22:00:10.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:00:10.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:10.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:10.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:00:10.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:00:10.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:10.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:10.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:10.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:10.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:10.455 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:00:10.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:10.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:10.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:10.456 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:10.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:00:10.458 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:00:10.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:00:10.958 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:00:10.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:10.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:10.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:10.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:10.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:10.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:10.963 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:00:10.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:10.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:10.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 22:00:10.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:10.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:10.967 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 22:00:10.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') 22:00:10.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:10.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:10.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:10.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:10.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:10.970 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:10.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:10.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:10.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:10.977 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:10.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:10.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:10.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:10.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 22:00:10.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:10.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:10.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:10.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:10.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:10.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:10.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:10.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 22:00:10.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:10.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:10.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 22:00:10.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') 22:00:10.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:10.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:11.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:11.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:11.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:11.004 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:11.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:11.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:11.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 22:00:11.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:11.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:11.006 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 22:00:11.006 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 22:00:11.006 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 22:00:11.010 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 22:00:11.010 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:11.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:11.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:11.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:11.011 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server 1'. Stop server first: false 22:00:11.011 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:11.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:11.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:11.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:11.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:11.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:11.029 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:11.029 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:00:11.029 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:11.029 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:11.029 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:11.029 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:11.029 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:11.029 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:00:11.030 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 22:00:11.030 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:00:11.030 INFO [main][MenuItemHandler] Select menu item: Delete Delete 22:00:11.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 22:00:11.050 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 22:00:11.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 22:00:11.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:11.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:11.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:00:11.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:00:11.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:11.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:11.050 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 22:00:11.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:00:11.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:11.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:11.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:11.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:11.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:11.051 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:00:11.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:11.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:11.051 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:11.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:11.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:00:11.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:00:11.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:11.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:11.097 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:00:11.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:11.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:11.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:11.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:11.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:11.099 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:11.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:00:11.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:11.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:11.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:11.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:11.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:11.100 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:11.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:11.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:11.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:11.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:11.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:11.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 1... 22:00:11.101 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:11.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:11.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:11.102 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 22:00:11.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 22:00:11.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:11.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:11.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:11.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:11.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:12.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:12.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:12.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:00:12.105 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:00:12.105 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 1' was not found on Servers view 22:00:12.106 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:12.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:12.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:12.107 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 22:00:12.107 DEBUG [WorkbenchTestable][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 22:00:12.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:12.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:12.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:12.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:12.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:13.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:13.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:13.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:00:13.110 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:00:13.110 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 22:00:13.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 1 finished successfully 22:00:13.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:13.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:13.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:13.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:13.110 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 22:00:13.110 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:00:13.110 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:00:13.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:13.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 81.354 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.536 s restartInProfile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 7.644 s delete_runningServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 5.872 s profile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.601 s addAndRemoveModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 1.619 s publish no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 3.056 s stop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.592 s clean no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 3.114 s debug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.599 s start no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.596 s openServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 1.726 s restartInDebug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 7.142 s getModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 1.791 s delete_runningServerAndStop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 6.595 s restart no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 8.161 s getModule_nonExisting no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 2.566 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 22:00:13.117 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 22:00:13.117 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:00:13.117 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:00:13.118 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 22:00:13.118 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:00:13.118 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:00:13.118 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:00:13.118 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:00:13.118 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:00:13.118 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:00:13.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.118 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:00:13.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.118 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:00:13.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:00:13.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:00:13.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:00:13.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:00:13.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:00:13.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:00:13.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:13.120 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:13.120 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'File' 22:00:13.120 DEBUG [main][MenuItemLookup] Item match:File 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'Revert' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:13.120 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:00:13.120 DEBUG [main][MenuItemLookup] Item match:Import... 22:00:13.121 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 22:00:13.121 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 22:00:13.121 INFO [main][MenuItemHandler] Select menu item: &Import... 22:00:13.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 22:00:13.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 22:00:13.179 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:00:13.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:13.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:13.179 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:00:13.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:00:13.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:13.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:13.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:13.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:13.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:13.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:00:13.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:00:13.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:00:13.181 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:00:13.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:13.181 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:00:13.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:13.181 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:00:13.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:00:13.181 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:00:13.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:13.181 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:00:13.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:13.181 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:00:13.181 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 22:00:13.181 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 22:00:13.181 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 22:00:13.181 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 22:00:13.181 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:00:13.181 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 22:00:13.181 DEBUG [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) 22:00:13.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:13.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:13.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:13.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:13.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:13.182 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:00:13.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:13.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:13.182 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:13.182 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:13.208 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:00:13.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:00:13.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:13.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:13.219 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:00:13.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 22:00:13.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 22:00:13.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:00:13.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:13.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:13.220 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 22:00:13.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.220 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' 22:00:13.220 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:") 22:00:13.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:13.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:13.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:13.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:13.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:13.220 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 22:00:13.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:13.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:13.221 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:13.221 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:13.221 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 22:00:13.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:13.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:00:13.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:00:13.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:13.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:00:13.222 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 22:00:13.222 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") 22:00:13.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:13.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:13.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:13.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:13.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:13.243 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 22:00:13.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:13.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:13.244 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:13.244 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:13.247 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 22:00:13.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:13.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:13.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:13.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:13.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:13.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 22:00:13.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 22:00:13.251 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 22:00:13.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 22:00:13.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:13.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:13.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:13.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:13.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:13.252 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 22:00:13.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:13.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:13.252 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:13.252 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:13.252 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 22:00:13.252 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 22:00:13.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.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) 22:00:13.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:13.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:13.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:13.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:13.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:13.253 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:00:13.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:13.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:13.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:13.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:13.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:00:13.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:00:13.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:13.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:00:13.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:00:13.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:13.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:13.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:13.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:13.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:13.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:13.758 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:00:13.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:13.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:13.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:13.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:13.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:13.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:13.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:00:13.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:13.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:13.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:13.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:13.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:13.761 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:13.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:13.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:13.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:13.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:13.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:13.762 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:13.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:13.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:13.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 22:00:13.762 INFO [WorkbenchTestable][ServersView2] Create new server 22:00:13.762 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 22:00:13.762 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:13.763 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:13.763 DEBUG [main][MenuItemLookup] Item match:New 22:00:13.763 DEBUG [main][MenuItemLookup] Found menu:'Server' 22:00:13.763 DEBUG [main][MenuItemLookup] Item match:Server 22:00:13.763 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 22:00:13.763 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 22:00:13.764 INFO [main][MenuItemHandler] Select menu item: Server 22:00:13.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 22:00:13.843 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 22:00:13.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:00:13.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:13.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:13.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:00:13.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.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'] 22:00:13.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.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: "New Server"] 22:00:13.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:00:13.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:13.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:13.844 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:00:13.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:13.846 DEBUG [WorkbenchTestable][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 22:00:13.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:13.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:13.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:13.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:13.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:13.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:00:13.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:00:13.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 22:00:13.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:00:13.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:00:13.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:00:13.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:00:13.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:13.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:00:13.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:13.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:00:13.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:00:13.854 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:00:13.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:13.855 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:00:13.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:13.855 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:00:13.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 22:00:13.855 DEBUG [WorkbenchTestable][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 22:00:13.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:13.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:13.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:13.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:13.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:13.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:00:13.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:00:13.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:00:13.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:00:13.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:13.856 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:00:13.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:13.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:00:13.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:00:13.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:00:13.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:13.856 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:00:13.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:13.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:00:13.856 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 22:00:13.856 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 22:00:13.856 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 22:00:13.857 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 22:00:13.857 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) 22:00:13.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:13.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:13.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:13.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:13.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:13.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:14.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:14.358 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:") 22:00:14.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:14.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:14.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:14.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:14.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:00:14.361 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:00:14.361 INFO [WorkbenchTestable][AbstractText] Text set to: Server ABC 22:00:14.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:00:14.361 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:00:14.361 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:00:14.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:00:14.862 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:00:14.862 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 22:00:14.862 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) 22:00:14.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:14.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:14.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:14.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:14.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:14.865 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:00:14.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:14.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:14.865 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:14.865 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:14.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:00:15.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:00:15.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:15.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:15.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:15.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:15.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:15.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:15.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:15.396 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:00:15.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:15.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:15.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:15.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:15.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:15.398 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:15.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 '\*?\QServers\E') 22:00:15.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:15.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:15.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:15.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:15.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:15.399 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:15.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:15.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:15.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:15.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:15.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:15.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC... 22:00:15.401 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:15.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:15.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:15.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:15.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 22:00:15.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:15.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:15.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:15.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:15.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:15.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:15.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:15.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:15.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:15.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:15.410 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:15.410 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:00:15.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:15.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:15.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:15.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:15.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:15.411 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:15.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:15.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:15.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:15.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:15.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:15.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC finished successfully 22:00:15.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:15.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:15.414 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:00:15.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:15.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:15.416 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:15.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:15.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:15.416 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:15.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:00:15.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:15.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:15.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:15.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:15.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:15.417 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:15.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:15.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:15.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:15.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:15.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:15.419 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:15.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:15.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:15.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:15.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 22:00:15.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:15.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:15.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:15.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:15.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:15.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:15.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:15.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:15.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:15.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:15.428 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:15.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:00:15.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:15.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:15.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:15.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:15.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:15.429 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:15.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:15.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:15.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:15.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:15.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:15.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:15.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:15.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:15.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:15.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:15.432 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:15.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 '\*?\QServers\E') 22:00:15.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:15.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:15.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:15.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:15.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:15.434 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:15.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:15.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:15.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:15.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:15.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:15.435 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 22:00:15.435 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 22:00:15.435 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 22:00:15.445 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 22:00:15.446 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:15.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:15.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:15.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:15.447 INFO [WorkbenchTestable][AbstractServer] Start server Server ABC 22:00:15.447 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:15.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:15.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:15.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:15.447 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:15.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:15.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:15.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:15.448 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server ABC 22:00:15.448 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:15.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:15.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:15.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:15.448 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 22:00:15.448 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 22:00:15.448 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 22:00:15.451 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 22:00:15.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:15.451 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:15.451 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:15.463 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:15.463 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:00:15.463 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:15.463 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:15.463 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:15.463 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:15.463 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:15.463 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:00:15.463 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:15.463 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 22:00:15.463 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 22:00:15.463 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 22:00:15.464 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 22:00:15.464 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 22:00:15.464 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 22:00:15.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 22:00:15.465 DEBUG [Worker-0: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 22:00:16.474 DEBUG [Worker-0: Starting Server ABC][AbstractWait] Wait for 1 seconds 22:00:17.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 22:00:17.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 22:00:17.966 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:17.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:17.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:17.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:17.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 22:00:17.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:17.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:17.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:17.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:17.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:17.967 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:17.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:17.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:17.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:17.967 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 22:00:17.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:17.967 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:17.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:17.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:17.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:17.968 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 22:00:17.968 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 22:00:17.968 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 22:00:17.971 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 22:00:17.971 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 22:00:17.971 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:17.971 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:17.980 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:17.980 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:00:17.980 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:17.980 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:17.980 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:17.980 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:17.980 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:17.980 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:00:17.980 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:17.980 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 22:00:17.980 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 22:00:17.980 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 22:00:17.980 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:00:17.980 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 22:00:17.980 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:00:17.980 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:17.980 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 22:00:17.980 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 22:00:17.981 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 22:00:17.981 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 22:00:17.981 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 22:00:18.027 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.... 22:00:18.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:18.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:18.028 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 22:00:18.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 22:00:18.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:18.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:18.028 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 >>") 22:00:18.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:18.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:18.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:18.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:18.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:18.029 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 22:00:18.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:18.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:18.029 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:18.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:18.031 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 22:00:18.031 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) 22:00:18.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:18.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:18.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:18.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:18.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:18.032 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:00:18.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:18.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:18.032 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:18.032 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:18.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:00:18.040 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:00:18.042 DEBUG [Worker-0: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 22:00:18.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:00:18.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:18.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 22:00:19.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 22:00:19.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:19.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:19.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:19.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:19.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:19.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:19.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:19.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:19.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:19.541 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:00:19.541 INFO [WorkbenchTestable][RequirementsRunner] Started test: testBasicServerSubmoduleMethods no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest) 22:00:19.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 22:00:19.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:00:19.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:00:19.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:00:19.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:19.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:19.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:19.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:19.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:19.544 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:19.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 '\*?\QServers\E') 22:00:19.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:19.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:19.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:19.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:19.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:19.545 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:19.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:19.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:19.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:19.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:19.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:19.547 DEBUG [WorkbenchTestable][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 22:00:19.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:19.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:19.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:19.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:19.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:19.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:19.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:19.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:19.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:19.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:19.549 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:19.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 '\*?\QServers\E') 22:00:19.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:19.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:19.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:19.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:19.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:19.550 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:19.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:19.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:19.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:19.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:19.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:19.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:19.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:19.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:19.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:19.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:19.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:19.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') 22:00:19.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:19.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:19.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:19.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:19.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:19.561 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:19.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:19.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:19.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:19.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:19.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:19.563 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 22:00:19.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 22:00:19.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:20.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:20.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 22:00:20.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 22:00:20.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:20.064 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 22:00:20.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:20.065 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 22:00:20.065 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:20.065 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:20.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:20.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:20.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:20.066 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 22:00:20.066 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 22:00:20.066 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] about selection 22:00:20.072 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 22:00:20.073 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:20.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:20.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:20.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:20.073 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 22:00:20.074 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 22:00:20.074 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] about selection 22:00:20.077 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 22:00:20.077 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] and wait with time period 1 22:00:20.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 22:00:20.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:20.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:20.578 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 22:00:20.579 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 22:00:20.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:20.579 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item server-multimodular-project-ear(server-multimodular-project) [Synchronized] is already expanded. No action performed 22:00:20.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:20.579 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 22:00:20.579 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:20.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:20.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:20.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:20.580 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ejb [Synchronized] 22:00:20.580 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ejb [Synchronized] 22:00:20.580 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ejb [Synchronized] about selection 22:00:20.583 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ejb [Synchronized] 22:00:20.584 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:20.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:20.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:20.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:20.584 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ejb [Synchronized] 22:00:20.584 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ejb [Synchronized] 22:00:20.584 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ejb [Synchronized] about selection 22:00:20.587 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ejb [Synchronized] 22:00:20.588 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:20.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:20.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:20.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:20.592 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-jar [Synchronized] 22:00:20.592 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-jar [Synchronized] 22:00:20.593 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-jar [Synchronized] about selection 22:00:20.596 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-jar [Synchronized] 22:00:20.596 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:20.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:20.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:20.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:20.597 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-jar [Synchronized] 22:00:20.597 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-jar [Synchronized] 22:00:20.597 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-jar [Synchronized] about selection 22:00:20.600 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-jar [Synchronized] 22:00:20.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:20.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:20.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:20.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:20.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:20.601 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 22:00:20.601 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:00:20.601 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:00:20.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:20.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:20.602 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testBasicServerSubmoduleMethods no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest) 22:00:20.602 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:20.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:20.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:20.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:20.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:20.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:20.603 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 22:00:20.603 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 22:00:20.604 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 22:00:20.615 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 22:00:20.616 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:20.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:20.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:20.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:20.617 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server ABC' 22:00:20.617 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:20.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:20.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:20.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:20.617 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:20.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:20.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:20.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:20.618 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server ABC 22:00:20.618 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:20.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:20.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:20.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:20.618 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 22:00:20.618 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 22:00:20.618 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 22:00:20.621 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 22:00:20.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:20.621 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:20.621 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:20.630 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:20.631 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:00:20.631 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:20.631 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:20.631 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:20.631 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:20.631 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:20.631 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:00:20.631 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:20.631 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 22:00:20.631 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 22:00:20.631 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 22:00:20.631 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:00:20.631 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 22:00:20.631 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 22:00:20.631 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 22:00:20.631 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 22:00:20.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 22:00:20.631 DEBUG [Worker-0: Stopping Server ABC][AbstractWait] Wait for 1 seconds 22:00:21.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 22:00:21.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 22:00:21.637 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:21.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:21.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:21.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:22.138 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:22.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:22.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:22.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:22.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 22:00:22.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:22.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:22.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:22.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:22.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:22.139 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:22.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:22.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:22.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:22.140 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 22:00:22.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:22.140 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:00:22.140 DEBUG [main][EditorHandler] 0 editor(s) found 22:00:22.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:22.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:22.141 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:00:22.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:22.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:22.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:22.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:22.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:22.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:22.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:00:22.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:22.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:22.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:22.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:22.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:22.142 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:00:22.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:00:22.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:22.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:22.163 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:00:22.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:00:22.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:22.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:22.163 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:00:22.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:00:22.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:22.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:22.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:22.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:22.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:22.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:22.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:23.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:23.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:23.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:00:23.167 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:00:23.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:00:23.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:23.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:23.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 22:00:23.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:23.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:23.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:23.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:23.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:23.168 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ear 22:00:23.168 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ejb 22:00:23.168 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-jar 22:00:23.168 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:00:23.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:00:23.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:23.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:23.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:23.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:23.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:23.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:23.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:24.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:24.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:24.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:00:24.171 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:00:24.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:00:24.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:24.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:24.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 22:00:24.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:24.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:24.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:24.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:24.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:24.172 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ear 22:00:24.172 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ejb 22:00:24.172 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-jar 22:00:24.172 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:00:24.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:00:24.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:24.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:24.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 22:00:24.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:24.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:24.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:24.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:24.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:24.173 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:00:24.173 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:00:24.173 DEBUG [main][TreeItemHandler] Set Tree selection 22:00:24.173 DEBUG [main][TreeHandler] Notify Tree about selection event 22:00:24.177 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:00:24.180 DEBUG [WorkbenchTestable][TreeItemHandler] server-multimodular-project-ear 22:00:24.180 DEBUG [WorkbenchTestable][TreeItemHandler] server-multimodular-project-ejb 22:00:24.180 DEBUG [WorkbenchTestable][TreeItemHandler] server-multimodular-project-jar 22:00:24.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:24.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:24.221 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:24.221 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:00:24.221 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:24.221 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:24.221 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:24.221 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:24.221 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:24.221 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:24.221 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:00:24.221 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:00:24.221 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:00:24.221 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:24.221 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:00:24.221 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:00:24.221 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:24.221 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:00:24.221 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:00:24.221 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:00:24.221 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:00:24.221 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:00:24.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:24.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:00:24.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:00:24.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:24.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:24.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:24.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:24.722 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:24.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:24.739 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:24.739 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:00:24.739 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:24.739 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:24.739 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:24.739 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:24.739 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:24.739 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:24.739 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:00:24.739 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:00:24.739 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:00:24.739 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:00:24.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:00:25.290 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 22:00:25.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:00:25.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:25.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:25.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: 32) 22:00:25.293 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:00:25.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:25.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:25.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:00:25.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:00:25.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:25.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:25.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:25.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:25.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:25.293 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:00:25.293 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:00:25.293 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:00:25.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:25.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:25.293 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:25.293 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:25.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 "OK") 22:00:25.293 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:00:25.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:25.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:25.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:00:25.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:00:25.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:25.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:25.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:25.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:25.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:25.294 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:00:25.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:25.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:25.294 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:25.294 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:25.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:00:25.297 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:00:25.797 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 22:00:25.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:00:25.797 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.... 22:00:25.797 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") 22:00:25.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:25.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:25.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:26.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:26.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:26.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:26.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:26.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:00:26.801 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 22:00:26.801 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") 22:00:26.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:26.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:26.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:26.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:26.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:26.802 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 22:00:26.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:00:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:26.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:00:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:26.804 DEBUG [WorkbenchTestable][DeleteUtils] Shell with title 'Delete.*' and button 'Continue' found 22:00:26.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Continue") 22:00:26.804 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:00:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:26.804 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:00:26.804 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:00:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:26.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:26.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:26.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:26.805 INFO [WorkbenchTestable][AbstractButton] Click button Con&tinue 22:00:26.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:26.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:26.805 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:26.805 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:26.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:00:26.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:00:26.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:00:27.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:00:27.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:27.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:00:27.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:00:27.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:27.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:27.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:27.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:27.326 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:00:27.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:00:27.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:27.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:27.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:27.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:27.328 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:00:27.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:27.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:27.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:27.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:27.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:27.330 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:27.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') 22:00:27.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:27.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:27.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:27.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:27.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:27.331 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:27.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:27.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:27.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:27.346 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:27.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:27.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:27.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:27.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 22:00:27.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:27.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:27.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:27.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:27.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:27.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:27.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:27.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:27.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:27.349 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:27.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 '\*?\QServers\E') 22:00:27.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:27.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:27.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:27.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:27.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:27.350 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:27.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:27.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:27.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:27.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:27.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:27.351 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 22:00:27.351 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 22:00:27.351 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 22:00:27.355 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 22:00:27.355 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:27.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:27.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:27.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:27.356 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server ABC'. Stop server first: false 22:00:27.356 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:27.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:27.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:27.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:27.356 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:27.356 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:27.372 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:27.372 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:00:27.372 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:27.372 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:27.372 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:27.372 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:27.372 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:27.372 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:00:27.372 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 22:00:27.372 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:00:27.373 INFO [main][MenuItemHandler] Select menu item: Delete Delete 22:00:27.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 22:00:27.391 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 22:00:27.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 22:00:27.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:27.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:27.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:00:27.392 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:00:27.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:27.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:27.392 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 22:00:27.392 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:00:27.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:27.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:27.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:27.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:27.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:27.392 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:00:27.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:27.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:27.392 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:27.392 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:27.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:00:27.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:00:27.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:27.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:27.409 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:00:27.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:27.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:27.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:27.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:27.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:27.418 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:27.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:00:27.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:27.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:27.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:27.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:27.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:27.420 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:27.420 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:27.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:27.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:27.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:27.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:27.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC... 22:00:27.421 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:27.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:27.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:27.421 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 22:00:27.422 DEBUG [WorkbenchTestable][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 22:00:27.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:27.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:27.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:27.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:27.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:28.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:28.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:28.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:00:28.425 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:00:28.425 INFO [WorkbenchTestable][ServersView2] Requested server 'Server ABC' was not found on Servers view 22:00:28.425 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:28.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:28.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:28.425 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 22:00:28.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 22:00:28.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:28.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:28.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:28.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:28.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:29.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:29.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:00:29.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:00:29.428 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:00:29.428 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 22:00:29.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC finished successfully 22:00:29.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:29.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:29.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:29.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:29.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:29.429 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 22:00:29.429 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:00:29.429 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:00:29.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:29.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:29.429 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.312 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.061 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 22:00:29.436 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 22:00:29.436 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:00:29.436 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:00:29.436 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 22:00:29.436 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:00:29.436 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:00:29.437 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:00:29.437 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:00:29.437 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:00:29.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: "Import"] 22:00:29.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:29.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: "Import"] 22:00:29.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:29.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: "Import"] 22:00:29.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:29.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: "Import"] 22:00:29.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:29.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: "Import"] 22:00:29.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:29.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: "Import"] 22:00:29.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:29.438 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:00:29.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:29.438 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:00:29.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:29.438 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:00:29.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:29.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:29.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:29.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:29.438 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:29.438 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:00:29.438 DEBUG [main][MenuItemLookup] Found menu:'File' 22:00:29.438 DEBUG [main][MenuItemLookup] Item match:File 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'Revert' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:29.439 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:00:29.439 DEBUG [main][MenuItemLookup] Item match:Import... 22:00:29.439 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 22:00:29.439 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 22:00:29.439 INFO [main][MenuItemHandler] Select menu item: &Import... 22:00:29.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 22:00:29.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 22:00:29.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:00:29.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:29.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:29.493 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:00:29.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:29.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 22:00:29.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:29.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:29.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:29.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:29.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:29.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:00:29.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:00:29.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:00:29.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:00:29.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:29.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:00:29.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:29.494 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:00:29.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:00:29.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:00:29.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:29.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:00:29.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:29.494 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:00:29.495 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 22:00:29.495 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 22:00:29.495 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 22:00:29.495 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 22:00:29.495 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:00:29.495 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 22:00:29.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.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) 22:00:29.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:29.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:29.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:29.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:29.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:29.496 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:00:29.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:29.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:29.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:29.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:29.521 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:00:29.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:29.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:29.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:00:29.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:29.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:29.533 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:00:29.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:29.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 22:00:29.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 22:00:29.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:00:29.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:29.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:29.534 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 22:00:29.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:29.534 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' 22:00:29.534 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:") 22:00:29.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:29.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:29.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:29.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:29.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:29.535 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 22:00:29.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:29.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:29.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:29.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:29.536 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 22:00:29.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:29.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:00:29.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:00:29.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:29.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:00:29.536 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 22:00:29.544 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") 22:00:29.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:29.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:29.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:29.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:29.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:29.563 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 22:00:29.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:29.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:29.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:29.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:29.569 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 22:00:29.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:29.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:29.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:29.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:29.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:29.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 22:00:29.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 22:00:29.583 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 22:00:29.583 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") 22:00:29.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:29.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:29.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:29.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:29.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:29.584 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 22:00:29.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:29.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:29.584 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:29.584 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:29.584 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 22:00:29.584 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 22:00:29.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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) 22:00:29.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:29.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:29.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:29.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:29.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:29.585 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:00:29.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:29.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:29.585 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:29.585 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:29.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:00:30.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:00:30.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:30.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:00:30.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:00:30.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:30.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:30.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:30.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:30.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:30.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:30.101 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:00:30.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:30.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:30.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:30.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:30.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:30.102 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:30.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:00:30.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:30.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:30.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:30.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:30.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:30.104 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:30.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:30.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:30.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:30.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:30.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:30.105 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:30.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:30.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:30.105 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 22:00:30.105 INFO [WorkbenchTestable][ServersView2] Create new server 22:00:30.105 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 22:00:30.105 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:30.106 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:30.106 DEBUG [main][MenuItemLookup] Item match:New 22:00:30.106 DEBUG [main][MenuItemLookup] Found menu:'Server' 22:00:30.106 DEBUG [main][MenuItemLookup] Item match:Server 22:00:30.106 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 22:00:30.106 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 22:00:30.106 INFO [main][MenuItemHandler] Select menu item: Server 22:00:30.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 22:00:30.204 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 22:00:30.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:00:30.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:30.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:30.204 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:00:30.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:30.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:30.204 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:00:30.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:30.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:30.204 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 22:00:30.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:30.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:30.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:00:30.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:30.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:30.205 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:00:30.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:30.206 DEBUG [WorkbenchTestable][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 22:00:30.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:30.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:30.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:30.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:30.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:30.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:00:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:00:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 22:00:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:00:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:00:30.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:00:30.210 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:00:30.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:30.210 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:00:30.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:30.210 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:00:30.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:00:30.210 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:00:30.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:30.210 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:00:30.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:30.210 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:00:30.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 22:00:30.210 DEBUG [WorkbenchTestable][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 22:00:30.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:30.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:30.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:30.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:30.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:30.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:00:30.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:00:30.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:00:30.211 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:00:30.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:30.211 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:00:30.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:30.211 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:00:30.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:00:30.211 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:00:30.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:30.211 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:00:30.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:30.211 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:00:30.212 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 22:00:30.212 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 22:00:30.212 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 22:00:30.213 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 22:00:30.213 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) 22:00:30.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:30.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:30.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:30.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:30.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:30.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:30.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:30.714 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:") 22:00:30.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:30.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:30.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:30.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:30.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:00:30.717 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:00:30.718 INFO [WorkbenchTestable][AbstractText] Text set to: Server ABC 22:00:30.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:00:30.718 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:00:30.718 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:00:31.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:00:31.219 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:00:31.219 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 22:00:31.219 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) 22:00:31.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:31.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:31.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:31.222 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:00:31.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:31.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:31.222 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:31.222 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:31.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:00:31.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:00:31.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:31.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:00:31.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:31.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:31.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:31.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:31.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.730 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:00:31.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:31.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:31.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:31.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:31.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 '\*?\QServers\E') 22:00:31.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:31.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:31.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:31.733 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:31.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:31.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:31.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:31.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:31.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:31.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC... 22:00:31.735 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:31.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:31.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:31.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:31.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 22:00:31.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:31.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:31.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:31.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:31.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:31.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:31.745 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:31.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 '\*?\QServers\E') 22:00:31.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:31.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:31.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:31.747 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:31.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:31.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:31.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:31.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:31.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:31.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC finished successfully 22:00:31.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.750 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:00:31.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:31.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:31.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:31.751 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:31.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 '\*?\QServers\E') 22:00:31.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:31.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:31.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:31.752 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:31.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:31.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:31.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:31.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:31.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:31.761 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:31.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:31.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:31.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:31.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 22:00:31.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:31.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:31.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:31.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:31.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:31.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:31.764 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:31.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 '\*?\QServers\E') 22:00:31.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:31.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:31.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:31.765 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:31.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:31.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:31.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:31.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:31.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:31.767 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:00:31.767 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSwitchingOffPublishingChanges no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 22:00:31.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 22:00:31.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:00:31.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:00:31.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:00:31.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:31.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:31.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:31.769 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:00:31.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:00:31.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:31.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:31.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:00:31.777 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:31.777 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:31.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:31.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:31.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:31.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:31.779 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 22:00:31.779 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 22:00:31.779 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 22:00:31.784 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 22:00:31.784 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 22:00:31.785 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:31.785 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:31.803 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:31.803 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:00:31.803 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:31.803 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:31.803 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:31.803 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:31.803 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:31.803 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:00:31.803 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:31.803 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 22:00:31.803 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 22:00:31.803 DEBUG [main][MenuItemLookup] Found menu:'Profile' 22:00:31.803 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:00:31.803 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 22:00:31.803 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:00:31.803 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:31.803 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 22:00:31.803 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 22:00:31.803 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 22:00:31.803 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 22:00:31.803 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 22:00:31.850 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.... 22:00:31.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:31.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:31.850 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 22:00:31.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 22:00:31.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:31.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:31.851 DEBUG [WorkbenchTestable][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 22:00:31.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:31.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:31.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:31.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:00:31.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:00:31.852 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:00:31.852 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:00:31.852 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:00:31.852 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:00:31.852 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 >") 22:00:31.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:31.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:31.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:31.853 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 22:00:31.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:31.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:31.853 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:31.853 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:31.859 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") 22:00:31.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:31.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:31.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:31.860 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 22:00:31.860 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox If server is started, publish changes &immediately 22:00:31.860 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 22:00:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:31.860 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:31.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:31.860 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 22:00:31.861 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) 22:00:31.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:31.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:31.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:31.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:31.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:31.861 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:00:31.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:31.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:31.861 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:31.861 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:31.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:00:31.864 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:00:32.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:00:32.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:32.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:00:32.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:32.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:32.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:32.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:32.365 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:32.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:32.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:32.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:32.367 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 22:00:32.367 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:32.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:32.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:32.868 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:32.868 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:32.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:32.869 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 22:00:32.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:32.869 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:32.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:32.869 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:32.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:32.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:32.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:32.870 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:00:32.870 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:00:32.870 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:00:32.873 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:00:32.874 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:32.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:32.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:32.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:32.874 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:00:32.874 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:00:32.874 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:00:32.880 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:00:32.880 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:32.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:32.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:32.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:32.881 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 22:00:32.881 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:32.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:32.881 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 22:00:32.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:32.881 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:32.881 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:32.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:32.881 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 22:00:32.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:32.881 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:32.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:32.881 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:32.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:32.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:32.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:32.882 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:00:32.882 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:00:32.882 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:00:32.885 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:00:32.885 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:32.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:32.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:32.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:32.885 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:00:32.885 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:00:32.886 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:00:32.888 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:00:32.889 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 22:00:32.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:32.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:32.889 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:00:32.889 DEBUG [main][MenuItemLookup] Found menu:'File' 22:00:32.889 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:00:32.889 DEBUG [main][MenuItemLookup] Item match:Edit 22:00:32.891 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:00:32.891 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:00:32.891 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:32.891 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:00:32.891 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:32.891 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:32.891 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:32.891 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:32.891 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:00:32.891 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:00:32.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 22:00:32.891 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:00:32.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 22:00:32.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:32.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:32.891 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:00:32.891 DEBUG [main][MenuItemLookup] Found menu:'File' 22:00:32.891 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:00:32.891 DEBUG [main][MenuItemLookup] Item match:Edit 22:00:32.891 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:00:32.891 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:00:32.891 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:32.891 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:00:32.891 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:32.891 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:32.891 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:32.891 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:32.891 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:00:32.892 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:00:32.892 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:00:32.892 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:00:32.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:00:32.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:00:32.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 22:00:32.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:32.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:32.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:00:32.912 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:00:32.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:32.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:32.912 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 22:00:32.912 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:00:32.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:32.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:32.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:32.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:32.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:32.913 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:00:32.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:32.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:32.913 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:32.913 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:32.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:00:32.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:00:32.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:32.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:00:32.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:00:32.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:00:32.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:32.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:32.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:32.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:32.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 22:00:32.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 22:00:32.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 22:00:42.971 DEBUG [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 22:00:42.972 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.... 22:00:42.972 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 22:00:42.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:42.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:42.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:42.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:42.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:42.973 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 22:00:42.973 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:00:42.973 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:00:42.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:42.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:42.973 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSwitchingOffPublishingChanges no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 22:00:42.973 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:00:42.973 INFO [WorkbenchTestable][RequirementsRunner] Started test: addTwo_removeAll no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 22:00:42.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 22:00:42.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:00:42.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:00:42.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:00:42.973 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:42.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:42.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:42.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:42.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:42.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:42.975 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 22:00:42.975 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 22:00:42.975 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 22:00:42.979 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 22:00:42.979 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 22:00:42.979 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:42.979 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:42.996 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:42.996 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:00:42.996 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:42.996 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:42.996 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:42.996 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:42.996 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:42.996 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:00:42.996 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:42.996 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 22:00:42.996 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 22:00:42.996 DEBUG [main][MenuItemLookup] Found menu:'Profile' 22:00:42.996 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:00:42.996 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 22:00:42.996 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:00:42.996 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:42.996 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 22:00:42.996 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 22:00:42.996 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 22:00:42.996 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 22:00:42.996 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 22:00:43.038 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.... 22:00:43.038 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:43.038 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:43.038 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 22:00:43.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 22:00:43.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:43.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:43.039 DEBUG [WorkbenchTestable][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 22:00:43.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:43.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:43.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:43.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:43.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:43.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:00:43.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:00:43.040 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:00:43.040 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:00:43.040 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:00:43.040 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:00:43.040 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 >") 22:00:43.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:43.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:43.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:43.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:43.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:43.041 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 22:00:43.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:43.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:43.041 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:43.041 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:43.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 22:00:43.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:43.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:43.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:43.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:43.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:43.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:00:43.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:00:43.043 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:00:43.043 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:00:43.043 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:00:43.043 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:00:43.043 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 >") 22:00:43.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:43.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:43.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:43.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:43.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:43.044 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 22:00:43.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:43.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:43.044 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:43.044 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:43.045 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 22:00:43.045 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) 22:00:43.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:43.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:43.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:43.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:43.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:43.045 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:00:43.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:43.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:43.045 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:43.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:43.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:00:43.052 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:00:43.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:00:43.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:43.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:00:43.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:43.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:43.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:43.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:43.554 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:43.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:43.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:43.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:43.555 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 22:00:43.555 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:43.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:43.555 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 22:00:43.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:43.555 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:43.555 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:43.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:43.555 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 22:00:43.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:43.555 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:43.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:43.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:43.555 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:43.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:43.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:43.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:43.556 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:00:43.556 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:00:43.556 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:00:43.559 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:00:43.560 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:43.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:43.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:43.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:43.560 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:00:43.561 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:00:43.561 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:00:43.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:00:43.564 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:43.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:43.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:43.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:43.564 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 22:00:43.564 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 22:00:43.564 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 22:00:43.570 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 22:00:43.570 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 22:00:43.571 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:43.571 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:43.580 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:43.580 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:00:43.580 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:43.580 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:43.580 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:43.580 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:43.580 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:43.580 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:00:43.580 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:43.580 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 22:00:43.580 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 22:00:43.580 DEBUG [main][MenuItemLookup] Found menu:'Profile' 22:00:43.580 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:00:43.580 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 22:00:43.580 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:00:43.580 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:43.580 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 22:00:43.580 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 22:00:43.580 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 22:00:43.580 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 22:00:43.580 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 22:00:43.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: "Add and Remove..."] is available.... 22:00:43.624 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:43.624 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:43.624 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 22:00:43.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 22:00:43.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:43.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:43.624 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") 22:00:43.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:43.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:43.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:43.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:43.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:43.625 INFO [WorkbenchTestable][AbstractButton] Click button << Re&move All 22:00:43.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:43.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:43.625 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:43.625 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:43.626 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 22:00:43.626 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) 22:00:43.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:43.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:43.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:43.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:43.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:43.627 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:00:43.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:43.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:43.627 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:43.627 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:43.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:00:43.646 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 22:00:43.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:00:43.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:00:43.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:00:43.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 22:00:43.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:43.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:43.649 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) 22:00:43.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:43.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:43.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:43.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:43.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:43.650 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:00:43.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:43.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:43.650 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:43.650 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:43.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:00:43.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:00:43.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:00:44.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:00:44.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:44.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:00:44.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:00:44.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:44.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:44.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:44.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:44.171 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:44.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:44.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:44.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:44.172 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 22:00:44.172 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:44.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:44.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:44.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:44.673 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:44.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:45.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:45.174 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:45.174 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:45.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:45.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:45.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:45.175 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 22:00:45.175 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:45.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:45.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:45.676 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:45.676 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:45.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:46.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:46.177 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:46.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:46.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:46.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:46.178 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 22:00:46.178 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:00:46.178 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:00:46.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:46.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:46.178 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addTwo_removeAll no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 22:00:46.179 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:00:46.179 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemoveConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 22:00:46.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 22:00:46.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:00:46.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:00:46.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:00:46.179 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:46.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:46.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:46.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:46.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:46.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:46.180 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 22:00:46.180 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 22:00:46.181 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 22:00:46.191 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 22:00:46.191 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 22:00:46.191 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:46.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:46.200 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:46.200 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:00:46.200 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:46.200 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:46.200 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:46.200 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:46.200 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:46.200 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:00:46.200 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:46.200 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 22:00:46.200 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 22:00:46.200 DEBUG [main][MenuItemLookup] Found menu:'Profile' 22:00:46.200 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:00:46.200 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 22:00:46.200 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:00:46.200 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:46.200 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 22:00:46.200 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 22:00:46.200 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 22:00:46.200 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 22:00:46.200 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 22:00:46.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.... 22:00:46.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:46.244 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:46.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 22:00:46.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 22:00:46.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:46.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:46.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.wizard.ModifyModulesPage, index 0 and no matchers specified 22:00:46.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:46.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:46.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:46.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:46.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:46.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:00:46.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:00:46.245 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:00:46.245 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:00:46.245 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:00:46.246 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:00:46.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.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 >") 22:00:46.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:46.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:46.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:46.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:46.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:46.246 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 22:00:46.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:46.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:46.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:46.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:46.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.wizard.ModifyModulesPage, index 0 and no matchers specified 22:00:46.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:46.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:46.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:46.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:46.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:46.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:00:46.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:00:46.248 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:00:46.248 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:00:46.248 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:00:46.248 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:00:46.248 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 >") 22:00:46.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:46.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:46.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:46.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:46.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:46.249 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 22:00:46.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:46.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:46.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:46.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:46.250 DEBUG [WorkbenchTestable][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 22:00:46.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:46.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:00:46.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:00:46.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:46.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:00:46.250 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project and wait with time period 1 22:00:46.250 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 22:00:46.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:46.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:46.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 22:00:46.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 22:00:46.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:47.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:47.252 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 22:00:47.252 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-3 and wait with time period 1 22:00:47.252 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 22:00:47.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:47.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:47.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 22:00:47.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 22:00:47.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:48.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:48.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 22:00:48.255 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") 22:00:48.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:48.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:48.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:48.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:48.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:48.257 INFO [WorkbenchTestable][AbstractButton] Click button << Re&move All 22:00:48.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:48.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:48.257 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:48.257 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:48.258 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 22:00:48.258 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) 22:00:48.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:48.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:48.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:48.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:48.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:48.259 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:00:48.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:48.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:48.260 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:48.260 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:48.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:00:48.262 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:00:48.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:00:48.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:48.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:48.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:48.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:48.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:48.762 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:48.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:48.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:48.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:48.763 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 22:00:48.763 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:48.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:49.264 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:49.264 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:49.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:49.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:49.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:49.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:49.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:49.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:49.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:49.773 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 22:00:49.773 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:00:49.773 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:00:49.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:49.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:49.774 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemoveConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 22:00:49.774 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:00:49.774 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 22:00:49.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 22:00:49.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:00:49.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:00:49.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:00:49.774 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:49.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:49.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:49.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:49.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:49.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:49.776 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 22:00:49.776 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 22:00:49.776 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 22:00:49.779 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 22:00:49.779 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 22:00:49.780 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:49.780 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:49.795 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:49.795 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:00:49.795 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:49.795 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:49.795 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:49.795 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:49.795 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:49.795 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:00:49.795 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:49.795 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 22:00:49.795 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 22:00:49.795 DEBUG [main][MenuItemLookup] Found menu:'Profile' 22:00:49.795 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:00:49.795 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 22:00:49.795 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:00:49.795 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:49.795 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 22:00:49.795 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 22:00:49.795 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 22:00:49.795 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 22:00:49.795 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 22:00:49.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 and Remove..."] is available.... 22:00:49.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:49.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:49.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 and Remove..."] is available. finished successfully 22:00:49.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 22:00:49.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:49.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:49.839 DEBUG [WorkbenchTestable][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 22:00:49.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:49.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:49.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:49.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:49.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:00:49.840 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project and wait with time period 1 22:00:49.840 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 22:00:49.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:50.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:50.340 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 22:00:50.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 22:00:50.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:50.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:50.841 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 22:00:50.841 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-2 and wait with time period 1 22:00:50.841 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 22:00:50.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:51.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:51.342 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 22:00:51.342 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 22:00:51.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:51.843 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 22:00:51.843 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-3 and wait with time period 1 22:00:51.844 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 22:00:51.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:52.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:52.344 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 22:00:52.344 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 22:00:52.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:52.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:52.845 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 22:00:52.845 TRACE [WorkbenchTestable][ModifyModulesDialog] Shell Add and Remove... is not null and is not disposed 22:00:52.845 INFO [WorkbenchTestable][ModifyModulesDialog] Cancel wizard 22:00:52.845 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) 22:00:52.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:52.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:52.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:52.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:52.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:52.847 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:00:52.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:52.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:52.848 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:52.848 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:52.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:00:52.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:00:52.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:52.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:52.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:52.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:52.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:52.867 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:52.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:52.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:52.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:52.868 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 22:00:52.868 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:52.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:53.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:53.368 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:53.368 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:53.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:53.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:53.869 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:53.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:53.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:53.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:00:53.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:53.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:53.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 22:00:53.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:00:53.871 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:00:53.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:53.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:53.871 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 22:00:53.871 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:00:53.871 INFO [WorkbenchTestable][RequirementsRunner] Started test: addAll_removeTwo no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 22:00:53.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 22:00:53.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:00:53.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:00:53.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:00:53.872 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:53.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:53.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:53.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:00:53.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:00:53.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:00:53.873 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 22:00:53.873 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 22:00:53.874 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 22:00:53.884 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 22:00:53.884 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 22:00:53.884 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:53.884 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:53.893 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:53.893 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:00:53.893 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:53.893 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:53.893 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:53.893 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:53.893 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:53.893 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:00:53.893 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:53.893 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 22:00:53.893 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 22:00:53.893 DEBUG [main][MenuItemLookup] Found menu:'Profile' 22:00:53.893 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:00:53.893 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 22:00:53.893 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:00:53.893 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:53.893 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 22:00:53.893 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 22:00:53.893 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 22:00:53.893 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 22:00:53.895 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 22:00:53.937 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.... 22:00:53.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:53.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:53.938 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 22:00:53.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 22:00:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:53.938 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 >>") 22:00:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:53.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:53.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:53.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:53.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:53.939 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 22:00:53.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:53.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:53.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:53.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:53.941 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 22:00:53.941 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) 22:00:53.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:53.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:53.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:53.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:53.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:53.942 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:00:53.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:53.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:53.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:53.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:53.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:00:53.945 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:00:54.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:00:54.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:54.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:00:54.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:54.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:54.446 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:54.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:54.446 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:54.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:54.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:54.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:54.447 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 22:00:54.447 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:54.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:54.447 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 22:00:54.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:54.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:54.447 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:54.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:54.447 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 22:00:54.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:54.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:54.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:54.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:54.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:54.447 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:54.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:54.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:54.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:54.448 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:00:54.448 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:00:54.448 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:00:54.453 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:00:54.453 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:54.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:54.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:54.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:54.453 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 22:00:54.453 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 22:00:54.454 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 22:00:54.457 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 22:00:54.457 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:54.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:54.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:54.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:54.458 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:00:54.458 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:00:54.458 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:00:54.461 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:00:54.462 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:54.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:54.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:54.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:54.463 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 22:00:54.463 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 22:00:54.463 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 22:00:54.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 22:00:54.470 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 22:00:54.470 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:00:54.470 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:54.479 DEBUG [main][MenuItemLookup] Found menu:'New' 22:00:54.479 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:00:54.479 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:00:54.479 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:54.479 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:54.479 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:54.479 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:54.479 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:00:54.479 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:54.479 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 22:00:54.479 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 22:00:54.479 DEBUG [main][MenuItemLookup] Found menu:'Profile' 22:00:54.479 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:00:54.479 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 22:00:54.479 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:00:54.479 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:54.479 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 22:00:54.479 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 22:00:54.479 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 22:00:54.479 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 22:00:54.479 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 22:00:54.525 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.... 22:00:54.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:54.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:54.525 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 22:00:54.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 22:00:54.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:54.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:54.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.wizard.ModifyModulesPage, index 1 and no matchers specified 22:00:54.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:54.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:00:54.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:00:54.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:54.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:00:54.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:00:54.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:00:54.527 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:00:54.527 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:00:54.527 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:00:54.528 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:00:54.528 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") 22:00:54.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:54.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:54.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:54.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:54.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:54.528 INFO [WorkbenchTestable][AbstractButton] Click button < &Remove 22:00:54.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:54.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:54.528 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:54.528 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:54.529 DEBUG [WorkbenchTestable][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 22:00:54.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:54.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:00:54.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:00:54.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:54.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:00:54.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:00:54.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:00:54.534 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:00:54.534 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:00:54.534 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:00:54.535 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:00:54.535 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") 22:00:54.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:54.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:54.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:54.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:54.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:54.535 INFO [WorkbenchTestable][AbstractButton] Click button < &Remove 22:00:54.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:54.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:54.536 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:54.536 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:54.536 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 22:00:54.536 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) 22:00:54.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:54.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:54.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:54.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:54.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:54.537 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:00:54.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:54.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:54.537 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:54.537 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:54.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:00:54.556 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 22:00:54.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:00:54.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:00:54.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:00:54.556 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 22:00:54.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:54.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:54.556 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) 22:00:54.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:54.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:54.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:54.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:54.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:54.557 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:00:54.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:54.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:54.557 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:54.557 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:54.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:00:54.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:00:54.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:00:55.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:00:55.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:55.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:00:55.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:00:55.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:55.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:55.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:55.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:55.078 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:55.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:55.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:55.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:55.079 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 22:00:55.079 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:55.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:55.079 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 22:00:55.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:55.079 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:55.079 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:55.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:55.079 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 22:00:55.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:55.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:55.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:55.080 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:55.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:55.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:55.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:55.080 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 22:00:55.080 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 22:00:55.080 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 22:00:55.086 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 22:00:55.087 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:55.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:55.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:55.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:55.087 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 22:00:55.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:55.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:55.088 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 22:00:55.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:55.088 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:55.088 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:00:55.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:00:55.088 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 22:00:55.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:00:55.088 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:00:55.088 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:00:55.088 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:55.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:55.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:55.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:55.088 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 22:00:55.088 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 22:00:55.088 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 22:00:55.091 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 22:00:55.092 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:00:55.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:00:55.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:00:55.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:00:55.092 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 22:00:55.092 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 22:00:55.093 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 22:00:55.095 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 22:00:55.096 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 22:00:55.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:55.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:55.096 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:00:55.096 DEBUG [main][MenuItemLookup] Found menu:'File' 22:00:55.096 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:00:55.096 DEBUG [main][MenuItemLookup] Item match:Edit 22:00:55.096 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:00:55.096 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:00:55.096 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:55.096 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:00:55.096 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:55.096 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:55.096 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:55.096 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:55.096 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:00:55.096 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:00:55.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 22:00:55.096 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:00:55.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 22:00:55.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:55.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:55.097 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:00:55.097 DEBUG [main][MenuItemLookup] Found menu:'File' 22:00:55.097 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:00:55.097 DEBUG [main][MenuItemLookup] Item match:Edit 22:00:55.097 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:00:55.097 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:00:55.097 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:55.097 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:00:55.097 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:00:55.097 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:00:55.097 DEBUG [main][MenuItemLookup] Found menu:'' 22:00:55.097 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:00:55.097 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:00:55.097 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:00:55.097 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:00:55.097 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:00:55.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:00:55.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:00:55.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 22:00:55.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:00:55.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:00:55.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 "OK") 22:00:55.119 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:00:55.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:00:55.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:00:55.119 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 22:00:55.119 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:00:55.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:00:55.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:00:55.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:00:55.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:00:55.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:00:55.119 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:00:55.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:00:55.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:00:55.119 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:00:55.119 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:00:55.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:00:55.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:00:55.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:00:55.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:00:55.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:00:55.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:00:55.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:00:55.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:00:55.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:00:55.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:00:55.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:00:55.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:00:55.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 22:00:55.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 22:00:55.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 'Publishing to .*'] is available.... 22:01:05.178 DEBUG [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 22:01:05.178 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.... 22:01:05.178 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 22:01:05.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:05.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:05.178 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:05.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:05.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:05.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 22:01:05.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:01:05.179 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:01:05.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:05.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:05.179 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addAll_removeTwo no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 22:01:05.179 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:01:05.179 INFO [WorkbenchTestable][RequirementsRunner] Started test: getConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 22:01:05.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 22:01:05.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:01:05.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:01:05.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:01:05.180 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:05.180 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:05.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:05.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:05.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:05.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:05.181 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 22:01:05.181 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 22:01:05.182 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 22:01:05.186 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 22:01:05.186 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 22:01:05.193 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:05.193 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:05.203 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:05.203 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:01:05.203 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:01:05.203 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:05.203 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:01:05.203 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:01:05.203 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:01:05.203 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:01:05.203 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:05.203 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 22:01:05.203 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 22:01:05.203 DEBUG [main][MenuItemLookup] Found menu:'Profile' 22:01:05.203 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:01:05.203 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 22:01:05.203 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:01:05.203 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:05.203 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 22:01:05.203 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 22:01:05.203 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 22:01:05.203 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 22:01:05.203 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 22:01:05.246 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.... 22:01:05.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:05.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:05.246 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 22:01:05.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 22:01:05.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:05.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:05.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.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 >>") 22:01:05.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:05.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:05.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:05.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:05.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:05.248 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 22:01:05.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:05.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:05.248 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:05.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:05.250 DEBUG [WorkbenchTestable][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 22:01:05.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:05.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:01:05.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:01:05.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:05.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:01:05.251 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project and wait with time period 1 22:01:05.251 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 22:01:05.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:05.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:05.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 22:01:05.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 22:01:05.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:06.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:06.251 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 22:01:06.252 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-2 and wait with time period 1 22:01:06.252 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 22:01:06.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:06.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:06.752 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 22:01:06.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 22:01:06.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:07.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:07.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 22:01:07.253 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-3 and wait with time period 1 22:01:07.253 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 22:01:07.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:07.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:07.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 22:01:07.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 22:01:07.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:08.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:08.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 22:01:08.255 TRACE [WorkbenchTestable][ModifyModulesDialog] Shell Add and Remove... is not null and is not disposed 22:01:08.255 INFO [WorkbenchTestable][ModifyModulesDialog] Cancel wizard 22:01:08.255 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) 22:01:08.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:08.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:08.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:08.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:08.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:08.258 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:01:08.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:08.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:08.258 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:08.258 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:08.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:01:08.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:01:08.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:08.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:01:08.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:08.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:08.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:08.278 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:08.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:08.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:08.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:08.279 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 22:01:08.279 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:01:08.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:08.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:08.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:01:08.780 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 22:01:08.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:09.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:09.281 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 22:01:09.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:09.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:09.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:09.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:09.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:09.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 22:01:09.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:01:09.282 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:01:09.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:09.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:09.283 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 22:01:09.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:09.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:09.283 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:01:09.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:09.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:09.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:09.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:09.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:09.291 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:09.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 '\*?\QPackage Explorer\E') 22:01:09.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:09.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:09.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:09.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:09.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:09.292 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:01:09.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:01:09.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:09.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:09.310 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:01:09.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:01:09.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:09.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:09.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:09.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:09.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:09.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:09.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:10.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:10.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:10.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:01:10.312 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:01:10.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:01:10.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:10.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:10.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:01:10.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:10.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:10.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:10.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:10.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:10.313 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 22:01:10.313 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 22:01:10.313 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 22:01:10.314 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:01:10.314 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:01:10.314 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:01:10.316 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:01:10.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:10.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:10.334 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:01:10.334 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:01:10.334 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:01:10.334 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:01:10.334 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:01:10.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:10.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:01:10.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:01:10.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:10.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:10.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:10.835 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 22:01:10.835 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:01:10.835 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:01:10.835 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:01:10.837 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:01:10.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:10.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:10.854 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:10.854 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:01:10.854 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:10.854 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:01:10.854 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:01:10.854 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:10.854 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:01:10.854 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:01:10.854 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:01:10.854 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:01:10.854 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:01:10.854 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:01:10.854 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:01:10.854 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:01:10.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.... 22:01:11.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 22:01:11.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:01:11.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:11.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:11.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:11.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:11.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:01:11.407 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:01:11.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:11.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:11.407 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:01:11.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:01:11.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:11.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:11.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:11.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:11.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:11.408 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:01:11.408 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:01:11.408 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:01:11.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:11.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:11.408 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:11.408 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:11.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) 22:01:11.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:01:11.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:11.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:11.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:01:11.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:01:11.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:11.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:11.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:11.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:11.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:11.409 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:01:11.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:11.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:11.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:11.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:11.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:01:11.411 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:01:11.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:01:11.912 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:01:11.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:11.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:01:11.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:01:11.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:01:11.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:11.912 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:11.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:11.912 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 22:01:11.912 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 22:01:11.913 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 22:01:11.915 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 22:01:11.915 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:11.915 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:11.933 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:01:11.933 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:01:11.933 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:01:11.933 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:01:11.933 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:01:11.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:11.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:01:12.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:01:12.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:01:12.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:12.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:12.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:12.433 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-2' via Explorer 22:01:12.433 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 22:01:12.433 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 22:01:12.434 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 22:01:12.435 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 22:01:12.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:12.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:12.456 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:12.456 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:01:12.456 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:12.456 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:01:12.456 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:01:12.456 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:12.456 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:01:12.456 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:01:12.456 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:01:12.456 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:01:12.456 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:01:12.456 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:01:12.456 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:01:12.456 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:01:12.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 'Delete.*'] is available.... 22:01:13.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 'Delete.*'] is available. finished successfully 22:01:13.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:01:13.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:13.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:13.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:13.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:13.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:01:13.008 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:01:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:13.008 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:01:13.008 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:01:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:13.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:13.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:13.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:13.008 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:01:13.008 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:01:13.008 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:01:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:13.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:13.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:13.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:01:13.008 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:01:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:13.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:13.008 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:01:13.008 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:01:13.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:13.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:13.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:13.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:13.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:13.009 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:01:13.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:13.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:13.009 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:13.009 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:13.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:01:13.012 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:01:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:01:13.512 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:01:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:13.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:01:13.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:13.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:13.513 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:01:13.513 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:01:13.513 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:01:13.515 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:01:13.515 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:13.515 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:13.533 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:01:13.533 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:01:13.533 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:01:13.533 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:01:13.533 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:01:13.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:13.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:01:14.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:01:14.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:14.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:14.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:14.034 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-3' via Explorer 22:01:14.034 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:01:14.034 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:01:14.034 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:01:14.036 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:01:14.036 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:14.036 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:14.053 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:14.053 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:01:14.053 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:14.053 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:01:14.053 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:01:14.053 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:14.053 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:01:14.053 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:01:14.053 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:01:14.053 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:01:14.053 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:01:14.053 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:01:14.053 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:01:14.053 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:01:14.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 'Delete.*'] is available.... 22:01:14.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 'Delete.*'] is available. finished successfully 22:01:14.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:01:14.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:14.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:14.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:14.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:14.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:01:14.605 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:01:14.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:14.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:14.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:01:14.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:01:14.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:14.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:14.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:14.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:14.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:14.605 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:01:14.605 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:01:14.605 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:01:14.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:14.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:14.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:14.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:14.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:01:14.605 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:01:14.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:14.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:14.606 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:01:14.606 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:01:14.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:14.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:14.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:14.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:14.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:14.606 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:01:14.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:14.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:14.606 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:14.606 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:14.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:01:14.608 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:01:15.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:01:15.109 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:01:15.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:15.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:15.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:15.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:15.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:15.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:15.112 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:15.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:15.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:15.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:15.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:15.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:15.113 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:15.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:15.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:15.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:15.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:15.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:15.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:15.121 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:15.121 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:15.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:15.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:15.128 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:15.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:15.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:15.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:15.129 DEBUG [WorkbenchTestable][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 22:01:15.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:15.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:15.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:15.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:15.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:15.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:15.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:15.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:15.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:15.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:15.138 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:15.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:15.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:15.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:15.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:15.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:15.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:15.140 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:15.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:15.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:15.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:15.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:15.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:15.142 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 22:01:15.142 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 22:01:15.142 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 22:01:15.145 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 22:01:15.146 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:15.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:15.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:15.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:15.146 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server ABC'. Stop server first: false 22:01:15.147 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:15.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:15.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:15.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:15.147 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:15.147 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:15.163 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:15.163 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:01:15.163 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:01:15.163 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:15.163 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:01:15.163 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:01:15.163 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:01:15.163 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:01:15.163 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 22:01:15.163 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:01:15.163 INFO [main][MenuItemHandler] Select menu item: Delete Delete 22:01:15.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 22:01:15.183 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 22:01:15.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 22:01:15.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:15.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:15.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:01:15.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:01:15.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:15.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:15.183 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 22:01:15.183 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:01:15.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:15.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:15.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:15.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:15.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:15.184 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:01:15.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:15.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:15.184 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:15.184 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:15.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:01:15.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:01:15.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:15.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:15.204 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:15.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:15.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:15.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:15.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:15.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:15.206 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:15.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 '\*?\QServers\E') 22:01:15.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:15.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:15.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:15.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:15.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:15.207 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:15.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:15.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:15.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:15.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:15.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:15.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC... 22:01:15.208 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:15.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:15.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:15.209 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 22:01:15.209 DEBUG [WorkbenchTestable][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 22:01:15.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:15.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:15.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:15.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:15.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:16.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:16.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:16.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:01:16.211 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:01:16.211 INFO [WorkbenchTestable][ServersView2] Requested server 'Server ABC' was not found on Servers view 22:01:16.211 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:16.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:16.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:16.212 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 22:01:16.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 22:01:16.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:16.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:16.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:16.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:16.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:17.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:17.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:17.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:01:17.215 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:01:17.215 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 22:01:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC finished successfully 22:01:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:17.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:17.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:17.215 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 22:01:17.215 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:01:17.215 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:01:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.78 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.206 s addTwo_removeAll no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 3.205 s testRemoveConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 3.595 s getAvailableModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 4.097 s addAll_removeTwo no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 11.308 s getConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 4.104 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 22:01:17.222 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 22:01:17.222 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:01:17.222 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:01:17.222 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 22:01:17.222 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:01:17.222 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:01:17.223 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:01:17.223 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:01:17.223 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:01:17.223 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:01:17.223 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServer_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 22:01:17.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 22:01:17.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:01:17.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:01:17.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:01:17.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:17.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:17.224 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:17.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:17.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:17.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:17.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:17.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:17.226 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:17.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:17.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:17.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:17.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:17.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:17.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:17.227 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:17.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:17.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:17.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:17.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:17.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:17.228 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:17.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:17.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:17.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 22:01:17.229 DEBUG [WorkbenchTestable][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 22:01:17.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:17.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:17.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:17.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:17.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:18.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:18.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:18.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:01:18.231 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:01:18.231 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 22:01:18.231 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:18.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:18.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:18.231 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 22:01:18.232 DEBUG [WorkbenchTestable][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 22:01:18.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:18.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:18.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:18.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:18.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:19.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:19.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:19.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:01:19.233 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:01:19.233 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 22:01:19.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:19.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:19.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:19.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:19.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:19.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:19.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:19.236 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:19.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:19.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:19.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:19.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:19.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:19.237 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:19.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:19.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:19.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:19.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:19.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:19.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:19.238 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:19.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:19.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:19.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:19.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:19.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:19.239 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:19.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:19.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:19.240 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 22:01:19.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.cnf.ServersView2, index 0 and no matchers specified 22:01:19.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:19.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:19.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:19.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:19.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:20.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:20.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:20.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:01:20.243 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:01:20.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 22:01:20.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:01:20.243 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:01:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:20.243 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServer_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 22:01:20.243 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:01:20.243 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 22:01:20.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 22:01:20.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:01:20.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:01:20.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:01:20.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:20.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:20.245 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:20.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:20.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:20.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:20.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:20.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:20.246 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:20.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 '\*?\QServers\E') 22:01:20.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:20.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:20.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:20.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:20.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:20.248 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:20.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:20.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:20.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:20.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:20.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:20.249 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:20.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:20.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:20.266 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 22:01:20.266 INFO [WorkbenchTestable][ServersView2] Create new server 22:01:20.266 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 22:01:20.266 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:20.266 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:20.267 DEBUG [main][MenuItemLookup] Item match:New 22:01:20.267 DEBUG [main][MenuItemLookup] Found menu:'Server' 22:01:20.267 DEBUG [main][MenuItemLookup] Item match:Server 22:01:20.267 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 22:01:20.267 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 22:01:20.267 INFO [main][MenuItemHandler] Select menu item: Server 22:01:20.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 22:01:20.335 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 22:01:20.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:01:20.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:20.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:20.341 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:01:20.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:20.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:20.341 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:01:20.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:20.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:20.341 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 22:01:20.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:20.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:20.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:01:20.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:20.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:20.342 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:01:20.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:20.343 DEBUG [WorkbenchTestable][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 22:01:20.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:20.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:20.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:20.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:20.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:20.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:01:20.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:01:20.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 22:01:20.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:01:20.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:01:20.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:01:20.346 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:20.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:20.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:20.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:20.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:20.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:01:20.346 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:20.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:20.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:20.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:20.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:20.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 22:01:20.346 DEBUG [WorkbenchTestable][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 22:01:20.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:20.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:20.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:20.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:20.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:20.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:01:20.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:01:20.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:01:20.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:20.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:20.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:20.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:20.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:20.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:01:20.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:20.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:20.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:20.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:20.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:20.347 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 22:01:20.347 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 22:01:20.347 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 22:01:20.348 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 22:01:20.348 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) 22:01:20.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:20.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:20.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:20.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:20.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:20.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:20.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:20.849 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:") 22:01:20.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:20.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:20.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:20.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:20.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:01:20.853 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:01:20.853 INFO [WorkbenchTestable][AbstractText] Text set to: Server AB 22:01:20.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:01:20.854 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:01:20.854 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:01:21.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:01:21.354 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:01:21.354 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 22:01:21.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.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) 22:01:21.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:21.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:21.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:21.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:21.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:21.358 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:01:21.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:21.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:21.359 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:21.359 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:01:21.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:01:21.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:21.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:21.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:21.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:21.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:21.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:21.865 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:21.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:21.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:21.866 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:21.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:21.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:21.866 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:21.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:21.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:21.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:21.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:21.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:21.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:21.867 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:21.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:21.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:21.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:21.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:21.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:21.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB... 22:01:21.869 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:21.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:21.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:21.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:21.869 DEBUG [WorkbenchTestable][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 22:01:21.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:21.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:21.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:21.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:21.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:21.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:21.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:21.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:21.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:21.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:21.871 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:21.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 '\*?\QServers\E') 22:01:21.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:21.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:21.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:21.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:21.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:21.872 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:21.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:21.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:21.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:21.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:21.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:21.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB finished successfully 22:01:21.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:21.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:21.881 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:21.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:21.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:21.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:21.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:21.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:21.883 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:21.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') 22:01:21.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:21.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:21.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:21.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:21.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:21.884 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:21.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:21.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:21.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:21.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:21.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:21.885 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:21.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:21.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:21.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:21.886 INFO [WorkbenchTestable][ServersView2] Create new server 22:01:21.886 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:21.886 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:21.895 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:21.895 DEBUG [main][MenuItemLookup] Item match:New 22:01:21.895 DEBUG [main][MenuItemLookup] Found menu:'Server' 22:01:21.895 DEBUG [main][MenuItemLookup] Item match:Server 22:01:21.895 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 22:01:21.895 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 22:01:21.895 INFO [main][MenuItemHandler] Select menu item: Server 22:01:21.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 22:01:21.973 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 22:01:21.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:01:21.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:21.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:21.973 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:01:21.973 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:21.973 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:21.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'] 22:01:21.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:21.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:21.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 22:01:21.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:21.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:21.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:01:21.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:21.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:21.974 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:01:21.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:21.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 22:01:21.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:21.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:21.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:21.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:21.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:21.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:01:21.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:01:21.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 22:01:21.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:01:21.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:01:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:01:21.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:21.979 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:21.979 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:01:21.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:21.979 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:21.979 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 22:01:21.979 DEBUG [WorkbenchTestable][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 22:01:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:21.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:21.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:21.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:01:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:01:21.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:01:21.980 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:21.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:21.980 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:21.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:21.980 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:21.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:01:21.980 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:21.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:21.980 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:21.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:21.980 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:21.980 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 22:01:21.980 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 22:01:21.980 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 22:01:21.981 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 22:01:21.981 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) 22:01:21.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:21.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:21.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:21.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:21.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:21.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:22.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:22.482 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:") 22:01:22.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:22.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:22.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:22.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:22.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:01:22.486 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:01:22.487 INFO [WorkbenchTestable][AbstractText] Text set to: Server A 22:01:22.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:01:22.487 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:01:22.487 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:01:22.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:01:22.987 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:01:22.987 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 22:01:22.988 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) 22:01:22.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:22.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:22.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:22.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:22.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:22.991 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:01:22.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:22.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:22.991 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:22.991 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:22.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:01:23.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:01:23.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:23.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:23.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:23.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:23.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.497 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:23.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:23.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:23.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:23.499 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:23.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 '\*?\QServers\E') 22:01:23.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:23.508 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:23.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:23.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:23.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A... 22:01:23.510 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:23.510 DEBUG [WorkbenchTestable][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 22:01:23.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:23.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:23.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:23.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:23.512 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:23.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 '\*?\QServers\E') 22:01:23.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:23.514 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:23.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:23.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:23.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A finished successfully 22:01:23.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.524 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:23.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:23.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:23.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:23.525 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:23.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 '\*?\QServers\E') 22:01:23.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:23.527 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:23.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:23.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:23.528 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:23.529 DEBUG [WorkbenchTestable][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 22:01:23.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:23.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:23.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:23.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:23.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:23.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') 22:01:23.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:23.532 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:23.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:23.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:23.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:23.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:23.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:23.542 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:23.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:23.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:23.543 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:23.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:23.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:23.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:23.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:23.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:23.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:23.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:23.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.546 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:23.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:23.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:23.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:23.548 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:23.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') 22:01:23.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:23.549 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:23.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:23.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:23.558 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:23.559 DEBUG [WorkbenchTestable][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 22:01:23.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:23.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:23.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:23.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:23.561 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:23.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 '\*?\QServers\E') 22:01:23.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:23.562 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.562 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:23.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:23.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:23.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server A [Stopped] 22:01:23.563 DEBUG [main][TreeItemHandler] Selecting tree item: Server A [Stopped] 22:01:23.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server A [Stopped] about selection 22:01:23.574 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server A [Stopped] 22:01:23.574 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:23.575 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server A'. Stop server first: false 22:01:23.575 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.575 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:23.576 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:23.576 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:23.587 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:23.587 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:01:23.587 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:01:23.587 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:23.587 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:01:23.587 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:01:23.587 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:01:23.587 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:01:23.587 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 22:01:23.587 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:01:23.588 INFO [main][MenuItemHandler] Select menu item: Delete Delete 22:01:23.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 22:01:23.606 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 22:01:23.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 22:01:23.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:23.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:23.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:01:23.606 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:01:23.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:23.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:23.606 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 22:01:23.606 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:01:23.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:23.607 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:01:23.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:23.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:23.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:23.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:23.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:01:23.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:01:23.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.626 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:23.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:23.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:23.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:23.628 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:23.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 '\*?\QServers\E') 22:01:23.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:23.629 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:23.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:23.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:23.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A... 22:01:23.631 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:23.631 DEBUG [WorkbenchTestable][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 22:01:23.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:23.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:23.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:23.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:23.641 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:23.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:23.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:23.642 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:23.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:23.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:23.643 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 22:01:23.643 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:23.644 DEBUG [WorkbenchTestable][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 22:01:23.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:23.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:23.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:23.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:23.646 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:23.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:23.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:23.647 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:23.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:23.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:23.648 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server AB' 22:01:23.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A finished successfully 22:01:23.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:23.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:01:23.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:23.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:23.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:23.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:23.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:23.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:23.657 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:23.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:23.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:23.658 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:23.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:23.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:23.659 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server AB [Stopped] 22:01:23.659 DEBUG [main][TreeItemHandler] Selecting tree item: Server AB [Stopped] 22:01:23.659 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server AB [Stopped] about selection 22:01:23.664 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server AB [Stopped] 22:01:23.664 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:23.665 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server AB'. Stop server first: false 22:01:23.665 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:23.665 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:23.665 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:23.682 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:23.682 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:01:23.682 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:01:23.682 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:23.682 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:01:23.682 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:01:23.682 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:01:23.682 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:01:23.682 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 22:01:23.682 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:01:23.682 INFO [main][MenuItemHandler] Select menu item: Delete Delete 22:01:23.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 22:01:23.701 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 22:01:23.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 22:01:23.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:23.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:23.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:01:23.701 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:01:23.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:23.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:23.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 22:01:23.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:01:23.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:23.702 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:01:23.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:23.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:23.702 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:23.702 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:23.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:01:23.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:01:23.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.722 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:23.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:23.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:23.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:23.724 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:23.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:23.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:23.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:23.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:23.726 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:23.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:23.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:23.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB... 22:01:23.727 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:23.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:23.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:23.727 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 22:01:23.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.cnf.ServersView2, index 0 and no matchers specified 22:01:23.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:23.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:23.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:24.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:24.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:24.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:24.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:24.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:01:24.729 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:01:24.729 INFO [WorkbenchTestable][ServersView2] Requested server 'Server AB' was not found on Servers view 22:01:24.730 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:24.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:24.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:24.730 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 22:01:24.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 22:01:24.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:24.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:24.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:25.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:25.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:25.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:25.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:25.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:01:25.733 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:01:25.733 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 22:01:25.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB finished successfully 22:01:25.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:25.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:25.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:25.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:25.733 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 22:01:25.733 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:01:25.733 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:01:25.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:25.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:25.734 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 22:01:25.734 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:01:25.734 INFO [WorkbenchTestable][RequirementsRunner] Started test: newServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 22:01:25.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 22:01:25.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:01:25.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:01:25.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:01:25.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:25.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:25.735 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:25.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:25.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:25.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:25.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:25.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:25.737 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:25.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') 22:01:25.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:25.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:25.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:25.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:25.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:25.738 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:25.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:25.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:25.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:25.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:25.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:25.739 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:25.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:25.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:25.740 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 22:01:25.740 INFO [WorkbenchTestable][ServersView2] Create new server 22:01:25.740 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 22:01:25.740 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:25.741 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:25.741 DEBUG [main][MenuItemLookup] Item match:New 22:01:25.741 DEBUG [main][MenuItemLookup] Found menu:'Server' 22:01:25.741 DEBUG [main][MenuItemLookup] Item match:Server 22:01:25.741 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 22:01:25.741 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 22:01:25.741 INFO [main][MenuItemHandler] Select menu item: Server 22:01:25.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 22:01:25.816 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 22:01:25.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:01:25.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:25.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:25.816 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:01:25.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:25.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:25.816 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:01:25.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:25.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:25.817 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 22:01:25.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:25.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:25.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:01:25.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:25.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:25.817 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:01:25.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:25.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:25.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:25.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:01:25.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:25.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:25.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:25.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:25.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:01:25.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:25.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:25.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:01:25.818 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:01:25.818 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:01:26.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:01:26.318 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:01:26.318 INFO [WorkbenchTestable][NewServerWizard] Cancel wizard 22:01:26.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 "Cancel", Widget matcher matching widgets with style: 8) 22:01:26.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:26.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:26.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:26.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:26.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:26.320 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:01:26.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:26.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:26.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:26.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:26.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:01:26.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:01:26.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:26.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:26.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:26.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:26.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:26.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:26.352 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:26.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:26.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:26.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:26.354 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:26.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 '\*?\QServers\E') 22:01:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:26.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:26.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:26.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:26.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:26.356 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:26.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:26.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:26.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:26.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:26.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:26.356 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:26.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:26.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:26.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 22:01:26.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 22:01:26.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:26.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:26.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:26.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:26.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:27.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:27.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:27.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:01:27.360 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:01:27.360 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 22:01:27.360 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:01:27.360 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:01:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:27.360 INFO [WorkbenchTestable][RequirementsRunner] Finished test: newServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 22:01:27.360 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:01:27.361 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServer_notFound no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 22:01:27.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 22:01:27.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:01:27.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:01:27.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:01:27.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:27.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:27.362 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:27.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:27.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:27.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:27.364 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:27.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:27.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:27.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:27.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:27.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:27.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:27.365 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:27.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:27.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:27.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:27.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:27.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:27.366 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:27.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:27.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:27.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 22:01:27.366 INFO [WorkbenchTestable][ServersView2] Create new server 22:01:27.366 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 22:01:27.366 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:27.367 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:27.367 DEBUG [main][MenuItemLookup] Item match:New 22:01:27.367 DEBUG [main][MenuItemLookup] Found menu:'Server' 22:01:27.367 DEBUG [main][MenuItemLookup] Item match:Server 22:01:27.367 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 22:01:27.367 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 22:01:27.367 INFO [main][MenuItemHandler] Select menu item: Server 22:01:27.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 22:01:27.442 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 22:01:27.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:01:27.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:27.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:01:27.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:27.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:01:27.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:27.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:27.443 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 22:01:27.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:27.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:27.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:01:27.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:27.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:27.444 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:01:27.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:27.445 DEBUG [WorkbenchTestable][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 22:01:27.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:27.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:27.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:27.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:27.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:27.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:01:27.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:01:27.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 22:01:27.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:01:27.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:01:27.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:01:27.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:27.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:27.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:27.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:27.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:27.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:01:27.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:27.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:27.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:27.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:27.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:27.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 22:01:27.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 22:01:27.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:27.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:27.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:27.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:27.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:27.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:01:27.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:01:27.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:01:27.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:27.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:27.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:27.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:27.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:27.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:01:27.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:27.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:27.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:27.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:27.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:27.449 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 22:01:27.449 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 22:01:27.449 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 22:01:27.450 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 22:01:27.450 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) 22:01:27.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:27.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:27.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:27.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:27.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:27.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:27.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:27.952 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:") 22:01:27.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:27.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:27.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:27.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:27.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:01:27.956 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:01:27.957 INFO [WorkbenchTestable][AbstractText] Text set to: Server AB 22:01:27.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:01:27.957 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:01:27.957 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:01:28.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:01:28.457 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:01:28.457 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 22:01:28.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.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) 22:01:28.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:28.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:28.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:28.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:28.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:28.460 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:01:28.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:28.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:28.460 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:28.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:28.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:01:28.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:01:28.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:28.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:28.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:28.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:28.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:28.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:28.964 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:28.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:28.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:28.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:28.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:28.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:28.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:28.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 '\*?\QServers\E') 22:01:28.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:28.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:28.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:28.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:28.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:28.968 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:28.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:28.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:28.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:28.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:28.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:28.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB... 22:01:28.969 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:28.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:28.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:28.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:28.970 DEBUG [WorkbenchTestable][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 22:01:28.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:28.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:28.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:28.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:28.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:28.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:28.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:28.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:28.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:28.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:28.978 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:28.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 '\*?\QServers\E') 22:01:28.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:28.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:28.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:28.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:28.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:28.980 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:28.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:28.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:28.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:28.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:28.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:28.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB finished successfully 22:01:28.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:28.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:28.983 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:28.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:28.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:28.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:28.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:28.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:28.984 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:28.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') 22:01:28.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:28.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:28.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:28.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:28.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:28.985 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:28.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:28.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:28.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:28.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:28.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:28.987 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:28.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:28.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:28.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:28.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 22:01:28.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:28.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:28.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:28.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:28.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:28.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:28.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:28.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:28.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:28.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:28.996 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:28.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') 22:01:28.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:28.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:28.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:28.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:28.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:28.997 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:28.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:28.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:28.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:28.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:28.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:28.999 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 22:01:28.999 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:28.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:28.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:28.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:28.999 DEBUG [WorkbenchTestable][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 22:01:28.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:28.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:28.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:29.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:29.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:29.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:29.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:29.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:29.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:29.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:29.001 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:29.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') 22:01:29.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:29.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:29.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:29.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:29.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:29.002 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:29.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:29.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:29.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:29.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:29.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:29.003 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server AB' 22:01:29.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:29.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:29.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:29.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:29.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:29.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:29.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:29.012 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:29.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:29.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:29.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:29.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:29.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:29.013 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:29.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:29.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:29.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:29.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:29.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:29.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:29.015 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:29.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:29.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:29.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:29.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:29.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:29.016 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:29.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:29.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:29.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:29.017 DEBUG [WorkbenchTestable][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 22:01:29.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:29.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:29.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:29.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:29.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:29.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:29.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:29.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:29.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:29.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:29.018 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:29.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') 22:01:29.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:29.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:29.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:29.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:29.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:29.020 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:29.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:29.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:29.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:29.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:29.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:29.027 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server AB [Stopped] 22:01:29.027 DEBUG [main][TreeItemHandler] Selecting tree item: Server AB [Stopped] 22:01:29.027 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server AB [Stopped] about selection 22:01:29.031 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server AB [Stopped] 22:01:29.032 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:29.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:29.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:29.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:29.033 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server AB'. Stop server first: false 22:01:29.033 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:29.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:29.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:29.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:29.033 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:29.033 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:29.042 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:29.042 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:01:29.042 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:01:29.042 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:29.042 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:01:29.042 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:01:29.042 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:01:29.042 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:01:29.043 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 22:01:29.043 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:01:29.043 INFO [main][MenuItemHandler] Select menu item: Delete Delete 22:01:29.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 22:01:29.062 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 22:01:29.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 22:01:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:29.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:01:29.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:01:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:29.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 22:01:29.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:01:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:29.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:29.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:29.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:29.063 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:01:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:29.063 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:29.063 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:29.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:01:29.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:01:29.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:29.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:29.083 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:29.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:29.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:29.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:29.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:29.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:29.085 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:29.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:29.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:29.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:29.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:29.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:29.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:29.086 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:29.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:29.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:29.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:29.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:29.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:29.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB... 22:01:29.087 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:29.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:29.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:29.087 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 22:01:29.087 DEBUG [WorkbenchTestable][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 22:01:29.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:29.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:29.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:29.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:29.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:30.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:30.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:30.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:01:30.090 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:01:30.090 INFO [WorkbenchTestable][ServersView2] Requested server 'Server AB' was not found on Servers view 22:01:30.090 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:30.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:30.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:30.091 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 22:01:30.091 DEBUG [WorkbenchTestable][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 22:01:30.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:30.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:30.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:30.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:30.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:31.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:31.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:31.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:01:31.093 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:01:31.093 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 22:01:31.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB finished successfully 22:01:31.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:31.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:31.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:31.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:31.093 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 22:01:31.093 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:01:31.093 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:01:31.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:31.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:31.093 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServer_notFound no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 22:01:31.093 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:01:31.093 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 22:01:31.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 22:01:31.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:01:31.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:01:31.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:01:31.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:31.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:31.095 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:31.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:31.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:31.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:31.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:31.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:31.096 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01: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 '\*?\QServers\E') 22:01:31.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:31.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:31.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:31.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:31.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:31.097 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:31.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:31.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:31.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:31.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:31.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:31.098 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:31.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:31.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:31.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 22:01:31.099 INFO [WorkbenchTestable][ServersView2] Create new server 22:01:31.099 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 22:01:31.099 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:31.099 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:31.100 DEBUG [main][MenuItemLookup] Item match:New 22:01:31.100 DEBUG [main][MenuItemLookup] Found menu:'Server' 22:01:31.100 DEBUG [main][MenuItemLookup] Item match:Server 22:01:31.100 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 22:01:31.100 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 22:01:31.100 INFO [main][MenuItemHandler] Select menu item: Server 22:01:31.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 22:01:31.174 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 22:01:31.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:01:31.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:31.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:31.174 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:01:31.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:31.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:31.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'] 22:01:31.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:31.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:31.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 Server"] 22:01:31.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:31.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:31.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:01:31.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:31.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:31.175 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:01:31.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:31.177 DEBUG [WorkbenchTestable][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 22:01:31.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:31.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:31.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:31.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:31.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:31.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:01:31.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:01:31.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 22:01:31.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:01:31.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:01:31.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:01:31.179 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:31.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:31.179 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:31.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:31.179 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:31.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:01:31.179 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:31.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:31.179 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:31.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:31.179 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:31.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 22:01:31.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 22:01:31.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:31.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:31.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:31.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:31.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:31.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:01:31.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:01:31.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:01:31.180 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:31.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:31.180 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:31.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:31.180 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:31.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:01:31.180 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:31.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:31.180 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:31.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:31.180 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:31.181 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 22:01:31.181 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 22:01:31.181 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 22:01:31.182 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 22:01:31.182 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) 22:01:31.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:31.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:31.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:31.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:31.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:31.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:31.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:31.683 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:") 22:01:31.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:31.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:31.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:31.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:31.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:01:31.686 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:01:31.686 INFO [WorkbenchTestable][AbstractText] Text set to: Server AB 22:01:31.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:01:31.686 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:01:31.686 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:01:32.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:01:32.187 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:01:32.187 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 22:01:32.187 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) 22:01:32.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:32.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:32.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:32.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:32.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:32.190 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:01:32.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:32.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:32.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:32.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:32.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:01:32.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:01:32.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:32.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:32.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:32.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:32.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:32.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:32.695 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:32.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:32.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:32.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:32.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:32.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:32.697 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:32.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:32.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:32.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:32.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:32.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:32.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:32.698 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:32.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:32.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:32.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:32.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:32.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:32.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB... 22:01:32.700 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:32.700 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:32.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:32.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:32.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.cnf.ServersView2, index 0 and no matchers specified 22:01:32.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:32.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:32.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:32.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:32.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:32.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:32.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:32.702 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:32.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:32.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:32.702 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:32.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:32.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:32.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:32.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:32.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:32.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:32.704 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:32.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:32.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:32.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:32.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:32.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:32.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB finished successfully 22:01:32.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:32.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:32.713 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:32.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:32.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:32.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:32.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:32.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:32.715 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:32.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:32.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:32.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:32.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:32.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:32.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:32.716 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:32.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:32.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:32.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:32.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:32.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:32.718 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:32.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:32.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:32.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:32.718 INFO [WorkbenchTestable][ServersView2] Create new server 22:01:32.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:32.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:32.737 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:32.737 DEBUG [main][MenuItemLookup] Item match:New 22:01:32.737 DEBUG [main][MenuItemLookup] Found menu:'Server' 22:01:32.737 DEBUG [main][MenuItemLookup] Item match:Server 22:01:32.738 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 22:01:32.738 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 22:01:32.738 INFO [main][MenuItemHandler] Select menu item: Server 22:01:32.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 22:01:32.833 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 22:01:32.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:01:32.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:32.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:32.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'] 22:01:32.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:32.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:32.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'] 22:01:32.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:32.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:32.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 Server"] 22:01:32.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:32.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:32.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:01:32.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:32.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:32.834 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:01:32.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:32.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.wizard.NewServerWizardPage, index 0 and no matchers specified 22:01:32.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:32.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:32.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:32.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:32.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:32.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:01:32.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:01:32.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 22:01:32.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:01:32.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:01:32.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:01:32.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:32.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:32.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:32.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:01:32.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:32.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:32.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 22:01:32.839 DEBUG [WorkbenchTestable][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 22:01:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:32.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:32.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:32.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:32.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:01:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:01:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:01:32.840 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:32.840 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:32.840 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:01:32.840 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:32.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:32.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:32.848 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:32.849 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 22:01:32.849 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 22:01:32.849 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 22:01:32.850 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 22:01:32.850 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) 22:01:32.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:32.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:32.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:32.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:32.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:32.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:33.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:33.351 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:") 22:01:33.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:33.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:33.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:33.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:33.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:01:33.355 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:01:33.356 INFO [WorkbenchTestable][AbstractText] Text set to: Server A 22:01:33.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:01:33.356 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:01:33.356 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:01:33.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:01:33.857 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:01:33.857 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 22:01:33.857 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) 22:01:33.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:33.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:33.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:33.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:33.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:33.860 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:01:33.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:33.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:33.860 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:33.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:33.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:01:34.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:01:34.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:34.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:34.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:34.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:34.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.366 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:34.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:34.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:34.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:34.368 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:34.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 '\*?\QServers\E') 22:01:34.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:34.369 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:34.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:34.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:34.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A... 22:01:34.371 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:34.371 DEBUG [WorkbenchTestable][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 22:01:34.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:34.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:34.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:34.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:34.373 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:34.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 '\*?\QServers\E') 22:01:34.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:34.374 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:34.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:34.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:34.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A finished successfully 22:01:34.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.384 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:34.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:34.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:34.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:34.386 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:34.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:34.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:34.387 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:34.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:34.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:34.389 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:34.389 DEBUG [WorkbenchTestable][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 22:01:34.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:34.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:34.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:34.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:34.391 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:34.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 '\*?\QServers\E') 22:01:34.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:34.392 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:34.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:34.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:34.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:34.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:34.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:34.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:34.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 '\*?\QServers\E') 22:01:34.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:34.396 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:34.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:34.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:34.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:34.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:34.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:34.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:34.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:34.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.399 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:34.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:34.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:34.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:34.408 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:34.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 '\*?\QServers\E') 22:01:34.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:34.410 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:34.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:34.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:34.411 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:34.412 DEBUG [WorkbenchTestable][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 22:01:34.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:34.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:34.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:34.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:34.413 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:34.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') 22:01:34.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:34.415 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:34.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:34.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:34.423 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server A [Stopped] 22:01:34.423 DEBUG [main][TreeItemHandler] Selecting tree item: Server A [Stopped] 22:01:34.423 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server A [Stopped] about selection 22:01:34.427 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server A [Stopped] 22:01:34.427 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:34.428 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server A'. Stop server first: false 22:01:34.428 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:34.428 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:34.428 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:34.442 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:34.442 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:01:34.442 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:01:34.442 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:34.442 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:01:34.442 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:01:34.442 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:01:34.442 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:01:34.442 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 22:01:34.442 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:01:34.442 INFO [main][MenuItemHandler] Select menu item: Delete Delete 22:01:34.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 22:01:34.462 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 22:01:34.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 22:01:34.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:34.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:34.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 "OK") 22:01:34.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:01:34.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:34.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:34.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 22:01:34.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:01:34.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:34.462 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:01:34.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:34.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:34.462 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:34.462 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:34.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:01:34.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:01:34.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.479 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:34.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:34.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:34.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:34.481 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:34.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 '\*?\QServers\E') 22:01:34.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:34.482 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.482 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:34.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:34.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A... 22:01:34.492 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:34.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 22:01:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:34.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:34.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:34.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:34.494 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:34.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:34.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:34.495 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:34.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:34.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:34.496 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 22:01:34.496 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:34.497 DEBUG [WorkbenchTestable][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 22:01:34.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:34.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:34.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:34.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:34.499 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:34.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 '\*?\QServers\E') 22:01:34.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:34.507 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:34.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:34.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:34.509 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server AB' 22:01:34.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A finished successfully 22:01:34.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:34.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:01:34.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:34.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:34.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:34.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:34.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:34.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:34.510 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:34.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:34.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:34.512 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:34.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:34.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:34.513 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server AB [Stopped] 22:01:34.513 DEBUG [main][TreeItemHandler] Selecting tree item: Server AB [Stopped] 22:01:34.513 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server AB [Stopped] about selection 22:01:34.523 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server AB [Stopped] 22:01:34.524 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:34.524 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server AB'. Stop server first: false 22:01:34.525 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:34.525 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:34.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:34.536 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:34.536 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:01:34.536 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:01:34.536 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:34.536 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:01:34.536 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:01:34.536 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:01:34.536 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:01:34.536 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 22:01:34.536 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:01:34.536 INFO [main][MenuItemHandler] Select menu item: Delete Delete 22:01:34.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 22:01:34.554 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 22:01:34.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 22:01:34.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:34.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:34.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:01:34.555 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:01:34.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:34.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:34.555 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 22:01:34.555 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:01:34.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:34.555 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:01:34.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:34.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:34.555 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:34.555 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:34.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:01:34.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:01:34.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.575 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:34.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:34.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:34.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:34.577 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:34.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 '\*?\QServers\E') 22:01:34.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:34.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:34.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:34.578 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:34.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:34.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:34.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB... 22:01:34.579 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:34.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:34.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:34.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 22:01:34.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 22:01:34.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:34.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:34.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:35.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:35.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:35.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:35.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:35.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:01:35.582 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:01:35.582 INFO [WorkbenchTestable][ServersView2] Requested server 'Server AB' was not found on Servers view 22:01:35.582 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:35.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:35.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:35.583 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 22:01:35.583 DEBUG [WorkbenchTestable][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 22:01:35.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:35.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:35.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:36.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:36.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:36.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:36.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:36.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:01:36.586 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:01:36.586 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 22:01:36.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB finished successfully 22:01:36.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:36.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:36.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:36.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:36.586 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 22:01:36.586 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:01:36.586 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:01:36.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:36.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:36.586 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 22:01:36.586 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:01:36.586 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServers_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 22:01:36.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 22:01:36.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:01:36.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:01:36.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:01:36.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:36.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:36.587 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:36.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:36.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:36.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:36.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:36.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:36.589 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:36.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 '\*?\QServers\E') 22:01:36.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:36.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:36.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:36.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:36.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:36.590 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:36.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:36.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:36.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:36.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:36.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:36.591 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:36.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:36.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:36.592 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 22:01:36.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 22:01:36.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:36.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:36.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:37.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:37.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:37.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:37.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:37.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:01:37.595 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:01:37.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:37.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:37.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:37.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:37.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:37.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:37.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:37.603 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:37.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:37.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:37.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:37.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:37.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:37.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:37.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') 22:01:37.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:37.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:37.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:37.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:37.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:37.606 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:37.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:37.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:37.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:37.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:37.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:37.607 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:37.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:37.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:37.608 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 22:01:37.608 DEBUG [WorkbenchTestable][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 22:01:37.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:37.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:37.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:38.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:38.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:38.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:38.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:38.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:01:38.611 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:01:38.611 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 22:01:38.611 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:01:38.611 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:01:38.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:38.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:38.611 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServers_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 22:01:38.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:38.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:38.613 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:38.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:38.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:38.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:38.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:38.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:38.615 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:38.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 '\*?\QServers\E') 22:01:38.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:38.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:38.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:38.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:38.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:38.616 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:38.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:38.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:38.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:38.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:38.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:38.617 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:38.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:38.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:38.618 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 22:01:38.618 DEBUG [WorkbenchTestable][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 22:01:38.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:38.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:38.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:39.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:39.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:39.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:39.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:01:39.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:01:39.620 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:01:39.620 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 22:01:39.620 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:01:39.620 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:01:39.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:39.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.399 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.02 s getServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 5.491 s newServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 1.626 s getServer_notFound no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 3.732 s getServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 5.493 s getServers_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 2.025 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:01:39.627 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:01:39.627 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:01:39.627 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:01:39.627 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:01:39.627 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:01:39.627 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:01:39.627 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:01:39.627 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:01:39.628 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:01:39.628 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:01:39.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:39.628 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:01:39.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:39.628 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:01:39.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:39.628 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:01:39.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:39.628 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:01:39.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:39.628 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:01:39.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:39.628 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:01:39.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:39.628 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:01:39.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:39.628 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:01:39.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:39.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:39.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:39.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:39.629 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:39.629 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:01:39.629 DEBUG [main][MenuItemLookup] Found menu:'File' 22:01:39.629 DEBUG [main][MenuItemLookup] Item match:File 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'Revert' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:39.630 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:01:39.630 DEBUG [main][MenuItemLookup] Item match:Import... 22:01:39.630 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 22:01:39.630 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 22:01:39.630 INFO [main][MenuItemHandler] Select menu item: &Import... 22:01:39.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 22:01:39.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 22:01:39.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:01:39.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:39.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:39.678 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:01:39.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:39.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:01:39.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:39.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:39.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:39.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:39.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:39.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:01:39.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:01:39.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:01:39.679 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:01:39.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:39.679 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:01:39.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:39.679 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:01:39.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:01:39.679 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:01:39.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:39.679 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:01:39.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:39.679 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:01:39.680 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 22:01:39.680 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 22:01:39.680 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 22:01:39.680 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 22:01:39.680 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:01:39.680 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 22:01:39.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.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) 22:01:39.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:39.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:39.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:39.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:39.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:39.680 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:01:39.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:39.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:39.680 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:39.681 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:39.706 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:01:39.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:39.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:39.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:01:39.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:39.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:39.730 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:01:39.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:39.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 22:01:39.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 22:01:39.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:01:39.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:39.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:39.730 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 22:01:39.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:39.730 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' 22:01:39.730 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:") 22:01:39.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:39.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:39.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:39.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:39.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:39.741 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 22:01:39.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:39.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:39.741 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:39.741 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:39.741 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 22:01:39.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:39.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:01:39.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:01:39.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:39.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:01:39.742 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 22:01:39.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 22:01:39.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:39.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:39.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:39.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:39.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:39.743 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 22:01:39.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:39.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:39.743 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:39.743 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:39.761 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 22:01:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:39.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:39.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:39.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:39.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:39.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 22:01:39.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 22:01:39.762 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 22:01:39.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.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") 22:01:39.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:39.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:39.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:39.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:39.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:39.763 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 22:01:39.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:39.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:39.763 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:39.763 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:39.763 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 22:01:39.763 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 22:01:39.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 22:01:39.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:39.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:39.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:39.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:39.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:39.764 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:01:39.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:39.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:39.764 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:39.764 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:39.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:01:40.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:01:40.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:40.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:01:40.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:01:40.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:40.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:40.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:40.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:40.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:40.280 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:40.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:40.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:40.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:40.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:40.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:40.281 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:40.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:40.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:40.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:40.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:40.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:40.283 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:40.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:40.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:40.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:40.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:40.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:40.284 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:40.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:40.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:40.284 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 22:01:40.284 INFO [WorkbenchTestable][ServersView2] Create new server 22:01:40.284 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 22:01:40.284 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:40.285 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:40.285 DEBUG [main][MenuItemLookup] Item match:New 22:01:40.285 DEBUG [main][MenuItemLookup] Found menu:'Server' 22:01:40.285 DEBUG [main][MenuItemLookup] Item match:Server 22:01:40.285 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 22:01:40.285 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 22:01:40.286 INFO [main][MenuItemHandler] Select menu item: Server 22:01:40.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 22:01:40.364 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 22:01:40.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:01:40.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:40.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:40.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'] 22:01:40.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:40.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:40.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'] 22:01:40.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:40.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:40.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 Server"] 22:01:40.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:40.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:40.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:01:40.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:40.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:40.365 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:01:40.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:40.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 22:01:40.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:40.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:40.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:40.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:40.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:40.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:01:40.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:01:40.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 22:01:40.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:01:40.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:01:40.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:01:40.369 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:40.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:40.369 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:40.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:40.369 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:40.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:01:40.369 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:40.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:40.369 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:40.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:40.369 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:40.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 22:01:40.369 DEBUG [WorkbenchTestable][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 22:01:40.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:40.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:40.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:40.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:40.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:40.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:01:40.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:01:40.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:01:40.377 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:40.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:40.377 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:40.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:40.377 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:40.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:01:40.377 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:01:40.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:40.377 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:01:40.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:40.377 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:01:40.377 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 22:01:40.377 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 22:01:40.377 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 22:01:40.378 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 22:01:40.378 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) 22:01:40.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:40.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:40.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:40.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:40.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:40.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:40.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:40.879 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:") 22:01:40.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:40.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:40.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:40.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:40.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:01:40.882 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:01:40.883 INFO [WorkbenchTestable][AbstractText] Text set to: Server ABC 22:01:40.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:01:40.883 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:01:40.883 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:01:41.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:01:41.384 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:01:41.384 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 22:01:41.384 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) 22:01:41.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:41.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:41.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:41.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:41.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:41.388 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:01:41.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:41.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:41.388 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:41.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:41.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:01:41.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:01:41.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:41.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:01:41.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:41.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:41.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:41.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:41.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:41.893 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:41.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:41.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:41.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:41.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:41.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:41.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:41.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 '\*?\QServers\E') 22:01:41.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:41.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:41.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:41.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:41.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:41.902 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:41.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:41.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:41.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:41.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:41.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:41.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC... 22:01:41.903 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:41.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:41.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:41.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:41.904 DEBUG [WorkbenchTestable][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 22:01:41.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:41.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:41.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:41.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:41.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:41.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:41.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:41.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:41.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:41.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:41.906 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:41.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:01:41.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:41.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:41.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:41.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:41.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:41.907 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:41.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:41.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:41.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:41.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:41.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:41.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC finished successfully 22:01:41.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:41.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:41.910 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:01:41.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:41.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:41.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:41.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:41.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:41.911 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:41.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 '\*?\QServers\E') 22:01:41.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:41.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:41.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:41.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:41.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:41.919 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:41.919 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:41.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:41.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:41.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:41.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:41.921 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:41.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:41.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:41.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:41.921 DEBUG [WorkbenchTestable][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 22:01:41.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:41.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:41.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:41.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:41.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:41.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:41.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:41.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:41.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:41.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:41.923 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:41.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') 22:01:41.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:41.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:41.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:41.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:41.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:41.925 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:41.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:41.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:41.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:41.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:41.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:41.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:41.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:41.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:41.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:41.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:41.928 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:01:41.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 '\*?\QServers\E') 22:01:41.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:41.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:41.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:41.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:41.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:01:41.937 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:41.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:41.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:41.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:41.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:41.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:41.938 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 22:01:41.938 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 22:01:41.939 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 22:01:41.944 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 22:01:41.944 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:41.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:41.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:41.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:41.955 INFO [WorkbenchTestable][AbstractServer] Start server Server ABC 22:01:41.956 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:41.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:41.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:41.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:41.957 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:41.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:41.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:41.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:41.958 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server ABC 22:01:41.958 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:41.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:41.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:41.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:41.959 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 22:01:41.959 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 22:01:41.959 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 22:01:41.965 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 22:01:41.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:41.965 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:41.965 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:41.974 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:41.974 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:01:41.974 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:01:41.974 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:41.974 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:01:41.974 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:01:41.974 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:01:41.974 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:01:41.974 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:41.974 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 22:01:41.974 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 22:01:41.974 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 22:01:41.975 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 22:01:41.975 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 22:01:41.975 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 22:01:41.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 22:01:41.976 DEBUG [Worker-0: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 22:01:42.985 DEBUG [Worker-0: Starting Server ABC][AbstractWait] Wait for 1 seconds 22:01:44.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 22:01:44.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 22:01:44.477 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:44.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:44.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:44.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:44.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 22:01:44.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:44.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:44.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:44.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:44.478 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:44.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:44.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:44.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:44.479 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 22:01:44.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:44.479 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:01:44.479 INFO [WorkbenchTestable][RequirementsRunner] Started test: startServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 22:01:44.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:01:44.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:01:44.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:01:44.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:01:44.479 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:44.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:44.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:44.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:44.480 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 22:01:44.480 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 22:01:44.480 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 22:01:44.483 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 22:01:44.483 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 22:01:44.483 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:44.483 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:44.492 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:44.492 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:01:44.492 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:01:44.492 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:44.492 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:01:44.492 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:01:44.492 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:01:44.492 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:01:44.492 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:44.492 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 22:01:44.492 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 22:01:44.492 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 22:01:44.492 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:01:44.492 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 22:01:44.492 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:01:44.492 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:44.492 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 22:01:44.492 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 22:01:44.492 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 22:01:44.492 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 22:01:44.492 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 22:01:44.546 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.... 22:01:44.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:44.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:44.546 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 22:01:44.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 22:01:44.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:44.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:44.547 DEBUG [WorkbenchTestable][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 22:01:44.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:44.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:44.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:44.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:44.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:44.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:01:44.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:01:44.548 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:01:44.548 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:01:44.548 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:01:44.549 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:01:44.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.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 >") 22:01:44.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:44.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:44.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:44.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:44.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:44.549 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 22:01:44.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:44.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:44.549 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:44.549 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:44.551 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 22:01:44.551 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) 22:01:44.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:44.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:44.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:44.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:44.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:44.552 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:01:44.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:44.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:44.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:44.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:44.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:01:44.555 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:01:45.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:01:45.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:45.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:45.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:45.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:45.056 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:45.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:45.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:45.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:45.058 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 22:01:45.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:01:45.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:45.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:45.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:01:45.559 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:01:45.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:45.559 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:01:45.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:45.559 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:01:45.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:45.561 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:45.562 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:45.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:45.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:45.562 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:01:45.562 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:01:45.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:01:45.568 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:01:45.568 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project' 22:01:45.568 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:45.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:45.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:45.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:45.569 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:01:45.569 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:01:45.569 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:01:45.572 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:01:45.572 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:45.572 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:45.588 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:45.588 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:45.588 DEBUG [main][MenuItemLookup] Found menu:'Start' 22:01:45.588 DEBUG [main][MenuItemLookup] Item match:Start 22:01:45.588 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 22:01:45.588 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 22:01:45.588 INFO [main][MenuItemHandler] Select menu item: &Start 22:01:45.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:45.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 22:01:45.589 DEBUG [Worker-3: Starting server-project][AbstractWait] Wait for 1 seconds 22:01:46.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 22:01:46.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 22:01:47.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:47.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:47.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:47.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 22:01:47.091 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:47.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:47.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:47.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:47.092 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 22:01:47.092 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 22:01:47.092 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 22:01:47.095 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 22:01:47.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 22:01:47.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:47.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:01:47.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:47.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:47.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:47.095 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:47.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:47.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:47.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:47.096 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 22:01:47.096 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 22:01:47.096 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 22:01:47.098 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 22:01:47.099 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:47.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:47.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:47.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:47.099 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 22:01:47.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:01:47.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:47.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:01:47.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:47.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:01:47.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:01:47.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:47.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:01:47.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:47.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:01:47.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:47.100 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:47.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:47.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:47.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:47.100 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 22:01:47.100 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 22:01:47.101 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 22:01:47.103 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 22:01:47.103 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:47.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:47.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:47.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:47.104 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 22:01:47.104 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 22:01:47.104 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 22:01:47.107 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 22:01:47.107 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 22:01:47.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:47.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:47.107 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:01:47.109 DEBUG [main][MenuItemLookup] Found menu:'File' 22:01:47.109 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:01:47.109 DEBUG [main][MenuItemLookup] Item match:Edit 22:01:47.110 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:01:47.110 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:01:47.110 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:47.110 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:01:47.110 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:01:47.110 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:01:47.110 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:47.110 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:01:47.110 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:01:47.110 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:01:47.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 22:01:47.110 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:01:47.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 22:01:47.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:47.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:47.110 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:01:47.110 DEBUG [main][MenuItemLookup] Found menu:'File' 22:01:47.110 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:01:47.110 DEBUG [main][MenuItemLookup] Item match:Edit 22:01:47.110 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:01:47.110 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:01:47.110 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:47.110 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:01:47.110 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:01:47.110 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:01:47.110 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:47.110 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:01:47.110 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:01:47.110 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:01:47.110 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:01:47.110 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:01:47.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:01:47.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:01:47.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 22:01:47.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:47.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:47.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:01:47.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:01:47.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:47.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:47.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 22:01:47.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:01:47.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:47.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:47.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:47.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:47.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:47.133 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:01:47.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:47.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:47.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:47.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:47.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:01:47.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:01:47.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:47.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:01:47.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:01:47.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:47.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:47.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:47.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 22:01:47.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 22:01:47.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 22:01:57.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 'Publishing to .*'] is available. failed, NO exception will be thrown 22:01:57.189 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.... 22:01:57.189 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 22:01:57.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:57.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:57.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:01:57.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:57.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:57.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:01:57.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:01:57.190 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:01:57.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:01:57.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:01:57.190 INFO [WorkbenchTestable][RequirementsRunner] Finished test: startServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 22:01:57.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:01:57.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: restartServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 22:01:57.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:01:57.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:01:57.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:01:57.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:01:57.191 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:57.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:57.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:57.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:01:57.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:01:57.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:01:57.192 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 22:01:57.192 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 22:01:57.192 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 22:01:57.197 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 22:01:57.197 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 22:01:57.197 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:57.197 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:57.214 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:57.214 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:01:57.214 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:01:57.214 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:57.214 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:01:57.214 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:01:57.214 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:01:57.214 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:01:57.214 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:57.214 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 22:01:57.214 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 22:01:57.214 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 22:01:57.214 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:01:57.214 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 22:01:57.214 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:01:57.214 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:57.214 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 22:01:57.214 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 22:01:57.214 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 22:01:57.214 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 22:01:57.215 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 22:01:57.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 22:01:57.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:57.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:57.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 22:01:57.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 22:01:57.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:01:57.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:01:57.259 DEBUG [WorkbenchTestable][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 22:01:57.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:57.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:57.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:57.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:57.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:01:57.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:01:57.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:01:57.260 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:01:57.260 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:01:57.260 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:01:57.261 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:01:57.261 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 >") 22:01:57.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:57.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:57.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:57.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:57.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:57.261 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 22:01:57.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:57.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:57.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:57.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:57.263 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 22:01:57.263 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) 22:01:57.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:01:57.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:01:57.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:01:57.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:01:57.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:01:57.264 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:01:57.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:01:57.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:01:57.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:01:57.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:57.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:01:57.271 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:01:57.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:01:57.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:57.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:01:57.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:01:57.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:57.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:57.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:57.773 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:57.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:57.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:57.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:57.774 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 22:01:57.775 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:01:57.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:57.775 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:01:57.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:57.775 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:01:57.775 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:01:57.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:01:57.775 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:01:57.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:01:57.775 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:01:57.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:01:57.775 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:57.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:57.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:57.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:57.776 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:01:57.776 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:01:57.776 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:01:57.780 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:01:57.780 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:57.780 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:57.793 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:57.793 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:57.793 DEBUG [main][MenuItemLookup] Found menu:'Start' 22:01:57.793 DEBUG [main][MenuItemLookup] Found menu:'Stop' 22:01:57.793 DEBUG [main][MenuItemLookup] Found menu:'Restart' 22:01:57.793 DEBUG [main][MenuItemLookup] Item match:Restart 22:01:57.793 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:57.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:57.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:57.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:57.793 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:01:57.793 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:01:57.794 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:01:57.797 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:01:57.797 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project' 22:01:57.797 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:57.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:57.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:57.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:57.798 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:01:57.798 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:01:57.798 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:01:57.801 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:01:57.801 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:57.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:57.811 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:57.811 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:57.811 DEBUG [main][MenuItemLookup] Found menu:'Start' 22:01:57.811 DEBUG [main][MenuItemLookup] Item match:Start 22:01:57.811 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 22:01:57.811 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 22:01:57.812 INFO [main][MenuItemHandler] Select menu item: &Start 22:01:57.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:57.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 22:01:57.812 DEBUG [Worker-3: Starting server-project][AbstractWait] Wait for 1 seconds 22:01:58.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 22:01:58.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 22:01:59.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:59.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:59.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:59.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 22:01:59.313 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:59.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:59.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:59.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:59.314 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 22:01:59.314 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 22:01:59.314 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 22:01:59.319 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 22:01:59.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 22:01:59.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:59.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:01:59.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:01:59.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:01:59.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:01:59.319 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:59.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:59.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:59.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:59.320 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 22:01:59.320 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 22:01:59.320 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 22:01:59.323 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 22:01:59.323 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:59.323 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:59.331 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:59.331 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:59.331 DEBUG [main][MenuItemLookup] Found menu:'Start' 22:01:59.331 DEBUG [main][MenuItemLookup] Found menu:'Stop' 22:01:59.331 DEBUG [main][MenuItemLookup] Found menu:'Restart' 22:01:59.331 DEBUG [main][MenuItemLookup] Item match:Restart 22:01:59.331 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:59.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:59.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:59.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:59.332 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 22:01:59.332 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 22:01:59.332 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 22:01:59.336 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 22:01:59.337 INFO [WorkbenchTestable][ServerModule] Restart server module with name 'server-project' 22:01:59.337 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:01:59.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:01:59.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:01:59.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:01:59.337 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 22:01:59.337 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 22:01:59.338 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 22:01:59.340 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 22:01:59.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:01:59.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:01:59.348 DEBUG [main][MenuItemLookup] Found menu:'New' 22:01:59.348 DEBUG [main][MenuItemLookup] Found menu:'' 22:01:59.348 DEBUG [main][MenuItemLookup] Found menu:'Start' 22:01:59.348 DEBUG [main][MenuItemLookup] Found menu:'Stop' 22:01:59.348 DEBUG [main][MenuItemLookup] Found menu:'Restart' 22:01:59.348 DEBUG [main][MenuItemLookup] Item match:Restart 22:01:59.348 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restart" 22:01:59.348 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart 22:01:59.349 INFO [main][MenuItemHandler] Select menu item: &Restart 22:01:59.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:01:59.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Restarting server-project' has no excuses, wait for it 22:01:59.349 DEBUG [Worker-6: Restarting server-project][AbstractWait] Wait for 1 seconds 22:01:59.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Restarting server-project' has no excuses, wait for it 22:02:00.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Restarting server-project' has no excuses, wait for it 22:02:00.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:02:00.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:02:00.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:02:00.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 22:02:00.850 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:00.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:00.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:00.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:00.851 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 22:02:00.851 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 22:02:00.851 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 22:02:00.854 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 22:02:00.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 22:02:00.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:02:00.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:02:00.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:02:00.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:02:00.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:02:00.855 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:00.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:00.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:00.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:00.855 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 22:02:00.855 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 22:02:00.856 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 22:02:00.859 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 22:02:00.859 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:00.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:00.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:00.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:00.860 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 22:02:00.860 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:02:00.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:02:00.860 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:02:00.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:02:00.860 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:02:00.860 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:02:00.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:02:00.860 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:02:00.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:02:00.860 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:02:00.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:02:00.860 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:00.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:00.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:00.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:00.861 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 22:02:00.861 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 22:02:00.861 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 22:02:00.864 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 22:02:00.864 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:00.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:00.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:00.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:00.864 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 22:02:00.864 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 22:02:00.866 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 22:02:00.869 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 22:02:00.869 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 22:02:00.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:00.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:00.870 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:02:00.870 DEBUG [main][MenuItemLookup] Found menu:'File' 22:02:00.870 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:02:00.870 DEBUG [main][MenuItemLookup] Item match:Edit 22:02:00.871 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:02:00.871 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:02:00.871 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:00.871 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:02:00.871 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:02:00.871 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:02:00.871 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:00.871 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:02:00.871 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:02:00.871 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:02:00.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 22:02:00.871 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:02:00.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 22:02:00.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:00.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:00.871 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:02:00.871 DEBUG [main][MenuItemLookup] Found menu:'File' 22:02:00.871 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:02:00.871 DEBUG [main][MenuItemLookup] Item match:Edit 22:02:00.871 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:02:00.871 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:02:00.871 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:00.871 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:02:00.871 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:02:00.871 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:02:00.871 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:00.871 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:02:00.871 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:02:00.871 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:02:00.871 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:02:00.871 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:02:00.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:02:00.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:02:00.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 22:02:00.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:02:00.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:02:00.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") 22:02:00.892 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:02:00.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:00.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:00.892 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 22:02:00.892 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:02:00.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:02:00.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:02:00.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:02:00.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:02:00.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:02:00.893 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:02:00.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:02:00.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:02:00.893 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:02:00.893 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:02:00.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:02:00.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:02:00.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:02:00.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:02:00.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:02:00.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:02:00.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:02:00.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:02:00.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 22:02:00.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 22:02:00.936 DEBUG [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.... 22:02:10.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 22:02:10.952 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.... 22:02:10.953 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 22:02:10.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:10.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:10.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:02:10.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:02:10.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:02:10.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:02:10.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:02:10.953 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:02:10.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:10.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:10.954 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restartServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 22:02:10.954 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:02:10.954 INFO [WorkbenchTestable][RequirementsRunner] Started test: stopServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 22:02:10.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:02:10.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:02:10.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:02:10.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:02:10.954 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:10.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:10.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:10.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:02:10.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:02:10.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:02:10.955 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 22:02:10.955 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 22:02:10.956 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 22:02:10.966 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 22:02:10.966 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 22:02:10.967 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:02:10.967 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:02:10.977 DEBUG [main][MenuItemLookup] Found menu:'New' 22:02:10.977 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:02:10.977 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:02:10.977 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:10.977 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:02:10.977 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:02:10.977 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:02:10.977 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:02:10.977 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:10.977 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 22:02:10.977 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 22:02:10.977 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 22:02:10.977 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:02:10.977 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 22:02:10.977 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:02:10.977 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:10.977 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 22:02:10.977 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 22:02:10.977 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 22:02:10.977 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 22:02:10.977 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 22:02:11.019 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.... 22:02:11.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:02:11.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:02:11.020 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 22:02:11.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 22:02:11.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:02:11.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:02:11.020 DEBUG [WorkbenchTestable][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 22:02:11.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:02:11.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:02:11.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:02:11.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:02:11.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:02:11.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:02:11.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:02:11.021 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:02:11.021 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:02:11.022 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:02:11.022 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:02:11.022 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 >") 22:02:11.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:02:11.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:02:11.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:02:11.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:02:11.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:02:11.022 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 22:02:11.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:02:11.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:02:11.022 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:02:11.022 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:02:11.023 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 22:02:11.023 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) 22:02:11.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:02:11.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:02:11.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:02:11.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:02:11.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:02:11.024 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:02:11.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:02:11.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:02:11.024 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:02:11.024 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:02:11.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:02:11.027 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:02:11.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:02:11.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:02:11.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:02:11.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:02:11.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:02:11.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:02:11.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:02:11.527 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:11.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:11.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:11.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:11.528 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 22:02:11.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:02:11.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:02:11.528 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:02:11.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:02:11.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:02:11.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:02:11.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:02:11.528 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:02:11.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:02:11.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:02:11.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:02:11.528 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:11.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:11.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:11.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:11.529 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:02:11.529 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:02:11.529 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:02:11.535 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:02:11.535 INFO [WorkbenchTestable][ServerModule] Stop server module with name 'server-project' 22:02:11.535 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:11.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:11.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:11.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:11.536 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:02:11.536 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:02:11.536 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:02:11.538 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:02:11.539 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:02:11.539 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:02:11.547 DEBUG [main][MenuItemLookup] Found menu:'New' 22:02:11.547 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:11.547 DEBUG [main][MenuItemLookup] Found menu:'Start' 22:02:11.547 DEBUG [main][MenuItemLookup] Found menu:'Stop' 22:02:11.547 DEBUG [main][MenuItemLookup] Item match:Stop 22:02:11.548 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top" 22:02:11.548 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop 22:02:11.548 INFO [main][MenuItemHandler] Select menu item: S&top 22:02:11.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:02:11.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Stopping server-project' has no excuses, wait for it 22:02:11.548 DEBUG [Worker-0: Stopping server-project][AbstractWait] Wait for 1 seconds 22:02:12.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Stopping server-project' has no excuses, wait for it 22:02:12.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Stopping server-project' has no excuses, wait for it 22:02:13.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:02:13.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:02:13.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:02:13.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Stopped... 22:02:13.049 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:13.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:13.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:13.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:13.051 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped] 22:02:13.051 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped] 22:02:13.051 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped] about selection 22:02:13.054 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped] 22:02:13.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Stopped finished successfully 22:02:13.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:02:13.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:02:13.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:02:13.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:02:13.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:02:13.054 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:13.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:13.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:13.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:13.055 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped] 22:02:13.055 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped] 22:02:13.055 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped] about selection 22:02:13.058 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped] 22:02:13.058 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:13.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:13.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:13.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:13.058 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 22:02:13.059 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:02:13.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:02:13.059 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:02:13.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:02:13.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:02:13.059 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:02:13.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:02:13.059 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:02:13.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:02:13.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:02:13.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:02:13.059 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:13.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:13.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:13.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:13.059 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped] 22:02:13.059 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped] 22:02:13.060 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped] about selection 22:02:13.062 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped] 22:02:13.062 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:13.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:13.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:13.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:13.063 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped] 22:02:13.063 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped] 22:02:13.063 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped] about selection 22:02:13.068 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped] 22:02:13.068 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 22:02:13.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:13.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:13.068 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:02:13.068 DEBUG [main][MenuItemLookup] Found menu:'File' 22:02:13.068 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:02:13.068 DEBUG [main][MenuItemLookup] Item match:Edit 22:02:13.069 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:02:13.069 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:02:13.069 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:13.069 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:02:13.069 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:02:13.069 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:02:13.069 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:13.069 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:02:13.069 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:02:13.069 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:02:13.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 22:02:13.069 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:02:13.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 22:02:13.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:13.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:13.069 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:02:13.069 DEBUG [main][MenuItemLookup] Found menu:'File' 22:02:13.069 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:02:13.069 DEBUG [main][MenuItemLookup] Item match:Edit 22:02:13.069 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:02:13.069 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:02:13.069 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:13.069 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:02:13.069 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:02:13.069 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:02:13.069 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:13.069 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:02:13.069 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:02:13.069 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:02:13.069 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:02:13.069 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:02:13.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:02:13.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:02:13.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 22:02:13.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:02:13.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:02:13.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") 22:02:13.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:02:13.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:13.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:13.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 22:02:13.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:02:13.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:02:13.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:02:13.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:02:13.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:02:13.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:02:13.091 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:02:13.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:02:13.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:02:13.091 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:02:13.091 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:02:13.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:02:13.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:02:13.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:02:13.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:02:13.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:02:13.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:02:13.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:02:13.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:02:13.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 22:02:13.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 22:02:13.133 DEBUG [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.... 22:02:23.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. failed, NO exception will be thrown 22:02:23.149 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.... 22:02:23.149 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 22:02:23.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:23.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:23.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:02:23.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:02:23.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:02:23.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:02:23.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:02:23.150 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:02:23.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:23.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:23.150 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stopServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 22:02:23.150 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:02:23.150 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithNoState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 22:02:23.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:02:23.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:02:23.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:02:23.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:02:23.150 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:23.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:23.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:23.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:02:23.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:02:23.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:02:23.152 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 22:02:23.152 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 22:02:23.152 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 22:02:23.163 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 22:02:23.163 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 22:02:23.163 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:02:23.163 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:02:23.175 DEBUG [main][MenuItemLookup] Found menu:'New' 22:02:23.175 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:02:23.175 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:02:23.175 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:23.175 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:02:23.175 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:02:23.175 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:02:23.175 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:02:23.175 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:23.175 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 22:02:23.175 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 22:02:23.175 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 22:02:23.175 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:02:23.175 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 22:02:23.175 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:02:23.175 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:23.175 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 22:02:23.175 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 22:02:23.175 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 22:02:23.175 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 22:02:23.175 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 22:02:23.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 22:02:23.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:02:23.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:02:23.219 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 22:02:23.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 22:02:23.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:02:23.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:02:23.219 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 >>") 22:02:23.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:02:23.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:02:23.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:02:23.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:02:23.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:02:23.220 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 22:02:23.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:02:23.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:02:23.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:02:23.220 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:02:23.222 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") 22:02:23.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:02:23.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:02:23.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:02:23.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:02:23.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:02:23.223 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 22:02:23.223 DEBUG [WorkbenchTestable][CheckBox] Checkbox If server is started, publish changes &immediately not checked, no action performed 22:02:23.223 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 22:02:23.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 22:02:23.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:02:23.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:02:23.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:02:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:02:23.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:02:23.224 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:02:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:02:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:02:23.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:02:23.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:02:23.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:02:23.231 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:02:23.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:02:23.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:02:23.731 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:02:23.731 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:02:23.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:02:23.732 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:23.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:23.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:23.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:23.733 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 22:02:23.733 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:02:23.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:02:23.733 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:02:23.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:02:23.733 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:02:23.733 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:02:23.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:02:23.733 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:02:23.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:02:23.733 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:02:23.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:02:23.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:02:23.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:02:23.734 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:23.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:23.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:23.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:23.734 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:02:23.734 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:02:23.734 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:02:23.738 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:02:23.739 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:23.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:23.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:23.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:23.739 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 22:02:23.739 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 22:02:23.740 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 22:02:23.742 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 22:02:23.743 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:23.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:23.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:23.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:23.743 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:02:23.743 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:02:23.744 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:02:23.749 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:02:23.750 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:23.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:23.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:23.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:23.751 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:02:23.751 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:02:23.751 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:02:23.753 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:02:23.754 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:23.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:23.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:23.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:23.755 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:02:23.755 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:02:23.755 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:02:23.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:02:23.758 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:23.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:23.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:23.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:23.758 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 22:02:23.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:02:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:02:23.758 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:02:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:02:23.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:02:23.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:02:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:02:23.758 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:02:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:02:23.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:02:23.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:02:23.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:02:23.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:02:23.758 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:23.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:23.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:23.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:23.759 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:02:23.759 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:02:23.759 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:02:23.764 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:02:23.764 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:23.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:23.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:23.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:23.765 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:02:23.765 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:02:23.765 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:02:23.768 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:02:23.768 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 22:02:23.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:23.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:23.768 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:02:23.768 DEBUG [main][MenuItemLookup] Found menu:'File' 22:02:23.768 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:02:23.768 DEBUG [main][MenuItemLookup] Item match:Edit 22:02:23.769 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:02:23.769 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:02:23.769 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:23.769 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:02:23.769 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:02:23.769 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:02:23.769 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:23.769 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:02:23.769 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:02:23.769 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:02:23.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 22:02:23.769 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:02:23.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 22:02:23.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:23.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:23.769 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:02:23.769 DEBUG [main][MenuItemLookup] Found menu:'File' 22:02:23.769 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:02:23.769 DEBUG [main][MenuItemLookup] Item match:Edit 22:02:23.769 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:02:23.769 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:02:23.769 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:23.769 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:02:23.769 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:02:23.769 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:02:23.769 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:23.769 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:02:23.769 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:02:23.769 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:02:23.769 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:02:23.769 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:02:23.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:02:23.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:02:23.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 22:02:23.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:02:23.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:02:23.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:02:23.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:02:23.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:23.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:23.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 22:02:23.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:02:23.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:02:23.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:02:23.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:02:23.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:02:23.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:02:23.792 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:02:23.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:02:23.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:02:23.792 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:02:23.792 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:02:23.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:02:23.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:02:23.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:02:23.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:02:23.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:02:23.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:02:23.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:02:23.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:02:23.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 22:02:23.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 22:02:23.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 'Publishing to .*'] is available.... 22:02:33.852 DEBUG [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 22:02:33.852 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.... 22:02:33.852 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 22:02:33.853 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:33.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:33.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:33.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:33.854 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 22:02:33.854 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 22:02:33.854 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 22:02:33.857 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 22:02:33.858 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:33.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:33.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:33.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:33.859 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 22:02:33.859 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 22:02:33.859 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 22:02:33.863 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 22:02:33.864 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 22:02:33.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:33.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:33.864 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:02:33.864 DEBUG [main][MenuItemLookup] Found menu:'File' 22:02:33.864 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:02:33.864 DEBUG [main][MenuItemLookup] Item match:Edit 22:02:33.864 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:02:33.864 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:02:33.864 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:33.864 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:02:33.864 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:02:33.864 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:02:33.864 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:33.864 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:02:33.865 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:02:33.865 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:02:33.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 22:02:33.865 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:02:33.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 22:02:33.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:33.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:33.865 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:02:33.865 DEBUG [main][MenuItemLookup] Found menu:'File' 22:02:33.865 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:02:33.865 DEBUG [main][MenuItemLookup] Item match:Edit 22:02:33.865 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:02:33.865 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:02:33.865 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:33.865 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:02:33.865 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:02:33.865 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:02:33.865 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:33.865 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:02:33.865 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:02:33.865 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:02:33.865 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:02:33.865 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:02:33.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:02:33.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:02:33.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 22:02:33.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:02:33.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:02:33.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:02:33.887 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:02:33.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:33.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:33.887 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 22:02:33.887 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:02:33.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:02:33.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:02:33.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:02:33.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:02:33.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:02:33.888 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:02:33.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:02:33.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:02:33.888 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:02:33.888 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:02:33.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:02:33.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:02:33.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:02:33.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:02:33.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:02:33.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:02:33.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:02:33.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:02:33.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 22:02:33.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 22:02:33.929 DEBUG [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.... 22:02:43.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 'Publishing to .*'] is available. failed, NO exception will be thrown 22:02:43.946 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.... 22:02:43.946 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 22:02:43.946 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:43.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:43.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:43.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:43.947 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:02:43.947 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:02:43.947 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:02:43.950 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:02:43.950 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:43.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:43.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:43.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:43.953 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:02:43.953 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:02:43.953 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:02:43.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:02:43.956 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 22:02:43.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:43.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:43.957 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:02:43.957 DEBUG [main][MenuItemLookup] Found menu:'File' 22:02:43.957 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:02:43.957 DEBUG [main][MenuItemLookup] Item match:Edit 22:02:43.957 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:02:43.957 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:02:43.957 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:43.957 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:02:43.957 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:02:43.957 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:02:43.957 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:43.957 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:02:43.957 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:02:43.957 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:02:43.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 22:02:43.957 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:02:43.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 22:02:43.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:43.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:43.957 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:02:43.957 DEBUG [main][MenuItemLookup] Found menu:'File' 22:02:43.957 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:02:43.957 DEBUG [main][MenuItemLookup] Item match:Edit 22:02:43.958 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:02:43.958 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:02:43.958 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:43.958 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:02:43.958 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:02:43.958 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:02:43.958 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:43.958 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:02:43.958 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:02:43.958 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:02:43.958 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:02:43.958 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:02:43.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:02:43.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:02:43.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 22:02:43.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:02:43.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:02:43.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") 22:02:43.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:02:43.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:43.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:43.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 22:02:43.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:02:43.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:02:43.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:02:43.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:02:43.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:02:43.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:02:43.979 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:02:43.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:02:43.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:02:43.979 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:02:43.979 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:02:44.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:02:44.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:02:44.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:02:44.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:02:44.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:02:44.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:02:44.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:02:44.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:02:44.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 22:02:44.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 22:02:44.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 'Publishing to .*'] is available.... 22:02:54.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. failed, NO exception will be thrown 22:02:54.035 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.... 22:02:54.035 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 22:02:54.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:54.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:54.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:02:54.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:02:54.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:02:54.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:02:54.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:02:54.036 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:02:54.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:54.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:54.036 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithNoState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 22:02:54.036 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:02:54.036 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 22:02:54.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:02:54.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:02:54.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:02:54.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:02:54.036 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:54.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:54.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:54.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:02:54.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:02:54.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:02:54.038 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 22:02:54.038 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 22:02:54.039 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 22:02:54.043 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 22:02:54.043 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 22:02:54.043 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:02:54.043 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:02:54.059 DEBUG [main][MenuItemLookup] Found menu:'New' 22:02:54.059 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:02:54.059 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:02:54.059 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:54.059 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:02:54.059 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:02:54.059 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:02:54.059 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:02:54.059 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:54.059 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 22:02:54.059 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 22:02:54.059 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 22:02:54.059 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:02:54.059 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 22:02:54.059 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:02:54.059 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:54.059 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 22:02:54.059 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 22:02:54.059 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 22:02:54.059 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 22:02:54.059 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 22:02:54.101 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.... 22:02:54.101 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:02:54.101 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:02:54.102 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 22:02:54.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 22:02:54.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:02:54.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:02:54.102 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 >>") 22:02:54.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:02:54.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:02:54.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:02:54.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:02:54.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:02:54.103 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 22:02:54.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:02:54.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:02:54.103 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:02:54.103 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:02:54.104 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 22:02:54.104 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) 22:02:54.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:02:54.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:02:54.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:02:54.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:02:54.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:02:54.105 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:02:54.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:02:54.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:02:54.105 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:02:54.105 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:02:54.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:02:54.107 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:02:54.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:02:54.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:02:54.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:02:54.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:02:54.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:02:54.608 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:54.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:54.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:54.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:54.609 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 22:02:54.609 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:02:54.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:02:54.609 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:02:54.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:02:54.609 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:02:54.609 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:02:54.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:02:54.609 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:02:54.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:02:54.609 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:02:54.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:02:54.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:02:54.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:02:54.610 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:54.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:54.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:54.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:54.610 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:02:54.610 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:02:54.610 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:02:54.616 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:02:54.616 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:54.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:54.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:54.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:54.617 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 22:02:54.617 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 22:02:54.617 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 22:02:54.620 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 22:02:54.621 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:54.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:54.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:54.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:54.621 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:02:54.621 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:02:54.621 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:02:54.624 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:02:54.624 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:54.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:54.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:54.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:54.625 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:02:54.625 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:02:54.625 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:02:54.628 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:02:54.628 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:02:54.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:02:54.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:02:54.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:02:54.631 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:02:54.632 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:02:54.632 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:02:54.635 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:02:54.635 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 22:02:54.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:54.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:54.635 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:02:54.635 DEBUG [main][MenuItemLookup] Found menu:'File' 22:02:54.635 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:02:54.635 DEBUG [main][MenuItemLookup] Item match:Edit 22:02:54.636 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:02:54.636 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:02:54.636 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:54.636 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:02:54.636 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:02:54.636 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:02:54.636 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:54.636 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:02:54.636 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:02:54.636 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:02:54.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 22:02:54.636 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:02:54.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 22:02:54.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:54.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:54.636 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:02:54.636 DEBUG [main][MenuItemLookup] Found menu:'File' 22:02:54.636 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:02:54.636 DEBUG [main][MenuItemLookup] Item match:Edit 22:02:54.636 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:02:54.636 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:02:54.636 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:54.636 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:02:54.636 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:02:54.636 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:02:54.636 DEBUG [main][MenuItemLookup] Found menu:'' 22:02:54.636 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:02:54.636 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:02:54.636 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:02:54.636 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:02:54.636 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:02:54.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:02:54.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:02:54.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 22:02:54.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:02:54.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:02:54.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 "OK") 22:02:54.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:02:54.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:02:54.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:02:54.659 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 22:02:54.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:02:54.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:02:54.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:02:54.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:02:54.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:02:54.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:02:54.659 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:02:54.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:02:54.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:02:54.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:02:54.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:02:54.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:02:54.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:02:54.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:02:54.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:02:54.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:02:54.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:02:54.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:02:54.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:02:54.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 22:02:54.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 22:02:54.712 DEBUG [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.... 22:03:04.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 'Publishing to .*'] is available. failed, NO exception will be thrown 22:03:04.720 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.... 22:03:04.720 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 22:03:04.720 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:04.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:04.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:04.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:04.721 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 22:03:04.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:03:04.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:04.721 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:03:04.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:04.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:03:04.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:03:04.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:04.721 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:03:04.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:04.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:03:04.721 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:04.721 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:04.721 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:04.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:04.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:04.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:04.722 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 22:03:04.722 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 22:03:04.722 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 22:03:04.725 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 22:03:04.725 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:04.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:04.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:04.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:04.726 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:03:04.726 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:03:04.726 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:03:04.731 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:03:04.732 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:04.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:04.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:04.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:04.732 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 22:03:04.732 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:03:04.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:04.732 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:03:04.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:04.732 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:03:04.732 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:03:04.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:04.733 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:03:04.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:04.733 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:03:04.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:04.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:04.733 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:04.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:04.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:04.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:04.733 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 22:03:04.733 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 22:03:04.733 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 22:03:04.736 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 22:03:04.736 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:04.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:04.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:04.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:04.737 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 22:03:04.737 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 22:03:04.737 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 22:03:04.739 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 22:03:04.739 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 22:03:04.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:04.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:04.739 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:03:04.739 DEBUG [main][MenuItemLookup] Found menu:'File' 22:03:04.739 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:03:04.739 DEBUG [main][MenuItemLookup] Item match:Edit 22:03:04.740 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:03:04.740 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:03:04.740 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:04.740 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:03:04.740 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:03:04.740 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:03:04.740 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:04.740 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:03:04.740 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:03:04.740 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:03:04.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 22:03:04.740 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:03:04.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 22:03:04.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:04.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:04.740 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:03:04.740 DEBUG [main][MenuItemLookup] Found menu:'File' 22:03:04.740 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:03:04.740 DEBUG [main][MenuItemLookup] Item match:Edit 22:03:04.740 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:03:04.740 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:03:04.740 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:04.740 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:03:04.740 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:03:04.740 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:03:04.740 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:04.740 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:03:04.740 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:03:04.740 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:03:04.740 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:03:04.740 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:03:04.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:03:04.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:03:04.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 22:03:04.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:03:04.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:03: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 "OK") 22:03:04.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:03:04.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:04.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:04.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 22:03:04.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:03:04.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:03:04.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:03:04.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:03:04.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:03:04.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:03:04.762 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:03:04.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:03:04.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:03:04.762 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:03:04.762 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:04.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:03:04.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:03:04.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:03:04.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:03:04.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:03:04.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:03:04.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:03:04.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:03:04.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 22:03:04.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 22:03:04.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 'Publishing to .*'] is available.... 22:03:14.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 'Publishing to .*'] is available. failed, NO exception will be thrown 22:03:14.818 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.... 22:03:14.819 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 22:03:14.819 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:14.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:14.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:14.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:14.820 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:03:14.820 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:03:14.820 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:03:14.823 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:03:14.824 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:14.824 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:14.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:14.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:14.824 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:03:14.824 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:03:14.824 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:03:14.827 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:03:14.827 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 22:03:14.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:14.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:14.827 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:03:14.827 DEBUG [main][MenuItemLookup] Found menu:'File' 22:03:14.827 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:03:14.827 DEBUG [main][MenuItemLookup] Item match:Edit 22:03:14.828 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:03:14.828 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:03:14.828 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:14.828 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:03:14.828 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:03:14.828 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:03:14.828 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:14.828 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:03:14.828 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:03:14.828 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:03:14.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 22:03:14.828 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:03:14.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 22:03:14.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:14.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:14.828 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:03:14.828 DEBUG [main][MenuItemLookup] Found menu:'File' 22:03:14.828 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:03:14.828 DEBUG [main][MenuItemLookup] Item match:Edit 22:03:14.828 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:03:14.828 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:03:14.828 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:14.828 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:03:14.828 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:03:14.828 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:03:14.828 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:14.828 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:03:14.828 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:03:14.829 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:03:14.829 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:03:14.829 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:03:14.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:03:14.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:03:14.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 22:03:14.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:03:14.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:03:14.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:03:14.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:03:14.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:14.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:14.850 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 22:03:14.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:03:14.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:03:14.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:03:14.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:03:14.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:03:14.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:03:14.850 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:03:14.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:03:14.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:03:14.850 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:03:14.850 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:14.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:03:14.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:03:14.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:03:14.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:03:14.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:03:14.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:03:14.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:03:14.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:03:14.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 22:03:14.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 22:03:14.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 'Publishing to .*'] is available.... 22:03:24.907 DEBUG [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 22:03:24.907 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.... 22:03:24.907 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 22:03:24.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:24.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:24.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:03:24.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:03:24.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:03:24.908 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:03:24.908 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:03:24.908 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:03:24.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:24.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:24.908 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 22:03:24.908 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:03:24.908 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithStates no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 22:03:24.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:03:24.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:03:24.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:03:24.908 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:03:24.908 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:24.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:24.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:24.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:03:24.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:03:24.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:03:24.910 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 22:03:24.910 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 22:03:24.910 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 22:03:24.915 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 22:03:24.915 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 22:03:24.916 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:03:24.916 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:24.933 DEBUG [main][MenuItemLookup] Found menu:'New' 22:03:24.933 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:03:24.933 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:03:24.933 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:24.933 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:03:24.933 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:03:24.933 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:03:24.933 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:03:24.933 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:24.933 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 22:03:24.933 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 22:03:24.933 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 22:03:24.933 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:03:24.933 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 22:03:24.933 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:03:24.933 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:24.933 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 22:03:24.933 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 22:03:24.933 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 22:03:24.933 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 22:03:24.933 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 22:03:24.977 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.... 22:03:24.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:24.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:24.978 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 22:03:24.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 22:03:24.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:03:24.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:03:24.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 22:03:24.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:03:24.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:03:24.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:03:24.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:03:24.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:03:24.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:03:24.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:03:24.979 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 22:03:24.979 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 22:03:24.980 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 22:03:24.980 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 22:03:24.980 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 >") 22:03:24.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:03:24.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:03:24.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:03:24.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:03:24.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:03:24.981 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 22:03:24.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:03:24.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:03:24.981 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:03:24.981 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:24.982 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") 22:03:24.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:03:24.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:03:24.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:03:24.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:03:24.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:03:24.983 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 22:03:24.983 INFO [WorkbenchTestable][CheckBox] Check checkbox If server is started, publish changes &immediately 22:03:24.983 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 22:03:24.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:03:24.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:03:24.983 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:03:24.983 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:24.983 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 22:03:24.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.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) 22:03:24.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:03:24.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:03:24.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:03:24.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:03:24.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:03:24.989 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:03:24.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:03:24.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:03:24.990 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:03:24.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:24.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:03:24.992 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:03:24.993 DEBUG [Worker-2: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 22:03:25.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:03:25.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:03:25.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 22:03:25.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 22:03:26.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:03:26.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:03:26.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:03:26.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:03:26.493 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:26.493 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:26.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:26.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:26.494 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 22:03:26.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 22:03:26.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:26.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 22:03:26.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:26.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 22:03:26.495 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 22:03:26.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:26.495 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 22:03:26.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:26.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 22:03:26.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:26.495 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:26.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:26.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:26.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:26.496 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 22:03:26.496 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 22:03:26.496 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 22:03:26.499 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 22:03:26.500 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project-3' 22:03:26.500 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:26.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:26.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:26.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:26.501 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 22:03:26.501 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 22:03:26.501 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 22:03:26.506 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 22:03:26.506 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:03:26.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:26.515 DEBUG [main][MenuItemLookup] Found menu:'New' 22:03:26.515 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:26.515 DEBUG [main][MenuItemLookup] Found menu:'Start' 22:03:26.515 DEBUG [main][MenuItemLookup] Item match:Start 22:03:26.515 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 22:03:26.515 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 22:03:26.515 INFO [main][MenuItemHandler] Select menu item: &Start 22:03:26.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:03:26.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-3' has no excuses, wait for it 22:03:26.516 DEBUG [Worker-10: Starting server-project-3][AbstractWait] Wait for 1 seconds 22:03:27.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-3' has no excuses, wait for it 22:03:27.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-3' has no excuses, wait for it 22:03:28.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:03:28.016 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:03:28.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:03:28.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 22:03:28.017 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:28.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:28.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:28.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:28.018 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 22:03:28.018 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 22:03:28.018 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 22:03:28.023 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 22:03:28.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 22:03:28.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:03:28.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:03:28.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:03:28.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:03:28.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:03:28.023 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:28.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:28.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:28.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:28.024 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 22:03:28.024 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 22:03:28.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:28.024 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 22:03:28.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:28.024 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 22:03:28.024 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 22:03:28.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:28.024 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 22:03:28.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:28.024 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 22:03:28.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:28.025 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:28.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:28.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:28.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:28.025 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 22:03:28.025 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 22:03:28.025 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 22:03:28.028 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 22:03:28.029 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:28.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:28.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:28.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:28.030 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 22:03:28.030 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 22:03:28.030 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 22:03:28.032 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 22:03:28.033 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:28.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:28.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:28.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:28.033 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 22:03:28.033 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 22:03:28.033 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 22:03:28.036 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 22:03:28.036 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:28.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:28.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:28.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:28.039 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 22:03:28.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 22:03:28.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:28.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 22:03:28.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:28.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 22:03:28.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 22:03:28.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:28.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 22:03:28.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:28.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 22:03:28.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:28.039 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:28.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:28.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:28.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:28.040 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 22:03:28.040 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 22:03:28.040 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 22:03:28.043 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 22:03:28.043 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:28.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:28.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:28.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:28.044 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 22:03:28.044 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 22:03:28.044 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 22:03:28.047 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 22:03:28.047 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 22:03:28.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:28.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:28.047 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:03:28.047 DEBUG [main][MenuItemLookup] Found menu:'File' 22:03:28.047 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:03:28.047 DEBUG [main][MenuItemLookup] Item match:Edit 22:03:28.048 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:03:28.048 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:03:28.048 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:28.048 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:03:28.048 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:03:28.048 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:03:28.048 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:28.048 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:03:28.048 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:03:28.048 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:03:28.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 22:03:28.048 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:03:28.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 22:03:28.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:28.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:28.049 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:03:28.049 DEBUG [main][MenuItemLookup] Found menu:'File' 22:03:28.049 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:03:28.049 DEBUG [main][MenuItemLookup] Item match:Edit 22:03:28.049 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:03:28.049 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:03:28.049 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:28.049 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:03:28.049 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:03:28.049 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:03:28.049 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:28.049 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:03:28.049 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:03:28.050 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:03:28.050 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:03:28.050 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:03:28.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:03:28.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:03:28.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 22:03:28.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:03:28.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:03:28.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:03:28.074 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:03:28.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:28.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:28.075 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 22:03:28.075 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:03:28.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:03:28.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:03:28.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:03:28.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:03:28.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:03:28.075 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:03:28.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:03:28.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:03:28.075 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:03:28.075 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:28.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:03:28.128 DEBUG [Worker-4: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 22:03:28.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:03:28.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:03:28.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:03:28.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:03:28.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 22:03:28.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 22:03:28.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 22:03:28.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 22:03:29.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:03:29.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:03:29.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:03:29.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:03:29.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 22:03:29.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 22:03:29.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 'Publishing to .*'] is available.... 22:03:39.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 22:03:39.144 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.... 22:03:39.144 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 22:03:39.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:39.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:39.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:03:39.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:03:39.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:03:39.145 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:03:39.145 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:03:39.145 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:03:39.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:39.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:39.145 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithStates no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 22:03:39.145 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:03:39.146 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithServerState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 22:03:39.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:03:39.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:03:39.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:03:39.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:03:39.146 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:39.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:39.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:39.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:03:39.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:03:39.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:03:39.147 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 22:03:39.147 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 22:03:39.148 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 22:03:39.158 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 22:03:39.158 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 22:03:39.159 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:03:39.159 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:39.171 DEBUG [main][MenuItemLookup] Found menu:'New' 22:03:39.171 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:03:39.171 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:03:39.171 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:39.171 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:03:39.171 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:03:39.171 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:03:39.171 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:03:39.171 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:39.171 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 22:03:39.171 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 22:03:39.171 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 22:03:39.171 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:03:39.171 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 22:03:39.171 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:03:39.171 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:39.171 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 22:03:39.171 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 22:03:39.171 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 22:03:39.171 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 22:03:39.171 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 22:03:39.214 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.... 22:03:39.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:39.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:39.214 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 22:03:39.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 22:03:39.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:03:39.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:03:39.215 DEBUG [WorkbenchTestable][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 22:03:39.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:03:39.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:03:39.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:03:39.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:03:39.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:03:39.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:03:39.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:03:39.216 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 22:03:39.216 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 22:03:39.216 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 22:03:39.216 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 22:03:39.216 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 >") 22:03:39.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:03:39.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:03:39.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:03:39.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:03:39.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:03:39.217 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 22:03:39.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:03:39.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:03:39.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:03:39.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:39.218 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") 22:03:39.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:03:39.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:03:39.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:03:39.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:03:39.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:03:39.218 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 22:03:39.218 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox If server is started, publish changes &immediately 22:03:39.218 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 22:03:39.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:03:39.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:03:39.218 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:03:39.218 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:39.218 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 22:03:39.218 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) 22:03:39.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:03:39.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:03:39.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:03:39.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:03:39.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:03:39.219 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:03:39.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:03:39.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:03:39.219 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:03:39.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:39.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:03:39.222 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:03:39.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:03:39.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:03:39.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:03:39.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:03:39.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:03:39.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:03:39.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:03:39.723 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:39.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:39.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:39.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:39.724 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 22:03:39.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:03:39.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:39.724 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:03:39.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:39.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:03:39.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:03:39.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:39.724 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:03:39.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:39.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:03:39.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:39.725 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:39.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:39.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:39.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:39.725 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 22:03:39.725 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 22:03:39.725 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 22:03:39.729 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 22:03:39.729 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project-2' 22:03:39.729 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:39.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:39.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:39.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:39.730 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 22:03:39.730 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 22:03:39.730 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 22:03:39.733 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 22:03:39.733 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:03:39.733 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:39.745 DEBUG [main][MenuItemLookup] Found menu:'New' 22:03:39.745 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:39.745 DEBUG [main][MenuItemLookup] Found menu:'Start' 22:03:39.745 DEBUG [main][MenuItemLookup] Item match:Start 22:03:39.745 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 22:03:39.745 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 22:03:39.745 INFO [main][MenuItemHandler] Select menu item: &Start 22:03:39.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:03:39.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-2' has no excuses, wait for it 22:03:39.746 DEBUG [Worker-0: Starting server-project-2][AbstractWait] Wait for 1 seconds 22:03:40.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-2' has no excuses, wait for it 22:03:40.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-2' has no excuses, wait for it 22:03:41.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:03:41.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:03:41.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:03:41.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 22:03:41.247 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:41.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:41.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:41.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:41.248 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 22:03:41.248 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 22:03:41.248 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 22:03:41.251 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 22:03:41.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 22:03:41.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:03:41.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:03:41.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:03:41.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:03:41.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:03:41.251 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:41.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:41.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:41.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:41.252 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 22:03:41.252 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:03:41.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:41.252 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:03:41.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:41.252 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:03:41.252 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:03:41.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:41.252 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:03:41.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:41.252 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:03:41.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:41.253 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:41.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:41.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:41.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:41.253 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 22:03:41.253 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 22:03:41.253 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 22:03:41.258 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 22:03:41.258 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:41.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:41.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:41.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:41.259 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 22:03:41.259 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 22:03:41.259 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 22:03:41.262 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 22:03:41.262 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:41.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:41.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:41.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:41.263 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 22:03:41.263 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:03:41.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:41.263 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:03:41.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:41.263 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:03:41.263 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 22:03:41.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:41.263 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 22:03:41.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:41.263 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 22:03:41.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:41.263 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:41.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:41.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:41.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:41.264 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 22:03:41.264 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 22:03:41.264 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 22:03:41.266 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 22:03:41.267 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:41.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:41.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:41.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:41.267 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 22:03:41.267 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 22:03:41.267 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 22:03:41.270 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 22:03:41.271 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 22:03:41.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:41.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:41.271 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:03:41.271 DEBUG [main][MenuItemLookup] Found menu:'File' 22:03:41.271 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:03:41.271 DEBUG [main][MenuItemLookup] Item match:Edit 22:03:41.271 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:03:41.271 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:03:41.271 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:41.271 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:03:41.271 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:03:41.271 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:03:41.271 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:41.271 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:03:41.271 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:03:41.271 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:03:41.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 22:03:41.271 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:03:41.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 22:03:41.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:41.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:41.271 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:03:41.272 DEBUG [main][MenuItemLookup] Found menu:'File' 22:03:41.272 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:03:41.272 DEBUG [main][MenuItemLookup] Item match:Edit 22:03:41.272 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:03:41.272 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:03:41.272 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:41.272 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:03:41.272 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:03:41.272 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:03:41.272 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:41.272 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:03:41.272 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:03:41.272 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:03:41.272 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:03:41.272 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:03:41.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:03:41.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:03:41.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 22:03:41.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:03:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:03:41.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 "OK") 22:03:41.293 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:03:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:41.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 22:03:41.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:03:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:03:41.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:03:41.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:03:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:03:41.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:03:41.293 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:03:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:03:41.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:03:41.293 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:03:41.293 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:41.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:03:41.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:03:41.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:03:41.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:03:41.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:03:41.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:03:41.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:03:41.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:03:41.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 22:03:41.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 22:03:41.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 'Publishing to .*'] is available.... 22:03:51.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 'Publishing to .*'] is available. failed, NO exception will be thrown 22:03:51.346 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.... 22:03:51.346 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 22:03:51.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:51.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:51.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:03:51.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:03:51.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:03:51.347 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:03:51.347 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:03:51.347 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:03:51.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:51.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:51.348 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithServerState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 22:03:51.348 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:03:51.348 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithPublishState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 22:03:51.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:03:51.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:03:51.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:03:51.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:03:51.348 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:51.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:51.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:51.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:03:51.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:03:51.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:03:51.349 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 22:03:51.349 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 22:03:51.350 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 22:03:51.354 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 22:03:51.354 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 22:03:51.355 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:03:51.355 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:51.371 DEBUG [main][MenuItemLookup] Found menu:'New' 22:03:51.371 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:03:51.371 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:03:51.371 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:51.371 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:03:51.371 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:03:51.371 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:03:51.371 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:03:51.371 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:51.371 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 22:03:51.371 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 22:03:51.372 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 22:03:51.372 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:03:51.372 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 22:03:51.372 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:03:51.372 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:51.372 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 22:03:51.372 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 22:03:51.372 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 22:03:51.372 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 22:03:51.372 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 22:03:51.414 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.... 22:03:51.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:51.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:51.414 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 22:03:51.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 22:03:51.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:03:51.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:03:51.415 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 >>") 22:03:51.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:03:51.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:03:51.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:03:51.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:03:51.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:03:51.416 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 22:03:51.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:03:51.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:03:51.416 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:03:51.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:51.417 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") 22:03:51.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:03:51.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:03:51.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:03:51.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:03:51.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:03:51.418 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 22:03:51.418 INFO [WorkbenchTestable][CheckBox] Check checkbox If server is started, publish changes &immediately 22:03:51.418 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 22:03:51.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:03:51.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:03:51.418 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:03:51.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:51.418 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 22:03:51.418 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) 22:03:51.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:03:51.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:03:51.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:03:51.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:03:51.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:03:51.419 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:03:51.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:03:51.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:03:51.419 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:03:51.419 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:51.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:03:51.421 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:03:51.423 DEBUG [Worker-9: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 22:03:51.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:03:51.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:03:51.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 22:03:52.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 22:03:52.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:03:52.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:03:52.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:03:52.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:03:52.923 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:52.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:52.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:52.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:52.924 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 22:03:52.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 22:03:52.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:52.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 22:03:52.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:52.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 22:03:52.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 22:03:52.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:52.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 22:03:52.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:52.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 22:03:52.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:52.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:52.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:52.925 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:52.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:52.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:52.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:52.925 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 22:03:52.925 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 22:03:52.925 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 22:03:52.931 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 22:03:52.932 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:52.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:52.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:52.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:52.932 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 22:03:52.933 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 22:03:52.933 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 22:03:52.936 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 22:03:52.936 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:52.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:52.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:52.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:52.936 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 22:03:52.937 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 22:03:52.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:52.937 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 22:03:52.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:52.937 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 22:03:52.937 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 22:03:52.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:03:52.937 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 22:03:52.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:03:52.937 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 22:03:52.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:52.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:52.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:03:52.937 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:52.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:52.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:52.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:52.937 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 22:03:52.937 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 22:03:52.937 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 22:03:52.940 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 22:03:52.940 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:03:52.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:03:52.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:03:52.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:03:52.941 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 22:03:52.941 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 22:03:52.941 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 22:03:52.943 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 22:03:52.944 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 22:03:52.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:52.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:52.944 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:03:52.944 DEBUG [main][MenuItemLookup] Found menu:'File' 22:03:52.944 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:03:52.944 DEBUG [main][MenuItemLookup] Item match:Edit 22:03:52.944 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:03:52.944 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:03:52.944 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:52.944 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:03:52.944 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:03:52.944 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:03:52.944 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:52.944 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:03:52.944 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:03:52.944 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:03:52.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 22:03:52.944 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:03:52.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 22:03:52.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:52.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:52.944 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:03:52.945 DEBUG [main][MenuItemLookup] Found menu:'File' 22:03:52.945 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:03:52.945 DEBUG [main][MenuItemLookup] Item match:Edit 22:03:52.945 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:03:52.945 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:03:52.945 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:52.945 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:03:52.945 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:03:52.945 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:03:52.945 DEBUG [main][MenuItemLookup] Found menu:'' 22:03:52.945 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:03:52.945 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:03:52.945 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:03:52.945 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:03:52.945 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:03:52.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:03:52.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:03:52.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 22:03:52.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:03:52.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:03:52.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 "OK") 22:03:52.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:03:52.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:03:52.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:03:52.966 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 22:03:52.966 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:03:52.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:03:52.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:03:52.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:03:52.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:03:52.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:03:52.967 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:03:52.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:03:52.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:03:52.967 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:03:52.967 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:03:53.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:03:53.011 DEBUG [Worker-5: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 22:03:53.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:03:53.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:03:53.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 22:03:53.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 22:03:54.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:03:54.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:03:54.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:03:54.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:03:54.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 22:03:54.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 22:03:54.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 22:04:04.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 'Publishing to .*'] is available. failed, NO exception will be thrown 22:04:04.031 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.... 22:04:04.031 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 22:04:04.031 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:04.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:04.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:04.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:04.032 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Synchronized] 22:04:04.032 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Synchronized] 22:04:04.032 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Synchronized] about selection 22:04:04.036 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Synchronized] 22:04:04.036 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:04.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:04.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:04.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:04.039 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Synchronized] 22:04:04.039 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Synchronized] 22:04:04.039 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Synchronized] about selection 22:04:04.042 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Synchronized] 22:04:04.042 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 22:04:04.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:04.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:04:04.042 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:04:04.043 DEBUG [main][MenuItemLookup] Found menu:'File' 22:04:04.043 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:04:04.043 DEBUG [main][MenuItemLookup] Item match:Edit 22:04:04.043 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:04:04.043 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:04:04.043 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:04.043 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:04:04.043 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:04:04.043 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:04:04.043 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:04.043 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:04:04.043 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:04:04.043 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:04:04.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 22:04:04.043 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:04:04.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 22:04:04.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:04.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:04:04.043 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:04:04.043 DEBUG [main][MenuItemLookup] Found menu:'File' 22:04:04.043 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:04:04.043 DEBUG [main][MenuItemLookup] Item match:Edit 22:04:04.044 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:04:04.044 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:04:04.044 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:04.044 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:04:04.044 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:04:04.044 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:04:04.044 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:04.044 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:04:04.044 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:04:04.044 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:04:04.044 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:04:04.044 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:04:04.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:04:04.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:04:04.065 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 22:04:04.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:04.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:04.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:04:04.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:04:04.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:04.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:04:04.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 22:04:04.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:04:04.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:04.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:04.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:04.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:04.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:04.066 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:04:04.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:04.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:04.066 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:04.066 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:04.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:04:04.107 DEBUG [Worker-6: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 22:04:04.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:04:04.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:04:04.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 22:04:04.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 22:04:05.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 22:04:05.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:04:05.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:04:05.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:04:05.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:04:05.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 22:04:05.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 22:04:05.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 22:04:15.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 'Publishing to .*'] is available. failed, NO exception will be thrown 22:04:15.618 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.... 22:04:15.618 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 22:04:15.618 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:15.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:15.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:15.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:15.619 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 22:04:15.619 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 22:04:15.619 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 22:04:15.622 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 22:04:15.622 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:15.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:15.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:15.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:15.623 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 22:04:15.623 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 22:04:15.623 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 22:04:15.625 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 22:04:15.625 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 22:04:15.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:15.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:04:15.625 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:04:15.626 DEBUG [main][MenuItemLookup] Found menu:'File' 22:04:15.626 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:04:15.626 DEBUG [main][MenuItemLookup] Item match:Edit 22:04:15.626 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:04:15.626 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:04:15.626 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:15.626 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:04:15.626 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:04:15.626 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:04:15.626 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:15.626 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:04:15.626 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:04:15.626 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:04:15.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 22:04:15.626 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:04:15.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 22:04:15.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:15.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:04:15.626 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:04:15.626 DEBUG [main][MenuItemLookup] Found menu:'File' 22:04:15.626 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:04:15.626 DEBUG [main][MenuItemLookup] Item match:Edit 22:04:15.627 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 22:04:15.627 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 22:04:15.627 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:15.627 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:04:15.627 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:04:15.627 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:04:15.627 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:15.627 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:04:15.627 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:04:15.627 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:04:15.627 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:04:15.627 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:04:15.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:04:15.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 22:04:15.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 22:04:15.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:15.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:15.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") 22:04:15.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:04:15.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:15.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:04:15.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 22:04:15.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:04:15.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:15.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:15.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:15.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:15.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:15.649 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:04:15.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:15.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:15.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:15.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:15.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:04:15.690 DEBUG [Worker-2: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 22:04:15.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:04:15.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:04:15.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 22:04:16.196 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 22:04:16.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:04:16.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:04:16.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:04:16.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:04:16.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 22:04:16.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 22:04:16.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 'Publishing to .*'] is available.... 22:04:26.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 'Publishing to .*'] is available. failed, NO exception will be thrown 22:04:26.709 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.... 22:04:26.709 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 22:04:26.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:26.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:04:26.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:04:26.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:26.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:26.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:04:26.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:04:26.710 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:04:26.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:26.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:04:26.710 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithPublishState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 22:04:26.710 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:26.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:26.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:26.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:04:26.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:04:26.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:04:26.711 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 22:04:26.711 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 22:04:26.712 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 22:04:26.716 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 22:04:26.716 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:26.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:26.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:26.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:26.717 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server ABC' 22:04:26.717 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:26.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:26.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:26.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:26.724 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:26.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:26.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:26.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:26.725 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server ABC 22:04:26.725 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:26.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:26.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:26.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:26.726 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 22:04:26.726 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 22:04:26.726 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 22:04:26.729 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 22:04:26.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:26.729 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:04:26.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:26.740 DEBUG [main][MenuItemLookup] Found menu:'New' 22:04:26.740 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:04:26.740 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:04:26.740 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:26.740 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:04:26.740 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:04:26.740 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:04:26.740 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:04:26.740 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:26.740 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 22:04:26.740 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 22:04:26.740 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 22:04:26.740 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 22:04:26.740 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 22:04:26.740 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 22:04:26.740 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 22:04:26.740 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 22:04:26.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 22:04:26.741 DEBUG [Worker-8: Stopping Server ABC][AbstractWait] Wait for 1 seconds 22:04:28.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 22:04:28.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 22:04:28.241 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:28.242 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:28.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:28.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:28.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 22:04:28.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:04:28.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:04:28.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:04:28.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:04:28.243 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:28.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:28.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:28.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:28.243 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 22:04:28.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:28.243 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:04:28.244 DEBUG [main][EditorHandler] 0 editor(s) found 22:04:28.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:28.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:28.244 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:04:28.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:28.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:28.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:04:28.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:28.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:28.245 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:04:28.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:04:28.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:28.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:28.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:28.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:28.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:04:28.246 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:04:28.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:04:28.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:28.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:28.264 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:04:28.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:04:28.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:28.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:28.265 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:04:28.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:04:28.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:28.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:28.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:28.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:28.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:28.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:28.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:29.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:29.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:29.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:04:29.267 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:04:29.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:04:29.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:29.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:29.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 22:04:29.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:29.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:29.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:29.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:29.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:04:29.268 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 22:04:29.268 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 22:04:29.268 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 22:04:29.268 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:04:29.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:04:29.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:29.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:29.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:29.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:29.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:29.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:29.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:30.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:30.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:30.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:04:30.270 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:04:30.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:04:30.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:30.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:30.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 22:04:30.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:30.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:30.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:30.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:30.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:04:30.271 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 22:04:30.271 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 22:04:30.271 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 22:04:30.272 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:04:30.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:04:30.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:30.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:30.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 22:04:30.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:30.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:30.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:30.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:30.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:04:30.272 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:04:30.272 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:04:30.272 DEBUG [main][TreeItemHandler] Set Tree selection 22:04:30.272 DEBUG [main][TreeHandler] Notify Tree about selection event 22:04:30.276 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:04:30.277 DEBUG [WorkbenchTestable][TreeItemHandler] server-project 22:04:30.277 DEBUG [WorkbenchTestable][TreeItemHandler] server-project-2 22:04:30.277 DEBUG [WorkbenchTestable][TreeItemHandler] server-project-3 22:04:30.280 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:04:30.280 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:30.305 DEBUG [main][MenuItemLookup] Found menu:'New' 22:04:30.305 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:04:30.305 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:30.305 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:04:30.305 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:30.305 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:04:30.305 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:04:30.305 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:04:30.305 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:04:30.305 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:04:30.305 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:04:30.305 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:30.305 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:04:30.305 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:04:30.305 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:30.305 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:04:30.305 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:04:30.305 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:04:30.305 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:04:30.305 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:04:30.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:04:30.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:04:30.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:04:30.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:04:30.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:04:30.806 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:04:30.806 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:30.821 DEBUG [main][MenuItemLookup] Found menu:'New' 22:04:30.821 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:04:30.821 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:30.821 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:04:30.821 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:30.821 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:04:30.821 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:04:30.821 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:04:30.821 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:04:30.821 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:04:30.821 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:04:30.822 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:04:30.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:04:31.384 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 22:04:31.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:04:31.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:31.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:31.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: 32) 22:04:31.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:04:31.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:31.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:04:31.387 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:04:31.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:04:31.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:31.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:31.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:31.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:31.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:31.387 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:04:31.387 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:04:31.387 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:04:31.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:31.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:31.388 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:31.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:31.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:04:31.388 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:04:31.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:31.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:04:31.388 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:04:31.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:04:31.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:31.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:31.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:31.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:31.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:31.389 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:04:31.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:31.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:31.389 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:31.389 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:31.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:04:31.391 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:04:31.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:04:31.892 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:04:31.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:04:31.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:04:31.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:04:31.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:04:31.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:04:31.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:04:31.892 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:04:31.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:04:31.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:31.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:31.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:31.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:31.894 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:04:31.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:31.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:31.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:04:31.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:31.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:31.896 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:04:31.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 '\*?\QServers\E') 22:04:31.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:31.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:31.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:31.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:31.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:04:31.897 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:31.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:31.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:31.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:31.904 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:31.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:31.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:31.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:31.904 DEBUG [WorkbenchTestable][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 22:04:31.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:31.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:31.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:31.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:31.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:04:31.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:31.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:31.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:04:31.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:31.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:31.906 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:04:31.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:04:31.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:31.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:31.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:31.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:31.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:04:31.907 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:31.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:31.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:31.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:04:31.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:04:31.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:04:31.909 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped, Synchronized] 22:04:31.909 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped, Synchronized] 22:04:31.916 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped, Synchronized] about selection 22:04:31.919 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped, Synchronized] 22:04:31.920 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:31.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:31.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:31.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:31.921 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server ABC'. Stop server first: false 22:04:31.921 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:31.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:31.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:31.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:31.921 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:04:31.921 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:31.931 DEBUG [main][MenuItemLookup] Found menu:'New' 22:04:31.931 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:04:31.932 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:04:31.932 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:31.932 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:04:31.932 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:04:31.932 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:04:31.932 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:04:31.932 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 22:04:31.932 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:04:31.932 INFO [main][MenuItemHandler] Select menu item: Delete Delete 22:04:31.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 22:04:31.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 22:04:31.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 22:04:31.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:31.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:31.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") 22:04:31.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:04:31.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:31.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:04:31.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 22:04:31.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:04:31.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:31.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:31.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:31.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:31.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:31.951 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:04:31.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:31.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:31.951 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:31.951 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:31.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:04:31.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:04:31.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:31.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:31.971 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:04:31.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:31.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:31.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:04:31.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:31.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:31.973 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:04:31.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:04:31.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:31.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:31.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:31.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:31.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:04:31.975 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:31.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:31.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:31.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:04:31.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:04:31.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:04:31.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC... 22:04:31.987 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:31.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:31.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:31.988 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 22:04:31.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 22:04:31.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:31.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:31.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:32.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:32.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:32.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:32.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:32.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:04:32.991 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:04:32.991 INFO [WorkbenchTestable][ServersView2] Requested server 'Server ABC' was not found on Servers view 22:04:32.991 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:32.991 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:32.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:32.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 22:04:32.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 22:04:32.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:32.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:32.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:33.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:33.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:33.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:33.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:33.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:04:33.994 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:04:33.994 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 22:04:33.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC finished successfully 22:04:33.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:04:33.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:04:33.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:04:33.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:04:33.994 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 22:04:33.994 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:04:33.994 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:04:33.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:33.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 174.369 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.711 s restartServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 13.764 s stopServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 12.196 s testGetServerModuleWithNoState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 30.886 s removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 30.872 s testGetServerModuleWithStates no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 14.237 s testGetServerModuleWithServerState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 12.202 s testGetServerModuleWithPublishState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 35.362 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 22:04:34.001 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 22:04:34.002 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:04:34.002 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:04:34.002 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 22:04:34.002 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:04:34.002 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:04:34.003 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:04:34.003 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:04:34.003 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:04:34.003 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:04:34.003 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest) 22:04:34.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 22:04:34.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:04:34.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:04:34.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:04:34.003 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:04:34.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:34.003 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:04:34.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:34.003 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:04:34.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:34.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:04:34.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:34.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:34.004 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:04:34.004 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:04:34.004 DEBUG [main][MenuItemLookup] Found menu:'File' 22:04:34.005 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:04:34.005 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:04:34.005 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:04:34.005 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:04:34.005 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:04:34.005 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:04:34.005 DEBUG [main][MenuItemLookup] Item match:Window 22:04:34.005 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:04:34.005 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:04:34.005 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:04:34.005 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:34.005 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:04:34.005 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:04:34.005 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:34.005 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:04:34.005 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:34.005 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:04:34.005 DEBUG [main][MenuItemLookup] Item match:Preferences 22:04:34.005 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:04:34.005 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:04:34.005 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:04:34.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.... 22:04:34.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 22:04:34.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:04:34.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:34.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:34.077 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:04:34.077 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:34.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:04:34.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:34.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:34.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:34.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:34.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:04:34.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:04:34.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:04:34.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 22:04:34.079 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:04:34.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:34.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:34.579 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:04:34.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 22:04:34.580 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:04:34.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:34.580 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:04:34.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:34.580 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:04:34.581 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 22:04:34.581 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 22:04:34.581 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 22:04:34.581 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 22:04:34.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:34.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:34.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:35.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:35.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:35.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:35.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:35.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:04:35.607 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 22:04:35.607 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 22:04:35.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:35.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:35.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:35.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:35.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:04:35.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:04:35.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:04:35.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:04:35.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:04:35.609 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Server 1(Test runtime)' 22:04:35.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 22:04:35.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:35.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:35.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:35.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:35.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:04:35.610 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Server 1' 22:04:35.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:04:35.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:04:35.610 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Server 1' was found 22:04:35.610 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Server 1' matched 'Server 1'! Selecting... 22:04:35.610 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 22:04:35.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:04:35.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:04:35.610 TRACE [main][WidgetHandler] Notify Table with event 13 22:04:35.610 TRACE [main][WidgetHandler] Wait for synchronization 22:04:35.611 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") 22:04:35.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:35.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:35.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:35.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:35.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:35.612 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:04:35.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:35.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:35.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:35.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:35.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:04:38.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 22:04:38.632 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 22:04:38.632 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 22:04:38.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 22:04:38.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:38.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:38.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:38.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:38.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:38.633 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:04:38.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:38.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:38.633 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:38.633 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:38.675 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.... 22:04:38.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:38.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:38.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:38.677 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 22:04:38.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 22:04:38.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:38.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:38.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:04:38.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:04:38.681 DEBUG [WorkbenchTestable][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 22:04:38.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:38.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:38.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:38.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:38.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:04:38.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:04:38.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:04:38.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:04:38.682 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:04:38.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:38.682 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:04:38.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:38.682 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:04:38.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:04:38.682 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:04:38.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:38.682 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:04:38.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:38.682 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:04:38.682 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 22:04:38.682 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 22:04:38.682 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 22:04:38.683 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 22:04:38.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:04:38.683 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:04:38.683 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:04:39.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:04:39.183 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 22:04:39.183 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 22:04:39.183 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) 22:04:39.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:39.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:39.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:39.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:39.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:39.186 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:04:39.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:39.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:39.186 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:39.186 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:39.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:04:39.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:04:39.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:04:39.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:04:39.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:04:39.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:04:39.690 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 22:04:39.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:39.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:39.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:39.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:39.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:04:39.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:04:39.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:04:39.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:04:39.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:04:39.694 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 22:04:39.694 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 22:04:39.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:39.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:39.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:39.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:39.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:04:39.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:04:39.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:04:39.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:04:39.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:04:39.695 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 22:04:39.695 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 22:04:39.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:39.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:39.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:39.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:39.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:04:39.696 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 22:04:39.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:04:39.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:04:39.696 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 22:04:39.696 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 22:04:39.696 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 22:04:39.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:04:39.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:04:39.696 TRACE [main][WidgetHandler] Notify Table with event 13 22:04:39.696 TRACE [main][WidgetHandler] Wait for synchronization 22:04:39.696 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") 22:04:39.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:39.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:39.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:39.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:39.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:39.697 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:04:39.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:39.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:39.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:39.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:39.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:04:42.702 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 22:04:42.702 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 22:04:42.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:04:42.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:42.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:42.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:42.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:42.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:42.705 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:04:42.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:42.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:42.705 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:42.705 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:42.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:04:42.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:04:42.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:04:42.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:42.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:42.726 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 22:04:42.726 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:04:42.726 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:04:42.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:42.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:04:42.726 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest) 22:04:42.726 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 22:04:42.726 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:04:42.726 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:04:42.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:42.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.726 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.723 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 22:04:42.733 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 22:04:42.733 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:04:42.733 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:04:42.733 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 22:04:42.733 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:04:42.733 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:04:42.740 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:04:42.740 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:04:42.741 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:04:42.741 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:04:42.741 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 22:04:42.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 22:04:42.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:04:42.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:04:42.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:04:42.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:42.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:42.742 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:04:42.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:42.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:42.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:04:42.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:42.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:42.744 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:04:42.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:04:42.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:42.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:42.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:42.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:42.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:04:42.745 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:42.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:42.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:42.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:04:42.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:04:42.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:04:42.746 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:42.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:42.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:42.747 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 22:04:42.747 INFO [WorkbenchTestable][ServersView2] Create new server 22:04:42.747 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 22:04:42.747 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:42.747 DEBUG [main][MenuItemLookup] Found menu:'New' 22:04:42.747 DEBUG [main][MenuItemLookup] Item match:New 22:04:42.748 DEBUG [main][MenuItemLookup] Found menu:'Server' 22:04:42.748 DEBUG [main][MenuItemLookup] Item match:Server 22:04:42.748 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 22:04:42.748 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 22:04:42.748 INFO [main][MenuItemHandler] Select menu item: Server 22:04:42.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 22:04:42.823 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 22:04:42.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:04:42.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:42.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:42.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'] 22:04:42.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:42.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:42.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'] 22:04:42.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:42.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:42.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 Server"] 22:04:42.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:42.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:42.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:04:42.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:42.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:42.824 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:04:42.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:42.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 22:04:42.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:42.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:42.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:42.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:42.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:04:42.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:04:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:04:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 22:04:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:04:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:04:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:04:42.828 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:04:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:42.828 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:04:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:42.828 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:04:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:04:42.828 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:04:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:42.828 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:04:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:42.828 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:04:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 22:04:42.828 DEBUG [WorkbenchTestable][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 22:04:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:42.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:42.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:42.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:04:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:04:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:04:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:04:42.829 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:04:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:42.829 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:04:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:42.829 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:04:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:04:42.829 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:04:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:42.829 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:04:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:42.829 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:04:42.829 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 22:04:42.829 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 22:04:42.829 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 22:04:42.830 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 22:04:42.830 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) 22:04:42.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:42.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:42.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:42.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:43.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:43.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:04:43.331 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:04:43.331 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:04:43.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:04:43.832 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:04:43.832 INFO [WorkbenchTestable][NewServerWizard] Cancel wizard 22:04:43.832 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) 22:04:43.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:43.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:43.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:43.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:43.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:43.836 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:04:43.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:43.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:43.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:43.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:43.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:04:43.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:04:43.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:04:43.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:04:43.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:04:43.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:04:43.865 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:43.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:43.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:43.866 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 22:04:43.866 DEBUG [WorkbenchTestable][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 22:04:43.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:43.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:43.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:44.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:44.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:44.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:44.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:44.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:04:44.868 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:04:44.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 22:04:44.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:04:44.868 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:04:44.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:44.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:04:44.868 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 22:04:44.868 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:04:44.868 INFO [WorkbenchTestable][RequirementsRunner] Started test: setHostName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 22:04:44.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 22:04:44.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:04:44.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:04:44.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:04:44.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:44.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:44.870 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:04:44.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:44.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:44.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:04:44.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:44.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:44.872 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:04:44.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 '\*?\QServers\E') 22:04:44.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:44.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:44.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:44.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:44.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:04:44.873 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:44.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:44.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:44.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:04:44.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:04:44.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:04:44.874 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:44.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:44.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:44.875 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 22:04:44.875 INFO [WorkbenchTestable][ServersView2] Create new server 22:04:44.875 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 22:04:44.875 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:44.875 DEBUG [main][MenuItemLookup] Found menu:'New' 22:04:44.876 DEBUG [main][MenuItemLookup] Item match:New 22:04:44.876 DEBUG [main][MenuItemLookup] Found menu:'Server' 22:04:44.876 DEBUG [main][MenuItemLookup] Item match:Server 22:04:44.876 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 22:04:44.876 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 22:04:44.876 INFO [main][MenuItemHandler] Select menu item: Server 22:04:44.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 22:04:44.951 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 22:04:44.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:04:44.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:44.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:44.952 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:04:44.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:44.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:44.952 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:04:44.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:44.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:44.952 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 22:04:44.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:44.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:44.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:04:44.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:44.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:44.953 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:04:44.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:44.953 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:") 22:04:44.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:44.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:44.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:44.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:44.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:04:44.955 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:04:44.955 INFO [WorkbenchTestable][AbstractText] Text set to: ABC 22:04:44.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:04:44.956 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:04:44.956 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:04:45.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:04:45.456 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:04:45.456 INFO [WorkbenchTestable][NewServerWizard] Cancel wizard 22:04:45.456 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) 22:04:45.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:45.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:45.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:45.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:45.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:45.457 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:04:45.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:45.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:45.457 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:45.457 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:45.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:04:45.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:04:45.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:04:45.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:04:45.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:04:45.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:04:45.489 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:45.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:45.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:45.490 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 22:04:45.490 DEBUG [WorkbenchTestable][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 22:04:45.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:45.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:45.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:45.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:45.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:46.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:46.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:04:46.492 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:04:46.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 22:04:46.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:04:46.492 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:04:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:04:46.493 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setHostName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 22:04:46.493 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:04:46.493 INFO [WorkbenchTestable][RequirementsRunner] Started test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 22:04:46.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 22:04:46.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:04:46.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:04:46.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:04:46.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:46.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:46.494 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:04:46.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:46.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:46.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:04:46.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:46.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:46.496 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:04:46.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 '\*?\QServers\E') 22:04:46.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:46.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:46.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:46.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:46.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:04:46.497 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:46.497 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:46.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:46.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:04:46.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:04:46.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:04:46.498 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:46.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:46.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:46.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 22:04:46.499 INFO [WorkbenchTestable][ServersView2] Create new server 22:04:46.499 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 22:04:46.499 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:46.506 DEBUG [main][MenuItemLookup] Found menu:'New' 22:04:46.506 DEBUG [main][MenuItemLookup] Item match:New 22:04:46.506 DEBUG [main][MenuItemLookup] Found menu:'Server' 22:04:46.506 DEBUG [main][MenuItemLookup] Item match:Server 22:04:46.507 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 22:04:46.507 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 22:04:46.507 INFO [main][MenuItemHandler] Select menu item: Server 22:04:46.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 22:04:46.581 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 22:04:46.581 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:04:46.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:46.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:46.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'] 22:04:46.581 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:46.581 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:46.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'] 22:04:46.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:46.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:46.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 Server"] 22:04:46.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:46.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:46.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:04:46.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:46.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:46.583 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:04:46.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:46.584 DEBUG [WorkbenchTestable][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 22:04:46.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:46.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:46.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:46.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:46.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:04:46.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:04:46.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:04:46.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 22:04:46.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:04:46.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:04:46.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:04:46.587 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:04:46.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:46.587 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:04:46.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:46.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:04:46.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:04:46.587 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:04:46.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:46.587 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:04:46.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:46.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:04:46.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 22:04:46.587 DEBUG [WorkbenchTestable][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 22:04:46.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:46.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:46.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:46.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:04:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:04:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:04:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:04:46.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:04:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:46.588 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:04:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:46.588 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:04:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:04:46.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:04:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:46.588 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:04:46.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:46.588 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:04:46.588 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 22:04:46.588 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 22:04:46.588 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 22:04:46.590 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 22:04:46.590 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) 22:04:46.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:46.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:46.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:46.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:46.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:46.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:47.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:47.091 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:") 22:04:47.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:47.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:47.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:47.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:47.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:04:47.095 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:04:47.095 INFO [WorkbenchTestable][AbstractText] Text set to: ABC server 22:04:47.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:04:47.095 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:04:47.096 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:04:47.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:04:47.596 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:04:47.596 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 22:04:47.596 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) 22:04:47.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:47.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:47.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:47.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:47.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:47.600 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:04:47.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:47.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:47.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:47.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:47.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:04:48.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:04:48.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:04:48.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:04:48.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:04:48.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:04:48.104 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:48.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:48.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:48.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 22:04:48.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:04:48.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:04:48.106 DEBUG [WorkbenchTestable][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 22:04:48.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:48.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:48.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:48.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:48.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:04:48.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:48.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:48.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:04:48.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:48.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:48.108 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:04:48.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:04:48.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:48.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:48.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:48.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:48.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:04:48.109 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:48.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:48.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:48.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:04:48.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:04:48.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:04:48.111 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:48.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:48.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:48.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:48.112 DEBUG [WorkbenchTestable][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 22:04:48.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:48.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:48.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:48.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:48.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:04:48.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:48.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:48.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:04:48.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:48.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:48.120 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:04:48.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 '\*?\QServers\E') 22:04:48.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:48.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:48.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:48.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:48.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:04:48.122 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:48.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:48.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:48.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:04:48.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:04:48.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:04:48.123 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ABC server [Stopped] 22:04:48.123 DEBUG [main][TreeItemHandler] Selecting tree item: ABC server [Stopped] 22:04:48.123 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ABC server [Stopped] about selection 22:04:48.127 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ABC server [Stopped] 22:04:48.128 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:48.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:48.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:48.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:48.128 INFO [WorkbenchTestable][AbstractServer] Delete server 'ABC server'. Stop server first: false 22:04:48.128 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:48.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:48.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:48.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:04:48.129 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:04:48.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:48.145 DEBUG [main][MenuItemLookup] Found menu:'New' 22:04:48.146 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:04:48.146 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:04:48.146 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:48.146 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:04:48.146 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:04:48.146 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:04:48.146 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:04:48.146 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 22:04:48.146 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:04:48.146 INFO [main][MenuItemHandler] Select menu item: Delete Delete 22:04:48.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 22:04:48.172 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 22:04:48.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 22:04:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:48.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") 22:04:48.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:04:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:04:48.172 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 22:04:48.172 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:04:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:48.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:48.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:48.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:48.172 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:04:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:48.173 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:48.173 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:48.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:04:48.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:04:48.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:48.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:48.190 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:04:48.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:48.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:48.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:04:48.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:48.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:48.191 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:04:48.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 '\*?\QServers\E') 22:04:48.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:48.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:48.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:48.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:48.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:04:48.193 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:48.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:48.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:48.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:04:48.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:04:48.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:04:48.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: ABC server... 22:04:48.194 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:48.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:48.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:48.194 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 22:04:48.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 22:04:48.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:48.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:48.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:48.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:48.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:49.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:49.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:49.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:04:49.197 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:04:49.197 INFO [WorkbenchTestable][ServersView2] Requested server 'ABC server' was not found on Servers view 22:04:49.197 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:04:49.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:04:49.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:04:49.198 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 22:04:49.198 DEBUG [WorkbenchTestable][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 22:04:49.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:49.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:49.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:49.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:49.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:50.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:50.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:50.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:04:50.201 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:04:50.201 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 22:04:50.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: ABC server finished successfully 22:04:50.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:04:50.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:04:50.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:04:50.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:04:50.201 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 22:04:50.201 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:04:50.201 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:04:50.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:50.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:04:50.202 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 22:04:50.202 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 22:04:50.202 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:04:50.202 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:04:50.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:50.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.47 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: 2.127 s setHostName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) Time elapsed: 1.625 s setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) Time elapsed: 3.709 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 22:04:50.209 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 22:04:50.210 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:04:50.210 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:04:50.210 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 22:04:50.210 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:04:50.210 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:04:50.210 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:04:50.210 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:04:50.210 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:04:50.211 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:04:50.211 INFO [WorkbenchTestable][RequirementsRunner] Started test: editRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 22:04:50.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 22:04:50.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:04:50.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:04:50.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:04:50.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.*'] 22:04:50.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:50.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.*'] 22:04:50.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:50.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.*'] 22:04:50.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:50.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:04:50.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:50.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:50.212 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:04:50.212 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:04:50.212 DEBUG [main][MenuItemLookup] Found menu:'File' 22:04:50.212 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:04:50.212 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:04:50.212 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:04:50.212 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:04:50.212 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:04:50.212 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:04:50.212 DEBUG [main][MenuItemLookup] Item match:Window 22:04:50.212 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:04:50.212 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:04:50.212 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:04:50.212 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:50.212 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:04:50.212 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:04:50.212 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:50.212 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:04:50.212 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:50.212 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:04:50.212 DEBUG [main][MenuItemLookup] Item match:Preferences 22:04:50.212 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:04:50.212 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:04:50.212 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:04:50.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:04:50.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:04:50.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:04:50.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:50.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:50.273 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:04:50.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:50.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:04:50.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:50.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:50.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:50.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:50.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:04:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:04:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:04:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 22:04:50.274 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:04:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:50.274 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:04:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:50.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:04:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 22:04:50.274 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:04:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:50.274 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:04:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:50.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:04:50.274 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 22:04:50.274 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 22:04:50.274 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 22:04:50.274 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 22:04:50.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:50.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:50.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:50.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:50.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:51.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:51.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:51.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:04:51.279 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 22:04:51.279 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 22:04:51.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:51.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:51.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:51.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:51.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:04:51.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:04:51.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:04:51.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:04:51.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:04:51.284 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server ABC server(Test runtime)' 22:04:51.284 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 22:04:51.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:51.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:51.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:51.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:51.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:04:51.285 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'ABC server' 22:04:51.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:04:51.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:04:51.285 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'ABC server' was found 22:04:51.285 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'ABC server' matched 'ABC server'! Selecting... 22:04:51.285 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 22:04:51.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:04:51.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:04:51.285 TRACE [main][WidgetHandler] Notify Table with event 13 22:04:51.285 TRACE [main][WidgetHandler] Wait for synchronization 22:04:51.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.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") 22:04:51.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:51.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:51.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:51.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:51.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:51.286 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:04:51.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:51.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:51.286 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:51.286 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:51.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:04:54.291 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 22:04:54.292 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 22:04:54.292 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 22:04:54.292 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...") 22:04:54.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:54.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:54.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:54.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:54.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:54.293 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:04:54.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:54.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:54.293 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:54.293 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:54.336 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.... 22:04:54.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:54.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:54.339 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 22:04:54.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 22:04:54.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:54.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:04:54.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:04:54.342 DEBUG [WorkbenchTestable][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 22:04:54.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:54.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:54.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:54.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:54.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:04:54.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:04:54.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:04:54.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:04:54.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:04:54.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:54.348 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:04:54.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:54.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:04:54.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:04:54.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:04:54.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:54.348 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:04:54.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:54.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:04:54.348 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 22:04:54.348 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 22:04:54.349 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 22:04:54.349 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 22:04:54.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:04:54.349 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:04:54.349 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:04:54.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:04:54.849 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 22:04:54.849 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 22:04:54.850 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) 22:04:54.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:54.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:54.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:54.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:54.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:54.853 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:04:54.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:54.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:54.853 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:54.853 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:54.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:04:55.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:04:55.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:04:55.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:04:55.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:04:55.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:04:55.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Edit...") 22:04:55.357 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:04:55.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:55.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:04:55.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 22:04:55.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:04:55.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:55.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:55.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:55.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:55.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:55.359 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 22:04:55.359 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 22:04:55.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:55.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:55.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:55.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:55.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:04:55.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:04:55.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:04:55.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:04:55.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:04:55.362 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 22:04:55.362 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 22:04:55.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:55.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:55.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:55.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:55.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:04:55.363 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 22:04:55.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:04:55.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:04:55.363 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 22:04:55.363 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 22:04:55.363 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 22:04:55.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:04:55.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:04:55.363 TRACE [main][WidgetHandler] Notify Table with event 13 22:04:55.363 TRACE [main][WidgetHandler] Wait for synchronization 22:04:55.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.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") 22:04:55.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:55.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:55.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:55.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:55.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:55.364 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:04:55.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:55.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:55.364 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:55.364 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:55.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:04:58.369 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 22:04:58.369 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 22:04:58.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:04:58.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:58.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:58.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:58.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:58.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:58.372 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:04:58.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:58.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:58.372 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:58.372 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:58.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:04:58.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:04:58.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:04:58.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:58.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:58.398 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 22:04:58.398 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:04:58.398 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:04:58.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:04:58.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:04:58.398 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 22:04:58.398 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:04:58.398 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeAllRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 22:04:58.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 22:04:58.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:04:58.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:04:58.398 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:04:58.398 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:04:58.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:58.398 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:04:58.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:58.398 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:04:58.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:58.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:04:58.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:58.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:58.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:04:58.399 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:04:58.399 DEBUG [main][MenuItemLookup] Found menu:'File' 22:04:58.399 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:04:58.399 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:04:58.399 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:04:58.399 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:04:58.399 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:04:58.399 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:04:58.399 DEBUG [main][MenuItemLookup] Item match:Window 22:04:58.399 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:04:58.399 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:04:58.399 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:04:58.399 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:58.399 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:04:58.399 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:04:58.399 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:58.399 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:04:58.399 DEBUG [main][MenuItemLookup] Found menu:'' 22:04:58.399 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:04:58.399 DEBUG [main][MenuItemLookup] Item match:Preferences 22:04:58.399 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:04:58.399 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:04:58.399 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:04:58.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:04:58.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:04:58.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:04:58.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:58.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:58.455 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:04:58.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:58.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:04:58.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:58.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:58.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:58.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:58.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:04:58.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:04:58.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:04:58.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 22:04:58.457 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:04:58.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:58.457 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:04:58.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:58.457 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:04:58.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 22:04:58.457 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:04:58.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:58.457 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:04:58.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:58.457 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:04:58.457 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 22:04:58.457 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 22:04:58.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 22:04:58.457 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 22:04:58.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:58.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:58.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:58.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:58.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:59.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:59.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:04:59.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:04:59.462 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 22:04:59.462 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 22:04:59.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:59.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:59.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:59.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:59.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:04:59.465 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 22:04:59.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.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...") 22:04:59.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:59.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:59.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:59.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:59.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:04:59.467 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:04:59.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:04:59.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:04:59.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:04:59.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:04:59.505 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.... 22:04:59.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:59.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:04:59.507 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 22:04:59.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 22:04:59.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:04:59.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:04:59.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:04:59.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:04:59.510 DEBUG [WorkbenchTestable][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 22:04:59.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:04:59.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:04:59.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:04:59.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:04:59.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:04:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:04:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:04:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:04:59.511 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:04:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:59.511 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:04:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:59.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:04:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:04:59.511 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:04:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:04:59.511 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:04:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:04:59.512 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:04:59.512 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 22:04:59.512 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 22:04:59.512 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 22:04:59.512 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 22:04:59.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:04:59.512 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:04:59.512 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:05:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:05:00.013 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 22:05:00.013 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 22:05:00.013 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) 22:05:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:00.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:00.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:00.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:00.016 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:05:00.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:00.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:00.016 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:00.016 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:00.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:00.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:00.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:00.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:00.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:00.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:00.520 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 22:05:00.520 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...") 22:05:00.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:00.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:00.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:00.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:00.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:00.521 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:05:00.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:00.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:00.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:00.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:00.559 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.... 22:05:00.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:00.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:00.561 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 22:05:00.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 22:05:00.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:00.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:00.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:05:00.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:05:00.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 22:05:00.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:00.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:00.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:00.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:00.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:05:00.566 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:05:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:00.566 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:05:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:00.567 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:05:00.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:05:00.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:05:00.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:00.567 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:05:00.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:00.567 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:05:00.567 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 22:05:00.567 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 22:05:00.567 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 22:05:00.567 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 22:05:00.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:05:00.567 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:05:00.567 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:05:01.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:05:01.068 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 22:05:01.068 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 22:05:01.068 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) 22:05:01.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:01.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:01.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:01.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:01.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:01.071 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:05:01.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:01.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:01.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:01.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:01.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:01.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:01.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:01.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:01.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:01.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:01.576 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 22:05:01.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:01.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:01.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:01.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:01.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:01.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:01.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:01.580 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 22:05:01.580 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 22:05:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:01.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:01.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:01.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:01.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:01.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:01.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:01.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:01.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:01.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:01.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:01.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:01.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:01.581 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 22:05:01.581 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 22:05:01.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:01.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:01.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:01.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:01.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:01.582 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 22:05:01.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:01.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:01.582 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 22:05:01.582 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 22:05:01.582 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 22:05:01.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:01.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:01.582 TRACE [main][WidgetHandler] Notify Table with event 13 22:05:01.582 TRACE [main][WidgetHandler] Wait for synchronization 22:05:01.582 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") 22:05:01.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:01.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:01.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:01.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:01.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:01.583 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:05:01.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:01.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:01.583 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:01.583 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:01.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:05:04.588 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 22:05:04.588 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 22:05:04.588 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime (2)(Test runtime)' 22:05:04.588 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 22:05:04.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:04.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:04.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:04.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:04.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:04.590 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime (2)' 22:05:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:04.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:04.592 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' was found 22:05:04.592 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' matched 'Test runtime (2)'! Selecting... 22:05:04.592 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 22:05:04.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:04.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:04.592 TRACE [main][WidgetHandler] Notify Table with event 13 22:05:04.592 TRACE [main][WidgetHandler] Wait for synchronization 22:05:04.592 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") 22:05:04.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:04.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:04.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:04.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:04.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:04.593 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:05:04.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:04.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:04.593 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:04.593 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:04.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:05:07.598 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 22:05:07.598 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 22:05:07.599 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 22:05:07.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:07.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:07.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:07.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:07.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:07.601 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 22:05:07.601 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 22:05:07.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:07.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:07.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:07.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:07.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:07.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) 22:05:07.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:07.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:07.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:07.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:07.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:07.603 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:05:07.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:07.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:07.603 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:07.603 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:07.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:07.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:07.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:07.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:07.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:07.621 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 22:05:07.621 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:05:07.621 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:05:07.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:07.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:07.621 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeAllRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 22:05:07.621 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:05:07.621 INFO [WorkbenchTestable][RequirementsRunner] Started test: addAndRemoveRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 22:05:07.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 22:05:07.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:05:07.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:05:07.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:05:07.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.*'] 22:05:07.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:07.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.*'] 22:05:07.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:07.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.*'] 22:05:07.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:07.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:07.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:07.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:07.622 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:07.622 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:05:07.622 DEBUG [main][MenuItemLookup] Found menu:'File' 22:05:07.622 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:05:07.622 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:05:07.622 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:05:07.622 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:05:07.622 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:05:07.622 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:05:07.622 DEBUG [main][MenuItemLookup] Item match:Window 22:05:07.622 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:05:07.622 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:05:07.622 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:05:07.622 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:07.622 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:05:07.622 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:05:07.622 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:07.622 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:05:07.622 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:07.622 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:05:07.622 DEBUG [main][MenuItemLookup] Item match:Preferences 22:05:07.622 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:05:07.622 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:05:07.622 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:05:07.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:05:07.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:05:07.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:05:07.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:07.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:07.677 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:05:07.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:07.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:05:07.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:07.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:07.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:07.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:07.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:07.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:07.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:07.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 22:05:07.678 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:05:07.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:07.678 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:05:07.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:07.679 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:05:07.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 22:05:07.679 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:05:07.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:07.679 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:05:07.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:07.679 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:05:07.679 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 22:05:07.679 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 22:05:07.679 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 22:05:07.679 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 22:05:07.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:07.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:07.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:08.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:08.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:08.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:08.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:08.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:05:08.683 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 22:05:08.683 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 22:05:08.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:08.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:08.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:08.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:08.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:08.686 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 22:05:08.686 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...") 22:05:08.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:08.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:08.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:08.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:08.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:08.688 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:05:08.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:08.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:08.688 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:08.688 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:08.726 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.... 22:05:08.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:08.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:08.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 22:05:08.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 22:05:08.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:08.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:08.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:05:08.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:05:08.731 DEBUG [WorkbenchTestable][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 22:05:08.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:08.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:08.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:08.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:08.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:08.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:08.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:08.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:05:08.733 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:05:08.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:08.733 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:05:08.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:08.733 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:05:08.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:05:08.733 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:05:08.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:08.733 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:05:08.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:08.733 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:05:08.733 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 22:05:08.733 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 22:05:08.733 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 22:05:08.733 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 22:05:08.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:05:08.733 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:05:08.733 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:05:09.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:05:09.234 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 22:05:09.234 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 22:05:09.234 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) 22:05:09.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:09.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:09.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:09.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:09.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:09.237 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:05:09.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:09.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:09.237 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:09.237 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:09.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:09.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:09.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:09.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:09.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:09.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:09.741 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 22:05:09.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.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...") 22:05:09.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:09.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:09.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:09.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:09.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:09.743 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:05:09.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:09.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:09.743 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:09.743 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:09.781 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.... 22:05:09.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:09.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:09.783 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 22:05:09.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 22:05:09.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:09.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:09.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:05:09.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:05:09.786 DEBUG [WorkbenchTestable][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 22:05:09.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:09.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:09.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:09.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:09.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:09.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:09.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:09.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:05:09.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:05:09.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:09.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:05:09.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:09.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:05:09.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:05:09.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:05:09.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:09.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:05:09.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:09.788 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:05:09.788 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 22:05:09.788 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 22:05:09.788 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 22:05:09.788 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 22:05:09.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:05:09.788 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:05:09.788 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:05:10.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:05:10.288 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 22:05:10.288 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 22:05:10.289 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) 22:05:10.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:10.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:10.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:10.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:10.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:10.291 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:05:10.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:10.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:10.292 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:10.292 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:10.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:10.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:10.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:10.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:10.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:10.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:10.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 22:05:10.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:10.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:10.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:10.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:10.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:10.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:10.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:10.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:10.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:10.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:10.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:10.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:10.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:10.801 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime (2)(null)' 22:05:10.801 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 22:05:10.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:10.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:10.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:10.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:10.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:10.801 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime (2)' 22:05:10.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:10.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:10.802 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 22:05:10.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:10.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:10.802 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' was found 22:05:10.802 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' matched 'Test runtime (2)'! Selecting... 22:05:10.802 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 22:05:10.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:10.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:10.802 TRACE [main][WidgetHandler] Notify Table with event 13 22:05:10.802 TRACE [main][WidgetHandler] Wait for synchronization 22:05:10.802 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") 22:05:10.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:10.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:10.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:10.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:10.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:10.803 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:05:10.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:10.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:10.803 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:10.803 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:10.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:05:13.808 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 22:05:13.808 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 22:05:13.808 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 22:05:13.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:13.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:13.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:13.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:13.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:13.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:13.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:13.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:13.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:13.811 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(null)' 22:05:13.811 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 22:05:13.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:13.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:13.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:13.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:13.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:13.812 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 22:05:13.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:13.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:13.812 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 22:05:13.812 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 22:05:13.812 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 22:05:13.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:13.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:13.812 TRACE [main][WidgetHandler] Notify Table with event 13 22:05:13.812 TRACE [main][WidgetHandler] Wait for synchronization 22:05:13.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.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") 22:05:13.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:13.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:13.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:13.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:13.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:13.813 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:05:13.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:13.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:13.813 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:13.813 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:13.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:05:16.818 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 22:05:16.819 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 22:05:16.819 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 22:05:16.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:16.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:16.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:16.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:16.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:16.821 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 22:05:16.821 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 22:05:16.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:16.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:16.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:16.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:16.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:16.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:05:16.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:16.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:16.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:16.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:16.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:16.824 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:05:16.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:16.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:16.824 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:16.824 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:16.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:16.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:16.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:16.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:16.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:16.841 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 22:05:16.841 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:05:16.841 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:05:16.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:16.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:16.841 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addAndRemoveRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 22:05:16.842 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:05:16.842 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServerRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 22:05:16.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 22:05:16.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:05:16.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:05:16.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:05:16.842 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:05:16.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:16.842 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:05:16.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:16.842 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:05:16.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:16.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:16.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:16.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:16.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:16.842 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:05:16.842 DEBUG [main][MenuItemLookup] Found menu:'File' 22:05:16.843 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:05:16.843 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:05:16.843 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:05:16.843 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:05:16.843 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:05:16.843 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:05:16.843 DEBUG [main][MenuItemLookup] Item match:Window 22:05:16.843 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:05:16.843 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:05:16.843 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:05:16.843 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:16.843 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:05:16.843 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:05:16.843 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:16.843 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:05:16.843 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:16.843 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:05:16.843 DEBUG [main][MenuItemLookup] Item match:Preferences 22:05:16.843 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:05:16.843 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:05:16.843 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:05:16.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.... 22:05:16.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 'Preferences.*'] is available. finished successfully 22:05:16.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:05:16.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:16.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:16.899 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:05:16.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:16.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:05:16.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:16.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:16.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:16.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:16.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:16.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:16.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:16.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 22:05:16.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:05:16.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:16.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:05:16.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:16.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:05:16.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 22:05:16.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:05:16.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:16.901 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:05:16.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:16.901 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:05:16.901 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 22:05:16.901 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 22:05:16.901 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 22:05:16.901 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 22:05:16.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:16.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:16.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:17.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:17.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:17.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:17.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:17.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:05:17.905 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 22:05:17.905 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 22:05:17.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:17.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:17.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:17.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:17.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:17.908 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 22:05:17.908 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...") 22:05:17.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:17.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:17.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:17.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:17.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:17.910 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:05:17.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:17.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:17.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:17.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:17.950 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.... 22:05:17.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:17.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:17.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: "New Server Runtime Environment"] is available. finished successfully 22:05:17.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 22:05:17.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:17.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:17.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:05:17.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:05:17.955 DEBUG [WorkbenchTestable][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 22:05:17.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:17.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:17.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:17.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:17.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:17.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:17.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:17.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:05:17.957 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:05:17.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:17.957 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:05:17.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:17.957 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:05:17.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:05:17.957 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:05:17.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:17.957 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:05:17.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:17.957 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:05:17.958 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 22:05:17.958 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 22:05:17.958 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 22:05:17.958 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 22:05:17.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:05:17.958 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:05:17.958 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:05:18.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:05:18.459 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 22:05:18.459 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 22:05:18.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.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) 22:05:18.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:18.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:18.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:18.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:18.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:18.462 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:05:18.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:18.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:18.462 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:18.462 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:18.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:18.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:18.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:18.965 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:18.965 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:18.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:18.965 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 22:05:18.965 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...") 22:05:18.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:18.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:18.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:18.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:18.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:18.966 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:05:18.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:18.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:18.966 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:18.966 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:19.004 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.... 22:05:19.006 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:19.006 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:19.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 22:05:19.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 22:05:19.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:19.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:19.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:05:19.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:05:19.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 22:05:19.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:19.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:19.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:19.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:19.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:19.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:19.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:19.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:05:19.010 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:05:19.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:19.010 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:05:19.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:19.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:05:19.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:05:19.010 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:05:19.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:19.010 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:05:19.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:19.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:05:19.011 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 2 22:05:19.011 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 2 22:05:19.011 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime 2 about selection 22:05:19.012 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 2 22:05:19.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:05:19.012 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:05:19.012 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:05:19.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:05:19.512 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 22:05:19.512 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 22:05:19.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) 22:05:19.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:19.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:19.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:19.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:19.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:19.515 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:05:19.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:19.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:19.515 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:19.515 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:19.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:20.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:20.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:20.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:20.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:20.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:20.019 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 22:05:20.019 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...") 22:05:20.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:20.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:20.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:20.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:20.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:20.020 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:05:20.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:20.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:20.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:20.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:20.057 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.... 22:05:20.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:20.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:20.059 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 22:05:20.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 22:05:20.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:20.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:20.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:05:20.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:05:20.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.NewRuntimeWizardPage, index 0 and no matchers specified 22:05:20.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:20.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:20.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:20.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:20.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:20.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:20.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:20.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:05:20.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:05:20.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:20.064 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:05:20.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:20.064 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:05:20.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:05:20.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:05:20.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:20.064 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:05:20.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:20.064 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:05:20.064 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 2 22:05:20.064 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 2 22:05:20.065 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime 2 about selection 22:05:20.065 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 2 22:05:20.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:05:20.065 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:05:20.065 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:05:20.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:05:20.565 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 22:05:20.565 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 22:05:20.566 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) 22:05:20.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:20.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:20.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:20.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:20.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:20.568 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:05:20.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:20.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:20.568 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:20.568 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:20.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:21.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:21.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:21.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:21.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:21.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:21.073 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 22:05:21.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:21.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:21.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:21.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:21.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.077 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 22:05:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:21.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:21.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:21.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:21.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:21.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.079 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 22:05:21.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:21.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:21.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:21.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:21.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:21.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.080 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 22:05:21.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:21.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:21.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:21.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:21.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:21.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.082 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 22:05:21.082 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 22:05:21.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:21.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:21.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:21.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:21.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:21.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.083 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 22:05:21.083 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 22:05:21.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:21.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:21.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:21.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:21.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:21.084 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 22:05:21.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.084 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 22:05:21.084 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 22:05:21.084 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 22:05:21.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:21.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:21.084 TRACE [main][WidgetHandler] Notify Table with event 13 22:05:21.084 TRACE [main][WidgetHandler] Wait for synchronization 22:05:21.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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") 22:05:21.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:21.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:21.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:21.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:21.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:21.086 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:05:21.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:21.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:21.086 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:21.086 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:21.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:05:24.091 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 22:05:24.091 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 22:05:24.091 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime 2(Test runtime 2)' 22:05:24.091 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 22:05:24.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:24.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:24.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:24.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:24.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:24.093 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime 2' 22:05:24.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:24.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:24.094 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2' was found 22:05:24.094 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2' matched 'Test runtime 2'! Selecting... 22:05:24.094 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 22:05:24.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:24.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:24.094 TRACE [main][WidgetHandler] Notify Table with event 13 22:05:24.094 TRACE [main][WidgetHandler] Wait for synchronization 22:05:24.095 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") 22:05:24.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:24.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:24.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:24.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:24.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:24.096 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:05:24.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:24.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:24.096 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:24.096 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:24.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:05:27.101 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 22:05:27.102 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 22:05:27.102 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime 2 (2)(Test runtime 2)' 22:05:27.102 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 22:05:27.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:27.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:27.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:27.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:27.104 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime 2 (2)' 22:05:27.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:27.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:27.105 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2 (2)' was found 22:05:27.105 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2 (2)' matched 'Test runtime 2 (2)'! Selecting... 22:05:27.105 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 22:05:27.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:27.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:27.105 TRACE [main][WidgetHandler] Notify Table with event 13 22:05:27.105 TRACE [main][WidgetHandler] Wait for synchronization 22:05:27.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.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") 22:05:27.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:27.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:27.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:27.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:27.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:27.106 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:05:27.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:27.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:27.106 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:27.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:27.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:05:30.111 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 22:05:30.111 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 22:05:30.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:05:30.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:30.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:30.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:30.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:30.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:30.114 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:05:30.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:30.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:30.114 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:30.114 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:30.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:30.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:30.132 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 22:05:30.132 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:05:30.132 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:05:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:30.132 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServerRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 22:05:30.132 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 22:05:30.132 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:05:30.132 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:05:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.923 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.187 s removeAllRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 9.223 s addAndRemoveRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 9.22 s getServerRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 13.29 s Running org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 22:05:30.139 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 22:05:30.139 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:05:30.139 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:05:30.139 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 22:05:30.139 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:05:30.139 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:05:30.140 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:05:30.140 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:05:30.140 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:05:30.140 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:05:30.140 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectFacet no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 22:05:30.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 22:05:30.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:05:30.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:05:30.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:05:30.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: "Import"] 22:05:30.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:30.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: "Import"] 22:05:30.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:30.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: "Import"] 22:05:30.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:30.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: "Import"] 22:05:30.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:30.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: "Import"] 22:05:30.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:30.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: "Import"] 22:05:30.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:30.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: "Import"] 22:05:30.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:30.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: "Import"] 22:05:30.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:30.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: "Import"] 22:05:30.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:30.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:30.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:30.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:30.148 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:30.148 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:05:30.148 DEBUG [main][MenuItemLookup] Found menu:'File' 22:05:30.148 DEBUG [main][MenuItemLookup] Item match:File 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'Revert' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:30.149 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:05:30.149 DEBUG [main][MenuItemLookup] Item match:Import... 22:05:30.149 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 22:05:30.149 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 22:05:30.149 INFO [main][MenuItemHandler] Select menu item: &Import... 22:05:30.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 22:05:30.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 22:05:30.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:05:30.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:30.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:30.196 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:05:30.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:30.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:05:30.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:30.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:30.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:30.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:30.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:30.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:30.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:05:30.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:05:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:30.198 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:05:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:30.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:05:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:05:30.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:05:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:30.198 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:05:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:30.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:05:30.198 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 22:05:30.198 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 22:05:30.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 22:05:30.198 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 22:05:30.198 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:05:30.198 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 22:05:30.198 DEBUG [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) 22:05:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:30.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:30.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:30.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:30.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:30.199 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:05:30.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:30.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:30.199 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:30.199 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:30.226 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:30.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:30.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:30.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:05:30.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:30.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:30.249 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:05:30.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:30.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 22:05:30.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 22:05:30.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:05:30.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:30.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:30.250 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 22:05:30.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:30.250 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' 22:05:30.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 22:05:30.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:30.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:30.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:30.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:30.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:30.251 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 22:05:30.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:30.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:30.251 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:30.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:30.252 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 22:05:30.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:30.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:05:30.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:05:30.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:30.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:05:30.252 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 22:05:30.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.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") 22:05:30.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:30.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:30.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:30.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:30.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:30.253 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 22:05:30.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:30.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:30.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:30.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:30.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 22:05:30.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:30.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:30.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:30.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:30.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:30.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 22:05:30.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 22:05:30.261 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 22:05:30.261 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 22:05:30.261 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") 22:05:30.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:30.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:30.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:30.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:30.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:30.262 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 22:05:30.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:30.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:30.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:30.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:30.262 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 22:05:30.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:30.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:30.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:30.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:30.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:30.263 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 22:05:30.263 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 22:05:30.263 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 22:05:30.264 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 22:05:30.264 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 22:05:30.264 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 22:05:30.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.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) 22:05:30.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:30.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:30.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:30.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:30.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:30.265 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:05:30.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:30.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:30.265 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:30.265 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:30.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:30.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:30.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:30.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 22:05:30.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph Update' is a system job, skipped 22:05:30.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:05:30.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:05:30.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:05:30.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:30.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:30.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:30.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:30.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:30.311 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:05:30.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:30.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:30.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:30.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:30.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:30.312 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:30.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 '\*?\QPackage Explorer\E') 22:05:30.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:30.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:30.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:30.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:30.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:05:30.313 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:30.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:30.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:30.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:30.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:30.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:30.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:30.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:30.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:30.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:30.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:05:30.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:30.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:30.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:30.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:30.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:05:30.336 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:30.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:30.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:30.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:05:30.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:05:30.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:05:30.337 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:30.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:30.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:30.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:30.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:30.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:30.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:30.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:30.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:31.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:31.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:31.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:05:31.339 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:31.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:31.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:31.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:31.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 22:05:31.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:31.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:31.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:31.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:31.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:31.340 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 22:05:31.340 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:05:31.341 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:05:31.341 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:05:31.342 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:05:31.342 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:05:31.342 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:31.360 DEBUG [main][MenuItemLookup] Found menu:'New' 22:05:31.360 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:05:31.360 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:31.360 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:05:31.360 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:05:31.360 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:31.360 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:05:31.360 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:05:31.360 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:05:31.360 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Team' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Configure' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Validate' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:31.361 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:05:31.361 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 22:05:31.361 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 22:05:31.361 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 22:05:31.361 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 22:05:31.420 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 22:05:31.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:31.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:31.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 22:05:31.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:31.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:31.421 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 22:05:31.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:31.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 22:05:31.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:31.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:31.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:31.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:31.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:31.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:31.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:31.423 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 22:05:31.423 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 22:05:31.423 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 22:05:31.423 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 22:05:31.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:31.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:31.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:31.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:31.544 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 22:05:31.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:31.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:05:31.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:05:31.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:31.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:05:31.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:31.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:31.546 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item Java 22:05:31.546 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item Java: 22:05:31.546 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 22:05:31.567 INFO [WorkbenchTestable][TreeItemHandler] Checked: Java 22:05:31.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 22:05:31.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:31.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:31.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:31.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:31.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:31.569 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 22:05:31.569 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 22:05:31.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:31.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:31.569 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:31.569 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:31.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 22:05:31.637 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 22:05:31.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:31.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:31.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.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") 22:05:31.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:31.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:31.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:31.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:31.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:31.640 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:05:31.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:31.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:31.640 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:31.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:31.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:31.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:31.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:31.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:31.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:31.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:31.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:31.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:31.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:31.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:31.695 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:31.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') 22:05:31.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:31.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:31.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:31.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:31.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:05:31.696 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:31.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:31.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:31.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:05:31.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:05:31.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:05:31.697 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:31.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:31.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:31.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:31.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:31.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:31.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:32.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:32.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:32.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:32.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:32.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:05:32.699 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:32.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:32.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:32.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:32.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:05:32.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:32.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:32.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:32.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:32.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:32.700 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 22:05:32.701 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:05:32.701 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:05:32.701 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:05:32.702 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:05:32.702 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:05:32.702 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'New' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Team' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Configure' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Validate' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:32.723 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:05:32.723 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 22:05:32.723 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 22:05:32.723 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 22:05:32.723 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 22:05:32.843 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"] 22:05:32.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:32.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:32.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 22:05:32.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:32.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:32.844 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 22:05:32.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:32.844 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 22:05:32.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:32.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:32.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:32.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:32.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:32.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:32.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:32.855 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 22:05:32.855 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 22:05:32.855 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 22:05:32.855 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 22:05:32.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:32.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:32.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:32.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:32.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.common.project.facet.ui.FacetsPropertyPage, index 1 and no matchers specified 22:05:32.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:32.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:05:32.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:05:32.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:32.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:05:32.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:32.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:32.859 DEBUG [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") 22:05:32.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:32.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:32.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:32.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:32.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:32.860 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:05:32.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:32.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:32.860 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:32.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:32.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:32.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:32.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:32.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:32.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:32.931 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"] 22:05:32.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:32.931 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"] 22:05:32.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:32.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:32.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:32.937 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:05:32.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:32.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:32.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:32.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:32.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:32.938 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:32.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 '\*?\QPackage Explorer\E') 22:05:32.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:32.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:32.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:32.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:32.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:05:32.938 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:32.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:32.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:32.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:05:32.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:05:32.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:05:32.940 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:32.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:32.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:32.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:32.941 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:32.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:32.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:32.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:32.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:32.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:32.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:33.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:33.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:33.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:33.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:33.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:05:33.943 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:33.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:33.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:33.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:33.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:05:33.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:33.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:33.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:33.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:33.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:33.944 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 22:05:33.944 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:05:33.944 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:05:33.944 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:05:33.945 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:05:33.945 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:05:33.945 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'New' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:33.964 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:05:33.964 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:05:33.965 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:05:33.965 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:05:33.965 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:05:33.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:33.965 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 22:05:33.965 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:05:34.465 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 22:05:34.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:05:34.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:34.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:34.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:05:34.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:34.465 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 22:05:34.465 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:05:34.465 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:05:34.466 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:05:34.467 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:05:34.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:05:34.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:34.522 DEBUG [main][MenuItemLookup] Found menu:'New' 22:05:34.522 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:05:34.522 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:34.522 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:05:34.522 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:05:34.522 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:05:34.522 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:34.522 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:05:34.522 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:05:34.522 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:05:34.522 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:05:34.522 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:05:34.522 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:05:34.522 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:05:34.522 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:05:34.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 'Delete.*'] is available.... 22:05:35.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 22:05:35.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:05:35.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:35.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:35.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:35.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:35.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:05:35.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:05:35.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:35.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:35.108 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:05:35.108 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:05:35.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:35.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:35.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:35.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:35.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:35.109 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:05:35.109 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:05:35.109 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:05:35.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:35.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:35.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:35.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:35.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 "OK", Widget matcher matching widgets with style: 8) 22:05:35.109 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:05:35.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:35.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:35.109 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:05:35.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:05:35.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:35.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:35.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:35.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:35.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:35.110 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:05:35.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:35.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:35.110 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:35.110 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:35.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:05:35.113 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:05:35.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:05:35.613 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:05:35.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:35.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:05:35.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:35.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:35.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:35.613 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 22:05:35.613 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:05:35.613 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:05:35.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:35.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:35.614 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectFacet no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 22:05:35.614 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:05:35.614 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectVersion no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 22:05:35.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 22:05:35.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:05:35.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:05:35.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:05:35.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: "Import"] 22:05:35.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:35.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: "Import"] 22:05:35.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:35.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: "Import"] 22:05:35.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:35.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: "Import"] 22:05:35.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:35.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: "Import"] 22:05:35.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:35.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: "Import"] 22:05:35.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:35.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: "Import"] 22:05:35.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:35.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: "Import"] 22:05:35.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:35.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: "Import"] 22:05:35.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:35.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:35.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:35.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:35.615 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:35.615 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:05:35.615 DEBUG [main][MenuItemLookup] Found menu:'File' 22:05:35.616 DEBUG [main][MenuItemLookup] Item match:File 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'Revert' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:35.616 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:05:35.616 DEBUG [main][MenuItemLookup] Item match:Import... 22:05:35.622 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 22:05:35.622 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 22:05:35.623 INFO [main][MenuItemHandler] Select menu item: &Import... 22:05:35.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 22:05:35.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 22:05:35.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:05:35.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:35.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:35.670 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:05:35.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:35.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:05:35.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:35.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:35.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:35.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:35.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:35.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:35.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:35.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:05:35.671 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:05:35.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:35.671 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:05:35.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:35.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:05:35.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:05:35.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:05:35.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:35.672 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:05:35.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:35.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:05:35.672 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 22:05:35.672 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 22:05:35.672 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 22:05:35.672 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 22:05:35.672 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:05:35.672 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 22:05:35.672 DEBUG [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) 22:05:35.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:35.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:35.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:35.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:35.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:35.673 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:05:35.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:35.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:35.673 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:35.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:35.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"] 22:05:35.710 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:35.710 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:35.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:05:35.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:35.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:35.711 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:05:35.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:35.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 22:05:35.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 22:05:35.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:05:35.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:35.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:35.711 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 22:05:35.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:35.711 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' 22:05:35.711 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:") 22:05:35.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:35.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:35.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:35.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:35.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:35.712 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 22:05:35.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:35.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:35.712 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:35.712 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:35.712 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 22:05:35.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:35.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:05:35.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:05:35.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:35.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:05:35.713 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 22:05:35.713 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") 22:05:35.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:35.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:35.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:35.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:35.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:35.721 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 22:05:35.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:35.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:35.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:35.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:35.762 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 22:05:35.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:35.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:35.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:35.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:35.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:35.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 22:05:35.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 22:05:35.763 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 22:05:35.763 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 22:05:35.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.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") 22:05:35.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:35.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:35.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:35.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:35.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:35.792 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 22:05:35.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:35.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:35.792 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:35.792 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:35.793 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 22:05:35.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:35.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:35.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:35.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:35.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:35.794 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 22:05:35.794 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 22:05:35.794 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 22:05:35.795 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 22:05:35.795 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 22:05:35.795 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 22:05:35.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.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) 22:05:35.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:35.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:35.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:35.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:35.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:35.796 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:05:35.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:35.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:35.796 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:35.796 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:35.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:35.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:35.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:35.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph Update' is a system job, skipped 22:05:35.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:05:35.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:05:35.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:05:35.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:35.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:35.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:35.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:35.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:35.857 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:05:35.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:35.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:35.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:35.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:35.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:35.857 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:35.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 '\*?\QPackage Explorer\E') 22:05:35.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:35.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:35.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:35.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:35.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:05:35.858 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:35.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:35.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:35.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:05:35.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:05:35.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:05:35.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:35.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:35.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:35.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:35.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:35.860 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05: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 '\*?\QPackage Explorer\E') 22:05:35.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:35.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:35.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:35.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:35.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:05:35.860 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:35.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:35.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:35.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:05:35.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:05:35.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:05:35.862 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:35.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:35.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:35.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:35.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:35.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:35.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:36.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:36.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:36.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:36.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:36.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:05:36.864 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:36.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:36.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:36.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05: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 22:05:36.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:36.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:36.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:36.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:36.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:36.865 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 22:05:36.865 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:05:36.865 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:05:36.865 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:05:36.867 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:05:36.867 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:05:36.867 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'New' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Team' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Configure' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Validate' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:36.901 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:05:36.901 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 22:05:36.901 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 22:05:36.901 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 22:05:36.901 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 22:05:36.980 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"] 22:05:36.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:36.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:36.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 22:05:36.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:36.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:36.981 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 22:05:36.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:36.982 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 22:05:36.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:36.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:36.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:36.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:36.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:36.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:36.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:36.982 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 22:05:36.982 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 22:05:36.983 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 22:05:36.983 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 22:05:36.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:36.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:36.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:36.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:36.983 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 22:05:36.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:36.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:05:36.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:05:36.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:36.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:05:36.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:36.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:36.986 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item Java 22:05:36.986 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item Java: 22:05:36.986 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 22:05:37.005 INFO [WorkbenchTestable][TreeItemHandler] Checked: Java 22:05:37.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.common.project.facet.ui.FacetsPropertyPage, index 1 and no matchers specified 22:05:37.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:37.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:05:37.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:05:37.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:37.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:05:37.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:37.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:37.006 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 22:05:37.007 DEBUG [main][TreeItemHandler] Selecting tree item: Java 22:05:37.007 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 22:05:37.007 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 22:05:37.007 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:05:37.007 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:37.007 DEBUG [main][MenuItemLookup] Found menu:'Change Version...' 22:05:37.007 DEBUG [main][MenuItemLookup] Item match:Change Version... 22:05:37.007 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Change &Version..." 22:05:37.007 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Change Version... 22:05:37.007 INFO [main][MenuItemHandler] Select menu item: Change &Version... 22:05:37.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Change Version"] is available.... 22:05:37.036 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 22:05:37.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Change Version 22:05:37.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:37.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:37.037 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:") 22:05:37.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:37.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:37.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:37.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:37.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:05:37.041 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo 11 to selection: 1.7 22:05:37.041 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) 22:05:37.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:37.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:37.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:37.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:37.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:37.042 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:05:37.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:37.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:37.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:37.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:37.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:05:37.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:05:37.069 DEBUG [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") 22:05:37.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:37.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:37.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:37.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:37.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:37.071 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 22:05:37.071 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 22:05:37.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:37.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:37.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:37.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:37.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 22:05:37.600 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 22:05:37.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:37.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:37.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.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") 22:05:37.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:37.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:37.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:37.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:37.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:37.604 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:05:37.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:37.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:37.604 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:37.604 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:37.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:37.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:37.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:37.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:37.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:37.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:37.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:37.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:37.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:37.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:37.663 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:37.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:05:37.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:37.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:37.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:37.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:37.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:05:37.664 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:37.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:37.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:37.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:05:37.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:05:37.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:05:37.666 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:37.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:37.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:37.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:37.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:37.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:37.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:38.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:38.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:38.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:38.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:38.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:05:38.686 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:38.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:38.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:38.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:38.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:05:38.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:38.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:38.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:38.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:38.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:38.687 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 22:05:38.687 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:05:38.687 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:05:38.687 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:05:38.689 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:05:38.689 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:05:38.689 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'New' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Team' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Configure' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Validate' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:38.724 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:05:38.724 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 22:05:38.724 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 22:05:38.724 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 22:05:38.724 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 22:05:38.818 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"] 22:05:38.818 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:38.818 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:38.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 22:05:38.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:38.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:38.819 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 22:05:38.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:38.820 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 22:05:38.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:38.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:38.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:38.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:38.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:38.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:38.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:38.821 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 22:05:38.821 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 22:05:38.821 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 22:05:38.821 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 22:05:38.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:38.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:38.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:38.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:38.821 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 22:05:38.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:38.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:05:38.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:05:38.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:38.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:05:38.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:38.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:38.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:38.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:38.824 DEBUG [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") 22:05:38.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:38.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:38.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:38.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:38.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:38.825 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:05:38.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:38.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:38.826 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:38.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:38.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:38.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:38.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:38.929 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"] 22:05:38.929 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:38.929 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"] 22:05:38.929 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:38.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:38.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:38.930 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:05:38.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:38.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:38.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:38.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:38.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:38.931 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:38.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:05:38.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:38.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:38.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:38.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:38.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:05:38.931 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:38.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:38.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:38.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:05:38.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:05:38.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:05:38.933 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:38.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:38.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:38.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:38.934 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:38.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:38.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:38.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:38.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:38.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:38.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:39.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:39.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:39.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:39.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:39.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:05:39.936 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:39.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:39.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:39.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:39.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:05:39.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:39.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:39.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:39.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:39.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:39.937 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 22:05:39.937 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:05:39.937 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:05:39.937 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:05:39.938 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:05:39.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:05:39.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'New' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:39.957 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:05:39.957 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:05:39.958 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:05:39.958 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:05:39.958 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:05:39.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:39.958 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 22:05:39.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:05:40.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/server-project)' is a system job, skipped 22:05:40.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:05:40.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:05:40.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:40.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:40.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:05:40.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:40.459 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 22:05:40.459 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:05:40.459 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:05:40.459 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:05:40.460 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:05:40.460 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:05:40.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:40.478 DEBUG [main][MenuItemLookup] Found menu:'New' 22:05:40.478 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:05:40.478 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:40.478 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:05:40.478 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:05:40.478 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:05:40.478 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:40.478 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:05:40.478 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:05:40.478 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:05:40.478 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:05:40.478 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:05:40.479 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:05:40.479 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:05:40.479 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:05:40.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 22:05:41.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 22:05:41.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:05:41.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:41.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:41.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:41.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:41.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: 32) 22:05:41.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:05:41.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:41.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:41.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:05:41.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:05:41.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:41.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:41.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:41.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:41.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:41.063 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:05:41.063 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:05:41.063 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:05:41.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:41.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:41.063 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:41.063 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:41.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:05:41.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:05:41.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:41.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:41.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:05:41.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:05:41.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:41.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:41.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:41.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:41.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:41.064 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:05:41.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:41.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:41.064 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:41.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:41.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:05:41.066 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:05:41.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:05:41.567 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:05:41.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:41.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:05:41.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:41.567 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:41.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:41.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 22:05:41.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:05:41.567 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:05:41.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:41.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:41.567 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectVersion no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 22:05:41.567 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 22:05:41.567 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:05:41.567 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:05:41.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:41.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.429 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: 5.474 s selectVersion no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) Time elapsed: 5.953 s Running org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 22:05:41.575 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 22:05:41.575 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:05:41.575 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:05:41.575 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 22:05:41.575 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:05:41.575 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:05:41.576 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:05:41.576 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:05:41.576 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:05:41.576 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:05:41.576 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest) 22:05:41.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 22:05:41.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:05:41.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:05:41.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:05:41.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:41.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:41.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:41.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:41.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:41.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:41.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:41.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:41.576 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:41.577 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:41.577 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:41.577 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:41.577 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:41.577 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:41.577 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:41.577 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:41.577 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:41.577 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:41.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:41.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:41.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:41.577 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:41.577 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:05:41.577 DEBUG [main][MenuItemLookup] Found menu:'File' 22:05:41.578 DEBUG [main][MenuItemLookup] Item match:File 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'Revert' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:41.578 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:05:41.578 DEBUG [main][MenuItemLookup] Item match:Import... 22:05:41.582 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 22:05:41.582 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 22:05:41.583 INFO [main][MenuItemHandler] Select menu item: &Import... 22:05:41.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 22:05:41.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 22:05:41.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:05:41.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:41.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:41.633 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:05:41.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:41.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:05:41.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:41.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:41.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:41.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:41.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:41.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:41.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:41.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:05:41.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:05:41.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:41.635 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:05:41.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:41.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:05:41.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:05:41.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:05:41.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:41.635 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:05:41.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:41.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:05:41.635 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 22:05:41.635 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 22:05:41.635 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 22:05:41.636 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 22:05:41.636 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:05:41.636 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 22:05:41.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.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) 22:05:41.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:41.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:41.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:41.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:41.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:41.636 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:05:41.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:41.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:41.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:41.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:41.662 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:41.673 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:41.673 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:41.674 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:05:41.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:41.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:41.674 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:05:41.674 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:41.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 22:05:41.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 22:05:41.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:05:41.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:41.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:41.675 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 22:05:41.675 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:41.675 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' 22:05:41.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.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:") 22:05:41.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:41.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:41.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:41.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:41.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:41.676 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 22:05:41.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:41.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:41.676 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:41.676 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:41.676 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 22:05:41.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:41.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:05:41.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:05:41.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:41.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:05:41.677 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 22:05: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.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") 22:05:41.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:41.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:41.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:41.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:41.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:41.693 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 22:05:41.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:41.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:41.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:41.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:41.712 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 22:05:41.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:41.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:41.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:41.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:41.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:41.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 22:05:41.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 22:05:41.714 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 22:05:41.714 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 22:05:41.714 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") 22:05:41.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:41.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:41.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:41.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:41.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:41.714 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 22:05:41.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:41.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:41.715 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:41.715 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:41.715 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 22:05:41.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:41.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:41.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:41.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:41.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:41.716 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 22:05:41.716 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 22:05:41.716 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 22:05:41.716 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 22:05:41.716 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 22:05:41.716 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 22:05:41.716 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) 22:05:41.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:41.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:41.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:41.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:41.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:41.718 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:05:41.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:41.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:41.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:41.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:41.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:42.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:42.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:42.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:05:42.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:05:42.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:05:42.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:42.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:42.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:42.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:05:42.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:42.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:05:42.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:42.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.*'] 22:05:42.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:42.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:42.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:42.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:42.221 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:42.221 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'File' 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:05:42.221 DEBUG [main][MenuItemLookup] Item match:Window 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:42.221 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:05:42.221 DEBUG [main][MenuItemLookup] Item match:Preferences 22:05:42.221 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:05:42.221 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:05:42.221 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:05:42.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:05:42.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:05:42.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:05:42.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:42.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:42.274 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:05:42.274 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:42.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:05:42.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:42.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:42.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:42.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:42.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:42.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:42.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:42.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 22:05:42.276 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:05:42.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:42.276 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:05:42.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:42.276 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:05:42.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 22:05:42.276 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:05:42.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:42.276 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:05:42.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:42.276 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:05:42.276 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 22:05:42.276 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 22:05:42.276 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 22:05:42.276 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 22:05:42.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:42.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:42.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:42.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:42.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:43.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:43.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:43.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:05:43.280 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 22:05:43.280 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...") 22:05:43.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:43.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:43.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:43.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:43.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:43.284 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:05:43.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:43.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:43.284 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:43.284 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:43.322 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.... 22:05:43.324 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:43.324 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:43.324 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 22:05:43.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 22:05:43.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:43.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:43.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:05:43.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:05:43.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.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 22:05:43.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:43.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:43.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:43.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:43.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:43.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:43.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:43.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 22:05:43.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:05:43.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:43.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:05:43.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:43.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:05:43.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 22:05:43.329 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 22:05:43.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:43.329 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 22:05:43.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:43.329 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 22:05:43.329 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 22:05:43.329 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 22:05:43.329 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 22:05:43.329 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 22:05:43.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:05:43.329 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 22:05:43.329 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 22:05:43.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 22:05:43.829 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 22:05:43.829 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 22:05:43.830 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) 22:05:43.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:43.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:43.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:43.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:43.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:43.832 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:05:43.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:43.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:43.833 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:43.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:43.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:44.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:44.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:44.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:05:44.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:44.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:44.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:44.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:44.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:44.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:05:44.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:44.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:44.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:44.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:44.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:44.341 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:05:44.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:44.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:44.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:44.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:44.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:44.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:44.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:44.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:44.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:44.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:44.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:44.360 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:05:44.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:44.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:44.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:44.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:44.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:44.360 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:44.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 '\*?\QPackage Explorer\E') 22:05:44.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:44.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:44.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:44.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:44.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:05:44.360 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:44.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:44.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:44.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:05:44.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:05:44.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:05:44.362 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:44.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:44.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:44.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:44.363 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:44.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:44.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:44.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:44.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:44.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:44.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:44.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:44.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:45.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:45.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:45.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:05:45.364 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:45.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:45.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:45.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:45.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:05:45.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:45.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:45.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:45.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:45.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:45.366 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 22:05:45.366 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:05:45.366 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:05:45.366 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:05:45.367 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:05:45.368 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:05:45.368 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'New' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Team' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Configure' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Validate' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:45.386 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:05:45.386 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 22:05:45.386 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 22:05:45.386 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 22:05:45.386 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 22:05:45.472 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"] 22:05:45.473 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:45.473 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:45.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 22:05:45.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:45.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:45.474 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 22:05:45.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:45.475 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 22:05:45.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:45.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:45.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:45.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:45.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:45.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:45.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:45.477 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Targeted Runtimes 22:05:45.477 DEBUG [main][TreeItemHandler] Selecting tree item: Targeted Runtimes 22:05:45.478 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Targeted Runtimes about selection 22:05:45.478 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Targeted Runtimes 22:05:45.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:45.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:45.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:45.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:45.503 INFO [WorkbenchTestable][RuntimesPropertyPage] Select runtime 'Test runtime' 22:05:45.503 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") 22:05:45.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:45.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:45.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:45.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:45.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 22:05:45.504 INFO [WorkbenchTestable][AbstractTableItem] Check table Item Test runtime: 22:05:45.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 22:05:45.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 22:05:45.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:45.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 22:05:45.517 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 22:05:45.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:45.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:45.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:45.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:45.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:45.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:45.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:45.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:45.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:45.526 DEBUG [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") 22:05:45.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:45.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:45.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:45.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:45.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:45.528 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:05:45.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:45.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:45.528 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:45.528 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:45.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:46.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:46.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:46.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:46.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:46.133 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:05:46.133 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:05:46.134 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:05:46.135 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:05:46.135 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:05:46.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:46.158 DEBUG [main][MenuItemLookup] Found menu:'New' 22:05:46.158 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:05:46.158 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:46.158 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:05:46.158 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:05:46.158 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:46.158 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Team' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Configure' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Validate' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:46.159 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:05:46.159 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 22:05:46.159 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 22:05:46.159 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 22:05:46.159 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 22:05:46.216 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"] 22:05:46.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:46.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:46.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 22:05:46.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:46.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:46.217 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 22:05:46.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:46.217 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 22:05:46.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:46.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:46.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:46.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:46.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:46.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:46.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:46.218 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Targeted Runtimes 22:05:46.218 DEBUG [main][TreeItemHandler] Selecting tree item: Targeted Runtimes 22:05:46.218 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Targeted Runtimes about selection 22:05:46.218 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Targeted Runtimes 22:05:46.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:46.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:46.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:46.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:46.219 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 22:05:46.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:46.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:46.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:46.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:46.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:46.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:46.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:46.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 22:05:46.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:46.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:46.222 DEBUG [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) 22:05:46.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:46.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:46.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:46.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:46.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:46.223 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:05:46.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:46.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:46.223 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:46.223 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:46.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:46.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:46.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:46.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:46.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:46.247 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:05:46.247 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:05:46.248 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:05:46.249 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:05:46.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:05:46.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'New' 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:46.272 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:05:46.272 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:05:46.272 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:05:46.272 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:05:46.272 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:05:46.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:46.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:05:46.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:05:46.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:05:46.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:05:46.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:46.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:46.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:05:46.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:46.773 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 22:05:46.773 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 22:05:46.773 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 22:05:46.773 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 22:05:46.774 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 22:05:46.774 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:05:46.774 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:46.791 DEBUG [main][MenuItemLookup] Found menu:'New' 22:05:46.791 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:05:46.791 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:46.791 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:05:46.791 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:05:46.791 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:46.791 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:05:46.791 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:05:46.791 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:05:46.791 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:05:46.791 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:05:46.791 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:05:46.791 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:05:46.791 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:05:46.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.... 22:05:47.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 22:05:47.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:05:47.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:47.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:47.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:47.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:47.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:05:47.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:05:47.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:47.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:47.347 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:05:47.347 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:05:47.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:47.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:47.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:47.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:47.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:47.348 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:05:47.348 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:05:47.348 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:05:47.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:47.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:47.348 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:47.348 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:47.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 "OK", Widget matcher matching widgets with style: 8) 22:05:47.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:05:47.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:47.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:47.348 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:05:47.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:05:47.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:47.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:47.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:47.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:47.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:47.349 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:05:47.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:47.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:47.349 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:47.349 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:47.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:05:47.351 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:05:47.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:05:47.851 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:05:47.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:47.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:05:47.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:05:47.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:05:47.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:47.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:47.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:47.852 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:05:47.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:47.852 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:05:47.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:47.852 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:05:47.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:47.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:47.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:47.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:47.852 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:47.853 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'File' 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:05:47.853 DEBUG [main][MenuItemLookup] Item match:Window 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:47.853 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:05:47.853 DEBUG [main][MenuItemLookup] Item match:Preferences 22:05:47.853 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:05:47.853 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:05:47.853 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:05:47.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:05:47.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:05:47.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:05:47.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:47.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:47.910 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:05:47.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:47.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:05:47.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:47.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:47.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:47.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:47.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 22:05:47.911 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:05:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:47.911 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:05:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:47.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:05:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 22:05:47.911 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:05:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:47.911 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:05:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:47.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:05:47.911 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 22:05:47.911 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 22:05:47.912 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 22:05:47.912 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 22:05:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:47.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:47.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:48.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:48.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:48.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:48.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:48.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:05:48.914 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 22:05:48.914 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 22:05:48.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:48.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:48.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:48.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:48.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:48.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:48.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:48.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:48.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:48.918 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 22:05:48.918 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 22:05:48.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:48.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:48.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:48.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:48.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:05:48.920 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 22:05:48.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:48.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:48.920 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 22:05:48.920 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 22:05:48.920 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 22:05:48.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:05:48.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:05:48.920 TRACE [main][WidgetHandler] Notify Table with event 13 22:05:48.920 TRACE [main][WidgetHandler] Wait for synchronization 22:05:48.920 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") 22:05:48.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:48.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:48.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:48.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:48.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:48.921 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:05:48.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:48.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:48.921 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:48.921 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:48.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:05:51.927 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 22:05:51.927 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 22:05:51.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:05:51.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:51.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:51.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:51.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:51.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:51.929 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:05:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:51.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:51.930 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:51.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:51.951 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 22:05:51.951 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:05:51.951 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:05:51.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:51.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:51.951 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest) 22:05:51.951 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 22:05:51.951 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:05:51.951 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:05:51.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:51.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.377 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.375 s Running org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 22:05:51.958 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 22:05:51.959 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:05:51.959 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:05:51.959 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 22:05:51.959 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:05:51.959 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:05:51.966 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:05:51.966 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:05:51.966 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:05:51.966 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:51.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:51.967 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:51.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:51.967 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:51.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:51.967 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:51.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:51.967 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:51.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:51.967 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:51.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:51.967 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:51.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:51.968 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:51.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:51.968 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:51.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:51.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:51.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:51.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:51.968 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:51.968 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:05:51.968 DEBUG [main][MenuItemLookup] Found menu:'File' 22:05:51.968 DEBUG [main][MenuItemLookup] Item match:File 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'Revert' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:51.969 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:05:51.969 DEBUG [main][MenuItemLookup] Item match:Import... 22:05:51.969 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 22:05:51.969 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 22:05:51.969 INFO [main][MenuItemHandler] Select menu item: &Import... 22:05:52.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 22:05:52.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 22:05:52.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:05:52.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:52.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:52.019 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:05:52.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:52.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:05:52.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:52.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:52.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:52.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:52.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:52.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:52.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:52.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:05:52.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:05:52.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:52.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:05:52.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:52.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:05:52.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:05:52.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:05:52.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:52.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:05:52.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:52.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:05:52.021 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 22:05:52.021 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 22:05:52.021 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 22:05:52.021 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 22:05:52.021 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:05:52.021 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 22:05:52.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.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) 22:05:52.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:52.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:52.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:52.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:52.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:52.022 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:05:52.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:52.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:52.022 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:52.022 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:52.048 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:52.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:52.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:52.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:05:52.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:52.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:52.061 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:05:52.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:52.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 22:05:52.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 22:05:52.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:05:52.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:52.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:52.061 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 22:05:52.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:52.061 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' 22:05:52.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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:") 22:05:52.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:52.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:52.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:52.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:52.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:52.062 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 22:05:52.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:52.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:52.062 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:52.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:52.063 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 22:05:52.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:52.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:05:52.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:05:52.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:52.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:05:52.063 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 22:05:52.063 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") 22:05:52.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:52.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:52.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:52.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:52.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:52.089 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 22:05:52.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:52.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:52.089 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:52.089 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:52.095 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 22:05:52.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:52.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:52.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:52.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:52.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:52.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 22:05:52.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 22:05:52.096 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 22:05:52.096 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 22:05:52.096 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") 22:05:52.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:52.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:52.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:52.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:52.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:52.108 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 22:05:52.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:52.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:52.108 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:52.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:52.109 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 22:05:52.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:52.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:52.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:52.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:52.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:52.110 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 22:05:52.110 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 22:05:52.110 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 22:05:52.110 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 22:05:52.110 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 22:05:52.110 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 22:05:52.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.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) 22:05:52.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:52.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:52.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:52.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:52.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:52.111 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:05:52.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:52.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:52.111 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:52.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:52.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:52.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:52.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:52.628 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:05:52.628 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:52.628 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:52.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:52.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:52.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:52.629 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:05:52.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:52.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:52.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:52.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:52.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:52.630 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:52.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:05:52.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:52.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:52.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:52.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:52.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:05:52.630 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:52.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:52.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:52.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:05:52.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:05:52.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:05:52.632 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:52.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:52.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:52.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:52.632 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:52.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:52.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:52.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:52.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:52.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:52.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:53.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:53.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:53.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:53.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:53.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:05:53.634 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:53.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:53.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:53.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:53.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:05:53.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:53.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:53.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:53.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:53.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:53.635 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 22:05:53.636 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:05:53.636 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 22:05:53.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 22:05:53.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:54.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:54.137 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 22:05:54.138 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 22:05:54.138 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 22:05:54.139 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 22:05:54.141 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 22:05:54.141 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 22:05:54.141 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 22:05:54.141 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 22:05:54.141 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 22:05:54.142 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 22:05:54.142 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 22:05:54.142 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 22:05:54.233 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 22:05:54.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:54.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:05:54.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:54.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:54.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:54.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a80f54c is found... 22:05:54.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a80f54c is found finished successfully 22:05:54.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 22:05:54.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:54.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:54.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:54.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:54.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:05:54.238 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:54.238 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 22:05:54.238 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:54.238 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 22:05:54.239 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") 22:05:54.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:05:54.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:54.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:54.239 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 22:05:54.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:05:54.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:54.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:54.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:54.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:54.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:05:54.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 22:05:54.290 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:05:54.290 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNode_childNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 22:05:54.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 22:05:54.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:05:54.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:05:54.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:05:54.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 22:05:54.290 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:05:54.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:54.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:54.304 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 22:05:54.304 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:05:54.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:54.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:54.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:54.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:54.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:54.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:54.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:54.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 22:05:54.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:54.305 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 22:05:54.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:54.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 22:05:54.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 22:05:54.306 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 22:05:54.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:54.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:54.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 22:05:54.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 22:05:54.807 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 22:05:54.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:54.807 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 22:05:54.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:54.807 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 22:05:54.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 22:05:54.808 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 22:05:54.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:55.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:55.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 22:05:55.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 22:05:55.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 22:05:55.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:55.309 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 22:05:55.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:55.309 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 22:05:55.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 22:05:55.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:05:55.309 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:05:55.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:55.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:55.310 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNode_childNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 22:05:55.310 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:05:55.310 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 22:05:55.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 22:05:55.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:05:55.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:05:55.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:05:55.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 22:05:55.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:05:55.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:55.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:55.310 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 22:05:55.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:05:55.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:55.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:55.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:55.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:55.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:55.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:55.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:55.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 22:05:55.311 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 22:05:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:55.311 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 22:05:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:55.311 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 22:05:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 22:05:55.311 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 22:05:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:55.311 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 22:05:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:55.311 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 22:05:55.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 22:05:55.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:05:55.311 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:05:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:55.311 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 22:05:55.311 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:05:55.311 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAttribute no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 22:05:55.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 22:05:55.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:05:55.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:05:55.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:05:55.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:05:55.311 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:05:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:55.311 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 22:05:55.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:05:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:55.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:55.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:55.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:55.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:55.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:55.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:55.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 22:05:55.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 22:05:55.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:55.312 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 22:05:55.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:55.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 22:05:55.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 22:05:55.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 22:05:55.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:55.312 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 22:05:55.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:55.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 22:05:55.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 22:05:55.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:55.313 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 22:05:55.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:55.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 22:05:55.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 22:05:55.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:05:55.313 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:05:55.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:55.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:55.313 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAttribute no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 22:05:55.313 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:05:55.313 INFO [WorkbenchTestable][RequirementsRunner] Started test: getValue no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 22:05:55.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 22:05:55.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:05:55.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:05:55.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:05:55.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:05:55.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:05:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:55.314 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 22:05:55.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:05:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:55.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:55.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:55.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 22:05:55.314 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 22:05:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:55.314 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 22:05:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:55.314 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 22:05:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 22:05:55.314 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 22:05:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:55.314 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 22:05:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:55.314 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 22:05:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 22:05:55.314 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 22:05:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:55.314 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 22:05:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:55.314 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 22:05:55.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 22:05:55.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 22:05:55.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:55.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 22:05:55.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:55.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 22:05:55.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 22:05:55.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 22:05:55.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:55.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 22:05:55.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:55.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 22:05:55.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 22:05:55.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 22:05:55.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:55.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 22:05:55.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:55.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 22:05:55.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 22:05:55.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:05:55.315 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:05:55.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:55.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:55.318 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getValue no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 22:05:55.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:55.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:55.319 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:05:55.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:55.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:55.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 22:05:55.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:55.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:55.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 22:05:55.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:05:55.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:55.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:55.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:55.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:55.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:05:55.320 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:55.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:55.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:55.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:55.329 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:55.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:55.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:55.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:55.330 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:55.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:55.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:55.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:55.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:55.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:55.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:55.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:55.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:56.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:56.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:56.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:05:56.332 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:56.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:56.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:56.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:56.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 22:05:56.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:56.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:56.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:56.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:56.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:56.333 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 22:05:56.334 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 22:05:56.334 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 22:05:56.334 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 22:05:56.335 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 22:05:56.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:05:56.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'New' 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:56.354 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:05:56.354 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:05:56.354 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:05:56.354 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:05:56.355 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:05:56.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:56.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:05:56.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:56.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:56.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:56.855 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 22:05:56.855 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 22:05:56.855 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 22:05:56.856 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 22:05:56.857 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 22:05:56.857 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:05:56.857 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:56.874 DEBUG [main][MenuItemLookup] Found menu:'New' 22:05:56.874 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:05:56.874 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:56.874 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:05:56.874 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:05:56.874 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:56.874 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:05:56.874 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:05:56.874 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:05:56.874 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:05:56.874 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:05:56.874 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:05:56.874 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:05:56.874 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:05:56.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 'Delete.*'] is available.... 22:05:57.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 22:05:57.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:05:57.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:57.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:57.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:57.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:57.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:05:57.448 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:05:57.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:57.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:57.448 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:05:57.448 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:05:57.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:57.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:57.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:57.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:57.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:57.448 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:05:57.448 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:05:57.449 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:05:57.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:57.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:57.449 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:57.449 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:57.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) 22:05:57.449 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:05:57.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:57.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:05:57.449 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:05:57.449 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:05:57.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:57.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:57.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:57.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:57.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:57.449 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:05:57.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:57.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:57.450 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:57.450 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:57.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:05:57.452 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:05:57.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:05:57.952 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:05:57.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:57.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:05:57.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:57.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:57.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:57.952 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 22:05:57.952 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:05:57.952 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:05:57.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:05:57.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.996 s - in org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest getNode_childNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) Time elapsed: 1.02 s getNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) Time elapsed: 0.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 22:05:57.959 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 22:05:57.959 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:05:57.959 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:05:57.960 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 22:05:57.960 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:05:57.960 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:05:57.960 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:05:57.960 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:05:57.960 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:05:57.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:57.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:57.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:57.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:57.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:57.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:57.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:57.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:57.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:57.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:57.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:57.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:57.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:57.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:57.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:57.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:57.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:57.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:57.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:57.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:57.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:57.962 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:57.962 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:05:57.962 DEBUG [main][MenuItemLookup] Found menu:'File' 22:05:57.962 DEBUG [main][MenuItemLookup] Item match:File 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'Revert' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'' 22:05:57.963 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:05:57.963 DEBUG [main][MenuItemLookup] Item match:Import... 22:05:57.963 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 22:05:57.963 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 22:05:57.963 INFO [main][MenuItemHandler] Select menu item: &Import... 22:05:58.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 22:05:58.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 22:05:58.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:05:58.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:58.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:58.024 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:05:58.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:58.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:05:58.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:58.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:58.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:58.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:58.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:58.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:05:58.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:05:58.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:05:58.025 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:05:58.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:58.025 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:05:58.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:58.025 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:05:58.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:05:58.026 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:05:58.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:05:58.026 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:05:58.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:05:58.026 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:05:58.026 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 22:05:58.026 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 22:05:58.026 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 22:05:58.026 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 22:05:58.026 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:05:58.026 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 22:05:58.026 DEBUG [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) 22:05:58.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:58.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:58.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:58.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:58.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:58.027 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:05:58.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:58.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:58.027 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:58.027 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:58.052 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:05:58.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:58.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:58.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:05:58.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:58.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:58.063 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:05:58.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:58.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 22:05:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 22:05:58.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:05:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:58.064 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 22:05:58.064 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:05:58.064 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' 22:05:58.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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:") 22:05:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:58.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:58.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:58.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:58.064 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 22:05:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:58.064 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:58.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:58.065 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 22:05:58.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:58.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:05:58.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:05:58.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:58.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:05:58.065 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 22:05:58.065 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") 22:05:58.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:58.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:58.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:58.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:58.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:58.066 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 22:05:58.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:58.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:58.066 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:58.066 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:58.092 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 22:05:58.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:58.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:58.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:58.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:58.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:58.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 22:05:58.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 22:05:58.093 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 22:05:58.093 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 22:05:58.093 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") 22:05:58.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:58.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:58.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:58.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:58.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:58.094 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 22:05:58.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:58.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:58.094 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:58.094 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:58.094 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 22:05:58.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:58.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:58.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:58.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:58.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:58.095 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 22:05:58.095 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 22:05:58.095 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 22:05:58.095 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 22:05:58.095 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 22:05:58.095 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 22:05:58.095 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) 22:05:58.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:58.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:58.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:58.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:58.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:05:58.096 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:05:58.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:05:58.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:05:58.096 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:05:58.096 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:05:58.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:05:58.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:05:58.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:05:58.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:05:58.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:05:58.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:05:58.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:05:58.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:05:58.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:58.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:58.600 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:05:58.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:58.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:58.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:05:58.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:05:58.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:05:58.600 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:05:58.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') 22:05:58.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:58.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:58.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:58.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:58.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:05:58.601 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:58.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:58.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:58.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:05:58.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:05:58.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:05:58.602 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:58.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:58.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:58.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:58.603 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:58.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:58.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:58.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:58.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:58.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:58.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:59.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:59.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:59.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:59.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:05:59.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:05:59.606 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:05:59.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:05:59.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:05:59.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:05:59.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 22:05:59.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:05:59.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:05:59.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:05:59.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:05:59.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:05:59.607 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 22:05:59.607 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:05:59.607 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 22:05:59.607 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 22:05:59.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:00.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:00.108 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 22:06:00.111 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 22:06:00.111 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 22:06:00.111 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 22:06:00.113 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 22:06:00.113 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 22:06:00.114 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 22:06:00.114 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 22:06:00.114 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 22:06:00.115 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 22:06:00.115 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 22:06:00.115 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 22:06:00.192 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 22:06:00.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:00.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:06:00.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:00.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:00.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:00.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@250160ff is found... 22:06:00.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@250160ff is found finished successfully 22:06:00.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 22:06:00.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:00.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:00.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:00.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:00.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:00.196 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:00.196 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:00.197 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:00.197 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 22:06:00.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 22:06:00.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:00.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:00.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:00.197 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:00.197 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:00.197 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") 22:06:00.197 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:00.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:00.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:00.198 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 22:06:00.198 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:00.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:00.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:00.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:00.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:00.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:00.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 22:06:00.200 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:00.200 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:00.200 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") 22:06:00.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:00.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:00.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:00.201 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 22:06:00.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:00.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:00.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:00.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:00.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:00.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:00.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 22:06:00.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 22:06:00.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:00.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:00.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:00.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:00.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:00.238 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part file.xml 22:06:00.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 22:06:00.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:00.238 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:00.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:00.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:00.238 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 22:06:00.238 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:00.238 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 22:06:00.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 22:06:00.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:00.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:00.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:00.239 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:00.239 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 22:06:00.239 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") 22:06:00.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:00.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:00.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:00.239 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 22:06:00.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:00.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:00.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:00.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:00.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:00.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:00.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 22:06:00.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 22:06:00.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:00.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:00.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:00.310 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 22:06:00.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:00.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:00.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:00.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:00.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:00.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 22:06:00.310 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 22:06:00.310 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:00.310 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:00.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:00.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:00.311 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 22:06:00.311 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:00.311 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 22:06:00.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 22:06:00.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:00.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:00.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:00.311 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:00.311 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 22:06:00.312 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") 22:06:00.312 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:00.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:00.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:00.312 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 22:06:00.312 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:00.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:00.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:00.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:00.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:00.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:00.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 22:06:00.398 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:00.398 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 22:06:00.398 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") 22:06:00.398 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:00.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:00.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:00.398 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 22:06:00.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:00.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:00.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:00.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:00.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:00.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:00.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 22:06:00.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:06:00.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:00.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:00.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:00.512 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 22:06:00.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:00.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:00.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:00.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:00.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:00.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:00.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:00.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:00.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 22:06:00.512 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 22:06:00.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:00.512 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 22:06:00.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:00.512 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 22:06:00.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 22:06:00.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 22:06:00.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:00.513 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 22:06:00.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:00.513 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 22:06:00.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 22:06:00.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:00.513 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:00.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:00.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:00.513 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 22:06:00.513 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:00.513 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 22:06:00.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 22:06:00.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:00.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:00.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:00.514 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:00.514 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:00.514 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") 22:06:00.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:00.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:00.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:00.515 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 22:06:00.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:00.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:00.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:00.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:00.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:00.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:00.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 22:06:00.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:06:00.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:00.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:00.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:00.517 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 22:06:00.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:00.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:00.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:00.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:00.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:00.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:00.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:00.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:00.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 22:06:00.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 22:06:00.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:00.518 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 22:06:00.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:00.518 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 22:06:00.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 22:06:00.518 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 22:06:00.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:00.518 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 22:06:00.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:00.518 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 22:06:00.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 22:06:00.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:00.518 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:00.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:00.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:00.518 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 22:06:00.518 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:00.518 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingingAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 22:06:00.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 22:06:00.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:00.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:00.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:00.520 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 22:06:00.520 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:00.520 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:00.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:00.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:00.520 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingingAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 22:06:00.520 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:00.520 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEvaluatingXPathOnAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 22:06:00.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 22:06:00.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:00.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:00.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:00.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 22:06:00.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:00.593 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:00.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:00.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:00.594 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEvaluatingXPathOnAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 22:06:00.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:00.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:00.594 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:06:00.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:00.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:00.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 22:06:00.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:00.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:00.595 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 22:06:00.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 '\*?\QPackage Explorer\E') 22:06:00.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:00.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:00.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:00.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:00.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:00.595 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:00.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:00.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:00.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:00.605 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:00.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:00.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:00.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:00.606 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:00.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:00.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:00.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:00.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:00.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:00.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:01.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:01.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:01.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:01.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:01.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:01.609 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:01.609 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:01.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:01.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:01.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 22:06:01.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:01.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:01.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:01.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:01.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:01.610 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 22:06:01.610 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 22:06:01.610 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 22:06:01.610 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 22:06:01.611 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 22:06:01.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:06:01.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'New' 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:01.629 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:06:01.629 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:06:01.630 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:06:01.630 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:06:01.630 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:06:01.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:01.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:06:02.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:02.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:02.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:02.130 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 22:06:02.131 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 22:06:02.131 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 22:06:02.131 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 22:06:02.132 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 22:06:02.132 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:06:02.132 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:02.150 DEBUG [main][MenuItemLookup] Found menu:'New' 22:06:02.150 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:06:02.150 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:02.150 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:06:02.150 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:06:02.150 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:02.150 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:06:02.150 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:06:02.150 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:06:02.150 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:06:02.150 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:06:02.150 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:06:02.150 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:06:02.150 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:06:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 22:06:02.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 'Delete.*'] is available. finished successfully 22:06:02.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:06:02.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:02.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:02.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:02.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:02.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:06:02.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:02.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:02.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:02.718 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:06:02.718 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:02.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:02.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:02.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:02.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:02.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:02.718 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:06:02.718 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:06:02.718 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:06:02.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:02.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:02.719 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:02.719 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:02.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 "OK", Widget matcher matching widgets with style: 8) 22:06:02.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:02.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:02.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:02.719 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:06:02.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:02.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:02.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:02.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:02.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:02.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:02.719 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:06:02.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:02.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:02.719 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:02.719 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:02.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:06:02.721 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:06:03.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:06:03.222 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:06:03.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:03.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:06:03.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:03.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:03.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:03.222 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 22:06:03.222 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:03.222 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:03.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:03.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.264 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.041 s selectSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.073 s getDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.202 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.074 s Running org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 22:06:03.230 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 22:06:03.230 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:06:03.230 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:03.230 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 22:06:03.230 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:03.230 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:06:03.230 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:03.230 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:06:03.230 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06: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: "Import"] 22:06:03.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:03.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:06:03.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:03.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:06:03.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:03.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:06:03.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:03.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:06:03.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:03.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:06:03.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:03.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:06:03.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:03.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:06:03.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:03.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:06:03.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:03.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:03.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:03.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:03.232 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:03.232 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:06:03.232 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:03.232 DEBUG [main][MenuItemLookup] Item match:File 22:06:03.232 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:06:03.232 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 22:06:03.232 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 22:06:03.232 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 22:06:03.232 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:03.232 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 22:06:03.232 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 22:06:03.232 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:03.232 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 22:06:03.232 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 22:06:03.233 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 22:06:03.233 DEBUG [main][MenuItemLookup] Found menu:'Revert' 22:06:03.233 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:03.233 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:06:03.233 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:06:03.233 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:06:03.233 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 22:06:03.233 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:03.233 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 22:06:03.233 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:03.233 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:06:03.233 DEBUG [main][MenuItemLookup] Item match:Import... 22:06:03.233 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 22:06:03.233 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 22:06:03.233 INFO [main][MenuItemHandler] Select menu item: &Import... 22:06:03.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 22:06:03.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 22:06:03.279 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:06:03.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:03.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:03.280 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:06:03.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:03.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:06:03.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:03.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:03.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:03.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:03.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:03.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:03.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:03.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:06:03.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:06:03.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:03.282 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:06:03.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:03.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:06:03.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:06:03.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:06:03.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:03.282 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:06:03.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:03.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:06:03.282 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 22:06:03.282 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 22:06:03.282 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 22:06:03.282 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 22:06:03.282 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:06:03.282 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 22:06:03.282 DEBUG [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) 22:06:03.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:03.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:03.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:03.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:03.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:03.283 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:06:03.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:03.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:03.283 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:03.283 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:03.310 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 22:06:03.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:03.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:03.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:06:03.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:03.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:03.322 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 22:06:03.322 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:03.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 22:06:03.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 22:06:03.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 22:06:03.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:03.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:03.323 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 22:06:03.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:03.323 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' 22:06: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.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:") 22:06:03.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:03.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:03.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:03.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:03.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:03.324 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 22:06:03.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:03.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:03.324 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:03.324 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:03.324 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 22:06:03.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:03.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:06:03.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:06:03.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:03.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:06:03.325 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 22:06:03.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.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") 22:06:03.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:03.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:03.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:03.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:03.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:03.345 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 22:06:03.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:03.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:03.345 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:03.345 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:03.351 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 22:06:03.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:03.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:03.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:03.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:03.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:03.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 22:06:03.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 22:06:03.352 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 22:06:03.352 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 22:06:03.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.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") 22:06:03.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:03.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:03.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:03.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:03.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:03.353 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 22:06:03.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:03.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:03.353 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:03.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:03.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 22:06:03.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:03.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:03.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:03.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:03.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:03.354 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 22:06:03.354 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 22:06:03.354 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 22:06:03.355 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 22:06:03.355 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 22:06:03.355 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 22:06:03.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.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) 22:06:03.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:03.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:03.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:03.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:03.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:03.356 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:06:03.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:03.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:03.356 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:03.356 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:03.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:06:03.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:06:03.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:03.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:06:03.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:06:03.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:03.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:03.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:03.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:03.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:03.877 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:06:03.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:03.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:03.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:03.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:03.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:03.877 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:03.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 '\*?\QPackage Explorer\E') 22:06:03.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:03.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:03.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:03.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:03.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:03.878 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:03.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:03.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:03.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:03.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:03.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:03.879 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:03.879 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateXPath no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 22:06:03.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 22:06:03.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:03.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:03.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:03.879 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:03.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:03.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:03.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:03.880 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:03.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:03.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:03.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:03.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:03.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:03.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:04.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:04.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:04.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:04.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:04.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:04.882 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:04.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:04.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:04.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:04.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:06:04.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:04.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:04.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:04.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:04.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:04.883 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 22:06:04.883 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:06:04.884 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 22:06:04.884 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 22:06:04.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:05.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:05.384 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 22:06:05.385 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 22:06:05.385 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 22:06:05.385 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 22:06:05.387 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 22:06:05.387 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 22:06:05.387 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 22:06:05.387 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 22:06:05.388 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 22:06:05.389 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 22:06:05.389 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 22:06:05.389 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 22:06:05.467 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 22:06:05.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:05.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:06:05.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:05.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:05.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:05.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3fd2915f is found... 22:06:05.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3fd2915f is found finished successfully 22:06:05.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 22:06:05.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:05.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:05.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:05.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:05.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:05.471 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:05.471 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:05.471 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:05.471 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:05.471 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") 22:06:05.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:05.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:05.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:05.472 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 22:06:05.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:05.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:05.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:05.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:05.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:05.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:05.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 22:06:05.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 22:06:05.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:05.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:05.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:05.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:05.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:05.508 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part file.xml 22:06:05.510 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 22:06:05.510 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:05.510 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:05.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:05.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:05.511 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateXPath no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 22:06:05.511 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:05.511 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateXPathWithIgnoringNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 22:06:05.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 22:06:05.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:05.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:05.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:05.511 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:05.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:05.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:05.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:05.530 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:05.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:05.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:05.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:05.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:05.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:05.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:06.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:06.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:06.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:06.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:06.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:06.532 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:06.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:06.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:06.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:06.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:06:06.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:06.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:06.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:06.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:06.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:06.533 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 22:06:06.533 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:06:06.534 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TomcatServerRequirement.xml of tree item xml-project 22:06:06.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 22:06:06.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:06.534 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item xml-project is already expanded. No action performed 22:06:06.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:06.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 22:06:06.534 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TomcatServerRequirement.xml 22:06:06.534 DEBUG [main][TreeItemHandler] Selecting tree item: TomcatServerRequirement.xml 22:06:06.534 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TomcatServerRequirement.xml about selection 22:06:06.535 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TomcatServerRequirement.xml 22:06:06.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:06:06.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:06.558 DEBUG [main][MenuItemLookup] Found menu:'New' 22:06:06.558 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:06.558 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:06:06.558 DEBUG [main][MenuItemLookup] Found menu:'Open With' 22:06:06.558 DEBUG [main][MenuItemLookup] Item match:Open With 22:06:06.559 DEBUG [main][MenuItemLookup] Found menu:'Generic Text Editor' 22:06:06.559 DEBUG [main][MenuItemLookup] Found menu:'JUnit View' 22:06:06.559 DEBUG [main][MenuItemLookup] Found menu:'Text Editor' 22:06:06.559 DEBUG [main][MenuItemLookup] Found menu:'XML Editor' 22:06:06.559 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:06.559 DEBUG [main][MenuItemLookup] Found menu:'System Editor' 22:06:06.559 DEBUG [main][MenuItemLookup] Found menu:'Default Editor' 22:06:06.559 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:06.559 DEBUG [main][MenuItemLookup] Found menu:'Other...' 22:06:06.559 DEBUG [main][MenuItemLookup] Item match:Other... 22:06:06.559 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Other..." 22:06:06.559 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... 22:06:06.559 INFO [main][MenuItemHandler] Select menu item: Other... 22:06:06.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 22:06:06.610 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 22:06:06.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 22:06:06.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:06.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:06.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:06:06.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:06.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:06.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:06.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 22:06:06.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:06.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:06.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:06.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:06.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:06.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:06.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:06.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:06.612 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item XML Editor 22:06:06.612 DEBUG [main][TreeItemHandler] Selecting tree item: XML Editor 22:06:06.612 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item XML Editor about selection 22:06:06.612 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: XML Editor 22:06:06.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:06:06.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:06.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:06.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:06.613 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 22:06:06.613 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:06.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:06.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:06.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:06.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:06.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:06.613 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:06:06.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:06.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:06.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:06.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:06.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:06:06.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:06:06.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4dbf85c is found... 22:06:06.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4dbf85c is found finished successfully 22:06:06.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 22:06:06.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:06.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:06.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:06.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:06.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:06.702 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:06.702 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 22:06:06.702 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:06.703 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 22:06:06.703 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") 22:06:06.703 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:06.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:06.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:06.703 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TomcatServerRequirement.xml"as the parent 22:06:06.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:06.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:06.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:06.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:06.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:06.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:06.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 22:06:06.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTomcatServerRequirement.xml\E') 22:06:06.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:06.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:06.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:06.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:06.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:06.763 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part TomcatServerRequirement.xml 22:06:06.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 22:06:06.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:06.764 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:06.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:06.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:06.764 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateXPathWithIgnoringNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 22:06:06.764 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:06.764 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateXPathWithNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 22:06:06.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 22:06:06.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:06.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:06.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:06.764 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:06.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:06.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:06.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:06.781 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:06.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:06.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:06.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:06.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:06.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:06.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:07.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:07.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:07.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:07.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:07.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:07.784 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:07.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:07.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:07.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:07.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:06:07.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:07.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:07.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:07.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:07.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:07.785 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 22:06:07.785 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:06:07.786 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TomcatServerRequirement.xml of tree item xml-project 22:06:07.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 22:06:07.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:07.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item xml-project is already expanded. No action performed 22:06:07.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:07.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 22:06:07.786 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TomcatServerRequirement.xml 22:06:07.786 DEBUG [main][TreeItemHandler] Selecting tree item: TomcatServerRequirement.xml 22:06:07.786 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TomcatServerRequirement.xml about selection 22:06:07.787 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TomcatServerRequirement.xml 22:06:07.787 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:06:07.787 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:07.807 DEBUG [main][MenuItemLookup] Found menu:'New' 22:06:07.807 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:07.807 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:06:07.807 DEBUG [main][MenuItemLookup] Found menu:'Open With' 22:06:07.807 DEBUG [main][MenuItemLookup] Item match:Open With 22:06:07.808 DEBUG [main][MenuItemLookup] Found menu:'Generic Text Editor' 22:06:07.808 DEBUG [main][MenuItemLookup] Found menu:'JUnit View' 22:06:07.808 DEBUG [main][MenuItemLookup] Found menu:'Text Editor' 22:06:07.808 DEBUG [main][MenuItemLookup] Found menu:'XML Editor' 22:06:07.808 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:07.808 DEBUG [main][MenuItemLookup] Found menu:'System Editor' 22:06:07.808 DEBUG [main][MenuItemLookup] Found menu:'Default Editor' 22:06:07.808 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:07.808 DEBUG [main][MenuItemLookup] Found menu:'Other...' 22:06:07.808 DEBUG [main][MenuItemLookup] Item match:Other... 22:06:07.808 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Other..." 22:06:07.808 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... 22:06:07.808 INFO [main][MenuItemHandler] Select menu item: Other... 22:06:07.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 22:06:07.850 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 22:06:07.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 22:06:07.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:07.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:07.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:06:07.851 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:07.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:07.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:07.851 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 22:06:07.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:07.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:07.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:07.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:07.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:07.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:07.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:07.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:07.852 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item XML Editor 22:06:07.852 DEBUG [main][TreeItemHandler] Selecting tree item: XML Editor 22:06:07.852 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item XML Editor about selection 22:06:07.852 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: XML Editor 22:06:07.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 "OK", Widget matcher matching widgets with style: 8) 22:06:07.852 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:07.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:07.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:07.853 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 22:06:07.853 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:07.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:07.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:07.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:07.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:07.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:07.853 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:06:07.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:07.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:07.853 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:07.853 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:07.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:06:07.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:06:07.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28723d4 is found... 22:06:07.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28723d4 is found finished successfully 22:06:07.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTomcatServerRequirement.xml\E') 22:06:07.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:07.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:07.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:07.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:07.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:07.903 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:07.903 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 22:06:07.903 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:07.903 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 22:06:07.903 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") 22:06:07.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:07.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:07.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:07.903 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TomcatServerRequirement.xml"as the parent 22:06:07.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:07.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:07.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:07.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:07.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:07.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:07.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 22:06:07.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTomcatServerRequirement.xml\E') 22:06:07.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:07.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:07.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:07.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:07.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:07.948 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part TomcatServerRequirement.xml 22:06:07.949 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 22:06:07.949 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:07.949 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:07.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:07.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:07.950 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateXPathWithNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 22:06:07.950 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:06:07.950 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:07.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:07.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:07.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:07.968 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:07.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:07.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:07.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:07.969 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:07.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:07.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:07.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:07.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:07.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:07.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:08.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:08.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:08.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:08.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:08.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:08.972 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:08.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:08.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:08.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:08.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:06:08.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:08.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:08.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:08.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:08.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:08.973 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 22:06:08.974 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 22:06:08.974 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 22:06:08.974 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 22:06:08.975 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 22:06:08.975 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:06:08.975 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:08.998 DEBUG [main][MenuItemLookup] Found menu:'New' 22:06:08.998 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:06:08.998 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:08.999 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:06:08.999 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:06:08.999 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:08.999 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:06:08.999 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:06:08.999 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:06:08.999 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:06:08.999 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:08.999 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:06:08.999 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:06:08.999 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:06:08.999 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:08.999 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:06:08.999 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:06:08.999 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:08.999 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:06:08.999 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:06:08.999 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:06:08.999 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:06:08.999 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:06:08.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:08.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:06:09.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:09.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:09.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:09.500 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 22:06:09.500 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 22:06:09.500 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 22:06:09.500 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 22:06:09.501 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 22:06:09.501 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:06:09.501 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:09.526 DEBUG [main][MenuItemLookup] Found menu:'New' 22:06:09.526 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:06:09.526 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:09.526 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:06:09.526 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:06:09.526 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:09.526 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:06:09.526 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:06:09.526 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:06:09.526 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:06:09.526 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:06:09.526 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:06:09.526 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:06:09.526 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:06:09.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.... 22:06:10.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 'Delete.*'] is available. finished successfully 22:06:10.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:06:10.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:10.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:10.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:10.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:10.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:06:10.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:10.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:10.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:10.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:06:10.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:10.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:10.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:10.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:10.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:10.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:10.099 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:06:10.099 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:06:10.099 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:06:10.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:10.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:10.099 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:10.099 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:10.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:06:10.099 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:10.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:10.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:10.099 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:06:10.099 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:10.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:10.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:10.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:10.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:10.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:10.100 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:06:10.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:10.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:10.100 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:10.100 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:10.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:06:10.102 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:06:10.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:06:10.603 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:06:10.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:10.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:06:10.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:10.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:10.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:10.603 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 22:06:10.603 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:10.603 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:10.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:10.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.375 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.632 s evaluateXPathWithIgnoringNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) Time elapsed: 1.253 s evaluateXPathWithNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) Time elapsed: 1.186 s Running org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 22:06:10.610 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 22:06:10.610 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:06:10.611 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:10.611 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 22:06:10.611 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:10.611 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:06:10.611 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:10.611 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:06:10.611 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:10.611 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:10.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:10.611 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:10.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:10.611 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 22:06:10.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:10.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'] 22:06:10.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:10.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'] 22:06:10.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:10.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'] 22:06:10.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:10.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 Dynamic Web Project"] 22:06:10.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:10.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'] 22:06:10.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:10.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'] 22:06:10.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:10.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:10.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:10.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:10.613 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:10.613 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:06:10.613 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:10.613 DEBUG [main][MenuItemLookup] Item match:File 22:06:10.613 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:06:10.613 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:10.615 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:06:10.615 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:06:10.615 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:06:10.615 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:06:10.615 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:06:10.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:06:10.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:06:10.662 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:06:10.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:10.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:10.663 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:06:10.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:10.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:06:10.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:10.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:10.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:10.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:10.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:10.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:10.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:10.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 22:06:10.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 22:06:10.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:11.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:11.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 22:06:11.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 22:06:11.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 22:06:11.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:11.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 22:06:11.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:11.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 22:06:11.168 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 22:06:11.168 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 22:06:11.168 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 22:06:11.169 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 22:06:11.170 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:06:11.170 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:06:11.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) 22:06:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:11.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:11.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:11.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:11.170 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:06:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:11.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:11.170 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:11.297 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:11.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:11.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:11.307 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.... 22:06:11.307 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 22:06:11.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 22:06:11.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:11.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:11.308 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 22:06:11.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:11.310 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:") 22:06:11.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:11.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:11.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:11.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:11.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:11.311 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:11.311 INFO [WorkbenchTestable][AbstractText] Text set to: HTMLProjectTest 22:06:11.314 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 22:06:11.314 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 22:06:11.314 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) 22:06:11.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:11.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:11.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:11.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:11.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:11.316 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:06:11.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:11.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:11.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:11.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:11.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:06:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:06:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:11.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:06:11.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 22:06:11.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:06:11.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:06:11.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:11.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:11.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:11.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:11.820 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:11.820 INFO [WorkbenchTestable][RequirementsRunner] Started test: createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) 22:06:11.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 22:06:11.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:11.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:11.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:11.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'] 22:06:11.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:11.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'] 22:06:11.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:11.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 HTML File"] 22:06:11.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:11.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'] 22:06:11.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:11.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'] 22:06:11.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:11.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'] 22:06:11.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:11.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 HTML File"] 22:06:11.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:11.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'] 22:06:11.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:11.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'] 22:06:11.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:11.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:11.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:11.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:11.822 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:11.822 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:06:11.822 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:11.822 DEBUG [main][MenuItemLookup] Item match:File 22:06:11.823 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:06:11.823 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:11.825 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:06:11.825 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:06:11.825 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:06:11.825 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:06:11.825 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:06:11.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:06:11.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:06:11.873 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:06:11.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:11.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:11.874 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:06:11.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:11.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:06:11.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:11.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:11.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:11.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:11.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:11.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:11.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:11.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 22:06:11.876 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 22:06:11.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:11.876 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 22:06:11.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:11.876 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 22:06:11.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 22:06:11.876 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 22:06:11.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:11.876 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 22:06:11.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:11.876 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 22:06:11.876 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HTML File 22:06:11.876 DEBUG [main][TreeItemHandler] Selecting tree item: HTML File 22:06:11.877 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HTML File about selection 22:06:11.882 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HTML File 22:06:11.882 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:06:11.882 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:06:11.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:06:11.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:11.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:11.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:11.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:11.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:11.884 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:06:11.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:11.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:11.884 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:11.884 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:12.120 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:12.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:12.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:12.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New HTML File"] is available.... 22:06:12.121 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 22:06:12.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New HTML File 22:06:12.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:12.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:12.121 TRACE [WorkbenchTestable][NewHTMLWizard] Shell New HTML File is not null and is not disposed 22:06:12.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:12.123 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:") 22:06:12.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:12.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:12.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:12.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:12.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:12.129 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:12.130 INFO [WorkbenchTestable][AbstractText] Text set to: testHTML 22: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.wst.html.ui.wizard.NewHTMLFileWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 22:06:12.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:12.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:12.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:12.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:12.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:12.133 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:12.191 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 22:06:12.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:12.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:12.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:12.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:12.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:12.192 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 22:06:12.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:12.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:12.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:12.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:12.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:12.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:12.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:12.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem HTMLProjectTest has children... 22:06:12.193 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item HTMLProjectTest 22:06:12.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:12.193 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item HTMLProjectTest is already expanded. No action performed 22:06:12.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:12.193 INFO [WorkbenchTestable][TreeItemHandler] Expanded: HTMLProjectTest 22:06:12.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem HTMLProjectTest has children finished successfully 22:06:12.193 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item HTMLProjectTest 22:06:12.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:12.193 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item HTMLProjectTest is already expanded. No action performed 22:06:12.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:12.193 INFO [WorkbenchTestable][TreeItemHandler] Expanded: HTMLProjectTest 22:06:12.193 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 22:06:12.193 DEBUG [main][TreeItemHandler] Selecting tree item: src 22:06:12.194 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 22:06:12.211 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 22:06:12.211 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 22:06:12.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:12.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:12.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:12.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:12.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:12.212 TRACE [WorkbenchTestable][NewHTMLWizard] Shell New HTML File is not null and is not disposed 22:06:12.212 INFO [WorkbenchTestable][NewHTMLWizard] Go to next wizard page 22:06:12.212 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) 22:06:12.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:12.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:12.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:12.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:12.213 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:06:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:12.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:12.213 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:12.213 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:12.218 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") 22:06:12.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:12.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:12.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:12.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:12.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:12.219 INFO [WorkbenchTestable][CheckBox] Select checkbox &Use HTML Template 22:06:12.219 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Use HTML Template 22:06:12.219 INFO [WorkbenchTestable][AbstractButton] Click button &Use HTML Template 22:06:12.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:12.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:12.219 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:12.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:12.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.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") 22:06:12.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:12.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:12.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:12.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:12.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:12.224 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") 22:06:12.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:12.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:12.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:12.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:12.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:12.224 INFO [WorkbenchTestable][CheckBox] Select checkbox &Use HTML Template 22:06:12.225 INFO [WorkbenchTestable][CheckBox] Check checkbox &Use HTML Template 22:06:12.225 INFO [WorkbenchTestable][AbstractButton] Click button &Use HTML Template 22:06:12.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:12.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:12.225 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:12.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:12.296 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") 22:06:12.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:12.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:12.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:12.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:12.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:12.297 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 22:06:12.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:12.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:12.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:12.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:12.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:06:12.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:06:12.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:06:12.298 TRACE [WorkbenchTestable][NewHTMLWizard] Shell New HTML File is not null and is not disposed 22:06:12.298 INFO [WorkbenchTestable][NewHTMLWizard] Finish wizard 22:06:12.298 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) 22:06:12.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:12.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:12.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:12.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:12.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:12.299 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:06:12.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:12.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:12.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:12.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:12.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:06:12.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:06:12.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:12.804 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 22:06:12.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:06:12.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:06:12.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating JavaScript Index' is a system job, skipped 22:06:12.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:06:12.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:06:12.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 22:06:12.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:06:12.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing JavaScript tooling' is a system job, skipped 22:06:12.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:12.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:12.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:12.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:12.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:06:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:12.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 22:06:12.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:12.805 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:12.805 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) 22:06:12.805 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:06:12.805 DEBUG [main][EditorHandler] 1 editor(s) found 22:06:12.806 DEBUG [WorkbenchTestable][EditorHandler] Closing editor testHTML.html 22:06:12.863 DEBUG [WorkbenchTestable][EditorHandler] Editor testHTML.html is closed 22:06:12.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:12.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:12.863 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:06:12.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:12.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:12.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:12.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:12.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:12.864 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:12.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:06:12.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:12.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:12.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:12.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:12.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:12.865 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:06:12.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:06:12.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:12.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:12.876 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:06:12.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:06:12.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:12.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:12.889 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:06:12.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:06:12.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:12.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:12.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:12.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:12.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:13.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:13.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:13.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:13.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:13.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:13.902 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:06:13.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:06:13.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:13.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:13.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:06:13.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:13.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:13.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:13.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:13.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:13.903 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name HTMLProjectTest 22:06:13.903 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:06:13.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:06:13.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:13.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:13.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:13.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:13.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:14.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:14.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:14.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:14.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:14.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:14.906 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:06:14.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:06:14.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:14.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:14.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:06:14.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:14.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:14.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:14.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:14.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:14.907 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name HTMLProjectTest 22:06:14.907 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:06:14.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:06:14.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:14.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:14.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 22:06:14.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:14.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:14.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:14.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:14.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:14.908 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:06:14.908 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:06:14.908 DEBUG [main][TreeItemHandler] Set Tree selection 22:06:14.908 DEBUG [main][TreeHandler] Notify Tree about selection event 22:06:14.912 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:06:14.912 DEBUG [WorkbenchTestable][TreeItemHandler] HTMLProjectTest 22:06:14.913 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:06:14.913 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:14.940 DEBUG [main][MenuItemLookup] Found menu:'New' 22:06:14.940 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:06:14.940 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:14.940 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:06:14.940 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:14.940 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:06:14.940 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:06:14.940 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:06:14.940 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:06:14.940 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:06:14.940 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:06:14.940 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:06:14.940 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:14.940 DEBUG [main][MenuItemLookup] Found menu:'Import' 22:06:14.940 DEBUG [main][MenuItemLookup] Found menu:'Export' 22:06:14.940 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:14.940 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:06:14.940 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:06:14.940 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:06:14.940 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:06:14.940 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:06:14.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:14.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:06:15.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:06:15.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:15.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:15.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:15.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:15.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:06:15.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:15.441 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:06:15.441 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:15.462 DEBUG [main][MenuItemLookup] Found menu:'New' 22:06:15.462 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:06:15.462 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:15.462 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:06:15.462 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:15.462 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:06:15.462 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:06:15.462 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:06:15.462 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:06:15.462 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:06:15.462 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:06:15.463 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:06:15.463 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:06:15.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:06:16.012 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 22:06:16.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:06:16.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:16.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:16.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:06:16.014 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:16.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:16.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:16.015 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:06:16.015 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:16.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:16.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:16.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:16.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:16.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:16.015 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:06:16.015 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:06:16.015 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:06:16.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:16.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:16.015 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:16.016 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:16.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:06:16.016 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:16.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:16.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:16.016 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:06:16.016 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:16.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:16.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:16.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:16.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:16.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:16.016 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:06:16.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:16.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:16.016 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:16.016 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:16.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:06:16.019 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:06:16.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:06:16.520 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:06:16.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:16.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:06:16.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:06:16.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:16.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:16.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:16.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:16.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:16.520 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:06:16.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:06:16.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:16.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:16.521 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 22:06:16.521 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:16.521 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:16.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:16.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.911 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.985 s Running org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 22:06:16.528 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 22:06:16.528 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:06:16.528 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:16.528 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 22:06:16.528 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:16.528 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:06:16.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:16.529 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:06:16.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:16.529 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:06:16.529 DEBUG [main][EditorHandler] 0 editor(s) found 22:06:16.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:16.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:16.530 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:06:16.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:16.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:16.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:16.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:16.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:16.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:16.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 '\*?\QProject Explorer\E') 22:06:16.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:16.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:16.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:16.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:16.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:16.532 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:06:16.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:06:16.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:16.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:16.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:16.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:16.533 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:06:16.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:06:16.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:16.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:16.533 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:06:16.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:06:16.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:16.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:16.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:16.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:16.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:17.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:17.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:17.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:17.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:17.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:17.535 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:06:17.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:06:17.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:17.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:17.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 22:06:17.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:17.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:17.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:17.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:17.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:17.536 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:06:17.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:06:17.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:17.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:17.537 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:17.537 INFO [WorkbenchTestable][RequirementsRunner] Started test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest) 22:06:17.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 22:06:17.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:17.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:17.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:17.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:17.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:17.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:17.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:17.538 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New JavaScript Project"] 22:06:17.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:17.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:17.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:17.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'] 22:06:17.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:17.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'] 22:06:17.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:17.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: "New JavaScript Project"] 22:06:17.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:17.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'] 22:06:17.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:17.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'] 22:06:17.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:17.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:17.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:17.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:17.540 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:17.540 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:06:17.540 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:17.540 DEBUG [main][MenuItemLookup] Item match:File 22:06:17.540 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:06:17.540 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:17.542 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:06:17.542 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:06:17.542 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:06:17.542 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:06:17.542 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:06:17.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:06:17.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:06:17.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:06:17.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:17.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:17.593 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:06:17.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:17.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:06:17.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:17.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:17.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:17.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:17.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:17.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:17.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:17.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JavaScript has children... 22:06:17.595 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JavaScript 22:06:17.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:18.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:18.096 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JavaScript 22:06:18.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JavaScript has children finished successfully 22:06:18.097 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JavaScript 22:06:18.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:18.097 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JavaScript is already expanded. No action performed 22:06:18.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:18.097 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JavaScript 22:06:18.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 22:06:18.097 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 22:06:18.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:18.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:18.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:06:18.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:18.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:18.098 INFO [WorkbenchTestable][AbstractShell] Close shell Select a wizard 22:06:18.098 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Select a wizard' 22:06:18.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:06:18.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:06:18.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 22:06:18.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:18.122 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:18.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:18.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:18.123 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest) 22:06:18.123 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 22:06:18.123 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:18.123 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:18.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:18.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.596 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.586 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 22:06:18.135 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 22:06:18.136 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:06:18.136 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:18.136 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 22:06:18.136 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:18.136 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:06:18.136 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:18.136 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:06:18.136 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:18.136 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:06:18.136 DEBUG [main][EditorHandler] 0 editor(s) found 22:06:18.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:18.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:18.137 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:06:18.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:18.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:18.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:18.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:18.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:18.138 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:18.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:06:18.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:18.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:18.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:18.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:18.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:18.138 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:06:18.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:06:18.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:18.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:18.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:18.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:18.139 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:06:18.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:06:18.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:18.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:18.140 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:06:18.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:06:18.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:18.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:18.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:18.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:18.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:18.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:18.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:19.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:19.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:19.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:19.142 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:06:19.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:06:19.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:19.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:19.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:06:19.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:19.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:19.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:19.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:19.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:19.143 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:06:19.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:06:19.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:19.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:19.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'] 22:06:19.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.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'] 22:06:19.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.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: "New Java Project"] 22:06:19.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.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'] 22:06:19.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.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'] 22:06:19.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.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'] 22:06:19.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.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 Java Project"] 22:06:19.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.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'] 22:06:19.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.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'] 22:06:19.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:19.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:19.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:19.145 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:19.146 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:06:19.146 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:19.146 DEBUG [main][MenuItemLookup] Item match:File 22:06:19.146 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:06:19.146 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:19.148 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:06:19.148 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:06:19.148 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:06:19.148 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:06:19.148 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:06:19.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:06:19.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:06:19.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:06:19.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:19.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:19.196 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:06:19.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:06:19.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:19.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:19.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:19.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:19.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:19.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:19.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:19.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:06:19.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:19.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:19.198 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:19.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:19.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:19.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:06:19.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:19.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:19.198 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:19.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:19.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:19.198 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:06:19.198 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:06:19.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:06:19.204 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:06:19.204 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:06:19.204 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:06:19.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:06:19.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:19.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:19.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:19.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:19.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:19.205 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:06:19.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:19.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:19.205 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:19.205 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:19.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'] 22:06:19.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:06:19.314 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 22:06:19.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:06:19.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:19.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:19.314 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:06:19.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.314 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'hellotest' 22:06:19.315 DEBUG [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:") 22:06:19.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:19.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:19.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:19.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:19.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:19.316 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:19.316 INFO [WorkbenchTestable][AbstractText] Text set to: hellotest 22:06:19.337 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:06:19.337 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:06:19.337 DEBUG [WorkbenchTestable][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) 22:06:19.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:19.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:19.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:19.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:19.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:19.339 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:06:19.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:19.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:19.339 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:19.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:19.341 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.... 22:06:19.842 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 22:06:19.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:06:19.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:19.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:19.845 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:06:19.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 "Don't Create") 22:06:19.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:19.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:19.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:19.845 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:06:19.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:19.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:19.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:19.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:19.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:19.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:19.846 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:06:19.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:19.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:19.846 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:19.846 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:19.940 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.... 22:06:19.940 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 22:06:19.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:06:19.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:06:19.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:19.941 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 22:06:19.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:06:19.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:06:19.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:06:19.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:19.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:19.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:19.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:19.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:19.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'] 22:06:19.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.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'] 22:06:19.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 22:06:19.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.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'] 22:06:19.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.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'] 22:06:19.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.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'] 22:06:19.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 22:06:19.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.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'] 22:06:19.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.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'] 22:06:19.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:19.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:19.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:19.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:19.942 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:19.942 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:06:19.942 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:19.942 DEBUG [main][MenuItemLookup] Item match:File 22:06:19.943 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:06:19.943 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:19.945 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:06:19.945 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:06:19.945 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:06:19.945 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:06:19.945 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:06:20.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:06:20.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:06:20.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:06:20.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:20.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:20.022 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:06:20.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:20.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:06:20.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:20.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:20.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:20.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:20.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:20.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:20.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:06:20.049 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:20.049 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:20.049 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:06:20.049 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:20.049 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:20.049 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:20.050 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 22:06:20.050 DEBUG [main][TreeItemHandler] Selecting tree item: Class 22:06:20.050 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 22:06:20.092 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 22:06:20.092 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:06:20.092 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:06:20.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) 22:06:20.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:20.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:20.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:20.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:20.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:20.094 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:06:20.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:20.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:20.094 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:20.094 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:20.207 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:20.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:20.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:20.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 22:06:20.207 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 22:06:20.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 22:06:20.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:20.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:20.208 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:06:20.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:20.208 DEBUG [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:") 22:06:20.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:20.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:20.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:20.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:20.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:20.213 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:20.214 INFO [WorkbenchTestable][AbstractText] Text set to: HelloTest 22:06:20.215 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:06:20.215 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 22:06:20.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) 22:06:20.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:20.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:20.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:20.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:20.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:20.217 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:06:20.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:20.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:20.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:20.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:20.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:06:20.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:06:20.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:20.787 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 22:06:20.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:06:20.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:06:20.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:06:20.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:06:20.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:06:20.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:06:20.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:20.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:20.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:20.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:20.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:06:20.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:20.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:20.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:20.789 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:06:20.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:20.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:20.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform 22:06:20.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:20.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:20.790 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform' 22:06:20.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 '\*?\QPackage Explorer\E') 22:06:20.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:20.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:20.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:20.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:20.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:20.790 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:20.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:20.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:20.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:20.817 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:20.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:20.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:20.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:20.818 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:20.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:20.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:20.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:20.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:20.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:20.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:21.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:21.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:21.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:21.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:21.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:21.830 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:21.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:21.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:21.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:21.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:06:21.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:21.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:21.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:21.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:21.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:21.831 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 22:06:21.832 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item hellotest 22:06:21.832 DEBUG [main][TreeItemHandler] Selecting tree item: hellotest 22:06:21.832 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item hellotest about selection 22:06:21.833 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: hellotest 22:06:21.833 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:06:21.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:21.854 DEBUG [main][MenuItemLookup] Found menu:'New' 22:06:21.854 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:06:21.854 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:21.854 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:06:21.854 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:06:21.854 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:06:21.854 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:21.854 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:06:21.854 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:06:21.854 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:06:21.854 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:06:21.854 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:21.854 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:06:21.854 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:06:21.854 DEBUG [main][MenuItemLookup] Item match:Build Path 22:06:21.858 DEBUG [main][MenuItemLookup] Found menu:'Link Source...' 22:06:21.858 DEBUG [main][MenuItemLookup] Found menu:'New Source Folder...' 22:06:21.858 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:21.858 DEBUG [main][MenuItemLookup] Found menu:'Use as Source Folder' 22:06:21.858 DEBUG [main][MenuItemLookup] Found menu:'Add External Archives...' 22:06:21.858 DEBUG [main][MenuItemLookup] Found menu:'Add Libraries...' 22:06:21.858 DEBUG [main][MenuItemLookup] Item match:Add Libraries... 22:06:21.858 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Add &Libraries..." 22:06:21.858 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add Libraries... 22:06:21.858 INFO [main][MenuItemHandler] Select menu item: Add &Libraries... 22:06:21.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Library"] is available.... 22:06:21.946 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 22:06:21.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add Library 22:06:21.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:21.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:21.948 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 22:06:21.948 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:21.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:21.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:21.948 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 22:06:21.948 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:21.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:21.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:21.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:21.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:21.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 22:06:21.950 TRACE [main][WidgetHandler] Notify List with event 13 22:06:21.950 TRACE [main][WidgetHandler] Wait for synchronization 22:06:21.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 "Next >", Widget matcher matching widgets with style: 8) 22:06:21.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:21.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:21.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:21.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 22:06:21.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:21.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:21.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:21.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:21.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:21.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:21.951 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:06:21.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:21.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:21.991 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:21.991 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:22.025 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 22:06:22.025 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:22.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:22.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:22.025 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 22:06:22.025 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:22.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:22.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:22.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:22.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:22.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:06:22.026 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JUnit 5 to selection: JUnit 4 22:06:22.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 "Finish", Widget matcher matching widgets with style: 8) 22:06:22.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:22.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:22.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:22.030 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 22:06:22.030 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:22.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:22.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:22.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:22.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:22.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:22.031 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:06:22.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:22.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:22.031 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:22.031 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:22.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Library"] is available.... 22:06:22.298 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 22:06:22.298 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:22.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:22.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:22.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:22.299 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:22.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:22.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:22.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:22.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:22.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:22.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:22.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:22.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:23.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:23.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:23.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:23.301 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:23.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:23.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:23.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:23.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 22:06:23.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:23.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:23.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:23.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:23.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:23.302 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 22:06:23.302 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:06:23.302 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item hellotest 22:06:23.302 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 22:06:23.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:23.303 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item hellotest is already expanded. No action performed 22:06:23.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:23.303 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 22:06:23.303 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item hellotest of tree item src 22:06:23.303 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:06:23.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:23.303 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 22:06:23.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:23.303 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:06:23.303 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item HelloTest.java of tree item hellotest 22:06:23.303 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 22:06:23.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:23.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:23.804 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 22:06:23.804 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HelloTest.java 22:06:23.804 DEBUG [main][TreeItemHandler] Selecting tree item: HelloTest.java 22:06:23.805 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HelloTest.java about selection 22:06:23.807 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HelloTest.java 22:06:23.807 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item HelloTest.java 22:06:23.807 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HelloTest.java 22:06:23.807 DEBUG [main][TreeItemHandler] Selecting tree item: HelloTest.java 22:06:23.807 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HelloTest.java about selection 22:06:23.808 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HelloTest.java 22:06:23.808 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 22:06:23.808 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 22:06:23.828 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 22:06:23.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:23.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:06:23.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:06:23.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:06:23.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:23.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:23.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:23.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:23.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:06:23.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:23.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2c2e239a is found... 22:06:23.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2c2e239a is found finished successfully 22:06:23.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 '\*?\QHelloTest.java\E') 22:06:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:23.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:23.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:23.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:23.831 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:23.831 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package hellotest; public class HelloTest { } TooltipText=null 22:06:23.831 INFO [WorkbenchTestable][TextEditor] Set text to editor 22:06:23.837 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:23.837 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 22:06:23.837 INFO [WorkbenchTestable][AbstractEditor] Save editor 22:06:23.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform 22:06:23.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:23.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:23.837 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform' 22:06:23.837 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform' 22:06:23.837 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:23.837 DEBUG [main][MenuItemLookup] Item match:File 22:06:23.838 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:06:23.838 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 22:06:23.838 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 22:06:23.838 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 22:06:23.838 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:23.838 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 22:06:23.838 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 22:06:23.838 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:23.838 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 22:06:23.838 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 22:06:23.838 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 22:06:23.838 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 22:06:23.838 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 22:06:23.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 22:06:23.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 22:06:23.864 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:23.864 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 22:06:23.864 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:23.865 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 22:06:23.865 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 22:06:23.865 DEBUG [WorkbenchTestable][EditorHandler] Closing editor HelloTest.java 22:06:23.919 DEBUG [WorkbenchTestable][EditorHandler] Editor HelloTest.java is closed 22:06:23.919 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:23.919 INFO [WorkbenchTestable][RequirementsRunner] Started test: junitRunTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest) 22:06:23.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 22:06:23.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:23.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:23.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:23.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:23.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:23.920 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:06:23.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:23.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:23.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:23.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:23.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:23.921 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:23.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:06:23.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:23.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:23.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:23.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:23.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:23.922 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:23.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:23.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:23.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:23.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:23.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:23.923 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:23.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:23.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:23.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:23.924 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:23.924 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:23.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:23.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:23.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:23.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:23.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:24.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:24.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:24.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:24.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:24.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:24.926 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:24.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:24.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:24.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:24.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 22:06:24.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:24.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:24.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:24.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:24.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:24.927 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 22:06:24.927 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:06:24.928 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item hellotest 22:06:24.928 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 22:06:24.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:24.928 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item hellotest is already expanded. No action performed 22:06:24.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:24.928 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 22:06:24.928 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item hellotest of tree item src 22:06:24.928 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:06:24.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:24.928 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 22:06:24.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:24.928 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:06:24.928 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item HelloTest.java of tree item hellotest 22:06:24.928 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 22:06:24.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:24.928 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item hellotest is already expanded. No action performed 22:06:24.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:24.928 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 22:06:24.929 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HelloTest.java 22:06:24.929 DEBUG [main][TreeItemHandler] Selecting tree item: HelloTest.java 22:06:24.929 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HelloTest.java about selection 22:06:24.931 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HelloTest.java 22:06:24.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:06:24.931 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'New' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'Open With' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'References' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:24.953 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:06:24.953 DEBUG [main][MenuItemLookup] Item match:Run As 22:06:24.970 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 22:06:24.970 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+X T' 22:06:24.970 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+X T 22:06:24.970 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+X T" 22:06:24.970 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+X T 22:06:24.971 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+X T 22:06:24.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while JUnit test has not finished yet... 22:06:24.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:24.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:24.977 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' view via menu. 22:06:24.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:24.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:24.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:24.977 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:24.977 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:06:24.977 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:24.977 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:06:24.977 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:06:24.977 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:06:24.977 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:06:24.977 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:06:24.977 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:06:24.977 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:06:24.977 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:06:24.977 DEBUG [main][MenuItemLookup] Item match:Window 22:06:24.978 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:06:24.978 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:06:24.978 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:06:24.978 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:24.978 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:06:24.978 DEBUG [main][MenuItemLookup] Item match:Show View 22:06:24.981 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:06:24.981 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:06:24.981 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:06:24.981 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:06:24.981 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:06:24.981 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:06:24.981 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:06:24.981 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:06:24.981 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:06:24.981 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:06:24.981 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:06:24.981 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:06:24.981 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:06:24.981 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:06:24.981 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:24.981 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:06:24.981 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:06:24.982 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:06:24.982 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:06:24.982 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:06:25.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:06:25.035 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 22:06:25.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:06:25.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:25.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:25.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 22:06:25.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:25.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:25.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:25.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:06:25.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:25.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:25.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:25.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:25.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:25.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:25.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:25.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:25.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:06:25.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:25.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:25.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:25.539 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:25.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:06:25.540 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:25.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:25.540 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:25.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:25.540 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:25.540 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 22:06:25.540 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 22:06:25.540 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 22:06:25.540 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 22:06:25.540 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:25.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:25.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:25.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:06:25.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:25.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:25.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:25.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") 22:06:25.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:25.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:25.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:25.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:06:25.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:25.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:25.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:25.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:25.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:25.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:25.542 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:06:25.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:25.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:25.542 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:25.542 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:25.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:06:25.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:06:25.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.junit.ui.TestRunnerViewPart' view is open... 22:06:25.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:25.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:25.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.junit.ui.TestRunnerViewPart' view is open finished successfully 22:06:25.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:25.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:25.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:25.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:25.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:25.589 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:25.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 '\*?\QJUnit\E') 22:06:25.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:25.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:25.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:25.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:25.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:25.590 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:25.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:25.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:25.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:25.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:25.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:25.591 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:25.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:25.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:25.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:25.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:25.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:25.592 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:.*') 22:06:25.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:25.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:25.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:25.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:25.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:25.593 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:25.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Launching HelloTest' is not listed in considered jobs, ignore it 22:06:25.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is not listed in considered jobs, ignore it 22:06:25.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not listed in considered jobs, ignore it 22:06:25.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is not listed in considered jobs, ignore it 22:06:25.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is not listed in considered jobs, ignore it 22:06:25.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 22:06:25.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 22:06:25.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is not listed in considered jobs, ignore it 22:06:26.095 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:26.095 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:26.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:26.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:26.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:26.096 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:26.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:26.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:26.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:26.097 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:.*') 22:06:26.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:26.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:26.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:26.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:26.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:26.098 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:26.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while JUnit test has not finished yet finished successfully 22:06:26.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until JUnit test has not finished yet... 22:06:26.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:26.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:26.099 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:26.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:26.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:26.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:26.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:26.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:26.100 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:26.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 '\*?\QJUnit\E') 22:06:26.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:26.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:26.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:26.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:26.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:26.101 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:26.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:26.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:26.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:26.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:26.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:26.102 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:26.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:26.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:26.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:26.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:26.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:26.102 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:.*') 22:06:26.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:26.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:26.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:26.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:26.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:26.103 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:26.613 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:26.613 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:26.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:26.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:26.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:26.614 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:26.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:26.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:26.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:26.614 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:.*') 22:06:26.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:26.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:26.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:26.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:26.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:26.616 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:27.116 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:27.116 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:27.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:27.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:27.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:27.117 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:27.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:27.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:27.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:27.118 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:.*') 22:06:27.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:27.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:27.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:27.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:27.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:27.119 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:27.619 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:27.619 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:27.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:27.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:27.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:27.621 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:27.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:27.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:27.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:27.621 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:.*') 22:06:27.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:27.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:27.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:27.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:27.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:27.622 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:28.123 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:28.123 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:28.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:28.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:28.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:28.124 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:28.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:28.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:28.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:28.125 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:.*') 22:06:28.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:28.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:28.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:28.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:28.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:28.126 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:28.626 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:28.627 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:28.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:28.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:28.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:28.628 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:28.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:28.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:28.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:28.628 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:.*') 22:06:28.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:28.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:28.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:28.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:28.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:28.629 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:29.129 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:29.130 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:29.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:29.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:29.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:29.131 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:29.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:29.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:29.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:29.132 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:.*') 22:06:29.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:29.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:29.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:29.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:29.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:29.133 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:29.634 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:29.634 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:29.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:29.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:29.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:29.636 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:29.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:29.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:29.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:29.636 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:.*') 22:06:29.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:29.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:29.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:29.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:29.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:29.637 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:30.137 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:30.138 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:30.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:30.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:30.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:30.139 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:30.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:30.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:30.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:30.140 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:.*') 22:06:30.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:30.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:30.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:30.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:30.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:30.141 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:30.641 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:30.641 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:30.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:30.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:30.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:30.642 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:30.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:30.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:30.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 22:06:30.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.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 22:06:30.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:30.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:30.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:30.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:30.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:30.644 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:31.144 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:31.144 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:31.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:31.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:31.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:31.145 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:31.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:31.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:31.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:31.146 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:.*') 22:06:31.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:31.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:31.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:31.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:31.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:31.147 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:31.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 22:06:31.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 22:06:31.647 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:31.648 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:31.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:31.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:31.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:31.649 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:31.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:31.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:31.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:31.650 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:.*') 22:06:31.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:31.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:31.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:31.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:31.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:31.650 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:31.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 22:06:31.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 22:06:32.151 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:32.151 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:32.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:32.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:32.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:32.153 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:32.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:32.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:32.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:32.154 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:.*') 22:06:32.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:32.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:32.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:32.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:32.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:32.155 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:32.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 22:06:32.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 22:06:32.655 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:32.655 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:32.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:32.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:32.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:32.656 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:32.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:32.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:32.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:32.657 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:.*') 22:06:32.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:32.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:32.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:32.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:32.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:32.657 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:32.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 22:06:32.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 22:06:33.158 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:33.158 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:33.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:33.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:33.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:33.159 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:33.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:33.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:33.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:33.160 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:.*') 22:06:33.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:33.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:33.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:33.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:33.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:33.161 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:33.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 22:06:33.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 22:06:33.661 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:33.661 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:33.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:33.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:33.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:33.662 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:33.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:33.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:33.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:33.663 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:.*') 22:06:33.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:33.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:33.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:33.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:33.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:33.664 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:33.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 22:06:33.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 22:06:34.165 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:34.165 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:34.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:34.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:34.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:34.166 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:34.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:34.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:34.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:34.167 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:.*') 22:06:34.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:34.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:34.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:34.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:34.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:34.168 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:34.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 22:06:34.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 22:06:34.668 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:34.668 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:34.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:34.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:34.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:34.669 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:34.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:34.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:34.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:34.670 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:.*') 22:06:34.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:34.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:34.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:34.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:34.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:34.671 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:34.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 22:06:34.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 22:06:35.171 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:35.172 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:35.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:35.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:35.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:35.173 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:35.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:35.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:35.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:35.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 22:06:35.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:35.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:35.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:35.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:35.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:35.175 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:35.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 22:06:35.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 22:06:35.675 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:35.676 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:35.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:35.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:35.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:35.677 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:35.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:35.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:35.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:35.677 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:.*') 22:06:35.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:35.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:35.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:35.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:35.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:35.678 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:35.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 22:06:35.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 22:06:36.179 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:36.179 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:36.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:36.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:36.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:36.180 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:36.180 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:36.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:36.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:36.181 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:.*') 22:06:36.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:36.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:36.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:36.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:36.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:36.182 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is not listed in considered jobs, ignore it 22:06:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is not listed in considered jobs, ignore it 22:06:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 22:06:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 22:06:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is not listed in considered jobs, ignore it 22:06:36.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until JUnit test has not finished yet finished successfully 22:06:36.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:36.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:36.184 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:36.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:36.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:36.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:36.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:36.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:36.185 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:36.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 '\*?\QJUnit\E') 22:06:36.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:36.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:36.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:36.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:36.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:36.186 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:36.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:36.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:36.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:36.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:36.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:36.187 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:36.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:36.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:36.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:36.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:36.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:36.188 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:.*') 22:06:36.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:36.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:36.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:36.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:36.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:36.188 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:36.189 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:36.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:36.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:36.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 22:06:36.190 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:.*') 22:06:36.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:36.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:36.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:36.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:36.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:36.191 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:36.200 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:36.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:36.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:36.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1 TooltipText=null 22:06:36.201 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:.*') 22:06:36.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:36.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:36.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:36.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:36.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:36.203 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:36.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 22:06:36.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:36.203 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:36.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:36.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:36.204 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 22:06:36.204 INFO [WorkbenchTestable][RequirementsRunner] Finished test: junitRunTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest) 22:06:36.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:36.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:36.205 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:06:36.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:36.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:36.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:36.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:36.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:36.207 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:36.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 '\*?\QPackage Explorer\E') 22:06:36.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:36.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:36.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:36.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:36.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:36.208 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:36.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:36.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:36.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:36.229 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:36.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:36.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:36.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:36.230 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:36.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:36.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:36.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:36.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:36.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:36.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:36.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:36.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:37.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:37.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:37.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:37.232 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:37.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:37.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:37.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:37.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 22:06:37.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:37.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:37.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:37.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:37.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:37.233 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 22:06:37.234 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item hellotest 22:06:37.234 DEBUG [main][TreeItemHandler] Selecting tree item: hellotest 22:06:37.234 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item hellotest about selection 22:06:37.235 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: hellotest 22:06:37.235 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:06:37.235 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'New' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:37.259 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:06:37.259 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:06:37.259 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:06:37.259 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:06:37.259 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:06:37.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:37.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:06:37.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:06:37.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:06:37.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:37.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:37.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:37.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:37.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:06:37.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:37.262 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'hellotest' via Explorer 22:06:37.262 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item hellotest 22:06:37.262 DEBUG [main][TreeItemHandler] Selecting tree item: hellotest 22:06:37.263 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item hellotest about selection 22:06:37.264 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: hellotest 22:06:37.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:06:37.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:37.282 DEBUG [main][MenuItemLookup] Found menu:'New' 22:06:37.282 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:06:37.282 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:37.282 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:06:37.282 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:06:37.282 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:06:37.282 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:37.282 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:06:37.282 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:06:37.282 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:06:37.282 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:06:37.282 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:06:37.282 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:06:37.282 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:06:37.282 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:06:37.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 'Delete.*'] is available.... 22:06:37.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 22:06:37.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:06:37.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:37.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:37.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:37.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:37.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) 22:06:37.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:37.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:37.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:37.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:06:37.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:37.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:37.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:37.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:37.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:37.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:37.837 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:06:37.837 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:06:37.837 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:06:37.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:37.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:37.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:37.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:37.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) 22:06:37.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:37.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:37.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:37.837 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:06:37.837 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:37.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:37.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:37.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:37.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:37.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:37.838 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:06:37.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:37.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:37.838 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:37.838 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:37.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:06:37.840 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:06:38.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:06:38.340 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:06:38.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:38.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:06:38.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:06:38.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:06:38.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:38.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:38.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:38.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:38.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:38.340 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 22:06:38.340 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:38.340 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:38.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:38.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.206 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: 12.285 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 22:06:38.347 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 22:06:38.348 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:06:38.348 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:38.348 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 22:06:38.348 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:38.348 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:06:38.348 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:38.348 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:06:38.348 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:38.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.349 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:38.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:38.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:38.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:38.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:38.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 '\*?\QJUnit\E') 22:06:38.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:38.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:38.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:38.350 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:38.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:38.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:38.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:38.375 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:38.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:38.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:38.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:38.376 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...") 22:06:38.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:38.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:38.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:06:38.377 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Test Run History... 22:06:38.377 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:06:38.377 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:38.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test Runs"] is available.... 22:06:38.410 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 22:06:38.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test Runs 22:06:38.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:38.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:38.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 "Remove All") 22:06:38.410 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:38.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:38.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:38.410 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Test Runs" as the parent 22:06:38.410 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:38.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:38.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:38.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:38.411 INFO [WorkbenchTestable][AbstractButton] Click button Remove &All 22:06:38.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:38.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:38.411 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:38.411 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:38.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) 22:06:38.412 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:38.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:38.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:38.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Test Runs" as the parent 22:06:38.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:38.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:38.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:38.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:38.414 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:06:38.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:38.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:38.414 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:38.414 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:38.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test Runs"] is available.... 22:06:38.447 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 22:06:38.447 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:38.447 INFO [WorkbenchTestable][RequirementsRunner] Started test: getViewStatusTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 22:06:38.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 22:06:38.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:38.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:38.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:38.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.449 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:38.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:38.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:38.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:38.450 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:38.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 '\*?\QJUnit\E') 22:06:38.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:38.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:38.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:38.461 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:38.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:38.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:38.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:38.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:38.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:38.461 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:38.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:38.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:38.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:38.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:38.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:38.462 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 22:06:38.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:38.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:38.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 22:06:38.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 22:06:38.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:38.463 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:38.463 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getViewStatusTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 22:06:38.463 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:38.463 INFO [WorkbenchTestable][RequirementsRunner] Started test: getRunsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 22:06:38.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 22:06:38.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:38.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:38.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:38.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.464 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:38.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:38.465 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:38.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 '\*?\QJUnit\E') 22:06:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:38.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:38.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:38.466 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:38.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:38.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:38.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:38.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:38.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:38.466 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:38.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:38.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:38.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:38.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:38.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:38.467 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:.*') 22:06:38.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:38.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:38.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:38.468 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:38.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 22:06:38.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:38.469 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:38.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:38.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:38.469 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getRunsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 22:06:38.469 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:38.469 INFO [WorkbenchTestable][RequirementsRunner] Started test: getErrorsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 22:06:38.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 22:06:38.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:38.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:38.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:38.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.470 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:38.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:38.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:38.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:38.471 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:38.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 22:06:38.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:38.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:38.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:38.472 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:38.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:38.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:38.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:38.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:38.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:38.473 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:38.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:38.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:38.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:38.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:38.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:38.474 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:.*') 22:06:38.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:38.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:38.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:38.475 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:38.476 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 22:06:38.476 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:38.476 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:38.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:38.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:38.476 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getErrorsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 22:06:38.476 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:38.476 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFailuresTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 22:06:38.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 22:06:38.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:38.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:38.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:38.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.477 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 22:06:38.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:38.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:38.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:38.478 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:38.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 22:06:38.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:38.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:38.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:38.479 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:38.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:38.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:38.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:38.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:38.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:38.480 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 22:06:38.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 22:06:38.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:38.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:38.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:38.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:38.480 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:.*') 22:06:38.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:38.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:38.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:38.482 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:38.483 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 22:06:38.483 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:38.483 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:38.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:38.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:38.483 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFailuresTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 22:06:38.483 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 22:06:38.483 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:38.483 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:38.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:38.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 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.016 s getRunsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) Time elapsed: 0.006 s getErrorsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) Time elapsed: 0.007 s getFailuresTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) Time elapsed: 0.007 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 22:06:38.490 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 22:06:38.490 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:06:38.490 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:38.491 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 22:06:38.491 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:38.491 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:06:38.494 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:38.494 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:06:38.494 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:38.494 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 22:06:38.494 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 22:06:38.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 22:06:38.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:38.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:38.495 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:06:38.495 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:38.495 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:06:38.495 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:06:38.495 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:06:38.495 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:06:38.495 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:06:38.495 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:06:38.495 DEBUG [main][MenuItemLookup] Item match:Window 22:06:38.495 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:06:38.495 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:06:38.495 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:06:38.495 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:38.495 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:06:38.495 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:06:38.495 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:38.495 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:06:38.495 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:38.495 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:06:38.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:38.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:38.496 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:06:38.496 DEBUG [main][MenuItemLookup] Item match:Window 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:06:38.496 DEBUG [main][MenuItemLookup] Item match:Perspective 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:06:38.496 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:06:38.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 22:06:38.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:38.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:38.496 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:06:38.496 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:06:38.496 DEBUG [main][MenuItemLookup] Item match:Window 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:06:38.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:38.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:38.497 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:06:38.497 DEBUG [main][MenuItemLookup] Item match:Window 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:06:38.497 DEBUG [main][MenuItemLookup] Item match:Perspective 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:06:38.497 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:06:38.497 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:06:38.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:38.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:38.497 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:06:38.498 DEBUG [main][MenuItemLookup] Item match:Window 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:06:38.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:38.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:38.498 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:06:38.498 DEBUG [main][MenuItemLookup] Item match:Window 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:06:38.498 DEBUG [main][MenuItemLookup] Item match:Perspective 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:06:38.498 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:06:38.498 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:06:38.498 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 22:06:38.498 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 22:06:38.498 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 22:06:38.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 22:06:38.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 22:06:38.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 22:06:38.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:38.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:38.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:38.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:38.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:38.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:06:38.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:38.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.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 "Reset Perspective") 22:06:38.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:38.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:38.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:38.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:06:38.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:38.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:38.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:38.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:38.518 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 22:06:38.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:38.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:38.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:38.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06: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'] 22:06:38.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06: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'] 22:06:38.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06: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: "New Java Project"] 22:06:38.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06: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'] 22:06:38.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06: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'] 22:06:38.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06: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'] 22:06:38.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06: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: "New Java Project"] 22:06:38.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06: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'] 22:06:38.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06: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'] 22:06:38.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:38.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:38.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:38.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:38.601 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:38.601 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:06:38.601 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:38.601 DEBUG [main][MenuItemLookup] Item match:File 22:06:38.601 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:06:38.601 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:38.603 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:06:38.603 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:06:38.603 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:06:38.603 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:06:38.603 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:06:38.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:06:38.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:06:38.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:06:38.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:38.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:38.654 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:06:38.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:38.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:06:38.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:38.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:38.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:38.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:38.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:38.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:06:38.659 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:38.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:38.660 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:38.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:38.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:38.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:06:38.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:38.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:38.660 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:38.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:38.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:38.660 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:06:38.660 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:06:38.660 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:06:38.662 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:06:38.662 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:06:38.662 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:06:38.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:06:38.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:38.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:38.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:38.663 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:06:38.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:38.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:38.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:38.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:38.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:38.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:38.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:38.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:06:38.770 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 22:06:38.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:06:38.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:38.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:38.771 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:06:38.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:38.771 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectItemTestProject' 22:06:38.771 DEBUG [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:") 22:06:38.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:38.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:38.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:38.772 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:38.772 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject 22:06:38.793 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:06:38.793 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:06:38.793 DEBUG [WorkbenchTestable][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) 22:06:38.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:38.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:38.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:38.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:38.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:38.795 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:06:38.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:38.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:38.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:38.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:38.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 22:06:39.297 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 22:06:39.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:06:39.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:39.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:39.299 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:06:39.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:06:39.299 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:39.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:39.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:39.300 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:06:39.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:39.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:39.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:39.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:39.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:39.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:39.300 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:06:39.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:39.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:39.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:39.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:39.360 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.... 22:06:39.361 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 22:06:39.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:06:39.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:06:39.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:39.361 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 22:06:39.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:06:39.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:06:39.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:39.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:39.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:39.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:39.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:39.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:39.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:39.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:39.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:39.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 22:06:39.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:39.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:39.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:39.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:39.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:39.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:39.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:39.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 22:06:39.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:39.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:39.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:39.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'] 22:06:39.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:39.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:39.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:39.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:39.362 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:39.362 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:06:39.362 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:39.362 DEBUG [main][MenuItemLookup] Item match:File 22:06:39.363 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:06:39.363 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:39.390 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:06:39.390 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:06:39.405 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:06:39.405 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:06:39.405 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:06:39.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:06:39.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:06:39.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:06:39.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:39.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:39.457 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:06:39.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:39.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:06:39.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:39.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:39.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:39.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:39.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:39.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:39.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:39.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:06:39.506 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:39.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:39.506 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:39.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:39.506 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:39.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:06:39.506 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:39.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:39.506 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:39.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:39.506 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:39.507 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 22:06:39.507 DEBUG [main][TreeItemHandler] Selecting tree item: Class 22:06:39.507 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 22:06:39.509 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 22:06:39.509 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:06:39.509 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:06:39.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:06:39.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:39.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:39.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:39.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:39.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:39.510 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:06:39.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:39.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:39.510 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:39.510 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:39.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'] 22:06:39.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:39.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:39.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 22:06:39.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 22:06:39.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 22:06:39.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:39.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:39.592 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:06:39.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:39.593 DEBUG [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:") 22:06:39.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:39.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:39.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:39.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:39.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:39.597 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:39.598 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 22:06:39.613 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:06:39.613 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 22:06:39.613 DEBUG [WorkbenchTestable][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) 22:06:39.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:39.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:39.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:39.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:39.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:39.616 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:06:39.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:39.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:39.616 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:39.616 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:39.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:06:40.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:06:40.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:40.131 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 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:40.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:40.131 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 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:06:40.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:40.131 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:40.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:40.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'] 22:06:40.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:40.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 Java Class"] 22:06:40.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:40.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'] 22:06:40.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:40.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'] 22:06:40.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:40.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'] 22:06:40.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:40.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 Java Class"] 22:06:40.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:40.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'] 22:06:40.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:40.133 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:40.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:40.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 22:06:40.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:40.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:40.133 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 22:06:40.133 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 22:06:40.133 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:40.133 DEBUG [main][MenuItemLookup] Item match:File 22:06:40.134 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:06:40.134 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:40.136 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:06:40.136 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:06:40.137 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:06:40.137 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:06:40.137 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:06:40.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:06:40.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:06:40.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:06:40.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:40.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:40.231 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:06:40.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:40.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:06:40.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:40.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:40.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:40.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:40.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:40.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:40.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:40.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:06:40.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:40.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:40.233 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:40.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:40.233 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:40.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:06:40.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:40.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:40.233 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:40.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:40.233 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:40.233 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 22:06:40.233 DEBUG [main][TreeItemHandler] Selecting tree item: Class 22:06:40.233 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 22:06:40.233 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 22:06:40.234 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:06:40.234 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:06:40.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:06:40.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:40.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:40.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:40.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:40.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:40.234 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:06:40.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:40.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:40.234 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:40.234 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:40.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:40.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:40.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:40.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 22:06:40.361 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 22:06:40.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 22:06:40.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:40.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:40.362 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:06:40.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:40.362 DEBUG [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:") 22:06:40.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:40.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:40.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:40.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:40.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:40.366 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:40.366 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 22:06:40.371 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:06:40.371 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 22:06:40.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.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) 22:06:40.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:40.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:40.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:40.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:40.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:40.373 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:06:40.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:40.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:40.373 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:40.373 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:40.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:06:40.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:06:40.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:40.904 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 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:06:40.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:40.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:40.904 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 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:40.904 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:06:40.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:40.904 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:40.904 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectCollapsedPackageExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 22:06:40.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 22:06:40.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:40.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:40.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:40.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:40.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:40.905 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:06:40.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:40.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:40.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 22:06:40.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:40.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:40.906 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 22:06:40.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:06:40.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:40.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:40.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:40.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:40.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:40.907 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:40.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:40.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:40.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:40.932 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:40.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:40.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:40.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:40.932 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:40.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:40.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:40.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:40.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:40.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:40.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:41.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:41.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:41.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:41.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:41.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:41.934 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:41.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:41.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:41.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:41.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:06:41.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:41.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:41.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:41.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:41.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:41.935 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 22:06:41.935 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:06:41.936 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 22:06:41.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 22:06:41.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:41.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 22:06:41.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:41.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 22:06:41.936 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:41.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:41.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:41.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:41.937 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:41.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:41.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:41.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:41.937 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:41.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:41.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:41.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:41.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:41.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:41.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:42.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:42.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:42.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:42.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:42.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:42.939 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:42.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:42.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:42.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:42.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 22:06:42.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:42.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:42.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:42.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:42.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:42.940 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 22:06:42.940 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:06:42.940 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 22:06:42.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 22:06:42.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:42.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 22:06:42.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:42.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 22:06:42.940 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 22:06:42.940 DEBUG [main][TreeItemHandler] Selecting tree item: src 22:06:42.941 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 22:06:42.942 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 22:06:42.942 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:06:42.942 DEBUG [main][EditorHandler] 2 editor(s) found 22:06:42.942 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 22:06:42.969 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 22:06:42.969 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass1.java 22:06:43.035 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass1.java is closed 22:06:43.035 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:43.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:43.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:43.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:43.036 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:06:43.036 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 22:06:43.036 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 22:06:43.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:43.036 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 22:06:43.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:43.036 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 22:06:43.036 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 22:06:43.036 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:06:43.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:43.036 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 22:06:43.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:43.036 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:06:43.036 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 22:06:43.036 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 22:06:43.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:43.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item (default package) is already expanded. No action performed 22:06:43.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:43.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 22:06:43.037 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item ProjectItemTestProject 22:06:43.037 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item ProjectItemTestProject 22:06:43.037 DEBUG [main][TreeItemHandler] Setting tree item ProjectItemTestProject collapsed 22:06:43.037 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 22:06:43.037 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: ProjectItemTestProject 22:06:43.037 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 22:06:43.037 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 22:06:43.037 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 22:06:43.038 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 22:06:43.038 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 22:06:43.038 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 22:06:43.042 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 22:06:43.043 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 22:06:43.043 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:43.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:43.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:43.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:43.048 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 22:06:43.048 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 22:06:43.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:43.048 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 22:06:43.069 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 22:06:43.069 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:43.069 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:43.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:43.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:43.095 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectCollapsedPackageExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 22:06:43.095 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:43.095 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 22:06:43.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 22:06:43.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:43.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:43.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:43.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:43.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:43.098 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 22:06:43.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:43.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:43.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:43.098 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:43.098 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:06:43.098 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:43.099 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:06:43.099 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:06:43.099 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:06:43.099 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:06:43.099 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:06:43.099 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:06:43.099 DEBUG [main][MenuItemLookup] Item match:Window 22:06:43.099 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:06:43.099 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:06:43.099 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:06:43.099 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:43.099 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:06:43.099 DEBUG [main][MenuItemLookup] Item match:Show View 22:06:43.102 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:06:43.102 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:06:43.102 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:06:43.102 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:06:43.102 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:06:43.102 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:06:43.102 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:06:43.102 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:06:43.102 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:06:43.102 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:06:43.102 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:06:43.102 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:06:43.102 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:06:43.102 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:06:43.102 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:43.102 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:06:43.102 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:06:43.102 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:06:43.102 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:06:43.102 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:06:43.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:06:43.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 22:06:43.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:06:43.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:43.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:43.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 22:06:43.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:43.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:43.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:43.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:06:43.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:43.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:43.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:43.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:43.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:43.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:43.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:43.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:43.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:06:43.147 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:43.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:43.147 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:43.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:43.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:43.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:06:43.148 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:43.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:43.148 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:43.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:43.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:43.148 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 22:06:43.148 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 22:06:43.148 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 22:06:43.148 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 22:06:43.148 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:43.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:43.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:43.148 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:06:43.148 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:43.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:43.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:43.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 22:06:43.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:43.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:43.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:43.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:06:43.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:43.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:43.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:43.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:43.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:43.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:43.149 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:06:43.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:43.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:43.149 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:43.149 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:43.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:06:43.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:06:43.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 22:06:43.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:43.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:43.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 22:06:43.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:43.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:43.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:06:43.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:43.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:43.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:06:43.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 '\*?\QPackage Explorer\E') 22:06:43.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:43.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:43.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:43.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:43.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:43.217 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:43.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:43.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:43.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:06:43.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:43.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:43.219 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:43.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:43.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:43.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:43.219 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:43.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:43.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:43.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:43.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:43.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:43.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:43.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:43.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:44.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:44.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:44.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:44.221 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:44.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:44.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:44.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:44.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:06:44.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:44.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:44.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:44.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:44.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:44.222 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 22:06:44.222 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:06:44.222 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 22:06:44.223 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 22:06:44.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:44.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:44.723 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 22:06:44.725 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:44.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:44.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:44.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:44.725 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:44.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:44.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:44.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:44.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:44.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:44.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:45.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:45.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:45.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:45.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:45.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:45.728 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:45.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:45.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:45.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:45.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 22:06:45.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:45.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:45.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:45.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:45.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:45.729 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 22:06:45.730 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:06:45.730 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 22:06:45.730 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 22:06:45.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:45.730 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 22:06:45.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:45.730 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 22:06:45.730 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 22:06:45.730 DEBUG [main][TreeItemHandler] Selecting tree item: src 22:06:45.730 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 22:06:45.732 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 22:06:45.732 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:06:45.732 DEBUG [main][EditorHandler] 0 editor(s) found 22:06:45.732 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:45.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:45.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:45.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:45.733 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:45.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:45.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:45.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:45.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:45.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:45.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:46.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:46.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:46.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:46.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:46.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:46.738 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:46.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:46.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:46.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:46.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 22:06:46.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:46.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:46.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:46.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:46.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:46.739 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 22:06:46.740 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:06:46.740 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 22:06:46.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 22:06:46.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:46.740 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 22:06:46.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:46.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 22:06:46.740 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 22:06:46.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:06:46.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:47.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:47.241 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:06:47.241 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 22:06:47.241 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 22:06:47.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:47.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:47.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 22:06:47.743 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 22:06:47.743 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 22:06:47.743 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 22:06:47.744 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 22:06:47.744 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 22:06:47.744 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 22:06:47.744 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 22:06:47.744 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 22:06:47.745 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 22:06:47.745 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 22:06:47.745 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 22:06:47.835 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 22:06:47.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:47.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:06:47.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:06:47.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:06:47.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:06:47.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:47.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:47.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:47.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:47.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:06:47.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:47.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 '\*?\QTestClass.java\E') 22:06:47.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:47.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:47.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:47.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:47.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:47.842 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:47.842 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class TestClass { } TooltipText=null 22:06:47.842 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:47.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:47.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:47.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:47.859 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 22:06:47.859 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 22:06:47.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:47.859 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 22:06:47.891 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 22:06:47.891 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:47.891 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:47.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:47.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:47.903 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 22:06:47.903 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:47.903 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 22:06:47.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 22:06:47.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:47.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:47.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:47.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:47.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:47.906 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 22:06:47.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 22:06:47.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:47.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:47.906 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 22:06:47.906 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 22:06:47.906 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:47.907 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:06:47.907 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:06:47.907 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:06:47.907 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:06:47.907 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:06:47.907 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:06:47.907 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:06:47.907 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:06:47.907 DEBUG [main][MenuItemLookup] Item match:Window 22:06:47.908 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:06:47.908 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:06:47.908 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:06:47.908 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:47.908 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:06:47.908 DEBUG [main][MenuItemLookup] Item match:Show View 22:06:47.911 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:06:47.911 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:06:47.911 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:06:47.911 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:06:47.911 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:06:47.911 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:06:47.911 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:06:47.911 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:06:47.911 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:06:47.911 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:06:47.911 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:06:47.911 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:06:47.911 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:06:47.911 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:06:47.911 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:47.911 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:06:47.911 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:06:47.912 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:06:47.912 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:06:47.912 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:06:48.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:06:48.011 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 22:06:48.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:06:48.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:48.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:48.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:06:48.012 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:48.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:48.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:48.012 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:06:48.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:48.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:48.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:48.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:48.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:48.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:48.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:48.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:48.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:06:48.013 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:48.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:48.013 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:48.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:48.013 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:48.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:06:48.013 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:48.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:48.013 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:48.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:48.013 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:48.014 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 22:06:48.014 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 22:06:48.014 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 22:06:48.014 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 22:06:48.014 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:48.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:48.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:48.014 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:06:48.014 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:48.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:48.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:48.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 22:06:48.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:48.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:48.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:48.015 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:06:48.015 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:48.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:48.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:48.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:48.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:48.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:48.015 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:06:48.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:48.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:48.015 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:48.015 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:48.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:06:48.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:06:48.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 22:06:48.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:48.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:48.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 22:06:48.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:48.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:48.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 22:06:48.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:48.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:48.107 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 22:06:48.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') 22:06:48.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:48.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:48.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:48.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:48.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:48.107 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:48.107 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:48.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:48.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 22:06:48.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:48.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:48.109 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:48.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:48.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:48.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:48.109 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:48.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:48.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:48.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:48.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:48.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:48.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:48.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:48.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:49.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:49.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:49.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:49.111 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:49.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:49.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:49.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:49.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:06:49.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:49.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:49.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:49.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:49.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:49.112 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 22:06:49.112 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:06:49.112 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 22:06:49.112 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 22:06:49.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:49.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:49.613 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 22:06:49.616 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 22:06:49.616 DEBUG [main][TreeItemHandler] Selecting tree item: src 22:06:49.616 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 22:06:49.618 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 22:06:49.618 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 22:06:49.618 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 22:06:49.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already collapsed. No action performed 22:06:49.618 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 22:06:49.618 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:49.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:49.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:49.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:49.619 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 22:06:49.619 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 22:06:49.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:49.619 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 22:06:49.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 22:06:49.639 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:49.639 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:49.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:49.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:49.649 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 22:06:49.650 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:49.650 INFO [WorkbenchTestable][RequirementsRunner] Started test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 22:06:49.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 22:06:49.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:49.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:49.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:49.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:49.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:49.653 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 22:06:49.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 22:06:49.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:49.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:49.654 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 22:06:49.654 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 22:06:49.654 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:49.654 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:06:49.654 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:06:49.654 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:06:49.654 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:06:49.654 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:06:49.654 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:06:49.654 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:06:49.654 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:06:49.654 DEBUG [main][MenuItemLookup] Item match:Window 22:06:49.654 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:06:49.654 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:06:49.654 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:06:49.654 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:49.654 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:06:49.654 DEBUG [main][MenuItemLookup] Item match:Show View 22:06:49.657 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:06:49.657 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:06:49.657 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:06:49.657 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:06:49.657 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:06:49.657 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:06:49.657 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:06:49.657 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:06:49.657 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:06:49.657 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:06:49.657 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:06:49.657 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:06:49.657 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:06:49.657 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:06:49.657 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:49.657 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:06:49.657 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:06:49.658 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:06:49.658 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:06:49.658 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:06:49.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:06:49.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 22:06:49.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:06:49.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:49.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:49.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:06:49.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:49.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:49.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:49.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:06:49.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:49.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:49.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:49.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:49.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:49.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:49.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:49.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:49.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:06:49.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:49.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:49.716 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:49.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:49.716 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:49.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:06:49.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:49.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:49.716 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:49.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:49.716 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:49.717 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 22:06:49.717 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 22:06:49.717 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 22:06:49.717 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 22:06:49.717 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:49.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:49.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:49.717 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:06:49.717 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:49.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:49.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:49.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 "Open") 22:06:49.717 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:49.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:49.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:49.717 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:06:49.717 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:49.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:49.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:49.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:49.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:49.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:49.718 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:06:49.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:49.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:49.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:49.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:49.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:06:49.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:06:49.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 22:06:49.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:49.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:49.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 22:06:49.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:49.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:49.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 22:06:49.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:49.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:49.778 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 22:06:49.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 '\*?\QPackage Explorer\E') 22:06:49.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:49.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:49.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:49.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:49.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:49.788 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:49.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:49.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:49.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 22:06:49.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:49.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:49.790 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:49.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:49.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:49.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:49.791 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:49.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:49.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:49.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:49.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:49.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:49.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:50.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:50.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:50.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:50.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:50.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:50.793 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:50.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:50.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:50.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:50.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 22:06:50.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:50.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:50.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:50.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:50.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:50.795 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 22:06:50.795 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:06:50.795 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 22:06:50.795 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 22:06:50.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:51.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:51.296 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 22:06:51.296 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 22:06:51.296 DEBUG [main][TreeItemHandler] Selecting tree item: src 22:06:51.297 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 22:06:51.298 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 22:06:51.299 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:51.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:51.299 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:51.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:51.299 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 22:06:51.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:51.299 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:51.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:51.299 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:51.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:51.299 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:51.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:51.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 22:06:51.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:51.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:51.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:51.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:51.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:51.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 22:06:51.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:51.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:51.300 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 22:06:51.300 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 22:06:51.300 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:51.300 DEBUG [main][MenuItemLookup] Item match:File 22:06:51.301 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:06:51.301 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:06:51.303 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:06:51.304 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:06:51.304 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:51.304 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:06:51.304 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:06:51.304 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:06:51.304 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:06:51.304 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:06:51.304 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:06:51.304 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:06:51.304 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:06:51.304 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:06:51.304 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:51.304 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:06:51.304 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:06:51.304 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:51.304 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:06:51.304 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:51.304 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:06:51.304 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:06:51.304 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:06:51.304 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:06:51.304 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:06:51.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 'New|Select a wizard'] is available.... 22:06:51.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 22:06:51.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:06:51.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:51.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:51.361 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:06:51.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:51.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 22:06:51.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:51.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:51.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:51.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:51.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:51.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:51.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:51.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:06:51.363 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:06:51.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:51.363 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:06:51.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:51.363 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:06:51.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:06:51.363 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:06:51.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:51.363 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:06:51.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:51.363 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:06:51.363 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 22:06:51.363 DEBUG [main][TreeItemHandler] Selecting tree item: File 22:06:51.363 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 22:06:51.365 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 22:06:51.365 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:06:51.365 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:06:51.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:06:51.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:51.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:51.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:51.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:51.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:51.366 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:06:51.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:51.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:51.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:51.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:51.388 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:06:51.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:51.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:51.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 22:06:51.388 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 22:06:51.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 22:06:51.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:51.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:51.389 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 22:06:51.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:06:51.389 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:") 22:06:51.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:51.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:51.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:51.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:51.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:51.391 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:51.391 INFO [WorkbenchTestable][AbstractText] Text set to: text.txt 22:06:51.392 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:") 22:06:51.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:51.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:51.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:51.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:51.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:06:51.392 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:06:51.393 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject/src/files/ 22:06:51.393 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 22:06:51.393 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 22:06:51.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.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) 22:06:51.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:51.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:51.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:51.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:51.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:51.394 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:06:51.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:51.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:51.394 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:51.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:51.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:06:51.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:06:51.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:51.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:06:51.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:06:51.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:51.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:51.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:51.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:51.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:06:51.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:51.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2873bcc5 is found... 22:06:51.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2873bcc5 is found finished successfully 22:06:51.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 '\*?\Qtext.txt\E') 22:06:51.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:51.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:51.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:51.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:51.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:51.899 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:51.899 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 22:06:51.899 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:51.899 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 22:06:51.899 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 22:06:51.899 DEBUG [WorkbenchTestable][EditorHandler] Closing editor text.txt 22:06:51.967 DEBUG [WorkbenchTestable][EditorHandler] Editor text.txt is closed 22:06:51.968 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:51.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:51.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:51.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:51.976 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:51.976 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:51.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:51.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:51.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:51.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:51.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:52.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:52.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:52.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:52.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:52.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:52.979 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:52.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:52.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:52.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:52.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:06:52.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:52.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:52.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:52.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:52.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:52.980 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 22:06:52.981 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:06:52.981 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 22:06:52.981 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 22:06:52.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:52.981 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 22:06:52.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:52.981 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 22:06:52.981 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 22:06:52.981 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:06:52.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:52.981 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 22:06:52.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:52.981 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:06:52.981 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 22:06:52.982 DEBUG [main][TreeItemHandler] Selecting tree item: files 22:06:52.982 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 22:06:52.983 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 22:06:52.983 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:06:52.983 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'New' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:53.000 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:06:53.000 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:06:53.000 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:06:53.000 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:06:53.000 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:06:53.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:53.001 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:06:53.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:53.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:53.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:53.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:53.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:06:53.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:53.501 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'files' via Explorer 22:06:53.501 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 22:06:53.501 DEBUG [main][TreeItemHandler] Selecting tree item: files 22:06:53.501 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 22:06:53.502 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 22:06:53.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:06:53.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:53.520 DEBUG [main][MenuItemLookup] Found menu:'New' 22:06:53.520 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:06:53.520 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:53.520 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:06:53.520 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:06:53.520 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:06:53.520 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:53.520 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:06:53.520 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:06:53.520 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:06:53.520 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:06:53.520 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:06:53.520 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:06:53.520 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:06:53.521 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:06:53.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 'Delete.*'] is available.... 22:06:54.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 'Delete.*'] is available. finished successfully 22:06:54.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete 22:06:54.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:54.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:54.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:54.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:54.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) 22:06:54.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:54.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:54.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:54.089 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete" as the parent 22:06:54.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:54.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:54.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:54.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:54.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:54.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:54.090 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:06:54.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:54.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:54.090 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:54.090 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:54.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:06:54.092 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:06:54.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:06:54.592 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:06:54.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:54.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:06:54.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:06:54.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:54.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:54.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:54.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:54.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:06:54.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:54.593 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:54.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:54.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:54.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:54.593 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:54.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:54.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:54.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:54.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:54.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:54.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:55.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:55.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:55.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:55.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:55.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:55.595 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:55.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:55.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:55.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:55.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 22:06:55.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:55.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:55.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:55.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:55.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:55.596 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 22:06:55.596 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:06:55.597 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 22:06:55.597 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 22:06:55.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:55.597 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 22:06:55.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:55.597 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 22:06:55.597 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:06:55.597 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:06:55.597 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 22:06:55.597 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:06:55.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:55.597 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 22:06:55.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:55.597 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:06:55.598 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 22:06:55.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:06:55.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:55.598 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 22:06:55.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:55.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:06:55.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:06:55.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:55.598 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 22:06:55.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:55.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:06:55.598 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 22:06:55.598 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 22:06:55.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:06:55.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:55.598 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 22:06:55.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:55.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:06:55.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:06:55.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:55.598 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 22:06:55.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:55.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:06:55.598 DEBUG [WorkbenchTestable][AbstractResource] Item "files" was not found. Available items on the current level: 22:06:55.598 DEBUG [WorkbenchTestable][AbstractResource] "(default package)" 22:06:55.598 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:55.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:55.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:55.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:55.599 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 22:06:55.599 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 22:06:55.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:55.599 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 22:06:55.624 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 22:06:55.624 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:55.624 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:55.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:55.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:55.636 INFO [WorkbenchTestable][RequirementsRunner] Finished test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 22:06:55.636 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:06:55.636 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 22:06:55.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 22:06:55.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:06:55.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:06:55.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:06:55.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:55.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:55.638 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 22:06:55.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 22:06:55.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:55.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:55.639 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 22:06:55.639 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 22:06:55.639 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:55.639 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:06:55.639 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:06:55.639 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:06:55.639 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:06:55.639 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:06:55.639 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:06:55.639 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:06:55.639 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:06:55.639 DEBUG [main][MenuItemLookup] Item match:Window 22:06:55.640 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:06:55.640 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:06:55.640 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:06:55.640 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:55.640 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:06:55.640 DEBUG [main][MenuItemLookup] Item match:Show View 22:06:55.643 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:06:55.643 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:06:55.643 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:06:55.643 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:06:55.643 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:06:55.643 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:06:55.643 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:06:55.643 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:06:55.643 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:06:55.643 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:06:55.643 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:06:55.643 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:06:55.643 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:06:55.643 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:06:55.643 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:55.643 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:06:55.643 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:06:55.643 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:06:55.643 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:06:55.643 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:06:55.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:06:55.690 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 22:06:55.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:06:55.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:55.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:55.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:06:55.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:55.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:55.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:55.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:06:55.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:55.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:55.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:55.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:55.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:55.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:55.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:55.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:55.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:06:55.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:55.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:55.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:55.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:55.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:55.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:06:55.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:55.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:55.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:55.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:55.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:55.693 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 22:06:55.693 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 22:06:55.693 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 22:06:55.693 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 22:06:55.694 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:55.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:55.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:55.694 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:06:55.694 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:55.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:55.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:55.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 "Open") 22:06:55.694 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:55.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:55.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:55.694 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:06:55.694 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:55.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:55.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:55.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:55.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:55.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:55.698 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:06:55.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:55.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:55.698 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:55.698 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:55.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:06:55.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:06:55.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 22:06:55.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:55.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:55.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 22:06:55.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:55.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:55.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 22:06:55.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:55.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:55.761 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 22:06:55.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:06:55.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:55.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:55.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:55.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:55.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:55.771 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:55.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:55.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:55.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 22:06:55.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:55.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:55.772 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:55.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:55.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:55.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:55.773 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:55.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:55.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:55.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:55.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:55.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:55.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:56.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:56.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:56.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:56.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:56.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:56.775 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:56.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:56.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:56.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:56.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:06:56.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:56.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:56.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:56.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:56.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:56.776 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 22:06:56.776 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:06:56.776 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 22:06:56.776 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 22:06:56.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:57.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:57.277 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 22:06:57.277 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 22:06:57.278 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 22:06:57.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already collapsed. No action performed 22:06:57.278 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 22:06:57.278 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 22:06:57.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:06:57.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:57.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:57.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:06:57.779 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:57.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:57.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:57.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:57.780 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 22:06:57.780 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 22:06:57.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:57.780 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 22:06:57.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 22:06:57.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:06:57.799 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:06:57.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:57.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:57.811 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 22:06:57.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:57.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:57.813 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 22:06:57.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 22:06:57.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:57.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:57.814 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 22:06:57.814 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 22:06:57.814 DEBUG [main][MenuItemLookup] Found menu:'File' 22:06:57.814 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:06:57.814 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:06:57.814 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:06:57.814 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:06:57.814 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:06:57.814 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:06:57.814 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:06:57.814 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:06:57.814 DEBUG [main][MenuItemLookup] Item match:Window 22:06:57.814 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:06:57.814 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:06:57.814 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:06:57.814 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:57.814 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:06:57.814 DEBUG [main][MenuItemLookup] Item match:Show View 22:06:57.817 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:06:57.817 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:06:57.817 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:06:57.817 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:06:57.817 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:06:57.817 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:06:57.817 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:06:57.817 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:06:57.817 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:06:57.817 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:06:57.817 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:06:57.817 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:06:57.817 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:06:57.817 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:06:57.817 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:57.817 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:06:57.817 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:06:57.818 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:06:57.818 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:06:57.818 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:06:57.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:06:57.865 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 22:06:57.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:06:57.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:57.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:57.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:06:57.866 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:57.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:57.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:57.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:06:57.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:57.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:57.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:57.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:57.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:57.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:57.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:06:57.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:06:57.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:06:57.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:57.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:57.868 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:57.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:57.868 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:57.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:06:57.868 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:06:57.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:06:57.868 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:06:57.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:06:57.868 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:06:57.868 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 22:06:57.868 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 22:06:57.868 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 22:06:57.871 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 22:06:57.871 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:57.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:57.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:57.872 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:06:57.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:57.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:57.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:57.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 "Open") 22:06:57.872 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:06:57.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:06:57.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:06:57.872 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:06:57.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:06:57.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:57.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:57.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:57.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:57.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:06:57.873 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:06:57.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:06:57.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:06:57.873 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:06:57.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:57.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:06:57.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:06:57.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 22:06:57.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:57.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:57.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 22:06:57.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:57.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:57.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 22:06:57.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:06:57.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:06:57.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 22:06:57.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:06:57.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:57.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:57.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:57.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:57.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:06:57.941 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:57.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:57.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:57.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 22:06:57.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:06:57.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:06:57.943 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:57.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:57.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:57.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:57.943 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:57.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:57.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:57.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:57.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:57.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:57.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:58.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:58.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:58.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:58.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:06:58.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:06:58.946 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:06:58.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:06:58.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:06:58.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:06:58.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:06:58.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:06:58.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:06:58.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:06:58.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:06:58.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:06:58.947 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 22:06:58.947 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 22:06:58.947 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 22:06:58.947 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 22:06:58.949 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 22:06:58.949 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:06:58.949 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'New' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:58.966 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:06:58.966 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:06:58.966 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:06:58.966 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:06:58.966 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:06:58.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:06:58.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:06:59.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:06:59.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:06:59.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:06:59.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:06:59.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:06:59.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:06:59.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:06:59.467 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectItemTestProject' via Explorer 22:06:59.467 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 22:06:59.467 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 22:06:59.467 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 22:06:59.468 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 22:06:59.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:06:59.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:06:59.486 DEBUG [main][MenuItemLookup] Found menu:'New' 22:06:59.486 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:06:59.486 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:59.486 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:06:59.486 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:06:59.486 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:06:59.486 DEBUG [main][MenuItemLookup] Found menu:'' 22:06:59.486 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:06:59.486 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:06:59.486 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:06:59.486 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:06:59.486 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:06:59.486 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:06:59.486 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:06:59.487 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:06:59.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 22:07:00.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 'Delete.*'] is available. finished successfully 22:07:00.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:07:00.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:00.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:00.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:00.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:00.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:07:00.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:00.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:00.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:00.057 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:00.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:00.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:00.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:00.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:00.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:00.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:00.058 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:07:00.058 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:07:00.058 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:07:00.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:00.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:00.058 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:00.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:00.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 "OK", Widget matcher matching widgets with style: 8) 22:07:00.058 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:00.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:00.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:00.058 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:00.058 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:00.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:00.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:00.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:00.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:00.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:00.058 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:07:00.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:00.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:00.059 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:00.059 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:00.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:07:00.061 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:07:00.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:07:00.561 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:07:00.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:00.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:00.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:07:00.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:00.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:07:00.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:07:00.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:00.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:00.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:00.561 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 22:07:00.561 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:00.561 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:00.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:00.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.073 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.191 s open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 4.808 s select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 1.746 s asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 5.986 s testExpand no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 2.175 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 22:07:00.568 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 22:07:00.568 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:07:00.568 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:00.569 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 22:07:00.569 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:00.569 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:07:00.569 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:00.569 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:07:00.569 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:00.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:00.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:00.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:00.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:00.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:07:00.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:00.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:00.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:00.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:00.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:00.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:00.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:00.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:07:00.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:00.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:00.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:00.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:00.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:00.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:00.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:00.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:00.570 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:00.570 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:00.570 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:00.570 DEBUG [main][MenuItemLookup] Item match:File 22:07:00.571 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:07:00.571 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:00.573 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:07:00.573 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:07:00.580 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:07:00.580 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:07:00.580 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:07:00.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.... 22:07:00.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 22:07:00.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:07:00.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:00.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:00.629 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:00.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:00.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:07:00.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:00.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:00.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:00.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:00.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:00.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:00.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:00.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:07:00.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:00.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:00.630 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:00.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:00.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:00.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:07:00.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:00.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:00.630 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:00.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:00.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:00.630 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:07:00.630 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:07:00.631 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:07:00.636 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:07:00.636 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:00.636 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:07:00.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:07:00.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:00.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:00.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:00.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:00.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:00.637 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:07:00.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:00.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:00.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:00.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:00.744 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:00.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:00.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:00.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:07:00.744 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 22:07:00.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:07:00.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:00.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:00.745 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:00.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:00.745 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'JavaTestProject0' 22:07:00.745 DEBUG [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:") 22:07:00.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:00.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:00.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:00.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:00.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:00.747 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:00.747 INFO [WorkbenchTestable][AbstractText] Text set to: JavaTestProject0 22:07:00.768 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:00.768 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:07:00.768 DEBUG [WorkbenchTestable][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) 22:07:00.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:00.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:00.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:00.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:00.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:00.770 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:07:00.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:00.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:00.770 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:00.770 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:00.772 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.... 22:07:01.273 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 22:07:01.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:07:01.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:01.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:01.275 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:07:01.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:07:01.275 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:01.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:01.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:01.275 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:07:01.275 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:01.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:01.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:01.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:01.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:01.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:01.276 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:07:01.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:01.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:01.276 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:01.276 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:01.334 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.... 22:07:01.334 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 22:07:01.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:01.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:01.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:01.334 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 22:07:01.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:01.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:07:01.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:07:01.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:07:01.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:07:01.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:01.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:01.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:01.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:01.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:01.335 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:07:01.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:01.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:01.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:01.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:01.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:01.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:07:01.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:01.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:01.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:01.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:01.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:07:01.336 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:01.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:01.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:01.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:07:01.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:07:01.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:07:01.338 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:01.338 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetJavaProject no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest) 22:07:01.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 22:07:01.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:01.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:01.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:01.338 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:01.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:01.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:01.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:01.339 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:01.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:01.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:01.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:01.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:01.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:01.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:01.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:01.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:02.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:02.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:02.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:02.341 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:02.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:02.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:02.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:02.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:07:02.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:02.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:02.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:02.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:02.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:02.343 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name JavaTestProject0 22:07:02.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 22:07:02.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:02.346 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:02.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:02.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:02.346 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetJavaProject no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest) 22:07:02.346 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:02.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:02.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:02.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:02.347 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 22:07:02.347 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 22:07:02.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:02.347 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 22:07:02.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:02.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:02.399 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 22:07:02.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:02.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:02.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:02.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:02.399 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:02.399 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:02.400 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:02.400 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:02.400 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:02.400 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:02.400 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:02.400 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:02.400 DEBUG [main][MenuItemLookup] Item match:Window 22:07:02.401 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:02.401 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:02.401 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:02.401 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:02.401 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:02.401 DEBUG [main][MenuItemLookup] Item match:Show View 22:07:02.404 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:07:02.404 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:07:02.404 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:07:02.404 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:07:02.404 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:07:02.404 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:07:02.404 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:07:02.404 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:07:02.404 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:07:02.404 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:07:02.404 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:07:02.404 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:07:02.404 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:07:02.404 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:07:02.404 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:02.404 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:07:02.404 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:07:02.404 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:07:02.404 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:07:02.404 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:07:02.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:07:02.491 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 22:07:02.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:07:02.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:02.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:02.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:07:02.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:02.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:02.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:02.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:07:02.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:02.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:02.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:02.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:02.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:02.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:02.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:02.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:02.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:07:02.493 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:02.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:02.493 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:02.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:02.493 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:02.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:07:02.493 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:02.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:02.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:02.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:02.494 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:02.494 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 22:07:02.494 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 22:07:02.494 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 22:07:02.494 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 22:07:02.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:02.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:02.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:02.494 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:07:02.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:02.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:02.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:02.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") 22:07:02.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:02.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:02.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:02.526 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:07:02.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:02.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:02.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:02.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:02.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:02.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:02.527 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:07:02.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:02.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:02.527 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:02.527 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:02.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:07:02.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:07:02.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 22:07:02.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:02.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:02.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 22:07:02.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:02.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:02.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:02.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:02.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:02.632 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:02.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 '\*?\QPackage Explorer\E') 22:07:02.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:02.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:02.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:02.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:02.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:07:02.632 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:02.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:02.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:02.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:07:02.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:07:02.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:07:02.634 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:02.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:02.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:02.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:02.634 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:02.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:02.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:02.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:02.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:02.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:02.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:03.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:03.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:03.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:03.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:03.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:03.652 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:03.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:03.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:03.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:03.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 22:07:03.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:03.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:03.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:03.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:03.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:03.654 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name JavaTestProject0 22:07:03.654 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:03.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:03.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:03.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:03.654 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:03.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:03.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:03.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:03.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:03.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:03.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:04.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:04.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:04.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:04.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:04.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:04.657 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:04.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:04.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:04.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:04.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 22:07:04.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:04.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:04.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:04.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:04.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:04.658 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name JavaTestProject0 22:07:04.658 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaTestProject0 22:07:04.658 DEBUG [main][TreeItemHandler] Selecting tree item: JavaTestProject0 22:07:04.658 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaTestProject0 about selection 22:07:04.660 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaTestProject0 22:07:04.660 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:04.660 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:04.677 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:07:04.677 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:07:04.677 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:07:04.677 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:07:04.678 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:07:04.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:04.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:07:05.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:07:05.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:07:05.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:05.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:05.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:05.179 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'JavaTestProject0' via Explorer 22:07:05.179 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaTestProject0 22:07:05.179 DEBUG [main][TreeItemHandler] Selecting tree item: JavaTestProject0 22:07:05.179 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaTestProject0 about selection 22:07:05.180 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaTestProject0 22:07:05.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:05.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:05.198 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:05.198 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:05.198 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:05.198 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:05.198 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:05.198 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:05.198 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:05.198 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:05.198 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:05.198 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:05.198 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:05.198 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:07:05.198 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:07:05.198 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:07:05.198 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:07:05.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 'Delete.*'] is available.... 22:07:05.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 22:07:05.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:07:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:05.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:05.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:05.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:05.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:07:05.762 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:05.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:05.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:05.762 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:05.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:05.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:05.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:05.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:05.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:05.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:05.763 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:07:05.763 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:07:05.763 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:07:05.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:05.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:05.763 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:05.763 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:05.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:07:05.763 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:05.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:05.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:05.763 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:05.763 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:05.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:05.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:05.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:05.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:05.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:05.764 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:07:05.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:05.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:05.764 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:05.764 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:05.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:07:05.766 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:07:06.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:07:06.267 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:07:06.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:06.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:06.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:06.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:07:06.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:07:06.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:06.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:06.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:06.267 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 22:07:06.267 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:06.267 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:06.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:06.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.7 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.008 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 22:07:06.274 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 22:07:06.274 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:07:06.274 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:06.275 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 22:07:06.275 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:06.275 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:07:06.275 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:06.275 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:07:06.275 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:06.275 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 22:07:06.275 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 22:07:06.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 22:07:06.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:06.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:06.275 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:06.275 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:06.276 DEBUG [main][MenuItemLookup] Item match:Window 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:07:06.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:06.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:06.276 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:06.276 DEBUG [main][MenuItemLookup] Item match:Window 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:07:06.276 DEBUG [main][MenuItemLookup] Item match:Perspective 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:07:06.276 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:07:06.276 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:07:06.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 22:07:06.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:06.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:06.277 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:06.277 DEBUG [main][MenuItemLookup] Item match:Window 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:07:06.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:06.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:06.277 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:06.277 DEBUG [main][MenuItemLookup] Item match:Window 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:07:06.277 DEBUG [main][MenuItemLookup] Item match:Perspective 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:07:06.277 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:07:06.277 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:07:06.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:06.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:06.278 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:06.278 DEBUG [main][MenuItemLookup] Item match:Window 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:07:06.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:06.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:06.278 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:06.278 DEBUG [main][MenuItemLookup] Item match:Window 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:07:06.278 DEBUG [main][MenuItemLookup] Item match:Perspective 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:07:06.278 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:07:06.278 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:07:06.278 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 22:07:06.278 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 22:07:06.278 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 22:07:06.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 22:07:06.297 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 22:07:06.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 22:07:06.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:06.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:06.297 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:06.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:06.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:06.298 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:07:06.298 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:06.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:06.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:06.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:07:06.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:06.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:06.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:06.298 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:07:06.298 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:06.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:06.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:06.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:06.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:06.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:06.298 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 22:07:06.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:06.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:06.298 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:06.298 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:06.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'] 22:07:06.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:06.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'] 22:07:06.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:06.365 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:07:06.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:06.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'] 22:07:06.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:06.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'] 22:07:06.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:06.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'] 22:07:06.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:06.365 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:07:06.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:06.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'] 22:07:06.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:06.366 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:06.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:06.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:06.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:06.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:06.366 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:06.366 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:06.366 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:06.366 DEBUG [main][MenuItemLookup] Item match:File 22:07:06.366 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:07:06.366 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:06.368 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:07:06.368 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:07:06.368 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:07:06.368 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:07:06.368 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:07:06.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.... 22:07:06.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 22:07:06.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:07:06.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:06.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:06.419 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:06.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:06.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 22:07:06.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:06.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:06.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:06.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:06.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:06.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:06.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:06.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:07:06.425 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:06.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:06.425 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:06.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:06.425 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:06.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:07:06.425 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:06.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:06.425 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:06.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:06.425 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:06.426 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:07:06.426 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:07:06.426 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:07:06.426 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:07:06.426 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:06.426 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:07:06.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:07:06.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:06.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:06.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:06.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:06.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:06.427 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:07:06.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:06.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:06.427 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:06.427 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:06.536 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:06.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:06.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:06.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:07:06.536 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 22:07:06.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:07:06.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:06.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:06.537 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:06.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:06.537 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject0' 22:07:06.537 DEBUG [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:") 22:07:06.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:06.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:06.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:06.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:06.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:06.551 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:06.551 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject0 22:07:06.572 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:06.572 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:07:06.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 22:07:06.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:06.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:06.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:06.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:06.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:06.573 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:07:06.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:06.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:06.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:06.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:06.576 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.... 22:07:07.077 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 22:07:07.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:07:07.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:07.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:07.079 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:07:07.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:07:07.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:07.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:07.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:07.079 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:07:07.079 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:07.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:07.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:07.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:07.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:07.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:07.080 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:07:07.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:07.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:07.080 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:07.080 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:07.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 22:07:07.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 22:07:07.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:07.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:07.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:07.146 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 22:07:07.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:07:07.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:07:07.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:07:07.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:07:07.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:07.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:07.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:07.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'] 22:07:07.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:07.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'] 22:07:07.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:07.146 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:07:07.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:07.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'] 22:07:07.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:07.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'] 22:07:07.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:07.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'] 22:07:07.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:07.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: "New Java Project"] 22:07:07.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:07.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'] 22:07:07.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:07.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'] 22:07:07.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:07.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:07.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:07.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:07.147 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:07.147 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:07.147 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:07.147 DEBUG [main][MenuItemLookup] Item match:File 22:07:07.148 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:07:07.148 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:07.150 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:07:07.150 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:07:07.150 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:07:07.150 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:07:07.150 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:07:07.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 'New|Select a wizard'] is available.... 22:07:07.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 22:07:07.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:07:07.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:07.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:07.230 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:07.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:07.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 22:07:07.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:07.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:07.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:07.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:07.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:07.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:07.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:07.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:07:07.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:07.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:07.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:07.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:07.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:07.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:07:07.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:07.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:07.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:07.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:07.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:07.232 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:07:07.232 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:07:07.232 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:07:07.232 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:07:07.233 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:07.233 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:07:07.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) 22:07:07.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:07.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:07.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:07.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:07.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:07.234 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:07:07.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:07.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:07.234 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:07.234 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:07.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'] 22:07:07.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:07.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:07.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:07:07.403 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 22:07:07.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:07:07.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:07.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:07.404 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:07.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:07.404 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject1' 22:07:07.404 DEBUG [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:") 22:07:07.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:07.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:07.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:07.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:07.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:07.405 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:07.406 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject1 22:07:07.427 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:07.427 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:07:07.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.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) 22:07:07.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:07.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:07.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:07.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:07.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:07.428 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:07:07.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:07.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:07.429 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:07.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:07.431 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.... 22:07:08.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 22:07:08.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:07:08.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:08.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:08.213 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:07:08.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 "Don't Create") 22:07:08.213 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:08.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:08.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:08.213 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:07:08.213 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:08.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:08.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:08.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:08.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:08.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:08.214 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:07:08.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:08.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:08.214 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:08.214 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:08.354 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.... 22:07:08.354 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 22:07:08.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:08.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:08.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:08.354 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 22:07:08.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:07:08.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:08.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:07:08.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:07:08.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:08.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:08.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:08.355 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:08.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:08.355 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:08.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:08.355 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 22:07:08.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:08.355 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:08.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:08.355 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:08.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:08.355 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:08.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:08.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:07:08.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:08.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:08.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:08.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:08.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:08.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:08.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:08.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:08.356 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:08.356 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:08.356 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:08.356 DEBUG [main][MenuItemLookup] Item match:File 22:07:08.357 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:07:08.357 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:08.359 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:07:08.359 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:07:08.399 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:07:08.399 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:07:08.399 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:07:08.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 'New|Select a wizard'] is available.... 22:07:08.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 22:07:08.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:07:08.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:08.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:08.499 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:08.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:08.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 22:07:08.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:08.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:08.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:08.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:08.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:08.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:08.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:08.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:07:08.501 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:08.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:08.501 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:08.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:08.501 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:08.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:07:08.501 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:08.502 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:08.502 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:08.502 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:07:08.502 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:07:08.502 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:07:08.502 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:07:08.502 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:08.502 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:07:08.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:07:08.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:08.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:08.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:08.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:08.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:08.504 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:07:08.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:08.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:08.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:08.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:08.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:08.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:08.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:08.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:07:08.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 22:07:08.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:07:08.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:08.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:08.704 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:08.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:08.704 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject2' 22:07:08.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 22:07:08.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:08.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:08.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:08.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:08.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:08.706 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:08.706 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject2 22:07:08.748 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:08.748 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:07:08.748 DEBUG [WorkbenchTestable][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) 22:07:08.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:08.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:08.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:08.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:08.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:08.753 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:07:08.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:08.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:08.753 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:08.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:08.756 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.... 22:07:09.256 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 22:07:09.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:07:09.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:09.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:09.258 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:07:09.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 "Don't Create") 22:07:09.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:09.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:09.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:09.258 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:07:09.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:09.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:09.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:09.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:09.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:09.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:09.259 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:07:09.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:09.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:09.259 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:09.259 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:09.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.... 22:07:09.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 22:07:09.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:09.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:09.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:09.332 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 22:07:09.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:09.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:07:09.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:09.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:07:09.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:07:09.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:09.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:09.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:09.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:09.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:09.333 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:07:09.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:09.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:09.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:09.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:09.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:09.334 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:09.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:07:09.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:09.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:09.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:09.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:09.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:07:09.335 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:09.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:09.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:09.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:07:09.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:07:09.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:07:09.336 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:09.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:09.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:09.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:09.337 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:09.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:09.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:09.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:09.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:09.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:09.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:09.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:09.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:10.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:10.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:10.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:10.340 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:10.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:10.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:10.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:10.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 22:07:10.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:10.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:10.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:10.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:10.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:10.341 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 22:07:10.341 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 22:07:10.341 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 22:07:10.341 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:10.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:10.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:10.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:10.342 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:10.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:10.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:10.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:10.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:10.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:10.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:10.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:10.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:11.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:11.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:11.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:11.344 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:11.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:11.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:11.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:11.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 22:07:11.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:11.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:11.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:11.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:11.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:11.345 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 22:07:11.345 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 22:07:11.345 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 22:07:11.345 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:11.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:11.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:11.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:11.345 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:11.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:11.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:11.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:11.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:11.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:11.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:11.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:11.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:12.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:12.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:12.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:12.348 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:12.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:12.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:12.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:12.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:07:12.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:12.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:12.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:12.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:12.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:12.349 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 22:07:12.349 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 22:07:12.349 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 22:07:12.349 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:12.349 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 22:07:12.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 22:07:12.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:12.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:12.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:12.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'] 22:07:12.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:12.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'] 22:07:12.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:12.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: "New Java Project"] 22:07:12.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:12.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'] 22:07:12.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:12.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'] 22:07:12.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:12.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'] 22:07:12.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:12.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: "New Java Project"] 22:07:12.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:12.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'] 22:07:12.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:12.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'] 22:07:12.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:12.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:12.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:12.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:12.351 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:12.351 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:12.351 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:12.351 DEBUG [main][MenuItemLookup] Item match:File 22:07:12.351 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:07:12.351 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:12.353 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:07:12.353 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:07:12.353 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:07:12.353 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:07:12.353 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:07:12.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 'New|Select a wizard'] is available.... 22:07:12.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 22:07:12.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:07:12.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:12.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:12.404 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:12.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:12.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:07:12.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:12.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:12.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:12.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:12.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:12.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:12.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:12.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:07:12.410 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:12.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:12.410 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:12.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:12.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:12.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:07:12.410 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:12.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:12.410 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:12.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:12.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:12.411 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:07:12.411 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:07:12.411 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:07:12.411 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:07:12.411 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:12.411 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:07:12.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:07:12.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:12.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:12.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:12.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:12.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:12.412 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:07:12.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:12.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:12.412 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:12.412 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:12.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'] 22:07:12.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:12.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:12.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:07:12.521 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 22:07:12.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:07:12.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:12.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:12.521 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:12.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:12.521 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject3' 22:07:12.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.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 22:07:12.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:12.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:12.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:12.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:12.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:12.523 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:12.523 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject3 22:07:12.544 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:12.544 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:07:12.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 22:07:12.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:12.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:12.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:12.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:12.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:12.546 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:07:12.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:12.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:12.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:12.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:12.548 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.... 22:07:13.049 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 22:07:13.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:07:13.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:13.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:13.051 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:07: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 "Don't Create") 22:07:13.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:13.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:13.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:13.052 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:07:13.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:13.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:13.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:13.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:13.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:13.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:13.053 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:07:13.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:13.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:13.053 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:13.053 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:13.115 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.... 22:07:13.115 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 22:07:13.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:13.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:13.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:13.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/ProjectTestProject3)' is a system job, skipped 22:07:13.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:13.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:07:13.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:13.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:13.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:13.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:13.116 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:13.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:13.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:13.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:07:13.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:07:13.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:07:13.117 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:13.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:13.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:13.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:13.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:13.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:13.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:13.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:13.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:14.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:14.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:14.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:14.119 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:14.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:14.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:14.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:14.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 22:07:14.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:14.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:14.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:14.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:14.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:14.120 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 22:07:14.120 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 22:07:14.120 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 22:07:14.121 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject3 22:07:14.121 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject3 22:07:14.121 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject3 22:07:14.121 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject3 about selection 22:07:14.123 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject3 22:07:14.124 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:14.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:14.141 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:07:14.141 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:07:14.142 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:07:14.142 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:07:14.142 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:07:14.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:14.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:07:14.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:14.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:14.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:14.642 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject3' via Explorer 22:07:14.642 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject3 22:07:14.642 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject3 22:07:14.642 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject3 about selection 22:07:14.644 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject3 22:07:14.644 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:14.644 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:14.661 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:14.661 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:14.661 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:14.661 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:14.661 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:14.661 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:14.661 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:14.661 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:14.661 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:14.661 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:14.661 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:14.661 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:07:14.661 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:07:14.661 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:07:14.661 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:07:14.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.... 22:07:15.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. finished successfully 22:07:15.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:07:15.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:15.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:15.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:15.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:15.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:07:15.218 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:15.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:15.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:15.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:15.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:15.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:15.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:15.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:15.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:15.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:15.219 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:07:15.219 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:07:15.219 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:07:15.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:15.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:15.219 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:15.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:15.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:07:15.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:15.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:15.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:15.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:15.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:15.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:15.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:15.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:15.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:15.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:15.220 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:07:15.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:15.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:15.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:15.220 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:15.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:07:15.222 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:07:15.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:07:15.723 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:07:15.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:15.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:15.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:07:15.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:15.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:15.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:15.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:15.723 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:15.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:15.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:15.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:15.725 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:15.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:15.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:15.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:15.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:15.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:15.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:16.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:16.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:16.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:16.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:16.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:16.726 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:16.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:16.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:16.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:16.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 22:07:16.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:16.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:16.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:16.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:16.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:16.727 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 22:07:16.728 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 22:07:16.728 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 22:07:16.728 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 22:07:16.728 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:16.728 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:16.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:16.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:16.728 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 22:07:16.728 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:16.728 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 22:07:16.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 22:07:16.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:16.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:16.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:16.728 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 22:07:16.728 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 22:07:16.729 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 22:07:16.731 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 22:07:16.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 22:07:16.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:16.731 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:16.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:16.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:16.731 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 22:07:16.731 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:16.731 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjectItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 22:07:16.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 22:07:16.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:16.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:16.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:16.731 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:07:16.732 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectTestProject1 22:07:16.732 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectTestProject1 22:07:16.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:17.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:17.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectTestProject1 22:07:17.233 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 22:07:17.233 DEBUG [main][TreeItemHandler] Selecting tree item: src 22:07:17.234 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 22:07:17.235 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 22:07:17.235 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:07:17.236 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectTestProject1 22:07:17.236 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectTestProject1 22:07:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:17.236 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectTestProject1 is already expanded. No action performed 22:07:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:17.236 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectTestProject1 22:07:17.236 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 22:07:17.236 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 22:07:17.239 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 22:07:17.241 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 22:07:17.241 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 22:07:17.241 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:17.241 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:17.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:17.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:17.241 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjectItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 22:07:17.241 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:17.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:17.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:17.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:17.242 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 22:07:17.242 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 22:07:17.242 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:17.242 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 22:07:17.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:17.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:17.276 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 22:07:17.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:17.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:17.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:17.277 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:17.277 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:17.277 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:17.277 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:17.277 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:17.277 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:17.277 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:17.277 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:17.277 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:17.277 DEBUG [main][MenuItemLookup] Item match:Window 22:07:17.277 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:17.277 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:17.277 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:17.277 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:17.277 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:17.277 DEBUG [main][MenuItemLookup] Item match:Show View 22:07:17.282 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:07:17.282 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:07:17.282 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:07:17.282 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:07:17.282 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:07:17.282 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:07:17.282 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:07:17.282 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:07:17.282 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:07:17.282 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:07:17.282 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:07:17.282 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:07:17.282 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:07:17.282 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:07:17.282 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:17.282 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:07:17.282 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:07:17.282 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:07:17.282 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:07:17.283 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:07:17.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:07:17.328 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 22:07:17.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:07:17.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:17.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:17.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:07:17.329 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:17.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:17.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:17.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:07:17.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:17.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:17.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:17.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:17.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:17.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:17.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:17.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:17.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:07:17.330 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:17.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:17.330 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:17.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:17.330 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:17.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:07:17.330 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:17.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:17.330 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:17.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:17.331 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:17.331 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 22:07:17.331 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 22:07:17.331 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 22:07:17.331 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 22:07:17.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:17.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:17.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:17.331 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:07:17.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:17.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:17.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:17.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:07:17.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:17.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:17.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:17.331 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:07:17.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:17.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:17.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:17.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:17.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:17.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:17.332 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:07:17.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:17.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:17.332 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:17.332 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:17.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:07:17.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:07:17.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 22:07:17.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:17.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:17.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 22:07:17.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:17.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:17.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:17.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:17.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:17.393 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07: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 '\*?\QPackage Explorer\E') 22:07:17.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:17.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:17.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:17.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:17.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:07:17.394 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:17.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:17.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:17.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:07:17.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:07:17.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:07:17.395 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:17.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:17.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:17.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:17.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:17.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:17.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:17.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:17.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:18.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:18.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:18.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:18.397 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:18.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:18.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:18.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:18.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 22:07:18.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:18.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:18.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:18.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:18.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:18.398 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 22:07:18.398 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 22:07:18.398 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 22:07:18.398 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject0 22:07:18.398 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject0 22:07:18.398 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject0 about selection 22:07:18.402 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject0 22:07:18.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:18.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:18.424 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:18.425 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:07:18.425 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:07:18.425 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:07:18.425 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:07:18.425 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:07:18.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:18.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:07:18.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:18.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:18.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:18.926 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject0' via Explorer 22:07:18.926 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject0 22:07:18.926 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject0 22:07:18.926 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject0 about selection 22:07:18.928 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject0 22:07:18.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:18.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:18.945 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:18.945 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:18.945 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:18.945 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:18.945 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:18.945 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:18.945 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:18.945 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:18.945 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:18.945 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:18.945 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:18.945 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:07:18.945 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:07:18.945 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:07:18.946 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:07:18.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 'Delete.*'] is available.... 22:07:19.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 22:07:19.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:07:19.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:19.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:19.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:19.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:19.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: 32) 22:07:19.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:19.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:19.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:19.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:19.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:19.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:19.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:19.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:19.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:19.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:19.515 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:07:19.516 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:07:19.516 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:07:19.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:19.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:19.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:19.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:19.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 "OK", Widget matcher matching widgets with style: 8) 22:07:19.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:19.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:19.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:19.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:19.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:19.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:19.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:19.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:19.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:19.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:19.516 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:07:19.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:19.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:19.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:19.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:19.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:07:19.518 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:07:20.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:07:20.019 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:07:20.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:20.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:20.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:07:20.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:20.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:20.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:20.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:20.020 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 22:07:20.020 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 22:07:20.020 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 22:07:20.022 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 22:07:20.022 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:20.022 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:20.040 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:07:20.040 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:07:20.040 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:07:20.040 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:07:20.040 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:07:20.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:20.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:07:20.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:20.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:07:20.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:20.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:20.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:20.540 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject1' via Explorer 22:07:20.541 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 22:07:20.541 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 22:07:20.541 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 22:07:20.542 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 22:07:20.542 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:20.542 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:20.559 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:20.559 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:20.559 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:20.559 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:20.560 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:20.560 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:20.560 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:20.560 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:20.560 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:20.560 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:20.560 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:20.560 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:07:20.560 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:07:20.560 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:07:20.560 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:07:20.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 'Delete.*'] is available.... 22:07:21.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 'Delete.*'] is available. finished successfully 22:07:21.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:07:21.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:21.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:21.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:21.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:21.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:07:21.126 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:21.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:21.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:21.126 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:21.126 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:21.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:21.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:21.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:21.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:21.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:21.126 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:07:21.126 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:07:21.126 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:07:21.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:21.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:21.126 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:21.126 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:21.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:07:21.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:21.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:21.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:21.127 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:21.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:21.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:21.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:21.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:21.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:21.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:21.127 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:07:21.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:21.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:21.127 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:21.127 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:21.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:07:21.129 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:07:21.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:07:21.630 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:07:21.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:21.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:07:21.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:21.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:21.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:21.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:21.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:21.631 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject2 22:07:21.631 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject2 22:07:21.631 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject2 about selection 22:07:21.633 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject2 22:07:21.633 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:21.633 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:21.651 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:07:21.651 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:07:21.651 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:07:21.651 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:07:21.651 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:07:21.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:21.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:21.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:07:22.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:22.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:07:22.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:22.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:22.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:22.151 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject2' via Explorer 22:07:22.152 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject2 22:07:22.152 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject2 22:07:22.152 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject2 about selection 22:07:22.153 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject2 22:07:22.153 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:22.153 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:22.170 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:22.170 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:22.170 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:22.170 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:22.170 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:22.170 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:22.170 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:22.170 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:22.170 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:22.170 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:22.170 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:22.170 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:07:22.170 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:07:22.170 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:07:22.170 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:07:22.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 22:07:22.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 22:07:22.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:07:22.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:22.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:22.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:22.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:22.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) 22:07:22.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:22.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:22.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:22.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:22.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:22.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:22.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:22.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:22.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:22.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:22.724 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:07:22.724 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:07:22.724 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:07:22.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:22.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:22.724 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:22.724 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:22.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) 22:07:22.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:22.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:22.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:22.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:22.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:22.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:22.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:22.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:22.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:22.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:22.725 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:07:22.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:22.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:22.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:22.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:22.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:07:22.727 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:07:23.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:07:23.228 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:07:23.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:23.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:23.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:23.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:23.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:23.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:23.228 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 22:07:23.228 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:23.228 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:23.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:23.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.955 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.379 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.51 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 22:07:23.235 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 22:07:23.235 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:07:23.235 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:23.235 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 22:07:23.235 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:23.235 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:07:23.236 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:23.236 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:07:23.236 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:23.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:23.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.236 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:07:23.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:23.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:23.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:23.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.236 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:07:23.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:23.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:23.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:23.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:23.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:23.237 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:23.237 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:23.237 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:23.237 DEBUG [main][MenuItemLookup] Item match:File 22:07:23.238 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:07:23.238 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:23.240 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:07:23.240 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:07:23.240 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:07:23.240 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:07:23.240 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:07:23.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:07:23.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 'New|Select a wizard'] is available. finished successfully 22:07:23.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:07:23.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:23.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:23.289 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:23.289 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:07:23.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:23.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:23.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:23.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:23.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:23.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:23.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:23.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:07:23.291 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:23.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:23.291 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:23.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:23.291 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:23.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:07:23.291 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:23.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:23.291 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:23.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:23.291 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:23.292 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:07:23.292 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:07:23.292 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:07:23.292 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:07:23.292 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:23.292 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:07:23.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:07:23.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:23.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:23.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:23.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:23.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:23.298 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:07:23.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:23.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:23.298 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:23.298 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:23.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'] 22:07:23.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:07:23.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 22:07:23.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:07:23.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:23.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:23.407 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:23.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.407 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject0' 22:07:23.408 DEBUG [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:") 22:07:23.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:23.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:23.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:23.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:23.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:23.409 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:23.409 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject0 22:07:23.430 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:23.430 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:07:23.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.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) 22:07:23.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:23.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:23.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:23.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:23.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:23.431 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:07:23.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:23.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:23.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:23.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:23.434 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.... 22:07:23.934 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 22:07:23.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:07:23.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:23.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:23.936 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:07:23.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:07:23.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:23.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:23.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:23.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:07:23.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:23.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:23.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:23.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:23.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:23.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:23.938 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:07:23.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:23.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:23.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:23.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:23.996 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.... 22:07:23.997 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 22:07:23.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:23.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:23.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:23.997 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 22:07:23.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:07:23.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:07:23.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:07:23.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:07:23.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:23.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:23.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:23.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'] 22:07:23.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.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'] 22:07:23.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.997 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:07:23.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.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'] 22:07:23.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.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'] 22:07:23.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.998 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:23.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.998 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:07:23.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.998 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:23.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.998 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:23.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:23.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:23.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:23.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:23.998 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:23.998 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:23.998 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:23.998 DEBUG [main][MenuItemLookup] Item match:File 22:07:23.999 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:07:23.999 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:24.000 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:07:24.000 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:07:24.001 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:07:24.001 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:07:24.001 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:07:24.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 'New|Select a wizard'] is available.... 22:07:24.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. finished successfully 22:07:24.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:07:24.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:24.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:24.059 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:24.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:24.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:07:24.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:24.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:24.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:24.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:24.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:24.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:24.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:24.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:07:24.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:24.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:24.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:24.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:24.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:24.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:07:24.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:24.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:24.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:24.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:24.061 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:24.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:07:24.061 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:07:24.061 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:07:24.061 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:07:24.061 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:24.061 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:07:24.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:07:24.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:24.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:24.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:24.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:24.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:24.062 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:07:24.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:24.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:24.062 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:24.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:24.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:24.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:24.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:24.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:07:24.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 22:07:24.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:07:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:24.232 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:24.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:24.232 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject1' 22:07:24.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 22:07:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:24.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:24.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:24.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:24.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:24.234 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:24.234 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject1 22:07:24.310 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:24.310 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:07:24.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.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) 22:07:24.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:24.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:24.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:24.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:24.313 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:07:24.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:24.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:24.313 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:24.313 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:24.316 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.... 22:07:24.816 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 22:07:24.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:07:24.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:24.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:24.817 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:07:24.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 22:07:24.817 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:24.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:24.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:24.817 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:07:24.817 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:24.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:24.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:24.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:24.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:24.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:24.818 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:07:24.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:24.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:24.818 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:24.818 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:24.906 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.... 22:07:24.907 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 22:07:24.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:24.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:24.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:24.907 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 22:07:24.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:24.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:07:24.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:07:24.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:24.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:24.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:24.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:24.907 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:24.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:24.907 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:24.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:24.907 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 22:07:24.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:24.907 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:24.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:24.907 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:24.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:24.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'] 22:07:24.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:24.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: "New Java Project"] 22:07:24.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:24.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'] 22:07:24.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:24.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'] 22:07:24.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:24.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:24.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:24.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:24.909 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:24.909 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:24.909 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:24.909 DEBUG [main][MenuItemLookup] Item match:File 22:07:24.909 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:07:24.909 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:24.911 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:07:24.911 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:07:24.911 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:07:24.911 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:07:24.911 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:07:25.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 'New|Select a wizard'] is available.... 22:07:25.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 'New|Select a wizard'] is available. finished successfully 22:07:25.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:07:25.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:25.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:25.004 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:25.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:25.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 22:07:25.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:25.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:25.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:25.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:25.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:25.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:25.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:25.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:07:25.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:25.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:25.005 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:25.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:25.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:25.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:07:25.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:25.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:25.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:25.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:25.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:25.006 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:07:25.006 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:07:25.006 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:07:25.006 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:07:25.006 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:25.007 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:07:25.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:07:25.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:25.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:25.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:25.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:25.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:25.008 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:07:25.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:25.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:25.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:25.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:25.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'] 22:07:25.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:25.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:25.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:07:25.262 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 22:07:25.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:07:25.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:25.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:25.263 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:25.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:25.299 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject2' 22:07:25.299 DEBUG [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:") 22:07:25.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:25.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:25.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:25.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:25.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:25.301 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:25.301 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject2 22:07:25.321 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:25.322 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:07:25.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.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) 22:07:25.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:25.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:25.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:25.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:25.324 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:07:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:25.324 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:25.324 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:25.326 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.... 22:07:25.826 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 22:07:25.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:07:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:25.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:25.829 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:07:25.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 "Don't Create") 22:07:25.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:25.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:25.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:25.829 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:07:25.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:25.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:25.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:25.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:25.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:25.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:25.830 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:07:25.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:25.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:25.830 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:25.830 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:25.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.... 22:07:25.927 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 22:07:25.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:25.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:25.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:25.927 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 22:07:25.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:25.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:07:25.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:07:25.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:25.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:25.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:25.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:25.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:25.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:25.927 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:07:25.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:25.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:25.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:25.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:25.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:25.928 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:25.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 '\*?\QPackage Explorer\E') 22:07:25.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:25.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:25.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:25.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:25.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:07:25.929 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:25.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:25.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:25.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:07:25.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:07:25.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:07:25.931 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:25.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:25.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:25.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:25.931 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:25.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:25.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:25.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:25.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:25.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:25.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:26.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:26.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:26.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:26.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:26.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:26.934 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:26.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:26.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:26.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:26.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:07:26.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:26.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:26.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:26.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:26.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:26.936 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 22:07:26.936 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 22:07:26.936 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 22:07:26.936 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:26.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:26.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:26.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:26.936 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:26.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:26.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:26.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:26.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:26.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:26.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:27.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:27.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:27.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:27.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:27.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:27.939 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:27.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:27.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:27.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:27.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 22:07:27.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:27.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:27.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:27.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:27.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:27.940 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 22:07:27.940 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 22:07:27.940 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 22:07:27.940 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:27.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:27.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:27.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:27.941 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:27.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:27.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:27.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:27.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:27.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:27.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:28.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:28.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:28.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:28.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:28.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:28.943 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:28.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:28.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:28.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:28.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:07:28.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:28.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:28.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:28.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:28.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:28.944 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 22:07:28.944 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 22:07:28.944 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 22:07:28.944 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 22:07:28.944 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 22:07:28.944 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 22:07:28.945 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 22:07:28.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:28.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 22:07:28.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 22:07:28.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:28.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:28.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:28.946 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:28.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:28.946 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:28.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:28.946 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:07:28.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:28.946 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:28.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:28.946 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:28.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:28.946 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:28.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:28.946 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:07:28.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:28.946 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:28.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:28.946 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:28.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:28.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:28.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:28.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:28.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:28.947 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:28.947 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:28.947 DEBUG [main][MenuItemLookup] Item match:File 22:07:28.947 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:07:28.947 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:28.949 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:07:28.949 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:07:28.949 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:07:28.949 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:07:28.950 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:07:28.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.... 22:07:28.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:07:28.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:07:29.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:29.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:29.000 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:29.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:29.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:07:29.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:29.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:29.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:29.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:29.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:29.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:29.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:29.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:07:29.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:29.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:29.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:29.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:29.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:29.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:07:29.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:29.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:29.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:29.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:29.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:29.006 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:07:29.006 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:07:29.007 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:07:29.007 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:07:29.007 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:29.007 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:07:29.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:07:29.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:29.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:29.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:29.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:29.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:29.008 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:07:29.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:29.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:29.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:29.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:29.116 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:29.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:29.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:29.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.... 22:07:29.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 22:07:29.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:07:29.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:29.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:29.117 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:29.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:29.117 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject3' 22:07:29.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:") 22:07:29.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:29.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:29.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:29.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:29.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:29.118 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:29.119 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject3 22:07:29.146 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:29.146 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:07:29.146 DEBUG [WorkbenchTestable][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) 22:07:29.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:29.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:29.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:29.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:29.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:29.148 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:07:29.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:29.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:29.148 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:29.148 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:29.150 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.... 22:07:29.651 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 22:07:29.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:07:29.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:29.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:29.654 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:07:29.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:07:29.654 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:29.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:29.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:29.654 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:07:29.654 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:29.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:29.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:29.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:29.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:29.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:29.656 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:07:29.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:29.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:29.656 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:29.656 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:29.715 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.... 22:07:29.715 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 22:07:29.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:29.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:29.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:29.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/PackageExplorerTestProject3)' is a system job, skipped 22:07:29.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:29.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:07:29.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:29.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:29.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:29.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:29.715 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:29.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:29.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:29.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:07:29.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:07:29.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:07:29.717 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:29.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:29.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:29.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:29.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:29.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:29.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:30.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:30.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:30.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:30.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:30.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:30.719 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:30.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:30.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:30.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:30.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 22:07:30.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:30.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:30.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:30.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:30.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:30.721 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 22:07:30.721 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 22:07:30.721 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 22:07:30.721 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject3 22:07:30.721 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject3 22:07:30.721 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject3 22:07:30.721 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject3 about selection 22:07:30.722 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject3 22:07:30.723 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:30.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:30.741 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:07:30.741 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:07:30.742 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:07:30.742 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:07:30.742 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:07:30.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:30.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:07:31.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:31.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:31.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:31.242 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject3' via Explorer 22:07:31.242 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject3 22:07:31.242 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject3 22:07:31.243 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject3 about selection 22:07:31.244 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject3 22:07:31.244 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:31.244 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:31.264 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:31.264 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:31.264 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:31.264 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:31.264 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:31.264 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:31.264 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:31.264 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:31.264 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:31.264 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:31.264 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:31.264 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:07:31.264 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:07:31.264 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:07:31.264 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:07:31.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 'Delete.*'] is available.... 22:07:31.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 'Delete.*'] is available. finished successfully 22:07:31.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:07:31.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:31.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:31.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:31.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:31.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: 32) 22:07:31.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:31.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:31.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:31.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:31.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:31.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:31.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:31.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:31.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:31.860 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:07:31.860 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:07:31.860 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:07:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:31.860 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:31.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:31.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:07:31.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:31.860 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:31.860 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:31.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:31.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:31.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:31.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:31.861 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:07:31.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:31.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:31.861 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:31.861 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:31.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:07:31.863 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:07:32.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:07:32.364 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:07:32.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:32.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:07:32.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:32.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:32.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:32.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:32.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:32.364 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:32.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:32.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:32.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:32.365 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:32.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:32.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:32.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:32.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:32.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:32.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:32.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:32.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:33.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:33.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:33.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:33.367 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:33.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:33.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:33.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:33.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 22:07:33.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:33.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:33.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:33.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:33.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:33.369 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 22:07:33.369 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 22:07:33.369 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 22:07:33.369 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 22:07:33.369 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:33.369 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:33.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:33.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:33.369 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 22:07:33.369 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:33.369 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 22:07:33.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 22:07:33.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:33.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:33.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:33.370 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 22:07:33.370 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 22:07:33.370 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 22:07:33.374 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 22:07:33.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 22:07:33.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:33.374 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:33.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:33.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:33.374 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 22:07:33.374 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:33.374 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 22:07:33.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 22:07:33.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:33.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:33.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:33.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:33.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:33.375 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:07:33.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:33.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:33.375 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:33.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:33.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:33.376 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:33.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:07:33.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:33.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:33.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:33.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:33.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:07:33.376 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:33.376 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:33.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:33.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:07:33.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:07:33.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:07:33.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 22:07:33.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:33.378 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:33.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:33.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:33.378 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 22:07:33.378 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:33.378 INFO [WorkbenchTestable][RequirementsRunner] Started test: multipleSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 22:07:33.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 22:07:33.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:33.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:33.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:33.378 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:33.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:33.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:33.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:33.379 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:33.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:33.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:33.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:33.379 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:33.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:33.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:33.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:33.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:33.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:33.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:33.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:33.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:34.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:34.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:34.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:34.381 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:34.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:34.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:34.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:34.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:07:34.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:34.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:34.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:34.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:34.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:34.383 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 22:07:34.383 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 22:07:34.383 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 22:07:34.383 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:34.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:34.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:34.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:34.384 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:34.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:34.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:34.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:34.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:34.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:34.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:34.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:34.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:35.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:35.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:35.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:35.386 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:35.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:35.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:35.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:35.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:07:35.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:35.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:35.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:35.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:35.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:35.387 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 22:07:35.388 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 22:07:35.388 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 22:07:35.388 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:35.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:35.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:35.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:35.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:07:35.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:35.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:35.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:35.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:35.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:35.389 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:07:35.389 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:07:35.389 DEBUG [main][TreeItemHandler] Set Tree selection 22:07:35.389 DEBUG [main][TreeHandler] Notify Tree about selection event 22:07:35.390 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:07:35.390 DEBUG [WorkbenchTestable][TreeItemHandler] PackageExplorerTestProject0 22:07:35.390 DEBUG [WorkbenchTestable][TreeItemHandler] PackageExplorerTestProject2 22:07:35.391 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 22:07:35.391 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:35.391 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:35.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:35.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:35.391 INFO [WorkbenchTestable][RequirementsRunner] Finished test: multipleSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 22:07:35.391 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:35.391 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 22:07:35.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 22:07:35.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:35.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:35.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:35.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:35.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:35.392 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:07:35.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:35.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:35.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:35.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:35.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:35.392 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:35.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:07:35.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:35.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:35.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:35.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:35.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:07:35.393 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:35.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:35.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:35.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:07:35.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:07:35.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:07:35.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 22:07:35.394 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:35.394 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:35.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:35.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:35.394 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 22:07:35.394 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:35.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:35.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:35.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:35.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:35.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:35.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:35.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:35.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:36.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:36.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:36.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:36.397 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:36.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:36.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:36.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:36.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:07:36.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:36.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:36.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:36.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:36.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:36.398 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 22:07:36.398 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 22:07:36.398 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 22:07:36.398 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject0 22:07:36.399 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject0 22:07:36.399 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject0 about selection 22:07:36.400 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject0 22:07:36.400 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:36.400 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:36.419 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:07:36.419 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:07:36.419 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:07:36.419 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:07:36.419 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:07:36.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:36.420 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:07:36.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:36.920 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:36.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:36.920 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject0' via Explorer 22:07:36.920 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject0 22:07:36.920 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject0 22:07:36.920 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject0 about selection 22:07:36.922 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject0 22:07:36.922 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:36.922 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:36.940 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:36.940 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:36.940 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:36.940 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:36.940 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:36.940 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:36.940 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:36.940 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:36.940 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:36.940 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:36.940 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:36.940 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:07:36.940 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:07:36.940 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:07:36.940 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:07:36.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 'Delete.*'] is available.... 22:07:37.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 'Delete.*'] is available. finished successfully 22:07:37.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:07:37.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:37.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:37.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:37.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:37.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:07:37.506 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:37.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:37.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:37.506 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:37.506 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:37.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:37.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:37.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:37.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:37.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:37.507 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:07:37.507 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:07:37.507 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:07:37.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:37.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:37.507 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:37.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:37.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:07:37.507 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:37.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:37.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:37.507 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:37.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:37.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:37.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:37.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:37.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:37.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:37.508 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:07:37.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:37.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:37.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:37.508 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:37.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:07:37.511 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:07:38.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:07:38.012 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:07:38.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:38.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:38.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:07:38.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:38.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:38.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:38.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:38.012 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 22:07:38.012 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 22:07:38.012 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 22:07:38.016 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 22:07:38.016 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:38.016 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:38.033 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:07:38.033 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:07:38.033 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:07:38.033 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:07:38.034 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:07:38.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:38.034 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:07:38.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:07:38.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:38.534 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:38.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:38.534 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject1' via Explorer 22:07:38.534 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 22:07:38.534 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 22:07:38.535 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 22:07:38.536 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 22:07:38.536 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:38.536 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:38.554 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:38.554 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:38.554 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:38.554 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:38.554 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:38.554 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:38.554 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:38.554 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:38.554 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:38.554 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:38.554 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:38.554 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:07:38.554 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:07:38.554 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:07:38.554 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:07:38.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 22:07:39.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 22:07:39.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:07:39.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:39.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:39.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:39.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:39.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:07:39.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:39.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:39.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:39.108 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:39.108 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:39.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:39.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:39.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:39.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:39.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:39.108 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:07:39.108 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:07:39.108 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:07:39.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:39.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:39.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:39.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:39.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 "OK", Widget matcher matching widgets with style: 8) 22:07:39.109 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:39.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:39.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:39.109 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:39.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:39.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:39.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:39.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:39.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:39.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:39.109 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:07:39.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:39.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:39.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:39.110 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:39.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:07:39.112 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:07:39.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:07:39.613 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:07:39.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:39.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:39.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:07:39.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:39.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:39.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:39.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:39.613 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject2 22:07:39.613 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject2 22:07:39.613 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject2 about selection 22:07:39.617 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject2 22:07:39.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:39.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:39.633 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:07:39.633 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:07:39.633 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:07:39.633 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:07:39.633 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:07:39.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:39.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:07:40.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:07:40.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:40.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:40.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:40.134 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject2' via Explorer 22:07:40.134 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject2 22:07:40.134 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject2 22:07:40.135 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject2 about selection 22:07:40.136 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject2 22:07:40.136 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:40.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:40.155 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:40.155 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:40.155 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:40.155 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:40.155 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:40.155 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:40.155 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:40.155 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:40.155 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:40.155 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:40.155 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:40.155 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:07:40.155 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:07:40.155 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:07:40.155 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:07:40.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 22:07:40.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 'Delete.*'] is available. finished successfully 22:07:40.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:07:40.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:40.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:40.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:40.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:40.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: 32) 22:07:40.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:40.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:40.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:40.720 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:40.720 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:40.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:40.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:40.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:40.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:40.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:40.720 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:07:40.720 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:07:40.720 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:07:40.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:40.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:40.720 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:40.720 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:40.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:07:40.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:40.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:40.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:40.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:40.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:40.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:40.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:40.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:40.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:40.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:40.721 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:07:40.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:40.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:40.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:40.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:40.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:07:40.724 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:07:41.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:07:41.224 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:07:41.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:41.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:41.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:41.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:41.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:41.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:41.225 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 22:07:41.225 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:41.225 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:41.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:41.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.991 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.424 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.013 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 22:07:41.233 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 22:07:41.234 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:07:41.234 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:41.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 22:07:41.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:41.234 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:07:41.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:41.234 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:07:41.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:41.234 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 22:07:41.234 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 22:07:41.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 22:07:41.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:41.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:41.234 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:41.235 DEBUG [main][MenuItemLookup] Item match:Window 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:07:41.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:41.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:41.235 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:41.235 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:41.235 DEBUG [main][MenuItemLookup] Item match:Window 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:07:41.236 DEBUG [main][MenuItemLookup] Item match:Perspective 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:07:41.236 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:07:41.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 22:07:41.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:41.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:41.236 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:41.236 DEBUG [main][MenuItemLookup] Item match:Window 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:07:41.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:41.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:41.236 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:41.236 DEBUG [main][MenuItemLookup] Item match:Window 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:41.236 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:07:41.236 DEBUG [main][MenuItemLookup] Item match:Perspective 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:07:41.237 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:07:41.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:41.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:41.237 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:41.237 DEBUG [main][MenuItemLookup] Item match:Window 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:07:41.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:41.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:41.237 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:41.237 DEBUG [main][MenuItemLookup] Item match:Window 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:07:41.237 DEBUG [main][MenuItemLookup] Item match:Perspective 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:07:41.237 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:07:41.237 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:07:41.237 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 22:07:41.237 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 22:07:41.238 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 22:07:41.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 22:07:41.257 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 22:07:41.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 22:07:41.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:41.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:41.257 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:41.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:41.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:41.257 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:07:41.257 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:41.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:41.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:41.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:07:41.257 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:41.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:41.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:41.257 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:07:41.257 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:41.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:41.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:41.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:41.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:41.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:41.258 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 22:07:41.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:41.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:41.258 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:41.258 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:41.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'] 22:07:41.325 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:41.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'] 22:07:41.325 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:41.326 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 22:07:41.326 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:41.326 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:41.326 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:41.326 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:41.326 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:41.326 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:41.326 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:41.326 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 22:07:41.326 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:41.326 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:41.326 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:41.326 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:41.327 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:41.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:41.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:41.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:41.327 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:41.327 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:41.327 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:41.327 DEBUG [main][MenuItemLookup] Item match:File 22:07:41.327 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:07:41.327 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:41.329 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:07:41.329 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:07:41.330 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:07:41.330 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:07:41.330 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:07:41.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 'New|Select a wizard'] is available.... 22:07:41.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 22:07:41.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:07:41.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:41.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:41.387 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:41.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:41.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:07:41.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:41.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:41.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:41.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:41.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:41.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:41.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:41.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:07:41.389 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:41.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:41.389 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:41.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:41.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:41.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:07:41.389 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:41.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:41.389 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:41.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:41.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:41.389 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:07:41.389 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:07:41.389 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:07:41.390 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:07:41.390 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:41.390 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:07:41.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:07:41.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:41.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:41.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:41.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:41.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:41.390 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:07:41.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:41.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:41.390 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:41.390 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:41.509 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:41.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:41.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:41.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:07:41.509 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 22:07:41.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:07:41.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:41.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:41.510 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:41.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:41.510 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'buildpathspropertypagetest' 22:07:41.510 DEBUG [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:") 22:07:41.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:41.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:41.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:41.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:41.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:41.512 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:41.512 INFO [WorkbenchTestable][AbstractText] Text set to: buildpathspropertypagetest 22:07:41.532 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:41.532 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:07:41.532 DEBUG [WorkbenchTestable][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) 22:07:41.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:41.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:41.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:41.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:41.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:41.534 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:07:41.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:41.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:41.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:41.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:41.536 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.... 22:07:42.037 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 22:07:42.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:07:42.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:42.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:42.039 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:07:42.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 22:07:42.039 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:42.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:42.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:42.039 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:07:42.039 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:42.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:42.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:42.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:42.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:42.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:42.040 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:07:42.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:42.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:42.040 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:42.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:42.098 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.... 22:07:42.099 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 22:07:42.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:42.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:42.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:42.099 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 22:07:42.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:42.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:07:42.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:42.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:42.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:42.099 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:42.099 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTabs no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 22:07:42.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 22:07:42.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:42.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:42.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:42.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:42.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:42.100 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:07:42.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:42.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:42.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:42.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:42.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:42.100 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:42.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 '\*?\QPackage Explorer\E') 22:07:42.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:42.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:42.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:42.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:07:42.101 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:42.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:42.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:42.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:07:42.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:07:42.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:07:42.102 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:42.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:42.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:42.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:42.103 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:42.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:42.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:42.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:42.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:42.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:42.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:42.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:42.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:43.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:43.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:43.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:43.108 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:43.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:43.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:43.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:43.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 22:07:43.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:43.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:43.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:43.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:43.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:43.109 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 22:07:43.109 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 22:07:43.109 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 22:07:43.109 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 22:07:43.110 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 22:07:43.110 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:43.110 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Team' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Configure' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Validate' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:43.158 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:07:43.158 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 22:07:43.187 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 22:07:43.187 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 22:07:43.187 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 22:07:43.296 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"] 22:07:43.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:43.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:43.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 22:07:43.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:43.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:43.297 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 22:07:43.297 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:43.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.dialogs.PropertyDialog, index 0 and no matchers specified 22:07:43.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:43.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:43.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:43.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:43.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:43.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:43.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:43.299 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 22:07:43.299 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 22:07:43.299 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 22:07:43.299 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 22:07:43.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:43.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:43.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:43.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:43.463 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") 22:07:43.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:43.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:43.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:43.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:43.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:07:43.463 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 22:07:43.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:43.497 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 22:07:43.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:07:43.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:43.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:43.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:43.498 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") 22:07:43.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:43.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:43.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:43.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:43.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:07:43.498 INFO [WorkbenchTestable][AbstractTabItem] Activate &Source 22:07:43.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:43.501 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 22:07:43.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:07:43.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:43.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:43.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:43.501 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") 22:07:43.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:43.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:43.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:43.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:43.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:07:43.503 INFO [WorkbenchTestable][AbstractTabItem] Activate &Order and Export 22:07:43.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:43.503 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 22:07:43.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:07:43.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:43.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:43.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:43.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 "Projects") 22:07:43.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:43.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:43.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:43.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:43.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:07:43.504 INFO [WorkbenchTestable][AbstractTabItem] Activate &Projects 22:07:43.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:43.532 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 22:07:43.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:07:43.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:43.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:43.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:43.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 22:07:43.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:43.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:43.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.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) 22:07:43.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:43.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:43.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:43.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:43.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:43.534 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:07:43.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:43.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:43.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:43.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:43.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:43.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:43.597 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:43.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:43.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:43.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 22:07:43.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:43.598 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:43.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:43.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:43.598 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTabs no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 22:07:43.599 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:43.599 INFO [WorkbenchTestable][RequirementsRunner] Started test: addRemoveModulePathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 22:07:43.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 22:07:43.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:43.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:43.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:43.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:43.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:43.599 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:07:43.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:43.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:43.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:43.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:43.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:43.600 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:43.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') 22:07:43.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:43.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:43.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:43.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:43.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:07:43.601 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:43.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:43.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:43.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:07:43.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:07:43.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:07:43.602 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:43.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:43.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:43.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:43.603 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:43.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:43.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:43.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:43.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:43.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:43.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:44.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:44.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:44.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:44.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:44.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:44.605 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:44.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:44.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:44.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:44.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 22:07:44.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:44.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:44.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:44.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:44.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:44.606 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 22:07:44.606 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 22:07:44.606 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 22:07:44.606 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 22:07:44.607 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 22:07:44.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:44.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Team' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Configure' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Validate' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:44.626 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:07:44.626 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 22:07:44.626 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 22:07:44.626 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 22:07:44.626 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 22:07:44.733 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"] 22:07:44.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:44.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:44.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 22:07:44.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:44.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:44.734 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 22:07:44.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:44.735 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 22:07:44.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:44.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:44.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:44.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:44.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:44.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:44.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:44.736 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 22:07:44.736 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 22:07:44.736 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 22:07:44.736 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 22:07:44.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:44.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:44.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:44.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:44.737 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 22:07:44.737 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") 22:07:44.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:44.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:44.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:44.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:44.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:07:44.738 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 22:07:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:44.743 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 22:07:44.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:07:44.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:07:44.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:44.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:44.743 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") 22:07:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:44.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:44.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:44.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:07:44.744 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 22:07:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:44.744 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 22:07:44.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:07:44.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:07:44.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:44.744 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:44.744 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 22:07:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:44.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:07:44.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:07:44.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:44.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:07:44.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:44.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:44.753 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Modulepath 22:07:44.754 DEBUG [main][TreeItemHandler] Selecting tree item: Modulepath 22:07:44.754 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Modulepath about selection 22:07:44.755 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Modulepath 22:07:44.755 DEBUG [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...") 22:07:44.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:44.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:44.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:44.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:44.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:44.756 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 22:07:44.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:44.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:44.756 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:44.756 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:44.824 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.... 22:07:44.825 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 22:07:44.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 22:07:44.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:44.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:44.825 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...") 22:07:44.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:44.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:44.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:44.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:44.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:44.826 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 22:07:44.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:44.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:44.826 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:44.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:44.885 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:07:44.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:44.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:44.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:44.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 22:07:44.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:44.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:44.886 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 22:07:44.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:44.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 22:07:44.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:44.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:44.887 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 22:07:44.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:44.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:44.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:44.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:44.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:07:44.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:07:44.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:07:44.889 DEBUG [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...") 22:07:44.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:44.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:44.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:44.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:44.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:44.894 INFO [WorkbenchTestable][AbstractButton] Click button &New... 22:07:44.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:44.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:44.894 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:44.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:44.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available.... 22:07:44.927 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 22:07:44.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Entry 22:07:44.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:44.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:44.927 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:") 22:07:44.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:44.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:44.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:44.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:44.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:44.928 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:44.928 INFO [WorkbenchTestable][AbstractText] Text set to: VN 22:07:44.932 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:") 22:07:44.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:44.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:44.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:44.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:44.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:44.933 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:44.933 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 22:07:44.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 "OK", Widget matcher matching widgets with style: 8) 22:07:44.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:44.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:44.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:44.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:44.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:44.934 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:07:44.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:44.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:44.934 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:44.934 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:44.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:07:44.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:07:44.961 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 22:07:44.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:44.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:44.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:44.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:44.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:07:44.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:07:44.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:07:44.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:44.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:44.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 "Apply and Close") 22:07:44.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:44.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:44.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:44.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:44.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:44.968 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:07:44.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:44.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:44.968 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:44.968 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:45.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 22:07:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:45.011 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) 22:07:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:45.012 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:07:45.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:45.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:45.012 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:45.012 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:45.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:07:45.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:07:45.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:45.041 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 22:07:45.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:07:45.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:07:45.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:45.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:45.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:45.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.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") 22:07:45.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:45.043 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 22:07:45.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:45.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:45.043 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:45.043 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:45.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:45.043 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 22:07:45.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 22:07:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:07:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:07:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:45.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:45.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:45.544 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") 22:07:45.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:07:45.545 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 22:07:45.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:45.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:07:45.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:45.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:07:45.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:45.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:45.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:45.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:45.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:45.548 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 22:07:45.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:07:45.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:07:45.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:07:45.549 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 22:07:45.549 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 22:07:45.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:45.549 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 22:07:45.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:45.549 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 22:07:45.549 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 22:07:45.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:45.549 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 22:07:45.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:45.549 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 22:07:45.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.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.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") 22:07:45.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:45.553 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:07:45.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:45.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:45.553 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:45.553 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:45.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:45.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:45.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:45.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:45.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:45.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:45.586 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 22:07:45.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:07:45.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:45.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:45.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:45.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:45.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:45.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.587 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:07:45.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:45.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:45.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:45.587 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:45.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 '\*?\QPackage Explorer\E') 22:07:45.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:07:45.588 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:45.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:45.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:45.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:07:45.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:07:45.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:07:45.589 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 22:07:45.589 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 22:07:45.589 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 22:07:45.590 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 22:07:45.590 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:45.590 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Team' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Configure' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Validate' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:45.617 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:07:45.617 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 22:07:45.617 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 22:07:45.617 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 22:07:45.617 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 22:07:45.727 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"] 22:07:45.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:45.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:45.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 22:07:45.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:45.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:45.728 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 22:07:45.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:45.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.PropertyDialog, index 0 and no matchers specified 22:07:45.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:45.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:45.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:45.729 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 22:07:45.729 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 22:07:45.729 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 22:07:45.729 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 22:07:45.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.729 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 22:07:45.729 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") 22:07:45.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:07:45.730 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 22:07:45.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:45.730 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 22:07:45.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:07:45.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:07:45.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:07:45.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:45.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:45.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:45.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:45.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:45.730 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 22:07:45.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:07:45.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:07:45.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:07:45.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:45.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:45.732 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 22:07:45.732 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 22:07:45.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:45.732 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 22:07:45.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:45.732 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 22:07:45.732 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 22:07:45.732 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 22:07:45.732 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 22:07:45.733 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 22:07:45.733 DEBUG [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") 22:07:45.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:45.734 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:07:45.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:45.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:45.734 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:45.734 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:45.744 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") 22:07:45.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:07:45.745 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 22:07:45.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:45.745 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 22:07:45.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:07:45.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:07:45.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:07:45.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:45.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:45.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:45.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:45.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:45.745 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 22:07:45.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:07:45.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:07:45.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:07:45.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:45.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:45.757 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Modulepath 22:07:45.758 DEBUG [main][TreeItemHandler] Selecting tree item: Modulepath 22:07:45.758 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Modulepath about selection 22:07:45.759 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Modulepath 22:07:45.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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...") 22:07:45.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:45.760 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 22:07:45.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:45.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:45.760 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:45.761 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:45.795 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.... 22:07:45.796 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 22:07:45.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 22:07:45.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:45.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:45.796 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") 22:07:45.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 22:07:45.797 TRACE [main][WidgetHandler] Notify Table with event 13 22:07:45.797 TRACE [main][WidgetHandler] Wait for synchronization 22:07:45.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Configure Variables...") 22:07:45.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:45.798 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 22:07:45.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:45.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:45.798 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:45.798 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:45.856 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:07:45.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:45.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:45.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:45.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 22:07:45.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:45.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:45.857 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 22:07:45.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:45.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 22:07:45.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:45.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:45.857 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 22:07:45.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:07:45.858 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") 22:07:45.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 22:07:45.859 TRACE [main][WidgetHandler] Notify Table with event 13 22:07:45.859 TRACE [main][WidgetHandler] Wait for synchronization 22:07:45.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.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") 22:07:45.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:45.864 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:07:45.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:45.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:45.864 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:45.864 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:45.865 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:45.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:45.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:45.865 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 22:07:45.865 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:45.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 22:07:45.866 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:45.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:45.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:45.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 22:07:45.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:45.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:45.867 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:07:45.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:45.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:45.867 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:45.867 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:45.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Classpath Variables Changed"] is available.... 22:07:45.897 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 22:07:45.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Classpath Variables Changed 22:07:45.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:45.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:45.898 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) 22:07:45.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:45.899 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 22:07:45.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:45.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:45.899 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:45.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:45.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:07:45.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:07:45.968 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) 22:07:45.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:45.969 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:07:45.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:45.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:45.969 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:45.969 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:45.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:07:45.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:07:45.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:45.987 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 22:07:45.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 22:07:45.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:07:45.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:07:45.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:45.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:07:45.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:07:45.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:45.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:07:45.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:45.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:45.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:45.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:45.987 DEBUG [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") 22:07:45.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:45.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:45.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:45.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:45.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:45.989 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 22:07:45.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:45.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:45.989 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:45.989 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:45.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:45.989 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 22:07:45.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 22:07:46.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:46.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:07:46.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 22:07:46.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:07:46.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:46.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:46.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:46.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:46.489 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") 22:07:46.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:46.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:46.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:46.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:46.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:07:46.490 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 22:07:46.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:46.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:46.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:07:46.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 22:07:46.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:07:46.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:46.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:46.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:46.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:46.492 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 22:07:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:46.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:07:46.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:07:46.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:46.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:07:46.494 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 22:07:46.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 22:07:46.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:46.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 22:07:46.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:46.494 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 22:07:46.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 22:07:46.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:46.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 22:07:46.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:46.494 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 22:07:46.494 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 22:07:46.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 22:07:46.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:46.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:46.995 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 22:07:46.995 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 22:07:46.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:47.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:47.496 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 22:07:47.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:47.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:47.498 DEBUG [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") 22:07:47.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:47.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:47.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:47.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:47.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:47.502 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:07:47.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:47.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:47.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:47.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:47.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:47.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:47.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:47.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:47.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:47.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 22:07:47.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:47.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:47.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:47.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:47.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 22:07:47.535 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addRemoveModulePathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 22:07:47.535 INFO [WorkbenchTestable][RequirementsRunner] Test method addRemoveVariable is ignored because shouldRun method of RunIf conditional run is not met. 22:07:47.536 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 22:07:47.536 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:47.536 INFO [WorkbenchTestable][RequirementsRunner] Started test: addRemoveClassPathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 22:07:47.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 22:07:47.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:47.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:47.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:47.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:47.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:47.536 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:07:47.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:47.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:47.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:47.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:47.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:47.537 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:47.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 '\*?\QPackage Explorer\E') 22:07:47.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:47.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:47.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:47.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:47.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:07:47.538 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:47.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:47.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:47.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:07:47.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:07:47.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:07:47.540 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:47.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:47.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:47.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:47.540 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:47.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:47.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:47.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:47.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:47.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:47.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:48.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:48.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:48.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:48.543 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:48.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:48.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:48.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:48.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 22:07:48.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:48.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:48.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:48.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:48.545 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 22:07:48.545 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 22:07:48.545 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 22:07:48.545 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 22:07:48.546 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 22:07:48.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:48.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Team' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Configure' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Validate' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:48.564 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:07:48.564 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 22:07:48.564 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 22:07:48.564 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 22:07:48.564 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 22:07:48.670 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"] 22:07:48.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:48.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:48.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 22:07:48.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:48.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:48.671 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 22:07:48.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:48.671 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 22:07:48.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:48.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:48.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:48.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:48.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:48.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:48.672 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 22:07:48.672 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 22:07:48.672 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 22:07:48.672 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 22:07:48.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:48.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:48.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:48.673 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 22:07:48.673 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") 22:07:48.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:48.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:48.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:48.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:07:48.674 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 22:07:48.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:48.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:07:48.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:48.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:48.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:48.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:48.674 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") 22:07:48.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:48.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:48.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:48.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:07:48.675 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 22:07:48.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:48.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:07:48.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:48.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:48.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:48.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:48.675 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 22:07:48.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:48.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:07:48.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:07:48.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:48.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:07:48.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:48.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:48.676 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath 22:07:48.676 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath 22:07:48.677 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath about selection 22:07:48.677 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath 22:07:48.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.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...") 22:07:48.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:48.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:48.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:48.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:48.678 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 22:07:48.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:48.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:48.678 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:48.678 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:48.714 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.... 22:07:48.714 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 22:07:48.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 22:07:48.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:48.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:48.715 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...") 22:07:48.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:48.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:48.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:48.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:48.715 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 22:07:48.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:48.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:48.715 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:48.715 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:48.771 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:07:48.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:48.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:48.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:48.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:48.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 22:07:48.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:48.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:48.772 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 22:07:48.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:48.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 22:07:48.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:48.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:48.772 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 22:07:48.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:48.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:48.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:48.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:07:48.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:07:48.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:07:48.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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...") 22:07:48.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:48.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:48.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:48.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:48.779 INFO [WorkbenchTestable][AbstractButton] Click button &New... 22:07:48.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:48.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:48.779 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:48.779 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:48.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available.... 22:07:48.812 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 22:07:48.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Entry 22:07:48.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:48.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:48.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 22:07:48.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:48.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:48.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:48.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:48.814 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:48.814 INFO [WorkbenchTestable][AbstractText] Text set to: VN 22:07:48.815 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:") 22:07:48.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:48.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:48.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:48.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:48.816 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:48.816 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 22:07:48.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 "OK", Widget matcher matching widgets with style: 8) 22:07:48.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:48.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:48.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:48.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:48.817 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:07:48.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:48.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:48.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:48.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:48.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:07:48.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:07:48.846 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 22:07:48.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:48.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:48.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:48.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:07:48.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:07:48.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:07:48.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:48.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:07:48.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:48.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:48.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:48.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:48.850 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:07:48.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:48.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:48.850 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:48.850 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:48.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:48.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:48.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 22:07:48.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:48.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:48.891 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) 22:07:48.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:48.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:48.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:48.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:48.892 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:07:48.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:48.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:48.892 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:48.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:48.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:07:48.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:07:48.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:48.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:07:48.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:48.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:48.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:48.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:48.917 DEBUG [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") 22:07:48.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:48.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:48.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:48.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:48.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:48.918 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 22:07:48.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:48.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:48.918 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:48.919 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:48.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:48.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 22:07:49.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:07:49.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:49.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:49.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:49.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:49.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:49.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:49.419 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") 22:07:49.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:07:49.421 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 22:07:49.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:49.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:07:49.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:49.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:49.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:49.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:49.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:49.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:49.423 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 22:07:49.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:07:49.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:07:49.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:07:49.424 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 22:07:49.424 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 22:07:49.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:49.424 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Classpath is already expanded. No action performed 22:07:49.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:49.424 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 22:07:49.424 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 22:07:49.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:49.424 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Classpath is already expanded. No action performed 22:07:49.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:49.425 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 22:07:49.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.426 DEBUG [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") 22:07:49.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:49.427 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:07:49.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:49.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:49.427 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:49.427 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:49.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:49.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:49.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:49.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:49.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:49.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:49.466 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 22:07:49.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:07:49.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:49.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:49.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:49.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:49.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:49.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:49.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.466 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:07:49.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:49.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:49.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:49.467 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:49.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:07:49.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:07:49.467 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:49.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:49.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:49.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:07:49.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:07:49.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:07:49.469 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 22:07:49.469 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 22:07:49.469 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 22:07:49.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 22:07:49.470 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:49.470 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Team' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Configure' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Validate' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:49.497 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:07:49.497 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 22:07:49.497 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 22:07:49.497 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 22:07:49.498 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 22:07:49.613 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"] 22:07:49.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:49.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:49.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 22:07:49.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:49.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:49.615 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 22:07:49.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:49.615 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 22:07:49.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:49.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:49.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:49.616 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 22:07:49.616 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 22:07:49.616 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 22:07:49.616 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 22:07:49.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.617 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 22:07:49.617 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") 22:07:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:07:49.617 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 22:07:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:49.617 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 22:07:49.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:49.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:07:49.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:07:49.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 22:07:49.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:07:49.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:49.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:49.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:49.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:49.617 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 22:07:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:07:49.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:07:49.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:07:49.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:49.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:49.619 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 22:07:49.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 22:07:49.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:49.619 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Classpath is already expanded. No action performed 22:07:49.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:49.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 22:07:49.619 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 22:07:49.619 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 22:07:49.619 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 22:07:49.620 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 22:07:49.620 DEBUG [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") 22:07:49.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:49.621 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:07:49.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:49.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:49.621 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:49.621 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:49.623 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") 22:07:49.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:07:49.623 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 22:07:49.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:49.623 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 22:07:49.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:07:49.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:07:49.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 22:07:49.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:07:49.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:49.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:49.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:49.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:49.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:49.623 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 22:07:49.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:07:49.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:07:49.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:07:49.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:49.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:49.625 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath 22:07:49.625 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath 22:07:49.625 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath about selection 22:07:49.625 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath 22:07:49.625 DEBUG [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...") 22:07:49.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:49.626 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 22:07:49.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:49.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:49.626 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:49.626 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:49.660 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.... 22:07:49.660 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 22:07:49.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 22:07:49.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:49.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:49.661 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") 22:07:49.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 22:07:49.665 TRACE [main][WidgetHandler] Notify Table with event 13 22:07:49.665 TRACE [main][WidgetHandler] Wait for synchronization 22:07:49.668 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...") 22:07:49.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:49.669 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 22:07:49.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:49.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:49.669 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:49.669 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:49.727 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:07:49.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:49.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:49.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:49.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:49.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 22:07:49.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:49.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:49.727 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 22:07:49.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:49.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 22:07:49.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:49.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:49.728 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 22:07:49.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:07:49.729 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") 22:07:49.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 22:07:49.730 TRACE [main][WidgetHandler] Notify Table with event 13 22:07:49.730 TRACE [main][WidgetHandler] Wait for synchronization 22:07:49.730 DEBUG [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") 22:07:49.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:49.732 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:07:49.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:49.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:49.732 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:49.732 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:49.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:49.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:49.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:49.733 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 22:07:49.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:49.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 22:07:49.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:49.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:49.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:49.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 22:07:49.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:49.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:49.738 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:07:49.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:49.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:49.738 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:49.738 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:49.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Classpath Variables Changed"] is available.... 22:07:49.770 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 22:07:49.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Classpath Variables Changed 22:07:49.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:49.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:49.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.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) 22:07:49.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:49.771 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 22:07:49.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:49.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:49.771 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:49.771 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:49.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:07:49.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:07:49.838 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) 22:07:49.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:49.839 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:07:49.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:49.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:49.839 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:49.839 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:49.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:07:49.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:07:49.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:49.857 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 22:07:49.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 22:07:49.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:07:49.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:07:49.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:07:49.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:49.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:07:49.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:07:49.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:07:49.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:49.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:49.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:49.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:49.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:49.857 DEBUG [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") 22:07:49.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:49.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:49.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:49.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:49.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:49.859 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 22:07:49.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:49.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:49.859 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:49.859 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:49.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:49.859 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 22:07:49.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 22:07:50.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:07:50.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:07:50.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:07:50.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:50.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:50.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:50.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:50.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:50.359 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") 22:07:50.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:50.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:50.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:50.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:50.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:07:50.360 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 22:07:50.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:50.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:07:50.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:07:50.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:07:50.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:50.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:50.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:50.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:50.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:50.362 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 22:07:50.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:50.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:07:50.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:07:50.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:50.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:07:50.364 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 22:07:50.364 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 22:07:50.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:50.364 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 22:07:50.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:50.364 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 22:07:50.364 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 22:07:50.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:50.364 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 22:07:50.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:50.364 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 22:07:50.364 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 22:07:50.364 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 22:07:50.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:50.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:50.865 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 22:07:50.865 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 22:07:50.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:51.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:51.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 22:07:51.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:51.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:51.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.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") 22:07:51.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:51.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:51.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:51.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:51.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:51.371 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:07:51.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:51.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:51.371 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:51.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:51.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:51.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:51.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:51.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:51.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:51.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 22:07:51.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:51.403 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:51.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:51.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:51.403 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addRemoveClassPathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 22:07:51.403 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:51.403 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLibraries no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 22:07:51.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 22:07:51.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:51.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:51.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:51.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:51.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:51.415 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:07:51.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:51.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:51.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:51.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:51.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:51.415 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:51.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 '\*?\QPackage Explorer\E') 22:07:51.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:51.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:51.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:51.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:51.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:07:51.416 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:51.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:51.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:51.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:07:51.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:07:51.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:07:51.418 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:51.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:51.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:51.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:51.418 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:51.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:51.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:51.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:51.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:51.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:51.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:51.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:51.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:52.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:52.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:52.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:52.421 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:07:52.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:07:52.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:52.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:52.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 22:07:52.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:52.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:52.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:52.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:52.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:52.422 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 22:07:52.422 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 22:07:52.422 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 22:07:52.422 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 22:07:52.423 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 22:07:52.424 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:52.424 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Team' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Configure' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Validate' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:52.441 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:07:52.441 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 22:07:52.441 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 22:07:52.441 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 22:07:52.441 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 22:07:52.547 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"] 22:07:52.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:52.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:52.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 22:07:52.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:52.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:52.549 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 22:07:52.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:52.549 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 22:07:52.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:52.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:52.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:52.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:52.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:52.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:52.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:52.550 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 22:07:52.550 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 22:07:52.550 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 22:07:52.550 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 22:07:52.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:52.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:52.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:52.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:52.550 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") 22:07:52.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:52.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:52.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:52.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:52.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:07:52.551 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 22:07:52.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:52.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:07:52.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:52.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:52.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:52.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:52.551 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 22:07:52.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:52.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:07:52.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:07:52.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:52.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 22:07:52.553 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 22:07:52.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 22:07:52.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:52.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 22:07:52.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:52.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 22:07:52.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 22:07:52.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:52.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 22:07:52.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:52.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 22:07:52.553 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 22:07:52.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 22:07:52.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:53.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:53.054 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 22:07:53.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 22:07:53.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:53.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:53.555 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 22:07:53.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 22:07:53.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:53.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:53.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) 22:07:53.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:53.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:53.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:53.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:53.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:53.563 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:07:53.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:53.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:53.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:53.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:53.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:53.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:53.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:53.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:53.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:53.596 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 22:07:53.596 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:53.596 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:53.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:53.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:53.596 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLibraries no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 22:07:53.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:53.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:53.598 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 22:07:53.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:53.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:53.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:53.599 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:53.599 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:53.599 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:53.599 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:53.599 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:07:53.599 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:07:53.599 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:53.599 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:53.599 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:53.599 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:53.599 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:53.599 DEBUG [main][MenuItemLookup] Item match:Window 22:07:53.599 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:53.599 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:53.599 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:53.599 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:53.599 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:53.599 DEBUG [main][MenuItemLookup] Item match:Show View 22:07:53.602 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:07:53.603 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:07:53.603 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:07:53.603 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:07:53.603 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:07:53.603 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:07:53.603 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:07:53.603 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:07:53.603 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:07:53.603 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:07:53.603 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:07:53.603 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:07:53.603 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:07:53.603 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:07:53.603 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:53.603 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:07:53.603 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:07:53.603 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:07:53.603 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:07:53.603 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:07:53.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:07:53.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 22:07:53.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:07:53.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:53.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:53.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 22:07:53.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:53.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:53.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:53.652 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:07:53.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:53.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:53.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:53.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:53.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:53.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:53.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:53.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:53.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:07:53.653 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:07:53.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:53.653 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:07:53.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:53.653 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:07:53.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:07:53.653 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:07:53.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:53.654 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:07:53.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:53.654 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:07:53.654 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 22:07:53.654 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 22:07:53.658 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 22:07:53.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 22:07:53.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:53.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:53.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:53.658 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:07:53.658 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:53.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:53.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:53.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:07:53.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:53.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:53.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:53.659 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:07:53.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:53.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:53.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:53.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:53.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:53.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:53.659 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:07:53.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:53.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:53.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:53.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:53.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:07:53.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:07:53.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 22:07:53.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:53.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:53.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 22:07:53.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:53.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:53.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:53.689 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:53.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') 22:07:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:53.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:53.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:53.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:53.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:07:53.690 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:07:53.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:07:53.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:53.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:07:53.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:07:53.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:07:53.692 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:07:53.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:07:53.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:53.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:53.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:53.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:53.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:54.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:54.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:54.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:54.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:07:54.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:07:54.693 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:07:54.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:07:54.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:07:54.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:07:54.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 22:07:54.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:54.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:54.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:54.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:54.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:54.695 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 22:07:54.695 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 22:07:54.695 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 22:07:54.695 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 22:07:54.701 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 22:07:54.702 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:54.702 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:54.720 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:54.720 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:54.720 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:54.720 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:54.720 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:54.720 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:54.720 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:54.720 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:54.720 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:54.720 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:07:54.720 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:07:54.720 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:07:54.720 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:54.720 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:07:54.720 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:07:54.720 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:54.720 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:07:54.720 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:07:54.720 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:07:54.720 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:07:54.720 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:07:54.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:54.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:07:54.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:07:55.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:07:55.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:55.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:55.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:07:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:55.220 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'buildpathspropertypagetest' via Explorer 22:07:55.221 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 22:07:55.221 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 22:07:55.221 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 22:07:55.225 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 22:07:55.225 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:07:55.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:55.242 DEBUG [main][MenuItemLookup] Found menu:'New' 22:07:55.242 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:07:55.242 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:55.242 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:07:55.242 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:55.242 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:07:55.242 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:07:55.242 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:07:55.242 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:07:55.242 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:07:55.242 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:07:55.242 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:07:55.242 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:07:55.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 22:07:55.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 22:07:55.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:07:55.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:55.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:55.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:55.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:55.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: 32) 22:07:55.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:55.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:55.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:55.809 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:55.809 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:55.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:55.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:55.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:55.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:55.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:55.809 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:07:55.809 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:07:55.809 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:07:55.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:55.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:55.810 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:55.810 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:55.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:07:55.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:55.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:55.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:55.810 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:07:55.810 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:55.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:55.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:55.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:55.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:55.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:55.811 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:07:55.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:55.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:55.811 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:55.811 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:55.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:07:55.813 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:07:56.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:07:56.314 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:07:56.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:56.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:56.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:07:56.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:07:56.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:56.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:56.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:56.314 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 22:07:56.314 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:56.314 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:56.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:56.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 15.083 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.499 s addRemoveModulePathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) Time elapsed: 3.936 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: 3.867 s getLibraries no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) Time elapsed: 2.193 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 22:07:56.327 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 22:07:56.328 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:07:56.328 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:56.328 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 22:07:56.328 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:56.328 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:07:56.328 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:56.328 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:07:56.328 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:56.328 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 22:07:56.328 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 22:07:56.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 22:07:56.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:56.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:56.329 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:56.329 DEBUG [main][MenuItemLookup] Item match:Window 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:07:56.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:56.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:56.329 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:56.329 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:56.329 DEBUG [main][MenuItemLookup] Item match:Window 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:07:56.330 DEBUG [main][MenuItemLookup] Item match:Perspective 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:07:56.330 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:07:56.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 22:07:56.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:56.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:56.330 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:56.330 DEBUG [main][MenuItemLookup] Item match:Window 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:07:56.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:56.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:56.330 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:56.330 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:56.330 DEBUG [main][MenuItemLookup] Item match:Window 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:07:56.331 DEBUG [main][MenuItemLookup] Item match:Perspective 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:07:56.331 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:07:56.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:56.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:56.331 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:56.331 DEBUG [main][MenuItemLookup] Item match:Window 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:07:56.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:56.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:56.331 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:07:56.331 DEBUG [main][MenuItemLookup] Item match:Window 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:07:56.331 DEBUG [main][MenuItemLookup] Item match:Perspective 22:07:56.331 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:07:56.332 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:56.332 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:07:56.332 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:07:56.332 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:07:56.332 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:07:56.332 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 22:07:56.332 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 22:07:56.332 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 22:07:56.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 22:07:56.350 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 22:07:56.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 22:07:56.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:56.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:56.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:56.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:56.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:56.351 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:07:56.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:56.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:56.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:56.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 "Reset Perspective") 22:07:56.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:56.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:56.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:56.352 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:07:56.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:56.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:56.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:56.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:56.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:56.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:56.352 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 22:07:56.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:56.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:56.352 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:56.352 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:56.419 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:56.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:56.419 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:56.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:56.419 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:07:56.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:56.419 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:56.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:56.419 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:56.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:56.419 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:56.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:56.420 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:07:56.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:56.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'] 22:07:56.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:56.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'] 22:07:56.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:56.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:56.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:56.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:56.420 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:56.420 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:56.420 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:56.420 DEBUG [main][MenuItemLookup] Item match:File 22:07:56.421 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:07:56.421 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:56.422 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:07:56.422 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:07:56.423 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:07:56.423 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:07:56.423 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:07:56.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:07:56.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 22:07:56.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:07:56.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:56.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:56.482 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:56.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:56.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:07:56.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:56.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:56.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:56.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:56.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:56.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:56.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:56.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:07:56.484 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:56.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:56.484 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:56.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:56.484 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:56.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:07:56.484 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:56.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:56.484 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:56.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:56.484 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:56.484 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:07:56.484 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:07:56.484 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:07:56.484 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:07:56.485 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:56.485 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:07:56.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:07:56.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:56.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:56.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:56.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:56.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:56.485 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:07:56.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:56.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:56.485 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:56.485 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:56.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'] 22:07:56.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:56.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:56.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:07:56.598 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 22:07:56.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:07:56.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:56.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:56.599 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:56.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:56.599 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'testproject' 22:07:56.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.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 22:07:56.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:56.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:56.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:56.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:56.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:56.615 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:56.615 INFO [WorkbenchTestable][AbstractText] Text set to: testproject 22:07:56.636 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:07:56.636 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:07:56.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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) 22:07:56.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:56.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:56.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:56.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:56.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:56.638 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:07:56.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:56.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:56.638 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:56.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:56.640 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.... 22:07:57.141 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 22:07:57.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:07:57.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:57.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:57.143 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:07:57.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:07:57.143 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:57.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:57.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:57.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:07:57.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:57.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.145 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:07:57.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:57.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:57.145 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:57.145 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:57.205 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.... 22:07:57.205 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 22:07:57.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:57.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:57.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:57.205 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 22:07:57.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:07:57.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:07:57.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:57.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:57.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:57.205 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:57.205 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 22:07:57.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 22:07:57.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:57.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:57.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:57.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'] 22:07:57.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.206 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:57.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.206 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 22:07:57.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.206 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:57.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.206 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:57.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.206 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:57.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.206 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 22:07:57.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.207 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:57.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.207 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:57.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:57.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:57.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:57.207 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:57.207 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:57.207 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:57.207 DEBUG [main][MenuItemLookup] Item match:File 22:07:57.208 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:07:57.208 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:57.209 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:07:57.210 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:07:57.210 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:07:57.210 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:07:57.210 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:07:57.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:07:57.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:07:57.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:07:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:57.318 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:57.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:07:57.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:57.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:57.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:57.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:07:57.320 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:57.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:57.320 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:57.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:57.320 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:57.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:07:57.320 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:57.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:57.320 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:57.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:57.320 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:57.321 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 22:07:57.321 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 22:07:57.321 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 22:07:57.323 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 22:07:57.323 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:57.323 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:07:57.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:07:57.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.328 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:07:57.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:57.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:57.328 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:57.328 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:57.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'] 22:07:57.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 22:07:57.399 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 22:07:57.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 22:07:57.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:57.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:57.400 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 22:07:57.400 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.400 DEBUG [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:") 22:07:57.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:57.402 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:57.402 INFO [WorkbenchTestable][AbstractText] Text set to: testproject/src 22:07:57.407 DEBUG [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:") 22:07:57.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:57.409 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:57.410 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 22:07:57.411 DEBUG [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:") 22:07:57.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:57.414 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:57.415 INFO [WorkbenchTestable][AbstractText] Text set to: InterfaceName 22:07:57.425 DEBUG [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:") 22:07:57.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:57.426 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:57.427 DEBUG [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:") 22:07:57.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:57.429 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:57.429 DEBUG [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:") 22:07:57.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:57.433 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:57.433 DEBUG [WorkbenchTestable][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:") 22:07:57.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.434 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 22:07:57.434 INFO [WorkbenchTestable][CheckBox] Check checkbox Enclosing t&ype: 22:07:57.434 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 22:07:57.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:57.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:57.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:57.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:57.438 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 22:07:57.438 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:57.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:57.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:57.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:07:57.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:57.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 22:07:57.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 22:07:57.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 22:07:57.439 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:57.439 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 22:07:57.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:57.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:57.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:57.440 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:07:57.440 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:57.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 22:07:57.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 22:07:57.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 22:07:57.440 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:57.440 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test.InterfaceName 22:07:57.489 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 22:07:57.489 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:57.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:57.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:57.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:07:57.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:57.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 22:07:57.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 22:07:57.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 22:07:57.498 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:57.498 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 22:07:57.498 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:57.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:57.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:57.498 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:07:57.498 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:57.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 22:07:57.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 22:07:57.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 22:07:57.498 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:57.499 INFO [WorkbenchTestable][AbstractText] Text set to: 22:07:57.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.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") 22:07:57.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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") 22:07:57.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.503 DEBUG [WorkbenchTestable][RadioButton] Radio Button &public already checked, no action performed 22:07:57.503 DEBUG [WorkbenchTestable][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") 22:07:57.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.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.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") 22:07:57.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.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.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") 22:07:57.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.505 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 22:07:57.505 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 22:07:57.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:57.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:57.505 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:57.505 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:57.505 TRACE [main][WidgetHandler] Notify Button with event 27 22:07:57.505 TRACE [main][WidgetHandler] Wait for synchronization 22:07:57.505 TRACE [main][WidgetHandler] Notify Button with event 13 22:07:57.505 TRACE [main][WidgetHandler] Wait for synchronization 22:07:57.505 TRACE [main][WidgetHandler] Notify Button with event 26 22:07:57.505 TRACE [main][WidgetHandler] Wait for synchronization 22:07:57.505 TRACE [main][WidgetHandler] Notify Button with event 3 22:07:57.505 TRACE [main][WidgetHandler] Wait for synchronization 22:07:57.505 TRACE [main][WidgetHandler] Notify Button with event 4 22:07:57.505 TRACE [main][WidgetHandler] Wait for synchronization 22:07:57.506 TRACE [main][WidgetHandler] Notify Button with event 13 22:07:57.506 TRACE [main][WidgetHandler] Wait for synchronization 22:07:57.506 DEBUG [WorkbenchTestable][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") 22:07:57.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.506 DEBUG [WorkbenchTestable][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") 22:07:57.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.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.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") 22:07:57.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.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.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") 22:07:57.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.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.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") 22:07:57.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.509 INFO [WorkbenchTestable][RadioButton] Select radio button pri&vate 22:07:57.509 INFO [WorkbenchTestable][AbstractButton] Click button pri&vate 22:07:57.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:57.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:57.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:57.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:57.509 TRACE [main][WidgetHandler] Notify Button with event 27 22:07:57.509 TRACE [main][WidgetHandler] Wait for synchronization 22:07:57.509 TRACE [main][WidgetHandler] Notify Button with event 13 22:07:57.509 TRACE [main][WidgetHandler] Wait for synchronization 22:07:57.509 TRACE [main][WidgetHandler] Notify Button with event 26 22:07:57.509 TRACE [main][WidgetHandler] Wait for synchronization 22:07:57.509 TRACE [main][WidgetHandler] Notify Button with event 3 22:07:57.509 TRACE [main][WidgetHandler] Wait for synchronization 22:07:57.509 TRACE [main][WidgetHandler] Notify Button with event 4 22:07:57.509 TRACE [main][WidgetHandler] Wait for synchronization 22:07:57.509 TRACE [main][WidgetHandler] Notify Button with event 13 22:07:57.509 TRACE [main][WidgetHandler] Wait for synchronization 22:07:57.509 DEBUG [WorkbenchTestable][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") 22:07:57.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 22:07:57.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.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.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") 22:07:57.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.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.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") 22:07:57.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.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.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") 22:07:57.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.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.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") 22:07:57.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.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.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") 22:07:57.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.596 INFO [WorkbenchTestable][RadioButton] Select radio button pro&tected 22:07:57.596 INFO [WorkbenchTestable][AbstractButton] Click button pro&tected 22:07:57.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:57.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:57.597 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:57.597 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:57.597 TRACE [main][WidgetHandler] Notify Button with event 27 22:07:57.597 TRACE [main][WidgetHandler] Wait for synchronization 22:07:57.597 TRACE [main][WidgetHandler] Notify Button with event 13 22:07:57.597 TRACE [main][WidgetHandler] Wait for synchronization 22:07:57.597 TRACE [main][WidgetHandler] Notify Button with event 26 22:07:57.597 TRACE [main][WidgetHandler] Wait for synchronization 22:07:57.597 TRACE [main][WidgetHandler] Notify Button with event 3 22:07:57.597 TRACE [main][WidgetHandler] Wait for synchronization 22:07:57.597 TRACE [main][WidgetHandler] Notify Button with event 4 22:07:57.597 TRACE [main][WidgetHandler] Wait for synchronization 22:07:57.597 TRACE [main][WidgetHandler] Notify Button with event 13 22:07:57.597 TRACE [main][WidgetHandler] Wait for synchronization 22:07:57.597 DEBUG [WorkbenchTestable][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") 22:07:57.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.598 DEBUG [WorkbenchTestable][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") 22:07:57.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.598 DEBUG [WorkbenchTestable][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") 22:07:57.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 22:07:57.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.600 DEBUG [WorkbenchTestable][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:") 22:07:57.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.601 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 22:07:57.601 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Enclosing t&ype: 22:07:57.601 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 22:07:57.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:57.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:57.601 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:57.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:57.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.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") 22:07:57.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.611 DEBUG [WorkbenchTestable][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") 22:07:57.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.612 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 22:07:57.612 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 22:07:57.612 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 22:07:57.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:57.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:57.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:57.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:57.613 DEBUG [WorkbenchTestable][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") 22:07:57.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.614 DEBUG [WorkbenchTestable][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") 22:07:57.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.614 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 22:07:57.614 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Generate comments 22:07:57.614 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 22:07:57.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:57.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:57.615 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:57.615 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:57.615 DEBUG [WorkbenchTestable][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") 22:07:57.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.615 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 22:07:57.615 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Cancel wizard 22:07:57.616 DEBUG [WorkbenchTestable][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) 22:07:57.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.617 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:07:57.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:57.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:57.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:57.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:57.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:07:57.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:07:57.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:07:57.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 22:07:57.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:57.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:57.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:07:57.717 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:07:57.717 DEBUG [main][EditorHandler] 0 editor(s) found 22:07:57.717 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 22:07:57.717 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:07:57.717 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:07:57.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:57.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:57.718 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 22:07:57.718 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:07:57.718 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 22:07:57.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 22:07:57.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:07:57.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:07:57.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:07:57.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'] 22:07:57.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.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'] 22:07:57.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.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 Interface"] 22:07:57.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.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'] 22:07:57.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.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'] 22:07:57.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.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'] 22:07:57.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.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: "New Java Interface"] 22:07:57.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.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'] 22:07:57.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.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'] 22:07:57.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:07:57.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:57.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:57.719 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:07:57.719 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:07:57.719 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:57.720 DEBUG [main][MenuItemLookup] Item match:File 22:07:57.720 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:07:57.720 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'File' 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'' 22:07:57.722 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:07:57.722 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:07:57.724 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:07:57.724 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:07:57.724 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:07:57.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 'New|Select a wizard'] is available.... 22:07:57.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 'New|Select a wizard'] is available. finished successfully 22:07:57.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:07:57.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:57.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:57.831 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:57.831 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:07:57.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:07:57.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:07:57.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:07:57.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:07:57.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:57.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:57.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:57.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:57.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:57.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:07:57.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:07:57.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:07:57.834 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:07:57.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:07:57.834 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:07:57.834 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 22:07:57.834 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 22:07:57.834 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 22:07:57.837 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 22:07:57.837 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:07:57.837 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:07:57.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:07:57.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.838 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:07:57.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:57.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:57.838 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:57.838 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:57.900 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:07:57.900 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.900 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 22:07:57.901 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 22:07:57.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 22:07:57.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:57.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:57.902 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 22:07:57.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:07:57.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 "Add...") 22:07:57.902 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:57.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:57.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:57.902 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:07:57.902 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:57.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:07:57.903 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:07:57.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:07:57.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:07:57.903 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:07:57.903 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:07:57.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 22:07:57.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 22:07:57.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 22:07:57.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:07:57.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:07:57.956 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 22:07:57.956 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:07:57.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:07:57.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:07:57.956 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:07:57.956 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:07:57.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:07:57.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:07:57.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:07:57.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:07:57.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:07:57.957 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:07:57.957 INFO [WorkbenchTestable][AbstractText] Text set to: nonexisting.interface.name 22:07:57.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:07:57.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:07:57.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 22:07:57.958 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 22:07:57.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:07:57.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:07:57.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:57.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:58.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:07:58.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 22:07:58.460 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 22:07:58.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:07:58.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:58.460 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:58.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:07:58.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 22:07:58.961 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 22:07:58.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:07:58.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:58.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:59.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:07:59.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 22:07:59.461 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 22:07:59.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:07:59.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:59.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:07:59.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 22:07:59.961 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 22:07:59.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:07:59.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:07:59.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:00.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:00.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:00.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:00.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:08:00.961 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 22:08:00.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:00.962 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:00.962 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:00.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:00.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:00.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:00.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:10.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 22:08:10.969 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 22:08:10.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:10.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:10.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:10.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:10.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:10.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:10.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:10.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:10.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:10.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:10.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:11.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 22:08:11.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 22:08:11.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:11.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:11.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:11.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:11.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:11.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:11.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:11.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:11.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:11.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:11.973 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:08:11.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:11.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:11.974 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:11.974 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:11.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 "Add...") 22:08:11.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:11.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:11.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:11.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:11.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:11.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:11.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:11.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:11.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:11.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:11.995 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:08:11.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:11.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:11.995 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:11.995 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:12.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 22:08:12.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 22:08:12.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 22:08:12.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:12.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:12.035 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 22:08:12.035 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:12.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:12.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:12.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:12.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:12.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:12.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:12.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:12.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:12.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:08:12.036 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:08:12.036 INFO [WorkbenchTestable][AbstractText] Text set to: Acl 22:08:12.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:08:12.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:08:12.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:08:12.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:12.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:12.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:12.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:13.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:13.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:13.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:13.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:14.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:14.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:14.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:14.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:15.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:15.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:15.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:08:15.038 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 22:08:15.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:15.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:15.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:15.039 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:15.039 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:15.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:15.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:15.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:15.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:15.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:15.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:15.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:15.043 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 22:08:15.043 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:15.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:15.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:15.043 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:15.043 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:15.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:15.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:15.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:15.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:15.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:15.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:15.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:15.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 22:08:15.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:15.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:15.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:15.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:15.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:15.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:15.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:15.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:15.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:15.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:15.045 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:08:15.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:15.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:15.045 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:15.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:15.062 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 22:08:15.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:15.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:15.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:15.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:15.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:15.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:15.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:15.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:15.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:15.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:15.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:16.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 22:08:16.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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...") 22:08:16.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:16.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:16.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:16.064 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:16.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:16.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:16.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:16.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:16.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:16.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:16.067 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:08:16.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:16.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:16.067 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:16.067 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:16.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 22:08:16.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 22:08:16.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 22:08:16.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:16.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:16.098 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 22:08:16.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:16.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:16.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:16.099 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:16.099 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:16.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:16.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:16.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:16.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:16.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:08:16.099 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:08:16.099 INFO [WorkbenchTestable][AbstractText] Text set to: org.w3c.dom.views.AbstractView 22:08:16.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:08:16.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:08:16.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:08:16.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:16.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:16.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:16.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:17.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:17.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:17.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:17.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:18.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:18.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:18.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:18.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:19.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:19.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:19.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:08:19.103 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 22:08:19.103 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:19.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:19.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:19.103 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:19.103 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:19.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:19.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:19.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:19.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:19.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:19.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:19.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:19.106 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 22:08:19.106 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:19.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:19.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:19.106 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:19.106 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:19.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:19.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:19.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:19.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:19.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:19.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:19.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:19.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") 22:08:19.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:19.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:19.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:19.107 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:19.107 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:19.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:19.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:19.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:19.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:19.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:19.108 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:08:19.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:19.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:19.108 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:19.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:19.134 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 22:08:19.134 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:19.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:19.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:19.134 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:19.134 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:19.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:19.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:19.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:19.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:19.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:19.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:19.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:19.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 22:08:19.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:19.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:19.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:19.135 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:19.135 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:19.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:19.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:19.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:19.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:19.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:19.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:19.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:19.136 TRACE [main][WidgetHandler] Notify Table with event 13 22:08:19.136 TRACE [main][WidgetHandler] Wait for synchronization 22:08:19.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:08:19.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:19.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:19.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:19.136 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:19.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:19.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:19.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:19.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:19.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:19.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:19.139 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:08:19.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:19.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:19.139 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:19.139 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:19.139 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 22:08:19.139 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Cancel wizard 22:08:19.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.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) 22:08:19.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:19.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:19.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:19.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:19.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:19.141 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:08:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:19.141 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:19.141 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:19.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:08:19.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:08:19.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:08:19.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:19.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:19.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:08:19.164 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:08:19.164 DEBUG [main][EditorHandler] 0 editor(s) found 22:08:19.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 22:08:19.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:08:19.164 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:08:19.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:19.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:19.164 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 22:08:19.164 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:08:19.165 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 22:08:19.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 22:08:19.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:08:19.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:08:19.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:08:19.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'] 22:08:19.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:19.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'] 22:08:19.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:19.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 Interface"] 22:08:19.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:19.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'] 22:08:19.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:19.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'] 22:08:19.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:19.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'] 22:08:19.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:19.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 Interface"] 22:08:19.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:19.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'] 22:08:19.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:19.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'] 22:08:19.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:19.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:08:19.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:19.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:19.166 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:08:19.166 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:08:19.166 DEBUG [main][MenuItemLookup] Found menu:'File' 22:08:19.166 DEBUG [main][MenuItemLookup] Item match:File 22:08:19.167 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:08:19.167 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'File' 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:19.168 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:08:19.168 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:08:19.169 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:08:19.169 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:08:19.169 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:08:19.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.... 22:08:19.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 22:08:19.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:08:19.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:19.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:19.228 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:08:19.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:19.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 22:08:19.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:19.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:19.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:19.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:08:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:08:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:08:19.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:08:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:19.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:08:19.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:19.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:08:19.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:08:19.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:08:19.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:19.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:08:19.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:19.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:08:19.230 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 22:08:19.230 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 22:08:19.230 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 22:08:19.232 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 22:08:19.232 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:08:19.232 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:08:19.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:08:19.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:19.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:19.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:19.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:19.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:19.233 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:08:19.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:19.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:19.233 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:19.233 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:19.269 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:19.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:19.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:19.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 22:08:19.269 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 22:08:19.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 22:08:19.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:19.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:19.270 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 22:08:19.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:19.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 22:08:19.270 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:19.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:19.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:19.270 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:19.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:19.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:19.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:19.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:19.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:19.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:19.271 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:08:19.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:19.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:19.271 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:19.271 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:19.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 22:08:19.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 22:08:19.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 22:08:19.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:19.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:19.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 22:08:19.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:19.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:19.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:19.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:19.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:19.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:19.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:19.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:19.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:19.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:08:19.307 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:08:19.307 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 22:08:19.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:08:19.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:08:19.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 22:08:19.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:08:19.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:08:19.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:19.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:19.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:19.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:20.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:20.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:20.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:20.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:21.309 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:21.309 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:21.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:21.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:22.310 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:22.310 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:22.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:08:22.310 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 22:08:22.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:22.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:22.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:22.310 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:22.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:22.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:22.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:22.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:22.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:22.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:22.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:22.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:22.313 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 22:08:22.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:22.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:22.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:22.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:22.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:22.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:22.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:22.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:22.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:22.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:22.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:22.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:22.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") 22:08:22.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:22.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:22.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:22.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:22.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:22.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:22.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:22.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:22.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:22.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:22.315 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:08:22.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:22.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:22.315 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:22.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:22.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 "Add...") 22:08:22.342 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:22.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:22.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:22.342 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:22.342 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:22.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:22.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:22.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:22.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:22.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:22.344 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:08:22.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:22.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:22.344 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:22.344 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:22.372 DEBUG [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.... 22:08:22.372 DEBUG [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 22:08:22.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 22:08:22.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:22.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:22.373 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 22:08:22.373 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:22.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:22.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:22.373 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:22.373 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:22.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:22.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:22.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:22.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:22.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:08:22.373 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:08:22.374 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleEditableText 22:08:22.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:08:22.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:08:22.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:08:22.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:22.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:22.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:22.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:23.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:23.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:23.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:23.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:24.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:24.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:24.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:24.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:25.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:25.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:25.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:08:25.375 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 22:08:25.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:25.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:25.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:25.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:25.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:25.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:25.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:25.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:25.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:25.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:25.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:25.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:25.378 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 22:08:25.378 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:25.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:25.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:25.378 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:25.378 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:25.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:25.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:25.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:25.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:25.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:08:25.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:25.379 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:25.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:25.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:25.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:25.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:25.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:25.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:25.380 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:08:25.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:25.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:25.380 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:25.380 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:25.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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...") 22:08:25.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:25.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:25.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:25.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:25.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:25.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:25.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:25.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:25.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:25.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:25.405 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:08:25.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:25.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:25.405 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:25.405 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:25.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 22:08:25.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 22:08:25.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 22:08:25.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:25.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:25.434 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 22:08:25.434 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:25.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:25.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:25.434 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:25.434 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:25.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:25.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:25.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:25.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:25.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:08:25.434 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:08:25.434 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleExtendedTable 22:08:25.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:08:25.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:08:25.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:08:25.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:25.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:25.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:25.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:26.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:26.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:26.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:26.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:27.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:27.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:27.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:27.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:28.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:28.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:28.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:08:28.436 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 22:08:28.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:28.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:28.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:28.437 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:28.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:28.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:28.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:28.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:28.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:28.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:28.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:28.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:28.440 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 22:08:28.440 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:28.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:28.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:28.440 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:28.440 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:28.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:28.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:28.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:28.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:28.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:28.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:28.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:28.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:08:28.441 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:28.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:28.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:28.441 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:28.441 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:28.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:28.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:28.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:28.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:28.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:28.441 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:08:28.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:28.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:28.441 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:28.441 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:28.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 22:08:28.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:28.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:28.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:28.472 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:28.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:28.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:28.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:28.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:28.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:28.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:28.476 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:08:28.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:28.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:28.476 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:28.476 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:28.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 22:08:28.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 22:08:28.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 22:08:28.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:28.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:28.515 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 22:08:28.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:28.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:28.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:28.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:28.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:28.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:28.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:28.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:28.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:28.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:08:28.516 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:08:28.517 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleStreamable 22:08:28.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:08:28.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:08:28.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Dialog refresh' is a system job, skipped 22:08:28.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:08:28.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:28.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:29.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:29.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:29.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:29.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:30.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:30.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:30.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:30.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:31.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:31.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:31.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:31.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:31.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:08:31.520 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 22:08:31.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:31.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:31.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:31.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:31.520 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:31.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:31.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:31.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:31.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:31.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:31.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:31.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:31.523 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 22:08:31.523 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:31.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:31.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:31.523 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:31.523 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:31.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:31.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:31.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:31.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:31.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:31.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:31.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:31.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:08:31.523 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:31.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:31.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:31.524 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:31.524 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:31.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:31.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:31.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:31.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:31.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:31.524 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:08:31.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:31.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:31.524 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:31.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:31.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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...") 22:08:31.548 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:31.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:31.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:31.548 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:31.548 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:31.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:31.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:31.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:31.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:31.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:31.551 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:08:31.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:31.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:31.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:31.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:31.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 22:08:31.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 22:08:31.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 22:08:31.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:31.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:31.581 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 22:08:31.581 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:31.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:31.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:31.581 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:31.581 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:31.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:31.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:31.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:31.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:31.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:08:31.581 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:08:31.582 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleText 22:08:31.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:08:31.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:08:31.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:08:31.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:31.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:32.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:32.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:32.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:32.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:33.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:33.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:33.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:33.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:34.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:34.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:34.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:34.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:34.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:08:34.583 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 22:08:34.583 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:34.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:34.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:34.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:34.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:34.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:34.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:34.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:34.586 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 22:08:34.586 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:34.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:34.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:34.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:34.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:34.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:34.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:34.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:34.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") 22:08:34.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:34.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:34.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:34.587 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:34.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:34.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:34.588 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:08:34.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:34.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:34.588 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:34.588 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:34.620 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 22:08:34.620 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:34.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:34.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:34.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:34.621 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:34.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:34.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:34.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:34.621 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 22:08:34.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:34.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:34.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:34.621 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:34.621 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:34.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:34.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:34.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:34.622 TRACE [main][WidgetHandler] Notify Table with event 13 22:08:34.622 TRACE [main][WidgetHandler] Wait for synchronization 22:08: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 "Remove") 22:08:34.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:34.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:34.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:34.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:34.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:34.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:34.625 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:08:34.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:34.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:34.625 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:34.625 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:34.626 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 22:08:34.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:34.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:34.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:34.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:34.628 TRACE [main][WidgetHandler] Notify Table with event 13 22:08:34.628 TRACE [main][WidgetHandler] Wait for synchronization 22:08:34.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 22:08:34.628 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:34.628 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:34.628 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:34.629 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:08:34.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:34.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:34.629 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:34.629 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:34.630 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 22:08:34.630 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:34.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:34.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:34.630 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:34.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:34.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:34.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:34.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:34.631 TRACE [main][WidgetHandler] Notify Table with event 13 22:08:34.631 TRACE [main][WidgetHandler] Wait for synchronization 22:08:34.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:08:34.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:34.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:34.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:34.631 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:34.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:34.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:34.632 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:08:34.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:34.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:34.632 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:34.632 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:34.634 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 22:08:34.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:34.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:34.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:34.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:34.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:34.635 TRACE [main][WidgetHandler] Notify Table with event 13 22:08:34.635 TRACE [main][WidgetHandler] Wait for synchronization 22:08:34.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 "Remove") 22:08:34.635 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:34.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:34.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:34.635 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:34.635 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:34.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:34.638 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:08:34.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:34.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:34.638 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:34.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:34.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 22:08:34.639 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:34.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:34.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:34.639 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:34.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:34.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:34.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:34.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:34.640 TRACE [main][WidgetHandler] Notify Table with event 13 22:08:34.640 TRACE [main][WidgetHandler] Wait for synchronization 22:08:34.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:08:34.640 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:34.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:34.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:34.640 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:34.640 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:34.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:34.641 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:08:34.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:34.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:34.641 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:34.641 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:34.642 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 22:08:34.642 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Cancel wizard 22:08:34.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.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) 22:08:34.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:34.643 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:08:34.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:34.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:34.643 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:34.643 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:34.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:08:34.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:08:34.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:08:34.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:34.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:34.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:08:34.665 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:08:34.666 DEBUG [main][EditorHandler] 0 editor(s) found 22:08:34.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 22:08:34.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:08:34.666 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:08:34.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:34.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:34.676 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 22:08:34.676 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:08:34.676 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewInterface no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 22:08:34.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 22:08:34.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:08:34.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:08:34.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:08:34.676 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:34.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:34.676 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:34.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:34.676 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 22:08:34.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:34.676 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:34.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:34.677 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:34.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:34.677 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:34.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:34.677 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 22:08:34.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:34.677 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:34.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:34.677 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:34.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:34.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:08:34.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:34.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:34.677 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:08:34.677 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:08:34.677 DEBUG [main][MenuItemLookup] Found menu:'File' 22:08:34.678 DEBUG [main][MenuItemLookup] Item match:File 22:08:34.678 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:08:34.678 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'File' 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:34.680 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:08:34.680 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:08:34.680 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:08:34.680 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:08:34.680 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:08:34.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.... 22:08:34.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 22:08:34.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:08:34.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:34.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:34.727 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:08:34.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:34.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:08:34.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:34.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:08:34.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:08:34.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:08:34.728 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:08:34.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:34.728 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:08:34.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:34.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:08:34.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:08:34.728 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:08:34.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:34.728 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:08:34.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:34.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:08:34.729 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 22:08:34.729 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 22:08:34.729 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 22:08:34.731 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 22:08:34.731 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:08:34.731 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:08:34.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:08:34.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:34.735 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:08:34.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:34.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:34.735 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:34.735 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:34.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:34.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:34.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:34.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 22:08:34.771 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 22:08:34.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 22:08:34.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:34.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:34.771 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 22:08:34.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:34.772 DEBUG [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:") 22:08:34.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:08:34.773 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:08:34.774 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 22:08:34.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.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 22:08:34.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:08:34.789 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:08:34.790 INFO [WorkbenchTestable][AbstractText] Text set to: InterfaceName 22:08:34.792 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 22:08:34.792 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Finish wizard 22:08:34.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 22:08:34.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:34.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:34.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:34.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:34.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:34.794 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:08:34.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:34.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:34.794 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:34.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:34.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:08:35.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:08:35.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:08:35.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:08:35.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:08:35.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:08:35.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:08:35.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:35.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:08:35.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:35.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:08:35.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName.java... 22:08:35.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInterfaceName.java\E') 22:08:35.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:35.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:35.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:35.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:35.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:08:35.300 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:35.300 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public interface InterfaceName { } TooltipText=null 22:08:35.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName.java finished successfully 22:08:35.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@169944a is found... 22:08:35.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@169944a is found finished successfully 22:08:35.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInterfaceName.java\E') 22:08:35.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:35.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:35.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:35.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:35.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:08:35.301 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:35.301 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public interface InterfaceName { } TooltipText=null 22:08:35.302 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:08:35.302 DEBUG [main][EditorHandler] 1 editor(s) found 22:08:35.302 DEBUG [WorkbenchTestable][EditorHandler] Closing editor InterfaceName.java 22:08:35.348 DEBUG [WorkbenchTestable][EditorHandler] Editor InterfaceName.java is closed 22:08:35.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 22:08:35.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:08:35.348 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:08:35.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:35.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:35.349 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewInterface no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 22:08:35.349 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:08:35.349 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewInterfaceWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 22:08:35.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 22:08:35.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:08:35.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:08:35.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:08:35.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'] 22:08:35.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:35.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'] 22:08:35.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:35.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 Java Interface"] 22:08:35.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:35.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'] 22:08:35.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:35.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'] 22:08:35.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:35.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'] 22:08:35.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:35.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: "New Java Interface"] 22:08:35.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:35.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'] 22:08:35.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:35.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'] 22:08:35.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:35.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:08:35.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:35.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:35.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:08:35.350 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:08:35.351 DEBUG [main][MenuItemLookup] Found menu:'File' 22:08:35.351 DEBUG [main][MenuItemLookup] Item match:File 22:08:35.351 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:08:35.351 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:08:35.353 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:08:35.354 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:08:35.354 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:35.354 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:08:35.354 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:08:35.354 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:08:35.354 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:08:35.354 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:08:35.354 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:08:35.354 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:08:35.354 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:08:35.354 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:08:35.354 DEBUG [main][MenuItemLookup] Found menu:'File' 22:08:35.354 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:08:35.354 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:08:35.354 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:35.354 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:08:35.354 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:35.354 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:08:35.354 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:08:35.354 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:08:35.354 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:08:35.354 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:08:35.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.... 22:08:35.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. finished successfully 22:08:35.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:08:35.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:35.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:35.412 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:08:35.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:35.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:08:35.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:35.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:35.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:35.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:35.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:35.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:08:35.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:08:35.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:08:35.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:08:35.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:35.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:08:35.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:35.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:08:35.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:08:35.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:08:35.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:35.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:08:35.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:35.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:08:35.414 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 22:08:35.414 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 22:08:35.414 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 22:08:35.414 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 22:08:35.414 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:08:35.414 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:08:35.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:08:35.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:35.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:35.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:35.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:35.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:35.415 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:08:35.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:35.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:35.416 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:35.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:35.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'] 22:08:35.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:35.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:35.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 22:08:35.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available. finished successfully 22:08:35.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 22:08:35.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:35.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:35.496 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 22:08:35.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:35.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.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 22:08:35.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:35.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:35.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:35.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:35.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:08:35.499 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:08:35.499 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test2 22:08:35.504 DEBUG [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:") 22:08:35.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:35.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:35.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:35.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:35.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:08:35.507 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:08:35.508 INFO [WorkbenchTestable][AbstractText] Text set to: InterfaceName2 22:08:35.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.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") 22:08:35.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:35.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:35.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:35.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:35.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:35.518 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 22:08:35.518 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 22:08:35.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:35.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:35.518 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:35.518 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:35.518 TRACE [main][WidgetHandler] Notify Button with event 27 22:08:35.518 TRACE [main][WidgetHandler] Wait for synchronization 22:08:35.518 TRACE [main][WidgetHandler] Notify Button with event 13 22:08:35.518 TRACE [main][WidgetHandler] Wait for synchronization 22:08:35.518 TRACE [main][WidgetHandler] Notify Button with event 26 22:08:35.518 TRACE [main][WidgetHandler] Wait for synchronization 22:08:35.518 TRACE [main][WidgetHandler] Notify Button with event 3 22:08:35.518 TRACE [main][WidgetHandler] Wait for synchronization 22:08:35.518 TRACE [main][WidgetHandler] Notify Button with event 4 22:08:35.518 TRACE [main][WidgetHandler] Wait for synchronization 22:08:35.519 TRACE [main][WidgetHandler] Notify Button with event 13 22:08:35.519 TRACE [main][WidgetHandler] Wait for synchronization 22:08:35.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 22:08:35.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:35.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:35.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:35.519 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 22:08:35.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:35.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:35.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:35.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:35.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:35.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:35.520 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:08:35.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:35.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:35.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:35.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:35.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 22:08:35.558 DEBUG [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 22:08:35.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 22:08:35.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:35.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:35.558 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 22:08:35.558 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:35.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:35.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:35.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:35.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:35.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:35.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:35.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:35.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:08:35.559 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:08:35.559 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 22:08:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:08:35.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/testproject)' is a system job, skipped 22:08:35.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:08:35.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:08:35.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:08:35.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:35.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:08:35.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:36.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:36.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:08:36.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:36.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:36.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:08:36.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:37.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:37.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:08:37.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:37.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:37.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:08:37.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:38.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:38.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:08:38.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:38.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:38.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:08:38.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:38.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:08:38.561 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 22:08:38.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:38.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:38.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:38.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:38.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:38.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:38.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:38.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:38.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:38.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:38.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:38.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 22:08:38.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:38.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:38.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:38.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:38.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:38.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:38.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:08:38.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:08:38.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:08:38.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:08:38.565 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:38.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:38.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:38.565 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 22:08:38.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:38.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:38.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:38.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:38.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:38.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:38.566 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:08:38.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:38.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:38.566 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:38.566 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:38.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.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") 22:08:38.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:38.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:38.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:38.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:38.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:38.598 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 22:08:38.598 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 22:08:38.598 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 22:08:38.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:38.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:38.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:38.598 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:38.598 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 22:08:38.598 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Finish wizard 22:08:38.598 DEBUG [WorkbenchTestable][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) 22:08:38.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:38.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:38.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:38.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:38.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:38.599 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:08:38.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:38.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:38.599 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:38.599 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:38.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:08:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:08:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:08:39.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:08:39.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:08:39.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:08:39.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:39.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:08:39.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:08:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName2.java... 22:08:39.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInterfaceName2.java\E') 22:08:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:39.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:39.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:39.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:39.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:08:39.104 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:39.104 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 22:08:39.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName2.java finished successfully 22:08:39.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@667c0905 is found... 22:08:39.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@667c0905 is found finished successfully 22:08:39.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInterfaceName2.java\E') 22:08:39.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:39.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:39.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:39.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:39.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:08:39.106 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:39.106 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 22:08:39.106 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:08:39.106 DEBUG [main][EditorHandler] 1 editor(s) found 22:08:39.106 DEBUG [WorkbenchTestable][EditorHandler] Closing editor InterfaceName2.java 22:08:39.152 DEBUG [WorkbenchTestable][EditorHandler] Editor InterfaceName2.java is closed 22:08:39.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 22:08:39.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:08:39.152 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:08:39.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:39.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:39.153 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewInterfaceWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 22:08:39.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:39.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:39.155 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 22:08:39.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:08:39.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:39.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:39.156 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:08:39.156 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:08:39.156 DEBUG [main][MenuItemLookup] Found menu:'File' 22:08:39.156 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:08:39.156 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:08:39.156 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:08:39.156 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:08:39.156 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:08:39.156 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:08:39.156 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:08:39.156 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:08:39.156 DEBUG [main][MenuItemLookup] Item match:Window 22:08:39.156 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:08:39.156 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:08:39.157 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:08:39.157 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:39.157 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:08:39.157 DEBUG [main][MenuItemLookup] Item match:Show View 22:08:39.160 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:08:39.160 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:08:39.160 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:08:39.160 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:08:39.160 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:08:39.160 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:08:39.160 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:08:39.160 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:08:39.160 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:08:39.160 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:08:39.160 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:08:39.160 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:08:39.160 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:08:39.160 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:08:39.160 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:39.160 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:08:39.160 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:08:39.160 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:08:39.160 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:08:39.160 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:08:39.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:08:39.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 22:08:39.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:08:39.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:39.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:39.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:08:39.214 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:39.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:39.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:39.215 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:08:39.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:39.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:39.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:39.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:39.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:39.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:39.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:08:39.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:08:39.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:08:39.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:08:39.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:39.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:08:39.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:39.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:08:39.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:08:39.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:08:39.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:39.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:08:39.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:39.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:08:39.216 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 22:08:39.216 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 22:08:39.217 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 22:08:39.217 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 22:08:39.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:39.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:39.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:39.217 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:08:39.217 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:39.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:39.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:39.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 22:08:39.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:39.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:39.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:39.217 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:08:39.217 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:39.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:39.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:39.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:39.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:39.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:39.218 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:08:39.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:39.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:39.218 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:39.218 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:39.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:08:39.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:08:39.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 22:08:39.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:39.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:39.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 22:08:39.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:39.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:39.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:08:39.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:39.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:39.248 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:08:39.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 '\*?\QProject Explorer\E') 22:08:39.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:39.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:39.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:39.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:39.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:08:39.249 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:39.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:39.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:39.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:08:39.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:08:39.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:08:39.250 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:39.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:39.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:39.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:39.251 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:39.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:39.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:39.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:39.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:39.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:39.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:39.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:39.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:40.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:40.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:40.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:08:40.253 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:40.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:40.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:40.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:40.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 22:08:40.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:40.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:40.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:40.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:40.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:40.254 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 22:08:40.254 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:40.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:40.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:40.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:40.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:40.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:40.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:40.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:40.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:41.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:41.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:41.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:08:41.257 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:41.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:41.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:41.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:41.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:08:41.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:41.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:41.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:41.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:41.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:41.258 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 22:08:41.258 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:41.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:41.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:41.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:41.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 22:08:41.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:41.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:41.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:41.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:41.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:41.259 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:08:41.259 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:08:41.259 DEBUG [main][TreeItemHandler] Set Tree selection 22:08:41.259 DEBUG [main][TreeHandler] Notify Tree about selection event 22:08:41.263 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:08:41.264 DEBUG [WorkbenchTestable][TreeItemHandler] testproject 22:08:41.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:08:41.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:41.283 DEBUG [main][MenuItemLookup] Found menu:'New' 22:08:41.283 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:08:41.283 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:41.283 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:08:41.283 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:41.283 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:08:41.283 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:08:41.283 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:08:41.283 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:08:41.283 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:08:41.283 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:08:41.283 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:08:41.283 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:41.283 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:08:41.283 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:08:41.283 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:41.283 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:08:41.284 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:08:41.284 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:08:41.284 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:08:41.284 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:08:41.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:08:41.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:08:41.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:08:41.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:41.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:08:41.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:41.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:08:41.784 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:08:41.784 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:41.801 DEBUG [main][MenuItemLookup] Found menu:'New' 22:08:41.801 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:08:41.801 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:41.801 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:08:41.801 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:41.801 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:08:41.801 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:08:41.801 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:08:41.801 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:08:41.801 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:08:41.801 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:08:41.801 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:08:41.801 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:08:41.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:08:42.379 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 22:08:42.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:08:42.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:42.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:42.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:08:42.382 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:42.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:42.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:42.382 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:08:42.382 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:42.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:42.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:42.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:42.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:42.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:42.382 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:08:42.382 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:08:42.382 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:08:42.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:42.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:42.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:42.383 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:42.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:08:42.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:42.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:42.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:42.383 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:08:42.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:42.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:42.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:42.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:42.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:42.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:42.383 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:08:42.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:42.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:42.383 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:42.383 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:42.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:08:42.385 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:08:42.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:08:42.886 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:08:42.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:08:42.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:08:42.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:08:42.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:08:42.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:42.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:42.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:08:42.886 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 22:08:42.886 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:08:42.886 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:08:42.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:42.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.559 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.513 s testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 21.446 s testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 15.511 s testCreateNewInterface no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 0.673 s testCreateNewInterfaceWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 3.804 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 22:08:42.893 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 22:08:42.893 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:08:42.893 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:08:42.893 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 22:08:42.893 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:08:42.893 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:08:42.893 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:08:42.894 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:08:42.894 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:08:42.894 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:08:42.894 DEBUG [main][EditorHandler] 0 editor(s) found 22:08:42.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:42.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:42.895 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:08:42.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:42.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:42.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:08:42.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:42.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:42.896 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:08:42.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 '\*?\QProject Explorer\E') 22:08:42.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:42.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:42.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:42.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:42.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:08:42.897 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:42.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:42.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:42.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:08:42.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:08:42.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:08:42.898 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:42.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:42.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:42.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:42.898 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:42.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:42.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:42.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:42.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:42.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:42.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:43.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:43.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:43.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:43.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:43.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:08:43.900 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:43.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:43.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:43.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:43.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:08:43.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:43.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:43.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:43.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:43.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:43.901 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:43.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:43.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:43.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:43.902 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:08:43.902 INFO [WorkbenchTestable][RequirementsRunner] Started test: createEnumClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest) 22:08:43.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 22:08:43.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:08:43.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:08:43.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:08:43.902 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:43.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:43.902 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:43.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:43.902 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:08:43.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:43.902 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:43.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:43.902 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:43.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:43.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'] 22:08:43.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:43.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: "New Java Project"] 22:08:43.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:43.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'] 22:08:43.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:43.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'] 22:08:43.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:43.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:08:43.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:43.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:43.910 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:08:43.910 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:08:43.911 DEBUG [main][MenuItemLookup] Found menu:'File' 22:08:43.911 DEBUG [main][MenuItemLookup] Item match:File 22:08:43.911 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:08:43.911 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'File' 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:43.913 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:08:43.913 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:08:43.913 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:08:43.913 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:08:43.913 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:08:43.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 'New|Select a wizard'] is available.... 22:08:43.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 'New|Select a wizard'] is available. finished successfully 22:08:43.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:08:43.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:43.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:43.963 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:08:43.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:43.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:08:43.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:43.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:43.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:43.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:43.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:43.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:08:43.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:08:43.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:08:43.965 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:08:43.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:43.965 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:08:43.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:43.965 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:08:43.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:08:43.965 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:08:43.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:43.965 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:08:43.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:43.965 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:08:43.966 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:08:43.966 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:08:43.966 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:08:43.971 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:08:43.972 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:08:43.972 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:08:43.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:08:43.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:43.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:43.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:43.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:43.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:43.973 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:08:43.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:43.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:43.973 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:43.973 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:44.081 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:44.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:44.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:44.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:08:44.082 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 22:08:44.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:08:44.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:44.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:44.082 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:08:44.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:44.082 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'EnumProject' 22:08:44.083 DEBUG [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:") 22:08:44.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:44.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:44.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:44.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:44.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:08:44.084 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:08:44.084 INFO [WorkbenchTestable][AbstractText] Text set to: EnumProject 22:08:44.105 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:08:44.105 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:08:44.105 DEBUG [WorkbenchTestable][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) 22:08:44.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:44.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:44.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:44.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:44.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:44.106 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:08:44.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:44.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:44.106 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:44.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:44.108 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.... 22:08:44.609 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 22:08:44.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:08:44.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:44.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:44.611 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:08:44.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 "Don't Create") 22:08:44.611 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:44.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:44.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:44.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:08:44.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:44.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:44.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:44.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:44.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:44.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:44.612 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:08:44.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:44.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:44.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:44.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:44.676 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.... 22:08:44.676 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 22:08:44.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:08:44.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:08:44.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:08:44.677 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 22:08:44.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:08:44.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:08:44.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:08:44.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:08:44.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:08:44.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:44.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:44.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:08:44.677 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:44.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:44.677 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:44.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:44.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Enum Type"] 22:08:44.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:44.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:44.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:44.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:44.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:44.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:44.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:44.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Enum Type"] 22:08:44.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:44.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:44.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:44.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:44.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:44.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:08:44.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:44.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:44.679 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:08:44.679 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:08:44.679 DEBUG [main][MenuItemLookup] Found menu:'File' 22:08:44.679 DEBUG [main][MenuItemLookup] Item match:File 22:08:44.680 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:08:44.680 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:08:44.681 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:08:44.682 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:08:44.682 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:44.682 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:08:44.682 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:08:44.682 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:08:44.682 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:08:44.682 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:08:44.682 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:08:44.682 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:08:44.682 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:08:44.682 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:08:44.682 DEBUG [main][MenuItemLookup] Found menu:'File' 22:08:44.682 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:08:44.682 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:08:44.682 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:44.682 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:08:44.682 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:44.682 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:08:44.682 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:08:44.694 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:08:44.694 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:08:44.694 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:08:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:08:44.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. finished successfully 22:08:44.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:08:44.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:44.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:44.746 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:08:44.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:44.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:08:44.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:44.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:44.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:44.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:44.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:44.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:08:44.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:08:44.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:08:44.747 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:08:44.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:44.747 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:08:44.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:44.747 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:08:44.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:08:44.747 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:08:44.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:44.748 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:08:44.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:44.748 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:08:44.748 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enum 22:08:44.748 DEBUG [main][TreeItemHandler] Selecting tree item: Enum 22:08:44.748 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enum about selection 22:08:44.754 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enum 22:08:44.754 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:08:44.754 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:08:44.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:08:44.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:44.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:44.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:44.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:44.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:44.755 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:08:44.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:44.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:44.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:44.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:44.837 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:44.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:44.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:44.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Enum Type"] is available.... 22:08:44.838 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 22:08:44.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Enum Type 22:08:44.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:44.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:44.838 TRACE [WorkbenchTestable][NewEnumCreationWizard] Shell New Enum Type is not null and is not disposed 22:08:44.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:44.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.wizards.NewEnumWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 22:08:44.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:44.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:44.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:44.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:44.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:08:44.843 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:08:44.844 INFO [WorkbenchTestable][AbstractText] Text set to: MyEnum 22:08:44.849 DEBUG [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:") 22:08:44.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:44.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:44.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:44.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:44.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:08:44.898 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:08:44.898 INFO [WorkbenchTestable][AbstractText] Text set to: enumPackage 22:08:44.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 22:08:44.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:44.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:44.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:44.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:44.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:44.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 22:08:44.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:44.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:44.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:44.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:44.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:44.904 TRACE [WorkbenchTestable][NewEnumCreationWizard] Shell New Enum Type is not null and is not disposed 22:08:44.904 INFO [WorkbenchTestable][NewEnumCreationWizard] Finish wizard 22:08:44.904 DEBUG [WorkbenchTestable][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) 22:08:44.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:44.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:44.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:44.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:44.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:44.905 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:08:44.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:44.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:44.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:44.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:44.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:08:45.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:08:45.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:08:45.409 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 22:08:45.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:08:45.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:08:45.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:08:45.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:08:45.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:08:45.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:08:45.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:45.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:08:45.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:45.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:08:45.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@62e1e049 is found... 22:08:45.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@62e1e049 is found finished successfully 22:08:45.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMyEnum.java\E') 22:08:45.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:45.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:45.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:45.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:45.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:08:45.411 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:45.411 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package enumPackage; public enum MyEnum { } TooltipText=null 22:08:45.411 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:45.411 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package enumPackage; public enum MyEnum { } TooltipText=null 22:08:45.411 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 22:08:45.411 DEBUG [WorkbenchTestable][EditorHandler] Closing editor MyEnum.java 22:08:45.514 DEBUG [WorkbenchTestable][EditorHandler] Editor MyEnum.java is closed 22:08:45.515 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 22:08:45.515 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:08:45.515 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:08:45.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:45.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:45.515 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createEnumClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest) 22:08:45.515 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 22:08:45.515 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:08:45.515 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:08:45.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:45.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.623 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.613 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 22:08:45.535 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 22:08:45.535 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:08:45.535 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:08:45.535 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 22:08:45.536 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:08:45.536 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:08:45.536 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:08:45.536 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:08:45.536 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:08:45.536 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:08:45.536 DEBUG [main][EditorHandler] 0 editor(s) found 22:08:45.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:45.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:45.537 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:08:45.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:45.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:45.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:08:45.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:45.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:45.538 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:08:45.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 '\*?\QProject Explorer\E') 22:08:45.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:45.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:45.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:45.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:45.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:08:45.538 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:45.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:45.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:45.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:08:45.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:08:45.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:08:45.540 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:45.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:45.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:45.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:45.541 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:45.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:45.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:45.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:45.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:45.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:45.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:46.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:46.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:46.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:46.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:46.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:08:46.543 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:46.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:46.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:46.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:46.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 22:08:46.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:46.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:46.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:46.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:46.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:46.543 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EnumProject 22:08:46.544 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:46.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:46.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:46.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:46.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:46.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:46.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:47.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:47.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:47.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:47.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:47.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:08:47.546 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:47.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:47.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:47.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:47.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 22:08:47.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:47.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:47.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:47.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:47.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:47.547 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EnumProject 22:08:47.547 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:47.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:47.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:47.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:47.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 22:08:47.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:47.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:47.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:47.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:47.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:47.548 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:08:47.548 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:08:47.548 DEBUG [main][TreeItemHandler] Set Tree selection 22:08:47.548 DEBUG [main][TreeHandler] Notify Tree about selection event 22:08:47.586 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:08:47.590 DEBUG [WorkbenchTestable][TreeItemHandler] EnumProject 22:08:47.590 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:08:47.590 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:47.609 DEBUG [main][MenuItemLookup] Found menu:'New' 22:08:47.609 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:08:47.609 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:47.609 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:08:47.609 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:47.609 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:08:47.609 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:08:47.609 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:08:47.609 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:08:47.609 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:08:47.609 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:08:47.609 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:08:47.609 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:47.609 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:08:47.609 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:08:47.609 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:47.609 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:08:47.609 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:08:47.609 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:08:47.609 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:08:47.609 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:08:47.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:08:47.609 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 22:08:47.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:08:48.110 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 22:08:48.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:08:48.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:48.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:08:48.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:48.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:08:48.110 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:08:48.110 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:48.151 DEBUG [main][MenuItemLookup] Found menu:'New' 22:08:48.151 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:08:48.151 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:48.151 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:08:48.151 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:48.151 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:08:48.151 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:08:48.151 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:08:48.151 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:08:48.151 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:08:48.151 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:08:48.151 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:08:48.151 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:08:48.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:08:48.706 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 22:08:48.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:08:48.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:48.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:48.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:08:48.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:48.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:48.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:48.709 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:08:48.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:48.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:48.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:48.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:48.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:48.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:48.709 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:08:48.709 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:08:48.710 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:08:48.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:48.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:48.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:48.710 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:48.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 "OK") 22:08:48.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:48.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:48.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:48.710 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:08:48.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:48.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:48.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:48.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:48.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:48.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:48.711 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:08:48.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:48.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:48.711 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:48.711 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:48.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:08:48.713 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:08:49.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:08:49.213 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:08:49.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:08:49.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:08:49.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:08:49.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:08:49.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:49.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:49.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:08:49.214 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:49.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:49.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:49.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:49.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'] 22:08:49.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.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'] 22:08:49.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.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: "New Java Project"] 22:08:49.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.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'] 22:08:49.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.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'] 22:08:49.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.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'] 22:08:49.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.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: "New Java Project"] 22:08:49.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.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'] 22:08:49.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.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'] 22:08:49.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:08:49.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:49.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:49.223 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:08:49.223 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:08:49.223 DEBUG [main][MenuItemLookup] Found menu:'File' 22:08:49.223 DEBUG [main][MenuItemLookup] Item match:File 22:08:49.223 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:08:49.224 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'File' 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:49.225 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:08:49.225 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:08:49.226 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:08:49.226 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:08:49.226 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:08:49.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:08:49.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 'New|Select a wizard'] is available. finished successfully 22:08:49.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:08:49.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:49.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:49.275 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:08:49.275 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:08:49.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:49.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:49.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:49.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:49.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:49.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:08:49.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:08:49.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:08:49.276 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:08:49.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:49.276 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:08:49.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:49.276 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:08:49.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:08:49.276 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:08:49.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:49.277 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:08:49.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:49.277 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:08:49.277 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:08:49.277 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:08:49.277 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:08:49.282 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:08:49.282 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:08:49.282 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:08:49.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:08:49.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:49.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:49.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:49.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:49.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:49.283 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:08:49.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:49.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:49.283 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:49.283 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:49.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'] 22:08:49.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:08:49.392 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 22:08:49.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:08:49.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:49.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:49.393 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:08:49.393 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.393 DEBUG [WorkbenchTestable][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:") 22:08:49.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:49.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:49.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:49.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:49.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:49.393 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 22:08:49.394 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 22:08:49.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:49.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:49.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:49.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:49.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:08:49.394 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:08:49.394 INFO [WorkbenchTestable][JavaProjectWizard] Cancel wizard 22:08:49.394 DEBUG [WorkbenchTestable][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) 22:08:49.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:49.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:49.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:49.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:49.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:49.395 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:08:49.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:49.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:49.395 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:49.395 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:49.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:08:49.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:08:49.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:08:49.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:08:49.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:08:49.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:49.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:49.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:08:49.434 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:08:49.435 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizardCreateInfoModule no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 22:08:49.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 22:08:49.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:08:49.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:08:49.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:08:49.435 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:49.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.435 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:49.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.435 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:08:49.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.435 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:49.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.435 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:49.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.435 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:49.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.435 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:08:49.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.435 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:49.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.435 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:49.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:08:49.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:49.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:49.436 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:08:49.436 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:08:49.436 DEBUG [main][MenuItemLookup] Found menu:'File' 22:08:49.436 DEBUG [main][MenuItemLookup] Item match:File 22:08:49.436 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:08:49.436 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'File' 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:49.438 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:08:49.438 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:08:49.438 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:08:49.438 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:08:49.438 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:08:49.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.... 22:08:49.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 'New|Select a wizard'] is available. finished successfully 22:08:49.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:08:49.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:49.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:49.495 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:08:49.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:08:49.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:49.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:49.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:49.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:49.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:49.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:08:49.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:08:49.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:08:49.497 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:08:49.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:49.497 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:08:49.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:49.497 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:08:49.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:08:49.497 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:08:49.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:49.497 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:08:49.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:49.497 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:08:49.497 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:08:49.497 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:08:49.497 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:08:49.499 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:08:49.500 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:08:49.500 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:08:49.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:08:49.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:49.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:49.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:49.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:49.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:49.500 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:08:49.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:49.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:49.500 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:49.500 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:49.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'] 22:08:49.619 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.619 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:08:49.619 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 22:08:49.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:08:49.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:49.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:49.620 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:08:49.620 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:49.620 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 22:08:49.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.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 22:08:49.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:49.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:49.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:49.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:49.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:08:49.621 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:08:49.622 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 22:08:49.634 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 22:08:49.635 DEBUG [WorkbenchTestable][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:") 22:08:49.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:49.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:49.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:49.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:49.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:49.644 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 22:08:49.644 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-9' 22:08:49.644 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 22:08:49.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:49.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:49.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:49.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:49.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:08:49.645 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-11 to selection: JavaSE-9 22:08:49.645 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:08:49.645 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 22:08:49.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.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) 22:08:49.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:49.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:49.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:49.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:49.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:49.646 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:08:49.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:49.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:49.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:49.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:49.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:08:49.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 22:08:49.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:08:49.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:08:49.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:08:49.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:49.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:50.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:08:50.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:50.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:50.650 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 22:08:50.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:50.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:51.183 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 22:08:51.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:51.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:51.683 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 22:08:51.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:51.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:52.210 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 22:08:52.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:52.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:52.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:52.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:52.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:08:52.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:08:52.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:52.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:52.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:08:52.710 DEBUG [WorkbenchTestable][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") 22:08:52.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:52.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:52.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:52.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:52.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:52.712 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Create module-info.java file' to true 22:08:52.715 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 22:08:52.715 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file already selected, no action performed 22:08:52.716 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:08:52.716 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:08:52.716 DEBUG [WorkbenchTestable][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) 22:08:52.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:52.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:52.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:52.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:52.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:52.717 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:08:52.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:52.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:52.717 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:52.717 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:52.721 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.... 22:08:53.222 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 22:08:53.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:08:53.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:53.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:53.225 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Setting module name to 'simplejavaproject' 22:08:53.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Module name:") 22:08:53.225 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:53.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:53.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:53.227 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:08:53.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:53.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:53.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:53.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:53.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:53.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:08:53.228 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:08:53.228 INFO [WorkbenchTestable][AbstractText] Text set to: simplejavaproject 22:08:53.231 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Creating module-info.java file 22:08:53.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 "Create") 22:08:53.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:53.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:53.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:53.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:08:53.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:53.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:53.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:53.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:53.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:53.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:53.232 INFO [WorkbenchTestable][AbstractButton] Click button &Create 22:08:53.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:53.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:53.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:53.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:53.559 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.... 22:08:53.575 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 22:08:53.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:08:53.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:08:53.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:08:53.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:08:53.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:08:53.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:08:53.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:08:53.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:08:53.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:08:53.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:53.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:08:53.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:53.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:08:53.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:53.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:53.576 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:08:53.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:53.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:53.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - SimpleJavaProject/src/module-info.java - Eclipse Platform 22:08:53.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:53.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:53.602 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - SimpleJavaProject/src/module-info.java - Eclipse Platform' 22:08:53.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:08:53.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:53.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:53.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:53.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:53.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:08:53.603 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:53.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:53.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:53.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:53.623 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:53.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:53.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:53.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:53.624 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:53.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:53.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:53.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:53.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:53.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:53.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:54.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:54.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:54.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:54.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:54.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:08:54.627 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:54.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:54.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:54.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:54.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:08:54.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:54.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:54.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:54.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:54.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:54.628 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 22:08:54.628 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:54.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:54.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:54.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:54.629 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:54.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:54.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:54.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:54.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:54.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:54.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:55.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:55.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:55.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:55.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:55.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:08:55.631 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:55.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:55.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:55.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:55.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 22:08:55.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:55.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:55.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:55.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:55.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:55.633 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 22:08:55.633 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 22:08:55.633 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 22:08:55.633 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item SimpleJavaProject 22:08:55.633 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item SimpleJavaProject 22:08:55.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:55.633 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item SimpleJavaProject is already expanded. No action performed 22:08:55.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:55.633 INFO [WorkbenchTestable][TreeItemHandler] Expanded: SimpleJavaProject 22:08:55.634 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item module-info.java of tree item src 22:08:55.634 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:08:55.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:55.634 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 22:08:55.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:55.634 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:08:55.634 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item simplejavaproject of tree item module-info.java 22:08:55.634 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item module-info.java 22:08:55.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:56.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:56.135 INFO [WorkbenchTestable][TreeItemHandler] Expanded: module-info.java 22:08:56.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:56.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:56.136 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:08:56.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:56.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:56.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - SimpleJavaProject/src/module-info.java - Eclipse Platform 22:08:56.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:56.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:56.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - SimpleJavaProject/src/module-info.java - Eclipse Platform' 22: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:08:56.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:56.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:56.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:56.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:56.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:08:56.149 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:56.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:56.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:56.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - SimpleJavaProject/src/module-info.java - Eclipse Platform TooltipText=null 22:08:56.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:08:56.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:08:56.151 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:56.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:56.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:56.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:56.152 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:56.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:56.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:56.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:56.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:56.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:56.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:56.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:56.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:57.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:57.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:57.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:08:57.155 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:57.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:57.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:57.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:57.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:08:57.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:57.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:57.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:57.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:57.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:57.156 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 22:08:57.156 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:57.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:57.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:57.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:57.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:57.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:57.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:57.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:57.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:58.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:58.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:08:58.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:08:58.159 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:58.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:58.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:58.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:58.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 22:08:58.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:58.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:58.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:58.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:58.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:58.160 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 22:08:58.160 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:08:58.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:08:58.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:08:58.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:08:58.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:08:58.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:58.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:58.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:58.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:58.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:58.161 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:08:58.161 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:08:58.161 DEBUG [main][TreeItemHandler] Set Tree selection 22:08:58.161 DEBUG [main][TreeHandler] Notify Tree about selection event 22:08:58.164 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:08:58.164 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 22:08:58.165 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:08:58.165 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:58.183 DEBUG [main][MenuItemLookup] Found menu:'New' 22:08:58.184 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:08:58.184 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:58.184 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:08:58.184 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:58.184 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:08:58.184 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:08:58.184 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:08:58.184 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:08:58.184 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:08:58.184 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:08:58.184 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:08:58.184 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:58.184 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:08:58.184 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:08:58.184 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:58.184 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:08:58.184 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:08:58.184 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:08:58.184 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:08:58.184 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:08:58.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:08:58.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:08:58.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:58.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:08:58.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:58.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:08:58.684 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:08:58.684 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:58.701 DEBUG [main][MenuItemLookup] Found menu:'New' 22:08:58.701 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:08:58.701 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:58.701 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:08:58.701 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:58.701 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:08:58.701 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:08:58.701 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:08:58.701 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:08:58.701 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:08:58.701 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:08:58.701 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:08:58.701 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:08:58.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:08:59.260 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 22:08:59.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:08:59.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08: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: 32) 22:08:59.262 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:59.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:08:59.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:59.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:59.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:59.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:59.263 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:08:59.263 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:08:59.263 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:08:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:59.263 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:59.263 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:59.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:08:59.263 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:08:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:59.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:08:59.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:08:59.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:59.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:59.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:59.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:59.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:59.264 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:08:59.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:59.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:59.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:59.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:59.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:08:59.266 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:08:59.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:08:59.767 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:08:59.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:08:59.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:08:59.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:08:59.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:08:59.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:08:59.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:08:59.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:08:59.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 22:08:59.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:08:59.767 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:08:59.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:08:59.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:08:59.768 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizardCreateInfoModule no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 22:08:59.768 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:08:59.768 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizardDisabledModuleInfoCheckbox no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 22:08:59.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 22:08:59.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:08:59.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:08:59.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:08:59.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'] 22:08:59.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:59.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'] 22:08:59.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:59.768 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:08:59.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:59.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'] 22:08:59.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:59.769 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:59.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:59.769 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:59.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:59.769 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 22:08:59.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:59.769 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:59.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:59.769 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:59.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:59.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:08:59.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:59.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:59.769 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:08:59.770 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:08:59.770 DEBUG [main][MenuItemLookup] Found menu:'File' 22:08:59.770 DEBUG [main][MenuItemLookup] Item match:File 22:08:59.770 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:08:59.770 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'File' 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'' 22:08:59.772 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:08:59.772 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:08:59.772 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:08:59.772 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:08:59.772 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:08:59.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 'New|Select a wizard'] is available.... 22:08:59.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 22:08:59.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:08:59.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:59.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:59.823 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:08:59.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:59.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:08:59.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:59.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:59.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:59.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:59.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:08:59.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:08:59.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:08:59.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:08:59.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:08:59.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:59.825 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:08:59.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:59.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:08:59.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:08:59.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:08:59.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:08:59.825 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:08:59.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:08:59.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:08:59.826 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:08:59.826 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:08:59.826 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:08:59.826 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:08:59.826 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:08:59.826 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:08:59.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:08:59.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:59.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:59.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:59.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:59.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:59.831 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:08:59.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:59.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:59.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:59.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:59.939 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:08:59.939 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:59.939 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:59.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:08:59.939 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 22:08:59.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:08:59.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:08:59.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:08:59.940 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:08:59.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:08:59.940 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 22:08:59.940 DEBUG [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:") 22:08:59.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:59.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:59.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:59.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:59.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:08:59.941 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:08:59.942 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 22:08:59.951 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 22:08:59.963 DEBUG [WorkbenchTestable][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:") 22:08:59.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:59.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:59.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:59.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:59.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:59.964 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 22:08:59.964 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-1.8' 22:08:59.964 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 22:08:59.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:59.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:59.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:59.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:59.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:08:59.964 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-9 to selection: JavaSE-1.8 22:08:59.965 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:08:59.965 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 22:08:59.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 22:08:59.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:59.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:59.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:08:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:08:59.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:08:59.966 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:08:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:08:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:08:59.966 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:08:59.966 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:08:59.969 DEBUG [WorkbenchTestable][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") 22:08:59.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:08:59.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:08:59.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:00.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:00.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:00.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:00.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:00.472 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Create module-info.java file' to true 22:09:00.472 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 22:09:00.472 INFO [WorkbenchTestable][CheckBox] Check checkbox Create &module-info.java file 22:09:00.472 INFO [WorkbenchTestable][AbstractButton] Click button Create &module-info.java file 22:09:00.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:10.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled failed, an exception will be thrown 22:09:10.516 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:09:10.516 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:09:10.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 22:09:10.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:10.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:10.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:10.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:10.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:10.520 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:09:10.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:10.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:10.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:10.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:10.523 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.... 22:09:13.526 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 22:09:13.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:09:13.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:09:13.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:09:13.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:13.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:13.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:13.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:09:13.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:13.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:13.527 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:09:13.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:13.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:13.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:09:13.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:13.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:13.528 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:09:13.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:09:13.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:13.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:13.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:13.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:13.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:09:13.529 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:13.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:13.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:13.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:09:13.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:09:13.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:09:13.531 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:13.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:13.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:13.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:13.532 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:13.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:13.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:13.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:13.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:13.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:13.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:14.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:14.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:14.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:14.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:14.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:09:14.533 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:14.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:14.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:14.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:14.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 22:09:14.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:14.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:14.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:14.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:14.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:14.535 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 22:09:14.535 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:14.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:14.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:14.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:14.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:14.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:14.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:15.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:15.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:15.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:15.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:15.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:09:15.537 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:15.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:15.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:15.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:15.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 22:09:15.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:15.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:15.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:15.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:15.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:15.538 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 22:09:15.539 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:15.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:15.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:15.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:15.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:09:15.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:15.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:15.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:15.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:15.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:15.539 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:09:15.539 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:09:15.539 DEBUG [main][TreeItemHandler] Set Tree selection 22:09:15.539 DEBUG [main][TreeHandler] Notify Tree about selection event 22:09:15.543 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:09:15.544 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 22:09:15.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:09:15.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:15.589 DEBUG [main][MenuItemLookup] Found menu:'New' 22:09:15.589 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:09:15.589 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:15.589 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:09:15.589 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:15.589 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:09:15.589 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:09:15.589 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:09:15.589 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:09:15.589 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:09:15.589 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:09:15.589 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:09:15.589 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:15.589 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:09:15.589 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:09:15.589 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:15.589 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:09:15.589 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:09:15.589 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:09:15.589 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:09:15.589 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:09:15.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:09:15.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:09:16.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:09:16.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:16.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:16.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:16.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:09:16.090 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:09:16.090 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:16.107 DEBUG [main][MenuItemLookup] Found menu:'New' 22:09:16.107 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:09:16.107 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:16.107 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:09:16.107 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:16.107 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:09:16.107 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:09:16.107 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:09:16.107 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:09:16.107 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:09:16.107 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:09:16.107 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:09:16.107 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:09:16.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:09:16.659 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 22:09:16.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:09:16.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:16.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:16.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:09:16.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:16.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:16.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:16.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:09:16.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:16.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:16.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:16.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:16.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:16.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:16.662 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:09:16.662 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:09:16.662 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:09:16.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:16.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:16.662 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:16.662 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:16.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:09:16.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:16.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:16.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:16.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:09:16.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:16.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:16.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:16.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:16.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:16.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:16.663 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:09:16.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:16.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:16.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:16.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:16.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:09:16.665 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:09:17.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:09:17.166 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:09:17.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:09:17.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:09:17.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:09:17.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:09:17.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:17.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:17.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:09:17.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 22:09:17.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:09:17.166 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:09:17.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:17.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:17.167 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizardDisabledModuleInfoCheckbox no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 22:09:17.167 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:09:17.167 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizard no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 22:09:17.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 22:09:17.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:09:17.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:09:17.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:09:17.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:17.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:17.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:17.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:17.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:09:17.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:17.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:17.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:17.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'] 22:09:17.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:17.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'] 22:09:17.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:17.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: "New Java Project"] 22:09:17.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:17.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'] 22:09:17.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:17.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'] 22:09:17.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:17.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:09:17.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:17.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:17.168 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:09:17.168 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:09:17.169 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:17.169 DEBUG [main][MenuItemLookup] Item match:File 22:09:17.169 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:09:17.169 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:17.171 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:09:17.171 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:09:17.179 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:09:17.179 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:09:17.179 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:09:17.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.... 22:09:17.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 22:09:17.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:09:17.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:17.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:17.228 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:09:17.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:17.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 22:09:17.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:17.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:17.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:17.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:17.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:17.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:09:17.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:09:17.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:09:17.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:09:17.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:17.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:09:17.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:17.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:09:17.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:09:17.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:09:17.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:17.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:09:17.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:17.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:09:17.230 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:09:17.230 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:09:17.230 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:09:17.230 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:09:17.230 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:09:17.230 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:09:17.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:09:17.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:17.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:17.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:17.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:17.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:17.231 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:09:17.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:17.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:17.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:17.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:17.337 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:17.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:17.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:17.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:09:17.338 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 22:09:17.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:09:17.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:17.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:17.338 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:09:17.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:17.338 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 22:09:17.338 DEBUG [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:") 22:09:17.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:17.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:17.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:17.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:17.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:09:17.339 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:17.340 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 22:09:17.361 DEBUG [WorkbenchTestable][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") 22:09:17.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:17.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:17.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:17.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:17.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:17.362 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting default location to true 22:09:17.362 INFO [WorkbenchTestable][CheckBox] Select checkbox Use &default location 22:09:17.362 DEBUG [WorkbenchTestable][CheckBox] Checkbox Use &default location already selected, no action performed 22:09:17.362 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:09:17.362 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 22:09:17.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:09:17.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:17.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:17.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:17.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:17.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:17.364 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:09:17.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:17.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:17.364 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:17.364 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:17.367 DEBUG [WorkbenchTestable][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") 22:09:17.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:17.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:17.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:17.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:17.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:17.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:17.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:17.870 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Allow output folders for source folders' to true 22:09:17.872 INFO [WorkbenchTestable][CheckBox] Select checkbox Allow output folders for sour&ce folders 22:09:17.872 INFO [WorkbenchTestable][CheckBox] Check checkbox Allow output folders for sour&ce folders 22:09:17.872 INFO [WorkbenchTestable][AbstractButton] Click button Allow output folders for sour&ce folders 22:09:17.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:17.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:17.872 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:17.872 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:17.873 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:09:17.873 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:09:17.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 22:09:17.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:17.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:17.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:17.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:17.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:17.874 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:09:17.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:17.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:17.874 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:17.874 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:17.879 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.... 22:09:20.881 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 22:09:20.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:09:20.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:09:20.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:09:20.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:20.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:20.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:20.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:09:20.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:20.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:20.883 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:09:20.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:20.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:20.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:09:20.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:20.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:20.883 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:09:20.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 '\*?\QProject Explorer\E') 22:09:20.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:20.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:20.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:20.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:20.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:09:20.884 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:20.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:20.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:20.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:09:20.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:09:20.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:09:20.886 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:20.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:20.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:20.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:20.887 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:20.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:20.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:20.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:20.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:20.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:20.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:21.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:21.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:21.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:21.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:21.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:09:21.889 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:21.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:21.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:21.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:21.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 22:09:21.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:21.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:21.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:21.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:21.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:21.890 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 22:09:21.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:21.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:21.891 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:09:21.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:21.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:21.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:09:21.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:21.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:21.892 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:09:21.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 '\*?\QProject Explorer\E') 22:09:21.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:21.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:21.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:21.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:21.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:09:21.892 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:21.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:21.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:21.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:09:21.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:09:21.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:09:21.894 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:21.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:21.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:21.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:21.895 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:21.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:21.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:21.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:21.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:21.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:21.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:22.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:22.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:22.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:22.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:22.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:09:22.897 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:22.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:22.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:22.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:22.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 22:09:22.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:22.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:22.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:22.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:22.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:22.899 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 22:09:22.899 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:22.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:22.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:22.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:22.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:22.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:22.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:23.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:23.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:23.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:23.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:23.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:09:23.901 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:23.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:23.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:23.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:23.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 22:09:23.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:23.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:23.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:23.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:23.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:23.903 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 22:09:23.903 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:23.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:23.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:23.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:23.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:09:23.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:23.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:23.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:23.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:23.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:23.904 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:09:23.904 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:09:23.904 DEBUG [main][TreeItemHandler] Set Tree selection 22:09:23.904 DEBUG [main][TreeHandler] Notify Tree about selection event 22:09:23.907 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:09:23.909 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 22:09:23.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:09:23.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:23.928 DEBUG [main][MenuItemLookup] Found menu:'New' 22:09:23.928 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:09:23.928 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:23.928 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:09:23.928 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:23.928 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:09:23.928 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:09:23.928 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:09:23.928 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:09:23.928 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:09:23.928 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:09:23.928 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:09:23.928 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:23.928 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:09:23.928 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:09:23.928 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:23.928 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:09:23.928 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:09:23.928 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:09:23.928 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:09:23.928 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:09:23.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:09:23.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:09:24.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:09:24.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:24.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:24.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:24.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:09:24.429 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:09:24.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:24.446 DEBUG [main][MenuItemLookup] Found menu:'New' 22:09:24.447 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:09:24.447 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:24.447 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:09:24.447 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:24.447 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:09:24.447 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:09:24.447 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:09:24.447 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:09:24.447 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:09:24.447 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:09:24.447 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:09:24.447 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:09:24.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:09:25.028 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 22:09:25.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:09:25.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:25.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:25.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: 32) 22:09:25.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:25.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:25.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:25.031 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:09:25.031 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:25.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:25.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:25.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:25.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:25.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:25.031 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:09:25.031 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:09:25.031 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:09:25.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:25.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:25.032 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:25.032 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:25.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 "OK") 22:09:25.032 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:25.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:25.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:25.032 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:09:25.032 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:25.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:25.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:25.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:25.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:25.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:25.032 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:09:25.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:25.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:25.033 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:25.033 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:25.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:09:25.035 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:09:25.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:09:25.535 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:09:25.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:09:25.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:09:25.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:09:25.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:09:25.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:09:25.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:25.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:25.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:09:25.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 22:09:25.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:09:25.535 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:09:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:25.536 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizard no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 22:09:25.536 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:09:25.536 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizardCreateInfoModuleDefaultName no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 22:09:25.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 22:09:25.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:09:25.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:09:25.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:09:25.536 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:25.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:25.536 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:25.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:25.537 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:09:25.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:25.537 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:25.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:25.537 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:25.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:25.537 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:25.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:25.537 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:09:25.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:25.537 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:25.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:25.537 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:25.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:25.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:09:25.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:25.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:25.538 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:09:25.538 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:09:25.538 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:25.538 DEBUG [main][MenuItemLookup] Item match:File 22:09:25.539 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:09:25.539 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:25.541 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:09:25.541 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:09:25.542 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:09:25.542 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:09:25.542 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:09:25.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:09:25.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. finished successfully 22:09:25.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:09:25.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:25.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:25.594 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:09:25.594 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:25.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 22:09:25.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:25.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:25.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:25.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:25.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:25.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:09:25.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:09:25.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:09:25.596 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:09:25.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:25.596 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:09:25.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:25.596 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:09:25.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:09:25.596 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:09:25.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:25.596 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:09:25.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:25.596 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:09:25.597 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:09:25.597 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:09:25.597 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:09:25.597 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:09:25.597 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:09:25.597 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:09:25.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:09:25.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:25.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:25.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:25.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:25.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:25.597 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:09:25.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:25.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:25.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:25.598 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:25.706 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:25.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:25.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:25.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:09:25.706 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 22:09:25.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:09:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:25.707 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:09:25.707 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:25.707 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 22:09:25.707 DEBUG [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:") 22:09:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:25.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:25.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:25.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:25.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:09:25.721 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:25.722 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 22:09:25.735 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 22:09:25.743 DEBUG [WorkbenchTestable][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:") 22:09:25.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:25.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:25.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:25.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:25.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:25.745 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 22:09:25.745 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-10' 22:09:25.745 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 22:09:25.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:25.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:25.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:25.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:25.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:09:25.745 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-1.8 to selection: JavaSE-10 22:09:25.745 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:09:25.745 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 22:09:25.746 DEBUG [WorkbenchTestable][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) 22:09:25.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:25.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:25.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:25.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:25.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:25.747 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:09:25.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:25.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:25.747 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:25.747 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:25.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.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") 22:09:25.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:25.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:25.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:26.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:26.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:26.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:26.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:26.254 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Create module-info.java file' to true 22:09:26.254 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 22:09:26.254 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file already selected, no action performed 22:09:26.254 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:09:26.254 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:09:26.254 DEBUG [WorkbenchTestable][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) 22:09:26.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:26.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:26.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:26.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:26.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:26.255 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:09:26.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:26.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:26.255 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:26.255 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:26.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 22:09:26.312 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 22:09:26.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:09:26.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:26.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:26.313 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:09:26.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 "Don't Create") 22:09:26.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:26.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:26.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:26.318 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:09:26.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:26.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:26.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:26.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:26.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:26.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:26.319 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:09:26.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:26.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:26.319 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:26.319 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:26.407 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.... 22:09:26.407 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 22:09:26.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:09:26.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:09:26.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:09:26.407 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 22:09:26.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:09:26.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:09:26.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:09:26.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:26.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:26.407 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:26.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:09:26.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:26.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:26.408 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:09:26.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:26.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:26.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:09:26.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:26.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:26.409 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:09:26.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:09:26.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:26.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:26.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:26.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:26.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:09:26.409 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:26.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:26.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:26.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:09:26.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:09:26.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:09:26.410 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:26.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:26.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:26.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:26.411 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:26.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:26.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:26.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:26.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:26.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:26.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:26.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:26.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:27.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:27.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:27.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:09:27.414 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:27.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:27.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:27.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:27.415 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:09:27.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:27.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:27.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:27.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:27.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:27.416 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 22:09:27.416 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:27.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:27.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:27.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:27.417 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:27.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:27.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:27.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:27.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:27.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:27.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:27.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:27.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:28.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:28.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:28.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:09:28.419 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:28.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:28.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:28.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:28.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:09:28.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:28.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:28.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:28.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:28.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:28.420 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 22:09:28.420 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 22:09:28.421 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 22:09:28.421 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item SimpleJavaProject 22:09:28.421 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item SimpleJavaProject 22:09:28.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:28.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:28.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: SimpleJavaProject 22:09:28.922 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item module-info.java of tree item src 22:09:28.922 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:09:28.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:29.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:29.423 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:09:29.423 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 22:09:29.424 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:09:29.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:29.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:29.925 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:09:29.925 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:09:29.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:30.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:30.426 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:09:30.426 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 22:09:30.426 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 22:09:30.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:09:30.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:30.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:30.928 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:09:30.928 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:09:30.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:31.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:31.429 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:09:31.429 DEBUG [WorkbenchTestable][AbstractResource] Item "module-info.java" was not found. Available items on the current level: 22:09:31.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:31.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:31.430 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:09:31.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:31.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:31.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:09:31.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:31.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:31.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:09:31.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 '\*?\QProject Explorer\E') 22:09:31.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:31.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:31.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:31.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:31.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:09:31.432 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:31.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:31.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:31.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:09:31.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:09:31.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:09:31.434 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:31.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:31.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:31.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:31.434 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:31.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:31.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:31.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:31.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:31.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:31.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:31.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:31.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:32.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:32.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:32.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:09:32.437 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:32.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:32.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:32.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:32.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 22:09:32.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:32.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:32.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:32.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:32.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:32.438 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 22:09:32.438 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:32.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:32.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:32.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:32.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:32.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:32.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:32.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:32.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:33.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:33.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:09:33.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:09:33.440 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:33.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:33.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:33.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:33.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:09:33.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:33.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:33.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:33.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:33.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:33.441 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 22:09:33.442 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:09:33.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:09:33.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:33.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:09:33.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 22:09:33.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:33.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:33.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:33.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:33.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:33.442 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:09:33.442 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:09:33.443 DEBUG [main][TreeItemHandler] Set Tree selection 22:09:33.443 DEBUG [main][TreeHandler] Notify Tree about selection event 22:09:33.446 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:09:33.448 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 22:09:33.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:09:33.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:33.466 DEBUG [main][MenuItemLookup] Found menu:'New' 22:09:33.466 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:09:33.466 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:33.466 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:09:33.466 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:33.466 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:09:33.466 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:09:33.466 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:09:33.466 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:09:33.466 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:09:33.466 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:09:33.466 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:09:33.466 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:33.466 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:09:33.466 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:09:33.466 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:33.466 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:09:33.466 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:09:33.466 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:09:33.466 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:09:33.466 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:09:33.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:09:33.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:09:33.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:33.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:33.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:33.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:09:33.967 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:09:33.967 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:34.006 DEBUG [main][MenuItemLookup] Found menu:'New' 22:09:34.006 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:09:34.006 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:34.006 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:09:34.006 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:34.006 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:09:34.006 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:09:34.006 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:09:34.006 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:09:34.006 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:09:34.006 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:09:34.006 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:09:34.006 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:09:34.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:09:34.559 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 22:09:34.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:09:34.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:34.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:34.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: 32) 22:09:34.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:34.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:34.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:34.561 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:09:34.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:34.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:34.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:34.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:34.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:34.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:34.562 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:09:34.562 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:09:34.562 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:09:34.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:34.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:34.562 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:34.562 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:34.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:09:34.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:34.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:34.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:34.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:09:34.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:34.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:34.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:34.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:34.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:34.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:34.563 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:09:34.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:34.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:34.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:34.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:34.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:09:34.565 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:09:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:09:35.066 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:09:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:09:35.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:09:35.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:09:35.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:09:35.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:35.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:09:35.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 22:09:35.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:09:35.066 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:09:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:35.067 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizardCreateInfoModuleDefaultName no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 22:09:35.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'] 22:09:35.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.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'] 22:09:35.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.067 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:09:35.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.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'] 22:09:35.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.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'] 22:09:35.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.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'] 22:09:35.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.067 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:09:35.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.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'] 22:09:35.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.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'] 22:09:35.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:09:35.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:35.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:35.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:09:35.068 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:09:35.068 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:35.069 DEBUG [main][MenuItemLookup] Item match:File 22:09:35.069 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:09:35.069 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.071 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:09:35.071 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:09:35.079 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:09:35.079 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:09:35.079 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:09:35.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 'New|Select a wizard'] is available.... 22:09:35.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:09:35.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:09:35.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:35.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:35.129 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:09:35.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:09:35.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:35.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:35.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:35.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:35.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:35.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:09:35.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:09:35.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:09:35.130 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:09:35.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:35.130 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:09:35.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:35.130 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:09:35.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:09:35.130 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:09:35.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:35.131 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:09:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:35.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:09:35.131 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:09:35.131 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:09:35.131 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:09:35.131 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:09:35.131 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:09:35.131 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:09:35.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:09:35.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:35.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:35.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:35.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:35.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:35.132 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:09:35.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:35.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:35.132 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:35.132 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:35.239 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:35.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.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.... 22:09:35.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 22:09:35.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:09:35.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:35.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:35.240 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:09:35.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.240 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 22:09:35.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Use an execution environment JRE:") 22:09:35.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:35.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:35.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:35.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:35.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:35.241 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 22:09:35.241 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-11' 22:09:35.241 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 22:09:35.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:35.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:35.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:35.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:35.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:09:35.241 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-10 to selection: JavaSE-11 22:09:35.241 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:09:35.241 INFO [WorkbenchTestable][JavaProjectWizard] Cancel wizard 22:09:35.241 DEBUG [WorkbenchTestable][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) 22:09:35.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:35.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:35.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:35.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:35.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:35.242 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:09:35.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:35.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:35.243 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:35.243 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:35.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:09:35.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:09:35.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:09:35.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:09:35.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:09:35.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:35.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:35.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:09:35.281 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 22:09:35.281 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:09:35.281 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:09:35.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:35.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.747 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.332 s testJavaProjectWizardDisabledModuleInfoCheckbox no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) Time elapsed: 17.399 s testJavaProjectWizard no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) Time elapsed: 8.369 s testJavaProjectWizardCreateInfoModuleDefaultName no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) Time elapsed: 9.531 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 22:09:35.288 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 22:09:35.288 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:09:35.288 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:09:35.288 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 22:09:35.289 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:09:35.289 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:09:35.289 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:09:35.289 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:09:35.289 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:09:35.289 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 22:09:35.289 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 22:09:35.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 22:09:35.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:35.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:35.289 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:09:35.289 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:35.289 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:09:35.289 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:09:35.289 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:09:35.289 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:09:35.289 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:09:35.289 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:09:35.289 DEBUG [main][MenuItemLookup] Item match:Window 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:09:35.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:35.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:35.290 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:09:35.290 DEBUG [main][MenuItemLookup] Item match:Window 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:09:35.290 DEBUG [main][MenuItemLookup] Item match:Perspective 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:09:35.290 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:09:35.290 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:09:35.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 22:09:35.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:35.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:35.290 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:09:35.291 DEBUG [main][MenuItemLookup] Item match:Window 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:09:35.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:35.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:35.291 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:09:35.291 DEBUG [main][MenuItemLookup] Item match:Window 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:09:35.291 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:09:35.291 DEBUG [main][MenuItemLookup] Item match:Perspective 22:09:35.300 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:09:35.300 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.300 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:09:35.300 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:09:35.300 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:09:35.300 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:09:35.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:35.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:35.312 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:09:35.312 DEBUG [main][MenuItemLookup] Item match:Window 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:09:35.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:35.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:35.312 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:09:35.312 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:09:35.312 DEBUG [main][MenuItemLookup] Item match:Window 22:09:35.313 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:09:35.313 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:09:35.313 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:09:35.313 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.313 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:09:35.313 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:09:35.313 DEBUG [main][MenuItemLookup] Item match:Perspective 22:09:35.313 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:09:35.313 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.313 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:09:35.313 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:09:35.313 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:09:35.313 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:09:35.313 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 22:09:35.313 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 22:09:35.313 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 22:09:35.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 22:09:35.337 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 22:09:35.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 22:09:35.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:35.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:35.337 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:35.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:35.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:35.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:09:35.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:35.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:35.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:35.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:09:35.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:35.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:35.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:35.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:09:35.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:35.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:35.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:35.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:35.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:35.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:35.339 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 22:09:35.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:35.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:35.339 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:35.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:35.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'] 22:09:35.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.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'] 22:09:35.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.424 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 22:09:35.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.424 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:35.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.424 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:35.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.424 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:35.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.424 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 22:09:35.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.424 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:35.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.424 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:35.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:09:35.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:35.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:35.424 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:09:35.425 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:09:35.425 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:35.425 DEBUG [main][MenuItemLookup] Item match:File 22:09:35.425 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:09:35.425 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:35.427 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:09:35.427 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:09:35.427 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:09:35.427 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:09:35.427 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:09:35.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 'New|Select a wizard'] is available.... 22:09:35.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 'New|Select a wizard'] is available. finished successfully 22:09:35.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:09:35.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:35.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:35.526 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:09:35.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.526 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:09:35.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:35.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:35.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:35.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:35.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:35.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:09:35.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:09:35.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:09:35.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:09:35.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:35.527 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:09:35.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:35.527 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:09:35.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:09:35.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:09:35.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:35.527 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:09:35.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:35.527 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:09:35.528 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:09:35.528 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:09:35.528 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:09:35.528 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:09:35.528 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:09:35.528 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:09:35.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:09:35.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:35.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:35.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:35.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:35.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:35.529 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:09:35.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:35.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:35.529 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:35.529 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:35.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 'New|Select a wizard'] 22:09:35.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:09:35.649 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 22:09:35.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:09:35.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:35.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:35.650 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:09:35.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:35.650 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'testproject' 22:09:35.650 DEBUG [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:") 22:09:35.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:35.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:35.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:35.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:35.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:09:35.652 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:35.652 INFO [WorkbenchTestable][AbstractText] Text set to: testproject 22:09:35.665 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:09:35.665 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:09:35.665 DEBUG [WorkbenchTestable][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) 22:09:35.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:35.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:35.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:35.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:35.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:35.673 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:09:35.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:35.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:35.673 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:35.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:35.676 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.... 22:09:36.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 22:09:36.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:09:36.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:36.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:36.179 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:09:36.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 22:09:36.179 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:36.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:36.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:36.179 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:09:36.179 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:36.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:36.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:36.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:36.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:36.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:36.180 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:09:36.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:36.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:36.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:36.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:36.255 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.... 22:09:36.255 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 22:09:36.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:09:36.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:09:36.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:09:36.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 22:09:36.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:09:36.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:09:36.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:09:36.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:36.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:36.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:09:36.256 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:09:36.256 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewClassWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 22:09:36.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 22:09:36.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:09:36.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:09:36.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:09:36.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'] 22:09:36.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:36.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'] 22:09:36.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:36.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 Class"] 22:09:36.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:36.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'] 22:09:36.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:36.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'] 22:09:36.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:36.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'] 22:09:36.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:36.257 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 22:09:36.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:36.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'] 22:09:36.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:36.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'] 22:09:36.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:36.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:09:36.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:36.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:36.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:09:36.259 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:09:36.259 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:36.259 DEBUG [main][MenuItemLookup] Item match:File 22:09:36.259 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:09:36.259 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:36.261 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:09:36.261 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:09:36.261 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:09:36.261 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:09:36.261 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:09:36.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 'New|Select a wizard'] is available.... 22:09:36.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. finished successfully 22:09:36.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:09:36.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:36.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:36.322 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:09:36.322 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:36.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:09:36.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:36.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:36.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:36.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:36.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:36.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:09:36.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:09:36.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:09:36.323 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:09:36.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:36.324 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:09:36.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:36.324 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:09:36.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:09:36.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:09:36.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:36.324 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:09:36.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:36.324 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:09:36.328 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 22:09:36.328 DEBUG [main][TreeItemHandler] Selecting tree item: Class 22:09:36.328 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 22:09:36.330 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 22:09:36.330 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:09:36.330 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:09:36.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:09:36.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:36.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:36.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:36.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:36.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:36.331 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:09:36.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:36.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:36.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:36.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:36.417 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:36.417 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:36.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:36.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 22:09:36.418 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 22:09:36.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 22:09:36.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:36.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:36.418 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:09:36.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:36.419 DEBUG [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:") 22:09:36.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:36.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:36.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:36.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:36.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:09:36.422 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:36.423 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test2 22:09:36.428 DEBUG [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:") 22:09:36.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:36.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:36.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:36.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:36.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:09:36.432 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:36.433 INFO [WorkbenchTestable][AbstractText] Text set to: ClassName2 22:09:36.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "package") 22:09:36.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:36.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:36.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:36.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:36.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:36.492 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 22:09:36.492 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 22:09:36.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:36.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:36.492 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:36.492 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:36.492 TRACE [main][WidgetHandler] Notify Button with event 27 22:09:36.492 TRACE [main][WidgetHandler] Wait for synchronization 22:09:36.493 TRACE [main][WidgetHandler] Notify Button with event 13 22:09:36.493 TRACE [main][WidgetHandler] Wait for synchronization 22:09:36.493 TRACE [main][WidgetHandler] Notify Button with event 26 22:09:36.493 TRACE [main][WidgetHandler] Wait for synchronization 22:09:36.493 TRACE [main][WidgetHandler] Notify Button with event 3 22:09:36.493 TRACE [main][WidgetHandler] Wait for synchronization 22:09:36.493 TRACE [main][WidgetHandler] Notify Button with event 4 22:09:36.493 TRACE [main][WidgetHandler] Wait for synchronization 22:09:36.493 TRACE [main][WidgetHandler] Notify Button with event 13 22:09:36.493 TRACE [main][WidgetHandler] Wait for synchronization 22:09:36.493 DEBUG [WorkbenchTestable][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") 22:09:36.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:36.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:36.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:36.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:36.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:36.494 INFO [WorkbenchTestable][CheckBox] Select checkbox abs&tract 22:09:36.494 INFO [WorkbenchTestable][CheckBox] Check checkbox abs&tract 22:09:36.494 INFO [WorkbenchTestable][AbstractButton] Click button abs&tract 22:09:36.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:36.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:36.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:36.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:36.495 DEBUG [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:") 22:09:36.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:36.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:36.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:36.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:36.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:09:36.501 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:36.501 INFO [WorkbenchTestable][AbstractText] Text set to: java.lang.Exception 22:09:36.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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...") 22:09:36.502 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:36.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:36.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:36.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:09:36.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:36.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:36.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:36.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:36.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:36.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:36.504 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:09:36.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:36.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:36.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:36.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:36.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 22:09:36.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 22:09:36.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 22:09:36.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:36.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:36.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 22:09:36.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:36.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:36.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:36.537 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:09:36.537 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:36.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:36.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:36.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:36.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:36.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:09:36.538 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:36.538 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 22:09:36.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:09:36.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 22:09:36.538 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 22:09:36.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:09:36.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:09:36.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:09:36.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:09:36.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:09:36.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:09:36.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:36.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:37.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 22:09:37.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:09:37.039 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 22:09:37.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:09:37.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:37.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:37.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 22:09:37.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:09:37.539 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 22:09:37.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:09:37.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:37.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:38.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 22:09:38.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:09:38.039 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 22:09:38.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:09:38.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:38.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:38.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is a system job, skipped 22:09:38.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:09:38.539 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 22:09:38.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:09:38.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:38.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:39.040 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 22:09:39.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:09:39.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:39.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:39.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:39.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:39.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:09:39.540 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 22:09:39.540 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:39.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:39.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:39.540 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:09:39.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:39.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:39.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:39.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:39.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:39.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:09:39.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:09:39.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:09:39.543 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 22:09:39.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:39.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:39.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:39.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:09:39.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:39.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:39.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:39.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:39.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:39.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:09:39.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:09:39.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:09:39.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:09:39.544 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:39.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:39.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:39.544 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:09:39.544 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:39.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:39.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:39.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:39.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:39.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:39.545 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:09:39.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:39.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:39.545 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:39.545 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:39.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 22:09:39.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:39.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:39.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:39.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:39.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:39.592 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 22:09:39.592 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 22:09:39.593 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 22:09:39.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:39.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:39.593 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:39.593 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:39.593 DEBUG [WorkbenchTestable][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") 22:09:39.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:39.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:39.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:39.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:39.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:39.594 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 22:09:39.594 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 22:09:39.594 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 22:09:39.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:39.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:39.594 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:39.594 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:39.594 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:09:39.594 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 22:09:39.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 22:09:39.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:39.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:39.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:39.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:39.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:39.596 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:09:39.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:39.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:39.596 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:39.596 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:39.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:09:42.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:09:42.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:09:42.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:09:42.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:09:42.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:09:42.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:09:42.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:09:42.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:09:42.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:42.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:42.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:42.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:09:42.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName2.java... 22:09:42.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QClassName2.java\E') 22:09:42.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:09:42.103 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:42.103 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 22:09:42.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName2.java finished successfully 22:09:42.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@146181af is found... 22:09:42.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@146181af is found finished successfully 22:09:42.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 22:09:42.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:09:42.105 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:09:42.105 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 22:09:42.105 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:09:42.105 DEBUG [main][EditorHandler] 1 editor(s) found 22:09:42.105 DEBUG [WorkbenchTestable][EditorHandler] Closing editor ClassName2.java 22:09:42.153 DEBUG [WorkbenchTestable][EditorHandler] Editor ClassName2.java is closed 22:09:42.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 22:09:42.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:09:42.153 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:09:42.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:42.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:42.153 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewClassWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 22:09:42.153 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:09:42.153 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 22:09:42.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 22:09:42.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:09:42.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:09:42.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:09:42.154 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:42.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.154 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:42.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.154 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 22:09:42.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.154 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:42.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.154 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:42.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.154 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:42.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.154 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 22:09:42.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.154 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:42.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.154 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:42.155 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:09:42.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:42.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:42.155 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:09:42.155 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:09:42.155 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:42.155 DEBUG [main][MenuItemLookup] Item match:File 22:09:42.156 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:09:42.156 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:42.158 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:09:42.158 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:09:42.159 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:09:42.159 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:09:42.159 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:09: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.... 22:09:42.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 22:09:42.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:09:42.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:42.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:42.230 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:09:42.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:09:42.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:42.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:09:42.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:09:42.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:09:42.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:09:42.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:42.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:09:42.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:42.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:09:42.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:09:42.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:09:42.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:42.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:09:42.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:42.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:09:42.233 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 22:09:42.233 DEBUG [main][TreeItemHandler] Selecting tree item: Class 22:09:42.233 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 22:09:42.233 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 22:09:42.233 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:09:42.233 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:09: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) 22:09:42.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.233 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:09:42.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:42.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:42.234 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:42.234 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:42.284 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:42.284 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.284 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 22:09:42.284 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 22:09:42.284 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 22:09:42.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:42.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:42.285 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:09:42.285 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.285 DEBUG [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:") 22:09:42.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:09:42.286 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:42.287 INFO [WorkbenchTestable][AbstractText] Text set to: testproject/src 22:09:42.291 DEBUG [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:") 22:09:42.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:09:42.305 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:42.306 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 22:09:42.306 DEBUG [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:") 22:09:42.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:09:42.318 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:42.318 INFO [WorkbenchTestable][AbstractText] Text set to: ClassName 22:09:42.321 DEBUG [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:") 22:09:42.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:09:42.323 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:42.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 22:09:42.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:09:42.326 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:42.333 DEBUG [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:") 22:09:42.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:09:42.339 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:42.339 DEBUG [WorkbenchTestable][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:") 22:09:42.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.340 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 22:09:42.340 INFO [WorkbenchTestable][CheckBox] Check checkbox Enclosing t&ype: 22:09:42.340 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 22:09:42.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:42.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:42.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:42.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:42.342 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 22:09:42.342 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:42.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:42.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:42.342 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:09:42.342 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:42.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 22:09:42.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 22:09:42.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 22:09:42.342 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:42.342 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 22:09:42.342 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:42.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:42.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:42.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:09:42.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:42.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 22:09:42.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 22:09:42.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 22:09:42.343 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:42.343 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test.ClassName 22:09:42.346 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 22:09:42.346 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:42.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:42.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:42.355 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:09:42.355 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:42.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 22:09:42.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 22:09:42.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 22:09:42.356 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:42.356 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 22:09:42.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:42.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:42.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:42.356 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:09:42.356 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:42.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 22:09:42.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 22:09:42.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 22:09:42.357 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:42.357 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test2.ClassName2 22:09:42.360 DEBUG [WorkbenchTestable][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") 22:09:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.361 DEBUG [WorkbenchTestable][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") 22:09:42.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.362 DEBUG [WorkbenchTestable][RadioButton] Radio Button &public already checked, no action performed 22:09:42.362 DEBUG [WorkbenchTestable][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") 22:09:42.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 22:09:42.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 22:09:42.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.364 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 22:09:42.364 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 22:09:42.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:42.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:42.364 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:42.364 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:42.364 TRACE [main][WidgetHandler] Notify Button with event 27 22:09:42.364 TRACE [main][WidgetHandler] Wait for synchronization 22:09:42.364 TRACE [main][WidgetHandler] Notify Button with event 13 22:09:42.364 TRACE [main][WidgetHandler] Wait for synchronization 22:09:42.364 TRACE [main][WidgetHandler] Notify Button with event 26 22:09:42.364 TRACE [main][WidgetHandler] Wait for synchronization 22:09:42.364 TRACE [main][WidgetHandler] Notify Button with event 3 22:09:42.364 TRACE [main][WidgetHandler] Wait for synchronization 22:09:42.364 TRACE [main][WidgetHandler] Notify Button with event 4 22:09:42.364 TRACE [main][WidgetHandler] Wait for synchronization 22:09:42.364 TRACE [main][WidgetHandler] Notify Button with event 13 22:09:42.364 TRACE [main][WidgetHandler] Wait for synchronization 22:09:42.364 DEBUG [WorkbenchTestable][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") 22:09:42.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.365 DEBUG [WorkbenchTestable][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") 22:09:42.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 22:09:42.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.367 DEBUG [WorkbenchTestable][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") 22:09:42.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.367 DEBUG [WorkbenchTestable][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") 22:09:42.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.368 INFO [WorkbenchTestable][RadioButton] Select radio button pri&vate 22:09:42.368 INFO [WorkbenchTestable][AbstractButton] Click button pri&vate 22:09:42.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:42.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:42.368 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:42.368 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:42.368 TRACE [main][WidgetHandler] Notify Button with event 27 22:09:42.368 TRACE [main][WidgetHandler] Wait for synchronization 22:09:42.368 TRACE [main][WidgetHandler] Notify Button with event 13 22:09:42.368 TRACE [main][WidgetHandler] Wait for synchronization 22:09:42.368 TRACE [main][WidgetHandler] Notify Button with event 26 22:09:42.368 TRACE [main][WidgetHandler] Wait for synchronization 22:09:42.368 TRACE [main][WidgetHandler] Notify Button with event 3 22:09:42.368 TRACE [main][WidgetHandler] Wait for synchronization 22:09:42.368 TRACE [main][WidgetHandler] Notify Button with event 4 22:09:42.368 TRACE [main][WidgetHandler] Wait for synchronization 22:09:42.368 TRACE [main][WidgetHandler] Notify Button with event 13 22:09:42.368 TRACE [main][WidgetHandler] Wait for synchronization 22:09:42.368 DEBUG [WorkbenchTestable][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") 22:09:42.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.369 DEBUG [WorkbenchTestable][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") 22:09:42.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.370 DEBUG [WorkbenchTestable][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") 22:09:42.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.370 DEBUG [WorkbenchTestable][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") 22:09:42.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.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.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") 22:09:42.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 22:09:42.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.380 DEBUG [WorkbenchTestable][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") 22:09:42.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.380 INFO [WorkbenchTestable][RadioButton] Select radio button pro&tected 22:09:42.380 INFO [WorkbenchTestable][AbstractButton] Click button pro&tected 22:09:42.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:42.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:42.381 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:42.381 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:42.381 TRACE [main][WidgetHandler] Notify Button with event 27 22:09:42.381 TRACE [main][WidgetHandler] Wait for synchronization 22:09:42.381 TRACE [main][WidgetHandler] Notify Button with event 13 22:09:42.381 TRACE [main][WidgetHandler] Wait for synchronization 22:09:42.381 TRACE [main][WidgetHandler] Notify Button with event 26 22:09:42.381 TRACE [main][WidgetHandler] Wait for synchronization 22:09:42.381 TRACE [main][WidgetHandler] Notify Button with event 3 22:09:42.381 TRACE [main][WidgetHandler] Wait for synchronization 22:09:42.381 TRACE [main][WidgetHandler] Notify Button with event 4 22:09:42.381 TRACE [main][WidgetHandler] Wait for synchronization 22:09:42.381 TRACE [main][WidgetHandler] Notify Button with event 13 22:09:42.381 TRACE [main][WidgetHandler] Wait for synchronization 22:09:42.381 DEBUG [WorkbenchTestable][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") 22:09:42.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.382 DEBUG [WorkbenchTestable][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") 22:09:42.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.382 DEBUG [WorkbenchTestable][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") 22:09:42.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.383 DEBUG [WorkbenchTestable][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") 22:09:42.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.384 DEBUG [WorkbenchTestable][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:") 22:09:42.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.385 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 22:09:42.385 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Enclosing t&ype: 22:09:42.385 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 22:09:42.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:42.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:42.385 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:42.385 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:42.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 22:09:42.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.387 INFO [WorkbenchTestable][CheckBox] Select checkbox abs&tract 22:09:42.388 INFO [WorkbenchTestable][CheckBox] Check checkbox abs&tract 22:09:42.388 INFO [WorkbenchTestable][AbstractButton] Click button abs&tract 22:09:42.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:42.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:42.388 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:42.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:42.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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") 22:09:42.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.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.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") 22:09:42.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.397 INFO [WorkbenchTestable][CheckBox] Select checkbox abs&tract 22:09:42.397 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox abs&tract 22:09:42.397 INFO [WorkbenchTestable][AbstractButton] Click button abs&tract 22:09:42.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:42.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:42.397 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:42.397 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:42.398 DEBUG [WorkbenchTestable][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") 22:09:42.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.398 DEBUG [WorkbenchTestable][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") 22:09:42.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.399 INFO [WorkbenchTestable][CheckBox] Select checkbox fina&l 22:09:42.399 INFO [WorkbenchTestable][CheckBox] Check checkbox fina&l 22:09:42.399 INFO [WorkbenchTestable][AbstractButton] Click button fina&l 22:09:42.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:42.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:42.400 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:42.400 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09: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.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") 22:09:42.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09: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.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") 22:09:42.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.401 INFO [WorkbenchTestable][CheckBox] Select checkbox fina&l 22:09:42.401 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox fina&l 22:09:42.401 INFO [WorkbenchTestable][AbstractButton] Click button fina&l 22:09:42.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:42.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:42.401 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:42.401 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:42.401 DEBUG [WorkbenchTestable][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") 22:09:42.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.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.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)") 22:09:42.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.403 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 22:09:42.403 DEBUG [WorkbenchTestable][CheckBox] Checkbox public static &void main(String[] args) not checked, no action performed 22:09:42.403 DEBUG [WorkbenchTestable][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)") 22:09:42.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.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: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 22:09:42.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.409 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 22:09:42.410 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 22:09:42.410 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 22:09:42.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:42.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:42.410 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:42.410 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:42.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: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 22:09:42.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.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: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 22:09:42.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.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: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 22:09:42.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.413 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 22:09:42.413 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 22:09:42.413 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 22:09:42.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:42.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:42.413 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:42.413 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:42.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: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 22:09:42.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.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: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 22:09:42.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.415 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 22:09:42.415 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Generate comments 22:09:42.415 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 22:09:42.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:42.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:42.415 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:42.415 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:42.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: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 22:09:42.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.416 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:09:42.416 INFO [WorkbenchTestable][NewClassCreationWizard] Cancel wizard 22:09:42.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.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) 22:09:42.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.417 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:09:42.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:42.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:42.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:42.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:42.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:09:42.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:09:42.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:09:42.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/testproject)' is a system job, skipped 22:09:42.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:09:42.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:09:42.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:42.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:42.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:42.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:09:42.458 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:09:42.458 DEBUG [main][EditorHandler] 0 editor(s) found 22:09:42.459 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 22:09:42.459 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:09:42.459 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:09:42.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:42.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:42.459 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 22:09:42.459 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:09:42.459 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 22:09:42.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 22:09:42.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:09:42.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:09:42.459 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:09:42.459 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:42.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.459 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:42.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.459 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 22:09:42.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.459 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:42.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.460 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:42.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.460 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:42.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.460 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 22:09:42.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.460 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:42.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.460 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:42.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:09:42.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:42.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:42.464 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:09:42.464 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:09:42.464 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:42.464 DEBUG [main][MenuItemLookup] Item match:File 22:09:42.465 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:09:42.465 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'File' 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'' 22:09:42.467 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:09:42.467 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:09:42.467 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:09:42.467 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:09:42.467 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:09:42.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:09:42.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 22:09:42.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:09:42.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:42.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:42.515 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:09:42.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:09:42.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:09:42.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:09:42.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:09:42.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:09:42.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:09:42.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:42.516 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:09:42.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:42.516 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:09:42.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:09:42.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:09:42.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:09:42.516 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:09:42.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:09:42.516 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:09:42.517 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 22:09:42.517 DEBUG [main][TreeItemHandler] Selecting tree item: Class 22:09:42.517 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 22:09:42.517 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 22:09:42.517 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:09:42.517 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:09:42.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:09:42.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.518 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:09:42.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:42.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:42.518 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:42.518 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:42.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:09:42.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 22:09:42.570 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 22:09:42.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 22:09:42.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:42.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:42.571 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:09:42.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:09:42.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 22:09:42.571 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:42.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:42.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:42.571 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:09:42.571 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:42.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:42.572 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:09:42.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:42.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:42.572 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:42.572 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:42.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 22:09:42.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 22:09:42.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 22:09:42.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:42.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:42.609 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 22:09:42.609 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:42.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:42.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:42.609 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:09:42.609 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:42.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:42.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:42.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:42.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:42.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:09:42.609 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:42.609 INFO [WorkbenchTestable][AbstractText] Text set to: nonexisting.interface.name 22:09:42.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:09:42.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/testproject)' is a system job, skipped 22:09:42.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:09:42.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:09:42.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:09:42.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:42.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:42.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:43.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:43.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:43.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:43.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:43.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:43.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:44.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:44.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:44.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:44.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:44.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:44.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:45.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:45.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:45.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:45.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:45.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:45.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:45.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:09:45.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 22:09:45.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:45.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:45.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:45.612 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:09:45.612 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:45.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:45.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:45.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:45.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:45.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:09:45.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:09:55.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 22:09:55.621 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 22:09:55.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:55.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:55.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:55.621 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:09:55.621 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:55.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:55.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:55.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:55.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:55.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:09:55.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:09:57.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 22:09:57.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:09:57.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:57.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:57.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:57.123 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:09:57.123 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:57.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:57.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:57.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:57.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:57.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:57.125 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:09:57.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:57.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:57.125 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:57.125 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:57.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 22:09:57.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:57.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:57.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:57.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:09:57.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:57.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:57.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:57.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:57.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:57.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:09:57.150 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:09:57.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:09:57.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:09:57.150 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:09:57.150 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:09:57.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 22:09:57.182 DEBUG [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 22:09:57.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 22:09:57.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:09:57.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:09:57.182 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 22:09:57.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:09:57.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:09:57.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:09:57.182 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:09:57.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:09:57.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:09:57.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:09:57.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:09:57.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:09:57.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:09:57.183 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:09:57.183 INFO [WorkbenchTestable][AbstractText] Text set to: Acl 22:09:57.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:09:57.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:09:57.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:09:57.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:57.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:57.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:57.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:57.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:57.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:58.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:58.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:58.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:58.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:58.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:58.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:59.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:59.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:59.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:09:59.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:09:59.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:09:59.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:00.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:00.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:00.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:00.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:10:00.185 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 22:10:00.185 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:00.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:00.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:00.185 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:00.185 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:00.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:00.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:00.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:00.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:00.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:00.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:00.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:00.188 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 22:10:00.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:00.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:00.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:00.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:00.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:00.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:00.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:00.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:00.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:00.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:00.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:00.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:00.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 "Cancel") 22:10:00.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:00.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:00.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:00.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:00.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:00.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:00.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:00.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:00.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:00.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:00.190 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:10:00.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:00.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:00.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:00.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:00.205 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 22:10:00.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:00.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:00.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:00.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:00.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:00.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:00.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:00.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:00.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:00.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:00.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:01.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 22:10:01.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 22:10:01.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:01.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:01.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:01.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:01.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:01.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:01.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:01.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:01.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:01.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:01.209 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:10:01.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:01.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:01.209 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:01.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:01.234 DEBUG [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.... 22:10:01.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 22:10:01.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 22:10:01.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:01.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:01.235 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 22:10:01.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:01.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:01.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:01.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:01.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:01.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:01.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:01.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:01.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:01.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:01.236 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:01.236 INFO [WorkbenchTestable][AbstractText] Text set to: org.w3c.dom.views.AbstractView 22:10:01.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:10:01.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:10:01.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:10:01.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:01.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:01.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:01.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:01.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:01.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:02.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:02.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:02.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:02.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:02.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:02.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:03.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:03.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:03.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:03.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:03.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:03.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:04.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:04.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:04.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:04.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:10:04.239 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 22:10:04.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:04.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:04.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:04.239 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:04.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:04.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:04.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:04.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:04.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:04.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:04.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:04.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:04.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 22:10:04.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:04.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:04.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:04.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:04.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:04.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:04.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:04.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:04.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:04.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:04.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:04.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:04.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 "OK") 22:10:04.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:04.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:04.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:04.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:04.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:04.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:04.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:04.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:04.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:04.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:04.244 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:10:04.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:04.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:04.244 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:04.244 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:04.269 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 22:10:04.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:04.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:04.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:04.269 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:04.269 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:04.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:04.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:04.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:04.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:04.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:04.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:04.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:04.269 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 22:10:04.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:04.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:04.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:04.270 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:04.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:04.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:04.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:04.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:04.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:04.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:04.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:04.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:04.271 TRACE [main][WidgetHandler] Notify Table with event 13 22:10:04.271 TRACE [main][WidgetHandler] Wait for synchronization 22:10:04.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 "Remove") 22:10:04.271 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:04.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:04.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:04.271 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:04.271 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:04.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:04.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:04.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:04.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:04.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:04.273 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:10:04.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:04.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:04.273 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:04.273 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:04.273 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:10:04.273 INFO [WorkbenchTestable][NewClassCreationWizard] Cancel wizard 22:10:04.273 DEBUG [WorkbenchTestable][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) 22:10:04.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:04.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:04.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:04.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:04.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:04.275 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:10:04.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:04.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:04.275 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:04.275 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:04.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:04.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:04.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:04.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:04.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:04.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:04.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:04.300 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:10:04.300 DEBUG [main][EditorHandler] 0 editor(s) found 22:10:04.301 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 22:10:04.301 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:04.301 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:04.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:04.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:04.301 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 22:10:04.301 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:04.301 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 22:10:04.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 22:10:04.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:04.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:04.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:04.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'] 22:10:04.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:04.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'] 22:10:04.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:04.301 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 22:10:04.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:04.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'] 22:10:04.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:04.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'] 22:10:04.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:04.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'] 22:10:04.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:04.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: "New Java Class"] 22:10:04.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:04.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'] 22:10:04.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:04.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'] 22:10:04.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:04.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:04.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:04.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:04.302 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:04.302 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:04.302 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:04.303 DEBUG [main][MenuItemLookup] Item match:File 22:10:04.303 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:10:04.303 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:04.305 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:10:04.305 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:10:04.305 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:10:04.305 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:10:04.305 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:10:04.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:10:04.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. finished successfully 22:10:04.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:10:04.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:04.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:04.363 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:10:04.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:04.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:10:04.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:04.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:04.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:04.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:04.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:04.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:04.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:04.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:10:04.365 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:04.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:04.365 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:04.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:04.365 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:04.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:10:04.365 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:04.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:04.365 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:04.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:04.365 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:04.365 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 22:10:04.365 DEBUG [main][TreeItemHandler] Selecting tree item: Class 22:10:04.365 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 22:10:04.366 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 22:10:04.366 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:10:04.366 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:10:04.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:10:04.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:04.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:04.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:04.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:04.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:04.366 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:10:04.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:04.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:04.366 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:04.366 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:04.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:04.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:04.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:04.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 22:10:04.416 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 22:10:04.416 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 22:10:04.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:04.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:04.416 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:10:04.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:04.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...") 22:10:04.416 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:04.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:04.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:04.417 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:04.417 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:04.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:04.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:04.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:04.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:04.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:04.417 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:10:04.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:04.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:04.418 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:04.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:04.455 DEBUG [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.... 22:10:04.455 DEBUG [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 22:10:04.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 22:10:04.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:04.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:04.455 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 22:10:04.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:04.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:04.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:04.456 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:04.456 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:04.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:04.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:04.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:04.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:04.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:04.456 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:04.456 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 22:10:04.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:10:04.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:10:04.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:10:04.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:10:04.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:04.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:04.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:04.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:04.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:04.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:05.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:05.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:05.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:05.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:05.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:05.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:06.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:06.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:06.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:06.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:06.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:06.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:07.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:07.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:07.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:07.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:10:07.458 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 22:10:07.458 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:07.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:07.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:07.458 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:07.458 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:07.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:07.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:07.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:07.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:07.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:07.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:07.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:07.461 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 22:10:07.461 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:07.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:07.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:07.461 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:07.461 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:07.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:07.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:07.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:07.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:07.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:07.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:07.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:07.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:10:07.461 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:07.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:07.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:07.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:07.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:07.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:07.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:07.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:07.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:07.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:07.462 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:10:07.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:07.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:07.462 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:07.462 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:07.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 "Add...") 22:10:07.490 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:07.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:07.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:07.490 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:07.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:07.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:07.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:07.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:07.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:07.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:07.492 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:10:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:07.492 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:07.492 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:07.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 22:10:07.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 22:10:07.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 22:10:07.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:07.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:07.522 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 22:10:07.522 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:07.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:07.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:07.522 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:07.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:07.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:07.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:07.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:07.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:07.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:07.523 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:07.524 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleEditableText 22:10:07.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:10:07.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:10:07.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:10:07.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:07.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:07.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:08.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:08.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:08.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:08.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:08.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:08.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:09.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:09.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:09.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:09.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:09.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:09.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:10.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:10.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:10.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:10.526 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:10.526 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:10.526 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:10.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:10:10.526 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 22:10:10.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:10.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:10.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:10.526 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:10.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:10.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:10.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:10.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:10.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:10.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:10.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:10.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:10.529 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 22:10:10.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:10.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:10.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:10.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:10.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:10.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:10.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:10.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:10.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:10.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:10.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:10.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:10.530 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:10:10.530 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:10.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:10.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:10.530 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:10.530 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:10.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:10.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:10.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:10.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:10.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:10.531 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:10:10.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:10.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:10.531 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:10.531 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:10.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 "Add...") 22:10:10.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:10.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:10.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:10.554 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:10.554 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:10.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:10.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:10.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:10.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:10.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:10.557 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:10:10.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:10.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:10.557 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:10.557 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:10.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 22:10:10.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 22:10:10.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 22:10:10.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:10.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:10.586 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 22:10:10.586 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:10.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:10.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:10.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:10.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:10.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:10.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:10.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:10.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:10.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:10.586 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:10.586 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleExtendedTable 22:10:10.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:10:10.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:10:10.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:10:10.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:10.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:10.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:11.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:11.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:11.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:11.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:11.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:11.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:12.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:12.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:12.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:12.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:12.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:12.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:13.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:13.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:13.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:13.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:13.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:13.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:13.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:10:13.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 22:10:13.588 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:13.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:13.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:13.589 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:13.589 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:13.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:13.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:13.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:13.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:13.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:13.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:13.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:13.592 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 22:10:13.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:13.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:13.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:13.592 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:13.592 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:13.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:13.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:13.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:13.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:13.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:13.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:13.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:13.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 "OK") 22:10:13.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:13.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:13.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:13.592 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:13.592 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:13.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:13.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:13.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:13.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:13.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:13.593 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:10:13.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:13.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:13.593 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:13.593 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:13.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 22:10:13.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:13.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:13.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:13.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:13.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:13.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:13.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:13.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:13.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:13.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:13.619 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:10:13.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:13.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:13.620 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:13.620 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:13.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 22:10:13.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 22:10:13.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 22:10:13.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:13.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:13.650 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 22:10:13.650 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:13.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:13.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:13.650 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:13.650 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:13.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:13.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:13.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:13.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:13.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:13.650 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:13.650 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleStreamable 22:10:13.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:10:13.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:10:13.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:10:13.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:13.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:13.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:14.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:14.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:14.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:14.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:14.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:14.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:15.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:15.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:15.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:15.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:15.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:15.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:16.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:16.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:16.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:16.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:16.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:16.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:16.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:10:16.652 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 22:10:16.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:16.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:16.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:16.653 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:16.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:16.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:16.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:16.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:16.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:16.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:16.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:16.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:16.655 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 22:10:16.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:16.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:16.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:16.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:16.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:16.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:16.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:16.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:16.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:16.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:16.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:16.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:16.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:10:16.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:16.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:16.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:16.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:16.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:16.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:16.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:16.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:16.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:16.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:16.657 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:10:16.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:16.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:16.657 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:16.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:16.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 22:10:16.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:16.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:16.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:16.682 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:16.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:16.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:16.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:16.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:16.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:16.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:16.685 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:10:16.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:16.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:16.685 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:16.685 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:16.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 '[Extended|Implemented].*Interfaces Selection'] is available.... 22:10:16.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 '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 22:10:16.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 22:10:16.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:16.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:16.717 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 22:10:16.717 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:16.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:16.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:16.717 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:16.717 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:16.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:16.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:16.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:16.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:16.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:16.718 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:16.718 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleText 22:10:16.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 22:10:16.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' is a system job, skipped 22:10:16.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 22:10:16.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:16.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:16.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:17.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:17.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:17.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:17.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:17.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:17.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:18.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:18.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:18.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:18.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:18.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:18.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:19.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:19.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:19.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:19.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:19.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:19.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:19.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 22:10:19.720 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 22:10:19.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:19.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:19.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:19.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:19.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:19.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:19.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:19.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:19.723 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 22:10:19.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:19.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:19.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:19.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") 22:10:19.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:19.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 22:10:19.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:19.725 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:10:19.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:19.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:19.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:19.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:19.750 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 22:10:19.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:19.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:19.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:19.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:19.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:19.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:19.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:19.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:19.751 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 22:10:19.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:19.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:19.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:19.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:19.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:19.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:19.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:19.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:19.752 TRACE [main][WidgetHandler] Notify Table with event 13 22:10:19.752 TRACE [main][WidgetHandler] Wait for synchronization 22:10:19.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:10:19.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:19.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:19.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:19.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:19.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:19.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:19.755 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:10:19.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:19.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:19.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:19.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:19.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 22:10:19.756 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:19.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:19.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:19.756 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:19.756 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:19.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:19.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:19.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:19.757 TRACE [main][WidgetHandler] Notify Table with event 13 22:10:19.757 TRACE [main][WidgetHandler] Wait for synchronization 22:10:19.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 22:10:19.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:19.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:19.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:19.758 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:19.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:19.759 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:10:19.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:19.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:19.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:19.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:19.760 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 22:10:19.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:19.760 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:19.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:19.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:19.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:19.761 TRACE [main][WidgetHandler] Notify Table with event 13 22:10:19.761 TRACE [main][WidgetHandler] Wait for synchronization 22:10:19.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 "Remove") 22:10:19.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:19.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:19.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:19.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:19.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:19.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:19.762 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:10:19.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:19.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:19.762 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:19.762 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:19.763 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 22:10:19.763 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:19.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:19.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:19.763 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:19.763 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:19.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:19.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:19.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:19.764 TRACE [main][WidgetHandler] Notify Table with event 13 22:10:19.764 TRACE [main][WidgetHandler] Wait for synchronization 22:10:19.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 "Remove") 22:10:19.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:19.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:19.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:19.765 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:19.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:19.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:19.766 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:10:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:19.766 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:19.766 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:19.768 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 22:10:19.768 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:19.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:19.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:19.768 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:19.768 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:19.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:19.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:19.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:19.769 TRACE [main][WidgetHandler] Notify Table with event 13 22:10:19.769 TRACE [main][WidgetHandler] Wait for synchronization 22:10:19.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:10:19.769 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:19.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:19.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:19.769 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 22:10:19.769 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:19.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:19.771 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:10:19.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:19.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:19.771 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:19.771 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:19.771 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:10:19.771 INFO [WorkbenchTestable][NewClassCreationWizard] Cancel wizard 22:10:19.771 DEBUG [WorkbenchTestable][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) 22:10:19.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:19.772 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:10:19.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:19.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:19.773 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:19.773 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:19.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:19.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:19.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:19.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:19.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:19.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:19.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:19.799 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:10:19.799 DEBUG [main][EditorHandler] 0 editor(s) found 22:10:19.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 22:10:19.799 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:19.799 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:19.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:19.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:19.799 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 22:10:19.799 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:19.799 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 22:10:19.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 22:10:19.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:19.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:19.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:19.799 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:19.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:19.799 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:19.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:19.800 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 22:10:19.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:19.800 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:19.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:19.800 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:19.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:19.800 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:19.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:19.800 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 22:10:19.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:19.800 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:19.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:19.800 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:19.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:19.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:19.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:19.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:19.800 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:19.800 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:19.800 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:19.801 DEBUG [main][MenuItemLookup] Item match:File 22:10:19.801 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:10:19.801 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:19.804 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:10:19.804 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:10:19.804 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:10:19.804 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:10:19.804 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:10:19.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:10:19.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 22:10:19.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:10:19.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:19.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:19.865 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:10:19.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:19.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:10:19.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:19.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:19.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:19.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:10:19.866 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:19.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:19.866 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:19.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:19.866 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:19.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:10:19.866 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:19.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:19.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:19.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:19.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:19.867 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 22:10:19.867 DEBUG [main][TreeItemHandler] Selecting tree item: Class 22:10:19.867 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 22:10:19.867 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 22:10:19.867 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:10:19.867 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:10:19.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:10:19.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:19.868 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:10:19.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:19.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:19.868 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:19.868 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:19.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'] 22:10:19.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:19.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:19.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 22:10:19.920 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 22:10:19.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 22:10:19.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:19.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:19.921 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:10:19.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:19.921 DEBUG [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:") 22:10:19.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:19.923 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:19.924 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 22:10:19.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:") 22:10:19.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:19.944 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:19.945 INFO [WorkbenchTestable][AbstractText] Text set to: ClassName 22:10:19.953 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:10:19.953 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 22:10:19.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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) 22:10:19.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:19.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:19.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:19.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:19.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:19.955 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:10:19.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:19.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:19.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:19.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:19.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:20.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:20.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:20.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:10:20.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:10:20.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:10:20.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:20.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:20.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:20.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:20.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName.java... 22:10:20.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QClassName.java\E') 22:10:20.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:20.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:20.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:20.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:20.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:20.460 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:20.460 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public class ClassName { } TooltipText=null 22:10:20.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName.java finished successfully 22:10:20.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@794c3d1b is found... 22:10:20.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@794c3d1b is found finished successfully 22:10:20.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QClassName.java\E') 22:10:20.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:20.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:20.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:20.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:20.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:20.461 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:20.461 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public class ClassName { } TooltipText=null 22:10:20.461 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:10:20.462 DEBUG [main][EditorHandler] 1 editor(s) found 22:10:20.462 DEBUG [WorkbenchTestable][EditorHandler] Closing editor ClassName.java 22:10:20.522 DEBUG [WorkbenchTestable][EditorHandler] Editor ClassName.java is closed 22:10:20.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 22:10:20.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:20.522 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:20.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:20.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:20.523 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 22:10:20.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:20.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:20.525 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 22:10:20.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:20.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:20.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:20.525 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:20.525 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:20.526 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:20.526 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:20.526 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:10:20.526 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:10:20.526 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:20.526 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:20.526 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:20.526 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:20.526 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:20.526 DEBUG [main][MenuItemLookup] Item match:Window 22:10:20.526 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:20.526 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:20.526 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:20.526 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:20.526 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:20.526 DEBUG [main][MenuItemLookup] Item match:Show View 22:10:20.529 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:10:20.529 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:10:20.529 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:10:20.529 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:10:20.529 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:10:20.529 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:10:20.529 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:10:20.529 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:10:20.529 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:10:20.529 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:10:20.529 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:10:20.529 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:10:20.529 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:10:20.529 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:10:20.529 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:20.529 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:10:20.529 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:10:20.530 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:10:20.530 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:10:20.530 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:10:20.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:10:20.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 22:10:20.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:10:20.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:20.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:20.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 22:10:20.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:20.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:20.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:20.594 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:10:20.594 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:20.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:20.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:20.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:20.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:20.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:20.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:20.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:20.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:10:20.595 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:10:20.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:20.595 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:10:20.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:20.595 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:10:20.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:10:20.595 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:10:20.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:20.595 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:10:20.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:20.595 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:10:20.595 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 22:10:20.595 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 22:10:20.596 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 22:10:20.596 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 22:10:20.596 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:20.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:20.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:20.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:10:20.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:20.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:20.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:20.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 "Open") 22:10:20.596 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:20.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:20.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:20.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:10:20.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:20.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:20.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:20.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:20.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:20.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:20.597 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:10:20.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:20.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:20.597 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:20.597 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:20.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 22:10:20.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:20.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:20.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 22:10:20.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:20.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:20.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:20.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:20.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:20.632 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:20.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 '\*?\QProject Explorer\E') 22:10:20.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:20.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:20.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:20.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:20.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:20.633 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:20.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:20.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:20.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:10:20.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:10:20.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:10:20.635 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:20.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:20.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:20.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:20.635 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:20.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:20.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:20.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:20.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:20.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:20.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:21.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:21.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:21.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:21.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:21.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:10:21.638 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:21.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:21.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:21.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:21.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:10:21.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:21.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:21.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:21.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:21.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:21.640 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 22:10:21.641 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:21.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:21.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:21.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:21.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:21.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:21.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:22.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:22.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:22.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:22.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:22.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:10:22.644 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:22.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:22.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:22.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:22.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 22:10:22.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:22.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:22.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:22.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:22.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:22.645 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 22:10:22.645 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:22.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:22.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:22.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:22.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 22:10:22.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:22.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:22.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:22.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:22.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:22.645 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:10:22.645 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:10:22.646 DEBUG [main][TreeItemHandler] Set Tree selection 22:10:22.646 DEBUG [main][TreeHandler] Notify Tree about selection event 22:10:22.649 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:10:22.650 DEBUG [WorkbenchTestable][TreeItemHandler] testproject 22:10:22.650 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:10:22.650 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:22.669 DEBUG [main][MenuItemLookup] Found menu:'New' 22:10:22.669 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:10:22.669 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:22.669 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:10:22.669 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:22.669 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:10:22.669 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:10:22.669 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:10:22.669 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:10:22.669 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:10:22.669 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:10:22.669 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:10:22.669 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:22.669 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:10:22.669 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:10:22.669 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:22.669 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:10:22.669 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:10:22.670 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:10:22.670 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:10:22.670 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:10:22.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:22.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:10:23.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:10:23.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:23.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:23.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:23.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:23.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:10:23.170 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:23.187 DEBUG [main][MenuItemLookup] Found menu:'New' 22:10:23.187 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:10:23.187 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:23.187 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:10:23.187 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:23.187 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:10:23.187 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:10:23.187 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:10:23.187 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:10:23.187 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:10:23.187 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:10:23.187 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:10:23.187 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:10:23.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:10:23.737 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 22:10:23.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:10:23.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:23.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:23.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:10:23.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:23.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:23.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:23.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:10:23.739 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:23.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:23.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:23.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:23.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:23.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:23.739 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:10:23.740 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:10:23.740 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:10:23.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:23.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:23.740 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:23.740 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:23.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:10:23.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:23.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:23.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:23.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:10:23.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:23.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:23.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:23.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:23.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:23.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:23.740 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:10:23.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:23.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:23.740 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:23.741 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:23.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:10:23.743 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:10:24.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:10:24.243 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:10:24.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:24.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:10:24.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:10:24.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:10:24.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 22:10:24.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 22:10:24.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:10:24.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:10:24.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:24.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:24.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:24.243 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 22:10:24.243 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:24.243 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:24.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:24.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.956 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: 5.897 s testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 0.306 s testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 21.842 s testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 15.498 s testCreateNewClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 0.724 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 22:10:24.250 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 22:10:24.251 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:10:24.251 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:24.251 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 22:10:24.251 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:24.251 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:10:24.251 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:24.251 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:10:24.251 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:24.251 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:10:24.251 DEBUG [main][EditorHandler] 0 editor(s) found 22:10:24.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:24.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:24.252 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:10:24.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:24.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:24.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:24.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:24.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:24.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:24.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 '\*?\QProject Explorer\E') 22:10:24.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:24.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:24.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:24.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:24.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:24.260 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:24.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:24.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:24.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:10:24.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:10:24.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:10:24.262 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:24.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:24.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:24.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:24.262 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:24.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:24.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:24.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:24.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:24.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:24.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:24.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:24.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:25.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:25.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:25.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:10:25.264 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:25.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:25.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:25.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:25.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:10:25.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:25.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:25.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:25.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:25.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:25.265 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:25.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:25.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:25.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:25.266 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:25.266 INFO [WorkbenchTestable][RequirementsRunner] Started test: generateHashAndEquals no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest) 22:10:25.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 22:10:25.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:25.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:25.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:25.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:25.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:25.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:25.267 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:25.267 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 22:10:25.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:25.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:25.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:25.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:25.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:10:25.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:25.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:25.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:25.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:25.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:25.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:25.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:25.268 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:10:25.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:25.268 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:25.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:25.268 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:25.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:25.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:25.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:25.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:25.268 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:25.268 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:25.268 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:25.268 DEBUG [main][MenuItemLookup] Item match:File 22:10:25.269 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:10:25.269 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:25.270 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:10:25.270 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:10:25.278 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:10:25.278 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:10:25.278 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:10:25.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.... 22:10:25.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:10:25.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:10:25.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:25.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:25.327 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:10:25.328 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:25.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:10:25.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:25.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:25.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:25.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:25.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:25.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:25.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:25.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:10:25.329 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:25.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:25.329 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:25.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:25.329 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:25.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:10:25.329 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:25.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:25.329 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:25.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:25.329 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:25.329 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:10:25.329 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:10:25.330 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:10:25.332 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:10:25.332 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:10:25.332 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:10:25.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:10:25.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:25.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:25.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:25.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:25.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:25.336 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:10:25.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:25.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:25.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:25.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:25.441 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:25.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:25.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:25.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:10:25.441 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 22:10:25.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:10:25.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:25.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:25.442 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:10:25.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:25.443 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'GenHashProject' 22:10:25.443 DEBUG [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:") 22:10:25.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:25.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:25.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:25.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:25.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:25.444 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:25.444 INFO [WorkbenchTestable][AbstractText] Text set to: GenHashProject 22:10:25.465 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:10:25.465 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:10:25.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 22:10:25.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:25.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:25.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:25.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:25.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:25.467 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:10:25.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:25.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:25.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:25.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:25.469 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.... 22:10:25.969 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 22:10:25.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:10:25.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:25.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:25.972 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:10:25.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 "Don't Create") 22:10:25.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:25.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:25.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:25.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:10:25.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:25.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:25.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:25.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:25.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:25.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:25.973 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:10:25.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:25.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:25.973 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:25.973 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:26.035 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.... 22:10:26.035 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 22:10:26.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:26.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:26.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:26.035 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 22:10:26.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:10:26.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:10:26.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:10:26.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:26.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:26.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:26.035 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:26.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:26.035 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:26.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:26.035 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 22:10:26.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:26.035 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:26.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:26.036 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:26.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:26.036 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:26.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:26.036 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 22:10:26.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:26.036 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:26.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:26.036 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:26.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:26.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:26.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:26.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:26.036 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:26.036 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:26.036 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:26.036 DEBUG [main][MenuItemLookup] Item match:File 22:10:26.037 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:10:26.037 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:26.039 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:10:26.039 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:10:26.039 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:10:26.039 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:10:26.049 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:10: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.... 22:10: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 22:10:26.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:10:26.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:26.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:26.138 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:10:26.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:26.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:10:26.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:26.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:26.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:26.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:26.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:26.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:26.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:26.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:10:26.139 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:26.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:26.140 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:26.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:26.140 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:26.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:10:26.140 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:26.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:26.140 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:26.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:26.140 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:26.140 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 22:10:26.140 DEBUG [main][TreeItemHandler] Selecting tree item: Class 22:10:26.140 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 22:10:26.142 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 22:10:26.142 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:10:26.143 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:10:26.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:10:26.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:26.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:26.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:26.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:26.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:26.143 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:10:26.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:26.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:26.144 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:26.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:26.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:26.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:26.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 22:10:26.237 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 22:10:26.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 22:10:26.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:26.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:26.237 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:10:26.237 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:26.238 DEBUG [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:") 22:10:26.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:26.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:26.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:26.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:26.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:26.243 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:26.244 INFO [WorkbenchTestable][AbstractText] Text set to: GenHash 22:10:26.301 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:10:26.301 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 22:10:26.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 22:10:26.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:26.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:26.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:26.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:26.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:26.303 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:10:26.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:26.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:26.303 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:26.303 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:26.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:26.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:26.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:26.807 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 22:10:26.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:10:26.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:10:26.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:10:26.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:10:26.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:10:26.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:26.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:26.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:26.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:26.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@619a47c7 is found... 22:10:26.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@619a47c7 is found finished successfully 22:10:26.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 '\*?\QGenHash.java\E') 22:10:26.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:26.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:26.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:26.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:26.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:26.809 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:26.809 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { } TooltipText=null 22:10:26.809 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 3, offser 0 22:10:26.811 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:26.811 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { private String text;} TooltipText=null 22:10:26.811 INFO [WorkbenchTestable][AbstractEditor] Save editor 22:10:26.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - GenHashProject/src/GenHash.java - Eclipse Platform 22:10:26.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:26.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:26.812 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - GenHashProject/src/GenHash.java - Eclipse Platform' 22:10:26.812 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - GenHashProject/src/GenHash.java - Eclipse Platform' 22:10:26.812 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:26.812 DEBUG [main][MenuItemLookup] Item match:File 22:10:26.812 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:10:26.812 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 22:10:26.812 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 22:10:26.812 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 22:10:26.812 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:26.812 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 22:10:26.812 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 22:10:26.812 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:26.812 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 22:10:26.813 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 22:10:26.813 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 22:10:26.813 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 22:10:26.813 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 22:10:26.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 22:10:26.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 22:10:26.820 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:26.821 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { private String text;} TooltipText=null 22:10:26.836 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 22:10:26.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'Open With' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 22:10:26.899 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:10:26.899 DEBUG [main][MenuItemLookup] Item match:Source Shift+Alt+S 22:10:26.900 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Shift+Ctrl+C' 22:10:26.900 DEBUG [main][MenuItemLookup] Found menu:'Remove Block Comment Shift+Ctrl+\' 22:10:26.900 DEBUG [main][MenuItemLookup] Found menu:'Generate Element Comment Shift+Alt+J' 22:10:26.900 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:26.900 DEBUG [main][MenuItemLookup] Found menu:'Correct Indentation Ctrl+I' 22:10:26.900 DEBUG [main][MenuItemLookup] Found menu:'Format Shift+Ctrl+F' 22:10:26.900 DEBUG [main][MenuItemLookup] Found menu:'Format Element' 22:10:26.900 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:26.900 DEBUG [main][MenuItemLookup] Found menu:'Add Import Shift+Ctrl+M' 22:10:26.900 DEBUG [main][MenuItemLookup] Found menu:'Organize Imports Shift+Ctrl+O' 22:10:26.900 DEBUG [main][MenuItemLookup] Found menu:'Sort Members...' 22:10:26.900 DEBUG [main][MenuItemLookup] Found menu:'Clean Up...' 22:10:26.900 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:26.900 DEBUG [main][MenuItemLookup] Found menu:'Override/Implement Methods...' 22:10:26.900 DEBUG [main][MenuItemLookup] Found menu:'Generate Getters and Setters...' 22:10:26.900 DEBUG [main][MenuItemLookup] Found menu:'Generate Delegate Methods...' 22:10:26.900 DEBUG [main][MenuItemLookup] Found menu:'Generate hashCode() and equals()...' 22:10:26.900 DEBUG [main][MenuItemLookup] Item match:Generate hashCode() and equals()... 22:10:26.900 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Generate &hashCode() and equals()..." 22:10:26.900 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Generate hashCode() and equals()... 22:10:26.900 INFO [main][MenuItemHandler] Select menu item: Generate &hashCode() and equals()... 22:10:27.048 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.... 22:10:27.052 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 22:10:27.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Generate hashCode() and equals() 22:10:27.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:27.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:27.053 TRACE [WorkbenchTestable][GenerateHashCodeEqualsDialog] Shell Generate hashCode() and equals() is not null and is not disposed 22:10:27.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:27.053 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 22:10:27.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:27.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:27.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:27.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:27.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:27.054 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item text and wait with time period 1 22:10:27.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 22:10:27.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:27.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:27.554 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 22:10:27.555 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 22:10:27.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:28.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:28.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 22:10:28.056 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 22:10:28.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:28.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:28.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:28.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:28.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:28.056 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item text and wait with time period 1 22:10:28.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 22:10:28.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:28.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:28.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 22:10:28.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 22:10:28.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:29.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:29.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 22:10:29.058 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") 22:10:29.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:29.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:29.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:29.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:29.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:29.061 INFO [WorkbenchTestable][AbstractButton] Click button Select &All 22:10:29.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:29.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:29.061 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:29.061 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:29.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:29.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:29.063 INFO [WorkbenchTestable][AbstractButton] Click button &Generate 22:10:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:29.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:29.064 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:29.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:29.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:29.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:29.138 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:29.139 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 22:10:29.139 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 22:10:29.139 DEBUG [WorkbenchTestable][EditorHandler] Closing editor GenHash.java 22:10:29.207 DEBUG [WorkbenchTestable][EditorHandler] Editor GenHash.java is closed 22:10:29.208 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 22:10:29.208 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:29.208 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:29.208 INFO [WorkbenchTestable][RequirementsRunner] Finished test: generateHashAndEquals no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest) 22:10:29.208 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:10:29.208 DEBUG [main][EditorHandler] 0 editor(s) found 22:10:29.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:29.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:29.210 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:10:29.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:29.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:29.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:29.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:29.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:29.210 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:29.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:10:29.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:29.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:29.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:29.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:29.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:29.211 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:29.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:29.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:29.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:10:29.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:10:29.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:10:29.213 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:29.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:29.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:29.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:29.213 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:29.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:29.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:29.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:29.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:29.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:29.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:29.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:29.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:30.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:30.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:30.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:10:30.215 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:30.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:30.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:30.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:30.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 22:10:30.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:30.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:30.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:30.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:30.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:30.216 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name GenHashProject 22:10:30.216 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:30.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:30.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:30.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:30.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:30.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:30.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:30.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:30.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:31.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:31.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:31.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:10:31.218 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:31.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:31.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:31.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:31.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 22:10:31.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:31.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:31.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:31.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:31.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:31.220 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name GenHashProject 22:10:31.220 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:31.220 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:31.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:31.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:31.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 22:10:31.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:31.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:31.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:31.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:31.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:31.221 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:10:31.221 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:10:31.221 DEBUG [main][TreeItemHandler] Set Tree selection 22:10:31.221 DEBUG [main][TreeHandler] Notify Tree about selection event 22:10:31.225 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:10:31.226 DEBUG [WorkbenchTestable][TreeItemHandler] GenHashProject 22:10:31.226 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:10:31.226 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:31.247 DEBUG [main][MenuItemLookup] Found menu:'New' 22:10:31.247 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:10:31.247 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:31.247 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:10:31.247 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:31.247 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:10:31.247 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:10:31.247 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:10:31.247 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:10:31.247 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:10:31.247 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:10:31.247 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:10:31.247 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:31.247 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:10:31.247 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:10:31.247 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:31.247 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:10:31.247 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:10:31.247 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:10:31.247 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:10:31.247 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:10:31.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:31.248 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:10:31.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:31.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:31.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:31.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:31.748 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:10:31.748 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:31.764 DEBUG [main][MenuItemLookup] Found menu:'New' 22:10:31.764 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:10:31.764 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:31.764 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:10:31.764 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:31.764 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:10:31.764 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:10:31.764 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:10:31.764 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:10:31.764 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:10:31.764 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:10:31.764 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:10:31.764 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:10:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:10:32.330 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 22:10:32.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:10:32.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:32.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:32.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:10:32.333 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:32.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:32.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:32.333 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:10:32.333 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:32.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:32.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:32.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:32.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:32.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:32.333 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:10:32.333 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:10:32.333 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:10:32.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:32.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:32.333 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:32.333 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:32.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:10:32.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:32.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:32.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:32.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:10:32.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:32.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:32.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:32.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:32.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:32.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:32.334 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:10:32.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:32.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:32.334 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:32.334 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:32.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:10:32.336 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:10:32.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:10:32.837 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:10:32.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:32.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:10:32.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:10:32.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:10:32.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:10:32.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:32.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:32.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:32.837 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:32.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:32.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:32.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:32.838 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 22:10:32.838 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:32.838 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:32.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:32.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.588 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: 3.942 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 22:10:32.857 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 22:10:32.857 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:10:32.858 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:32.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 22:10:32.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:32.858 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:10:32.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:32.858 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:10:32.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:32.858 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 22:10:32.858 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 22:10:32.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 22:10:32.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:32.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:32.858 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:32.859 DEBUG [main][MenuItemLookup] Item match:Window 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:10:32.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:32.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:32.859 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:32.859 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:32.859 DEBUG [main][MenuItemLookup] Item match:Window 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:32.860 DEBUG [main][MenuItemLookup] Item match:Perspective 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:10:32.860 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:10:32.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 22:10:32.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:32.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:32.860 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:32.860 DEBUG [main][MenuItemLookup] Item match:Window 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:10:32.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:32.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:32.860 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:32.860 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:32.860 DEBUG [main][MenuItemLookup] Item match:Window 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:32.861 DEBUG [main][MenuItemLookup] Item match:Perspective 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:10:32.861 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:10:32.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:32.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:32.861 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:32.861 DEBUG [main][MenuItemLookup] Item match:Window 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:10:32.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:32.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:32.861 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:32.861 DEBUG [main][MenuItemLookup] Item match:Window 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:32.861 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:32.861 DEBUG [main][MenuItemLookup] Item match:Perspective 22:10:32.862 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:10:32.862 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:32.862 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:10:32.862 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:10:32.862 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:10:32.862 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:10:32.862 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 22:10:32.862 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 22:10:32.862 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 22:10:32.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 22:10:32.881 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 22:10:32.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 22:10:32.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:32.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:32.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:32.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:32.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:32.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:10:32.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:32.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:32.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:32.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 22:10:32.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:32.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:32.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:32.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:10:32.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:32.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:32.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:32.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:32.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:32.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:32.883 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 22:10:32.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:32.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:32.883 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:32.883 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:32.959 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:32.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:32.959 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:32.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:32.959 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:10:32.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:32.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:32.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:32.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:32.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:32.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:32.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:32.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:10:32.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:32.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:32.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:32.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:32.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:32.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:32.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:32.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:32.961 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:32.961 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:32.961 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:32.961 DEBUG [main][MenuItemLookup] Item match:File 22:10:32.962 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:10:32.962 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:32.964 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:10:32.964 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:10:32.980 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:10:32.980 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:10:32.980 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:10:33.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:10:33.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. finished successfully 22:10:33.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:10:33.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:33.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:33.033 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:10:33.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:33.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:10:33.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:33.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:33.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:33.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:33.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:10:33.035 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:33.035 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:33.035 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:10:33.035 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:33.035 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:33.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:33.035 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:33.035 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:10:33.035 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:10:33.036 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:10:33.041 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:10:33.041 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:10:33.041 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:10:33.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) 22:10:33.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:33.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:33.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:33.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:33.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:33.042 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:10:33.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:33.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:33.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:33.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:33.149 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:33.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:33.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:10:33.150 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 22:10:33.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:10:33.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:33.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:33.151 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:10:33.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:33.151 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'OpenTypeSelectionDialogTest' 22:10:33.151 DEBUG [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:") 22:10:33.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:33.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:33.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:33.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:33.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:33.152 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:33.153 INFO [WorkbenchTestable][AbstractText] Text set to: OpenTypeSelectionDialogTest 22:10:33.176 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:10:33.176 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:10:33.176 DEBUG [WorkbenchTestable][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) 22:10:33.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:33.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:33.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:33.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:33.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:33.177 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:10:33.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:33.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:33.177 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:33.177 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:33.179 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.... 22:10:33.680 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 22:10:33.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:10:33.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:33.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:33.682 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:10:33.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 "Don't Create") 22:10:33.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:33.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:33.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:33.683 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:10:33.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:33.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:33.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:33.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:33.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:33.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:33.683 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:10:33.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:33.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:33.683 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:33.683 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:33.758 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.... 22:10:33.758 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 22:10:33.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:33.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:33.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:33.758 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 22:10:33.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:10:33.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:10:33.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:33.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:33.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:33.759 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:33.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:33.759 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:33.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:33.759 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 22:10:33.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:33.759 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:33.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:33.759 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:33.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:33.759 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:33.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:33.760 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 22:10:33.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:33.760 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:33.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:33.760 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:33.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:33.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:33.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:33.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:33.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:33.760 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:33.760 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:33.760 DEBUG [main][MenuItemLookup] Item match:File 22:10:33.761 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:10:33.761 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:33.763 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:10:33.763 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:10:33.763 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:10:33.763 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:10:33.763 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:10:33.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 'New|Select a wizard'] is available.... 22:10:33.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 'New|Select a wizard'] is available. finished successfully 22:10:33.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:10:33.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:33.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:33.835 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:10:33.835 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:33.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:10:33.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:33.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:33.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:33.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:33.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:33.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:33.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:33.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:10:33.836 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:33.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:33.836 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:33.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:33.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:33.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:10:33.837 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:33.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:33.837 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:33.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:33.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:33.837 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 22:10:33.837 DEBUG [main][TreeItemHandler] Selecting tree item: Class 22:10:33.837 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 22:10:33.839 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 22:10:33.840 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:10:33.840 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:10:33.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:10:33.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:33.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:33.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:33.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:33.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:33.841 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:10:33.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:33.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:33.841 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:33.841 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:33.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'] 22:10:33.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:33.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:33.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 22:10:33.903 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 22:10:33.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 22:10:33.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:33.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:33.904 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:10:33.904 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:33.904 DEBUG [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:") 22:10:33.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:33.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:33.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:33.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:33.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:33.909 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:33.910 INFO [WorkbenchTestable][AbstractText] Text set to: FindMe 22:10:33.944 DEBUG [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:") 22:10:33.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:33.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:33.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:33.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:33.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:33.945 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:33.946 DEBUG [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:") 22:10:33.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:33.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:33.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:33.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:33.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:33.948 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:33.949 INFO [WorkbenchTestable][AbstractText] Text set to: test 22:10:33.952 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:10:33.952 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 22:10:33.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.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) 22:10:33.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:33.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:33.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:33.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:33.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:33.954 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:10:33.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:33.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:33.954 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:33.954 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:33.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:34.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:34.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:34.458 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 22:10:34.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:10:34.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:10:34.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:10:34.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:10:34.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:10:34.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:10:34.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:34.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:34.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:34.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:34.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is FindMe.java... 22:10:34.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 '\*?\QFindMe.java\E') 22:10:34.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:34.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:34.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:34.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:34.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:34.505 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:34.505 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 22:10:34.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is FindMe.java finished successfully 22:10:34.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@315c5936 is found... 22:10:34.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@315c5936 is found finished successfully 22:10:34.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QFindMe.java\E') 22:10:34.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:34.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:34.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:34.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:34.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:34.506 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:34.506 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 22:10:34.507 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:34.507 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 22:10:34.507 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 22:10:34.507 DEBUG [WorkbenchTestable][EditorHandler] Closing editor FindMe.java 22:10:34.565 DEBUG [WorkbenchTestable][EditorHandler] Editor FindMe.java is closed 22:10:34.565 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:34.565 INFO [WorkbenchTestable][RequirementsRunner] Started test: openTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 22:10:34.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 22:10:34.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:34.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:34.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:34.567 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"] 22:10:34.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:34.567 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"] 22:10:34.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:34.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:34.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:34.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:34.568 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:34.568 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:34.568 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:34.568 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:34.568 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:10:34.568 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:10:34.568 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:34.568 DEBUG [main][MenuItemLookup] Item match:Navigate 22:10:34.569 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:10:34.569 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:10:34.569 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:34.569 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:10:34.569 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:10:34.569 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 22:10:34.569 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 22:10:34.569 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 22:10:34.569 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 22:10:34.569 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 22:10:34.569 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 22:10:34.569 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:34.569 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 22:10:34.569 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 22:10:34.569 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 22:10:34.569 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 22:10:34.569 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 22:10:34.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available.... 22:10:34.619 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 22:10:34.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 22:10:34.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:34.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:34.620 TRACE [WorkbenchTestable][OpenTypeSelectionDialog] Shell Open Type is not null and is not disposed 22:10:34.620 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:34.620 DEBUG [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) 22:10:34.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:34.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:34.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:34.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:34.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:34.621 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:10:34.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:34.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:34.621 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:34.621 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:34.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:34.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:34.636 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 22:10:34.636 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:34.636 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:34.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:34.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:34.636 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 22:10:34.636 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:34.636 INFO [WorkbenchTestable][RequirementsRunner] Started test: findAndOpenClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 22:10:34.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 22:10:34.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:34.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:34.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:34.636 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"] 22:10:34.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:34.637 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"] 22:10:34.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:34.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:34.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:34.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:34.637 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:34.637 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:34.637 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:34.637 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:34.637 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:10:34.637 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:10:34.637 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:34.637 DEBUG [main][MenuItemLookup] Item match:Navigate 22:10:34.638 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:10:34.638 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:10:34.638 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:34.638 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:10:34.638 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:10:34.638 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 22:10:34.638 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 22:10:34.638 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 22:10:34.638 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 22:10:34.638 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 22:10:34.638 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 22:10:34.638 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:34.638 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 22:10:34.638 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 22:10:34.638 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 22:10:34.638 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 22:10:34.638 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 22:10:34.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available.... 22:10:34.690 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 22:10:34.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 22:10:34.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:34.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:34.691 TRACE [WorkbenchTestable][OpenTypeSelectionDialog] Shell Open Type is not null and is not disposed 22:10:34.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:34.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.dialogs.OpenTypeSelectionDialog, index 0 and no matchers specified 22:10:34.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:34.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:34.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:34.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:34.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:34.691 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:34.691 INFO [WorkbenchTestable][AbstractText] Text set to: FindMe 22:10:34.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:34.692 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 not listed in considered jobs, ignore it 22:10:34.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is not listed in considered jobs, ignore it 22:10:34.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 22:10:35.192 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 not listed in considered jobs, ignore it 22:10:35.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is not listed in considered jobs, ignore it 22:10:35.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 22:10:35.693 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 not listed in considered jobs, ignore it 22:10:35.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is not listed in considered jobs, ignore it 22:10:35.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 22:10:36.193 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 not listed in considered jobs, ignore it 22:10:36.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Cache refresh' is not listed in considered jobs, ignore it 22:10:36.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 22:10:36.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is not listed in considered jobs, ignore it 22:10:36.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is not listed in considered jobs, ignore it 22:10:36.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 22:10:36.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is not listed in considered jobs, ignore it 22:10:36.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 22:10:36.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:36.693 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 22:10:36.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:36.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:36.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:36.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:36.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:36.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:36.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:36.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:36.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:36.698 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:10:36.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:36.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:36.698 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:36.698 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:36.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:36.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:36.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f4f28cb is found... 22:10:36.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f4f28cb is found finished successfully 22:10:36.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 22:10:36.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:36.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:36.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:36.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:36.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:36.819 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:36.819 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 22:10:36.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 22:10:36.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:36.819 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:36.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:36.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:36.819 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findAndOpenClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 22:10:36.819 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:36.819 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorTakingShellTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 22:10:36.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 22:10:36.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:36.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:36.819 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:36.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 22:10:36.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:36.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:36.820 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 22:10:36.820 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 22:10:36.820 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:36.820 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:36.820 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:10:36.820 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:10:36.820 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:36.820 DEBUG [main][MenuItemLookup] Item match:Navigate 22:10:36.821 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:10:36.821 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:10:36.821 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:36.821 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 22:10:36.821 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:10:36.821 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 22:10:36.821 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 22:10:36.821 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 22:10:36.821 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 22:10:36.821 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 22:10:36.821 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 22:10:36.821 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:36.821 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 22:10:36.821 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 22:10:36.835 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 22:10:36.835 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 22:10:36.835 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 22:10:36.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available.... 22:10:36.893 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 22:10:36.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 22:10:36.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:36.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:36.894 DEBUG [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) 22:10:36.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:36.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:36.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:36.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:36.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:36.895 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:10:36.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:36.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:36.899 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:36.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:36.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:36.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:36.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 22:10:36.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:36.927 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:36.927 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorTakingShellTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 22:10:36.927 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:36.927 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonParametericConstructorTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 22:10:36.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 22:10:36.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:36.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:36.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:36.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 22:10:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:36.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 22:10:36.927 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 22:10:36.927 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:36.928 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:36.928 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:10:36.928 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:10:36.928 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:36.928 DEBUG [main][MenuItemLookup] Item match:Navigate 22:10:36.928 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:10:36.928 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:10:36.928 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:36.928 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 22:10:36.928 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:10:36.928 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 22:10:36.928 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 22:10:36.928 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 22:10:36.928 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 22:10:36.928 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 22:10:36.928 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 22:10:36.928 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:36.928 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 22:10:36.928 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 22:10:36.928 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 22:10:36.928 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 22:10:36.928 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 22:10:36.987 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"] 22:10:36.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:36.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:36.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 22:10:36.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:36.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:36.993 TRACE [WorkbenchTestable][OpenTypeSelectionDialog] Shell Open Type is not null and is not disposed 22:10:36.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10: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.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) 22:10:36.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:36.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:36.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:36.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:36.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:36.994 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:10:36.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:36.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:36.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:36.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:37.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:37.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:37.022 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 22:10:37.022 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:37.022 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:37.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:37.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:37.022 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonParametericConstructorTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 22:10:37.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:37.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:37.025 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 22:10:37.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 22:10:37.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:37.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:37.025 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 22:10:37.025 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 22:10:37.025 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:37.026 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:37.026 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:10:37.026 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:10:37.026 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:37.026 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:37.026 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:37.026 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:37.026 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:37.026 DEBUG [main][MenuItemLookup] Item match:Window 22:10:37.027 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:37.027 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:37.027 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:37.027 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:37.027 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:37.027 DEBUG [main][MenuItemLookup] Item match:Show View 22:10:37.030 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:10:37.030 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:10:37.030 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:10:37.030 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:10:37.030 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:10:37.030 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:10:37.030 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:10:37.030 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:10:37.030 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:10:37.030 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:10:37.030 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:10:37.030 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:10:37.030 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:10:37.030 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:10:37.030 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:37.030 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:10:37.030 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:10:37.031 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:10:37.031 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:10:37.031 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:10:37.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:10:37.107 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 22:10:37.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:10:37.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:37.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:37.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:10:37.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:37.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:37.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:37.108 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:10:37.108 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:37.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:37.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:37.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:37.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:37.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:10:37.109 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:10:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:37.109 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:10:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:37.109 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:10:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:10:37.109 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:10:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:37.109 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:10:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:37.109 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:10:37.110 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 22:10:37.110 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 22:10:37.110 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 22:10:37.110 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 22:10:37.110 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:37.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:37.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:37.110 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:10:37.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:37.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:37.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:37.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 "Open") 22:10:37.110 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:37.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:37.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:37.110 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:10:37.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:37.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:37.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:37.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:37.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:37.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:37.111 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:10:37.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:37.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:37.111 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:37.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:37.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:37.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:37.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 22:10:37.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:37.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:37.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 22:10:37.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:37.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:37.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 22:10:37.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:37.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:37.144 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 22:10:37.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:10:37.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:37.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:37.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:37.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:37.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:37.144 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:37.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:37.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:37.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform TooltipText=null 22:10:37.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:10:37.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:10:37.146 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:37.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:37.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:37.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:37.146 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:37.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:37.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:37.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:37.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:37.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:37.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:37.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:37.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:38.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:38.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:38.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:10:38.149 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:38.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:38.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:38.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:38.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:10:38.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:38.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:38.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:38.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:38.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:38.151 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OpenTypeSelectionDialogTest 22:10:38.151 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:38.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:38.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:38.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:38.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:38.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:38.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:38.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:38.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:39.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:39.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:39.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:10:39.153 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:39.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:39.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:39.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:39.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 22:10:39.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:39.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:39.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:39.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:39.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:39.155 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OpenTypeSelectionDialogTest 22:10:39.155 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:39.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:39.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:39.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:39.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:10:39.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:39.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:39.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:39.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:39.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:39.156 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:10:39.156 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:10:39.156 DEBUG [main][TreeItemHandler] Set Tree selection 22:10:39.156 DEBUG [main][TreeHandler] Notify Tree about selection event 22:10:39.159 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:10:39.162 DEBUG [WorkbenchTestable][TreeItemHandler] OpenTypeSelectionDialogTest 22:10:39.162 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:10:39.162 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:39.179 DEBUG [main][MenuItemLookup] Found menu:'New' 22:10:39.179 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:10:39.179 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:39.179 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:10:39.179 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:39.179 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:10:39.179 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:10:39.179 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:10:39.179 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:10:39.179 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:10:39.179 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:10:39.179 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:10:39.179 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:39.179 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:10:39.179 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:10:39.179 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:39.179 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:10:39.179 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:10:39.179 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:10:39.179 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:10:39.180 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:10:39.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:39.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:10:39.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:10:39.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:39.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:39.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:39.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:39.680 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:10:39.680 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:39.705 DEBUG [main][MenuItemLookup] Found menu:'New' 22:10:39.705 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:10:39.705 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:39.705 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:10:39.705 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:39.705 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:10:39.705 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:10:39.705 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:10:39.705 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:10:39.705 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:10:39.706 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:10:39.706 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:10:39.706 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:10:39.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:10:40.278 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 22:10:40.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:10:40.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:40.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:40.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: 32) 22:10:40.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:40.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:40.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:40.280 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:10:40.280 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:40.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:40.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:40.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:40.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:40.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:40.281 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:10:40.281 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:10:40.281 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:10:40.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:40.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:40.281 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:40.281 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:40.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:10:40.281 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:40.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:40.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:40.281 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:10:40.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:40.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:40.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:40.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:40.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:40.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:40.282 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:10:40.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:40.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:40.282 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:40.282 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:10:40.284 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:10:40.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:10:40.784 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:10:40.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:40.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:10:40.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:10:40.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:10:40.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:40.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:40.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:40.784 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 22:10:40.784 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:40.784 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:40.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:40.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.928 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.071 s findAndOpenClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 2.183 s constructorTakingShellTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 0.108 s nonParametericConstructorTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 0.095 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 22:10:40.791 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 22:10:40.792 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:10:40.792 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:40.792 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 22:10:40.792 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:40.792 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:10:40.792 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:40.792 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:10:40.792 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:40.792 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:40.792 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 22:10:40.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 22:10:40.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:40.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:40.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:40.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.*'] 22:10:40.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:40.793 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:40.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:40.793 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:40.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:40.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:40.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:40.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:40.793 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:40.793 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:40.793 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:40.794 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:40.794 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:40.794 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:40.794 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:40.794 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:40.794 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:40.794 DEBUG [main][MenuItemLookup] Item match:Window 22:10:40.794 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:40.794 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:40.794 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:40.794 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:40.794 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:40.794 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:40.794 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:40.794 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:10:40.794 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:40.794 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:10:40.794 DEBUG [main][MenuItemLookup] Item match:Preferences 22:10:40.794 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:10:40.794 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:10:40.794 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:10:40.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.... 22:10:40.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 'Preferences.*'] is available. finished successfully 22:10:40.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:40.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:40.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:40.863 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:10:40.863 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:40.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:10:40.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:40.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:40.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:40.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:40.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:40.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:40.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:40.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 22:10:40.864 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 22:10:40.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:41.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:41.365 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 22:10:41.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 22:10:41.365 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 22:10:41.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:41.365 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 22:10:41.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:41.365 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 22:10:41.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 22:10:41.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 22:10:41.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:41.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:41.866 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 22:10:41.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 22:10:41.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 22:10:41.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:41.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 22:10:41.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:41.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 22:10:41.867 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 22:10:41.867 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 22:10:41.867 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 22:10:41.868 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 22:10:41.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:41.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:41.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:41.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:41.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:10:41.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:41.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:41.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:41.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:41.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:41.873 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:10:41.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:41.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:41.873 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:41.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:41.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:41.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:41.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:41.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:41.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:41.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:41.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:41.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:41.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:41.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:41.891 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 22:10:41.892 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:41.892 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:41.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:41.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:41.892 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 22:10:41.892 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:41.892 INFO [WorkbenchTestable][RequirementsRunner] Started test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 22:10:41.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 22:10:41.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:41.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:41.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:41.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.*'] 22:10:41.893 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:41.893 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:41.893 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:41.893 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:41.893 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:41.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:41.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:41.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:41.893 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:41.893 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:41.894 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:41.894 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:41.894 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:41.894 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:41.894 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:41.894 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:41.894 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:41.894 DEBUG [main][MenuItemLookup] Item match:Window 22:10:41.894 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:41.894 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:41.894 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:41.894 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:41.894 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:41.894 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:41.894 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:41.894 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:10:41.894 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:41.894 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:10:41.894 DEBUG [main][MenuItemLookup] Item match:Preferences 22:10:41.903 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:10:41.903 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:10:41.903 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:10:41.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:10:41.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:10:41.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:41.946 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:10:41.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:41.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:10:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:41.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:41.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:41.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:41.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:41.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:41.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 22:10:41.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 22:10:41.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:41.947 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 22:10:41.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:41.947 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 22:10:41.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 22:10:41.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 22:10:41.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:41.948 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 22:10:41.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:41.948 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 22:10:41.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 22:10:41.948 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 22:10:41.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:41.948 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 22:10:41.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:41.948 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 22:10:41.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 22:10:41.948 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 22:10:41.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:41.948 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 22:10:41.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:41.948 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 22:10:41.948 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 22:10:41.948 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 22:10:41.948 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 22:10:41.948 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 22:10:41.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:41.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:41.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:41.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:41.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 22:10:41.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:41.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:41.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:41.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:41.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:41.950 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 22:10:41.950 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 22:10:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:41.950 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:41.950 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:41.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:41.950 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 22:10:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:41.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:41.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:41.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:41.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 22:10:41.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:41.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:41.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:41.951 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 22:10:41.951 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 22:10:41.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:41.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:41.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 22:10:41.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:41.968 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:41.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:41.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:41.968 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 22:10:41.968 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:41.968 INFO [WorkbenchTestable][RequirementsRunner] Started test: ok no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 22:10:41.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 22:10:41.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:41.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:41.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:41.968 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:41.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:41.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:41.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:41.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:41.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:41.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:41.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:41.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:41.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:41.976 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:41.976 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:41.977 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:41.977 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:41.977 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:41.977 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:41.977 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:41.977 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:41.977 DEBUG [main][MenuItemLookup] Item match:Window 22:10:41.977 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:41.977 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:41.977 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:41.977 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:41.977 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:41.977 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:41.977 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:41.977 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:10:41.977 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:41.977 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:10:41.977 DEBUG [main][MenuItemLookup] Item match:Preferences 22:10:41.977 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:10:41.977 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:10:41.977 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:10:42.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:10:42.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:10:42.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:42.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:42.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:42.021 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:10:42.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:42.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:10:42.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:42.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:42.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:42.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 22:10:42.022 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 22:10:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:42.022 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 22:10:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:42.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 22:10:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 22:10:42.022 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 22:10:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:42.022 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 22:10:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:42.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 22:10:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 22:10:42.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 22:10:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:42.023 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 22:10:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:42.023 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 22:10:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 22:10:42.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 22:10:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:42.023 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 22:10:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:42.023 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 22:10:42.023 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 22:10:42.023 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 22:10:42.023 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 22:10:42.023 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 22:10:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:42.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:42.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:42.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 and Close") 22:10:42.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:42.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:42.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:42.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:42.025 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:10:42.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:42.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:42.025 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:42.025 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:42.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:42.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:42.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:42.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:42.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:42.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:42.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:42.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:42.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:42.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:42.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 22:10:42.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:42.042 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:42.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:42.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:42.042 INFO [WorkbenchTestable][RequirementsRunner] Finished test: ok no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 22:10:42.042 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:42.042 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 22:10:42.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 22:10:42.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:42.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:42.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:42.043 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:42.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:42.043 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:42.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:42.043 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:42.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:42.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:42.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:42.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:42.051 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:42.051 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:42.051 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:42.052 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:42.052 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:42.052 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:42.052 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:42.052 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:42.052 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:42.052 DEBUG [main][MenuItemLookup] Item match:Window 22:10:42.052 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:42.052 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:42.052 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:42.052 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:42.052 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:42.052 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:42.052 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:42.052 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:10:42.052 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:42.052 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:10:42.052 DEBUG [main][MenuItemLookup] Item match:Preferences 22:10:42.052 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:10:42.052 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:10:42.052 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:10:42.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 'Preferences.*'] is available.... 22:10: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. finished successfully 22:10:42.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:42.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:42.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:42.097 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:10:42.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:42.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:42.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:42.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:42.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:42.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:42.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:10:42.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:42.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:42.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:42.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:42.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:42.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:42.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 22:10:42.098 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 22:10:42.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:42.098 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 22:10:42.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:42.098 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 22:10:42.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 22:10:42.098 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 22:10:42.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:42.098 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 22:10:42.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:42.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 22:10:42.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 22:10:42.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 22:10:42.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:42.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 22:10:42.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:42.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 22:10:42.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 22:10:42.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 22:10:42.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:42.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 22:10:42.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:42.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 22:10:42.099 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 22:10:42.099 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 22:10:42.099 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 22:10:42.099 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 22:10:42.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:42.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:42.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:42.100 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 22:10:42.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:42.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:42.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:42.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 22:10:42.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:42.101 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 22:10:42.101 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 22:10:42.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:42.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:42.117 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 22:10:42.117 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:42.117 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:42.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:42.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:42.118 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 22:10:42.118 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:42.118 INFO [WorkbenchTestable][RequirementsRunner] Started test: apply no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 22:10:42.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 22:10:42.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:42.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:42.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:42.118 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:42.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:42.118 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:42.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:42.118 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:42.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:42.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:42.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:42.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:42.118 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:42.118 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:42.118 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:42.119 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:42.119 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:42.119 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:42.119 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:42.119 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:42.119 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:42.119 DEBUG [main][MenuItemLookup] Item match:Window 22:10:42.119 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:42.119 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:42.119 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:42.119 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:42.119 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:42.119 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:42.119 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:42.119 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:10:42.119 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:42.119 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:10:42.119 DEBUG [main][MenuItemLookup] Item match:Preferences 22:10:42.126 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:10:42.126 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:10:42.127 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:10:42.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 'Preferences.*'] is available.... 22:10:42.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:10:42.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:42.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:42.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:42.173 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:10:42.173 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:42.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:10:42.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:42.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:42.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:42.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:42.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:42.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:42.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 22:10:42.174 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 22:10:42.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:42.174 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 22:10:42.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:42.174 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 22:10:42.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 22:10:42.175 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 22:10:42.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:42.175 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 22:10:42.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:42.175 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 22:10:42.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 22:10:42.175 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 22:10:42.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:42.175 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 22:10:42.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:42.175 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 22:10:42.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 22:10:42.175 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 22:10:42.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:42.175 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 22:10:42.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:42.175 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 22:10:42.175 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 22:10:42.175 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 22:10:42.175 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 22:10:42.175 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 22:10:42.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:42.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:42.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:42.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:10:42.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:42.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:42.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:42.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:42.177 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 22:10:42.177 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 22:10:42.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:42.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:42.177 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:42.177 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:42.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:42.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:42.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:42.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:42.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:42.177 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 22:10:42.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:42.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:42.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:42.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 22:10:42.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:42.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:42.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:42.188 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 22:10:42.188 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 22:10:42.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:42.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:42.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 22:10:42.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:42.205 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:42.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:42.206 INFO [WorkbenchTestable][RequirementsRunner] Finished test: apply no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 22:10:42.206 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:42.206 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 22:10:42.206 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 22:10:42.206 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:42.206 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:42.206 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:42.206 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:42.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:42.206 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:42.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:42.206 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:42.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:42.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:42.206 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:42.206 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:42.207 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:42.207 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:42.207 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:42.207 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:42.207 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:42.207 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:42.207 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:42.207 DEBUG [main][MenuItemLookup] Item match:Window 22:10:42.207 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:42.207 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:42.207 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:42.207 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:42.207 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:42.207 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:42.207 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:42.207 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:10:42.207 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:42.207 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:10:42.207 DEBUG [main][MenuItemLookup] Item match:Preferences 22:10:42.207 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:10:42.207 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:10:42.207 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:10:42.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:10:42.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:10:42.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:42.254 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:10:42.254 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:42.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:42.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:10:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:42.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:42.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 22:10:42.255 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 22:10:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:42.255 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 22:10:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:42.255 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 22:10:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 22:10:42.255 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 22:10:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:42.256 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 22:10:42.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:42.256 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 22:10:42.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 22:10:42.256 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 22:10:42.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:42.256 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 22:10:42.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:42.256 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 22:10:42.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 22:10:42.256 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 22:10:42.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:42.256 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 22:10:42.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:42.256 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 22:10:42.256 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 22:10:42.256 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 22:10:42.256 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 22:10:42.256 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 22:10:42.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:42.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:42.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:42.256 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 22:10:42.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:42.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:42.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:42.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 22:10:42.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:42.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:42.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:42.257 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 22:10:42.257 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 22:10:42.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:42.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:42.273 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 22:10:42.273 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:42.273 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:42.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:42.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:42.273 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 22:10:42.273 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 22:10:42.273 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:42.273 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:42.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:42.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.482 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest cancel no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 1.1 s restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.076 s ok no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.074 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.088 s openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.067 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 22:10:42.279 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 22:10:42.279 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:10:42.279 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:42.279 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 22:10:42.279 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:42.279 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:10:42.284 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:42.284 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:10:42.284 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:42.284 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:10:42.284 DEBUG [main][EditorHandler] 0 editor(s) found 22:10:42.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:42.285 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:10:42.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:42.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:42.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:42.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:42.286 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:42.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 '\*?\QProject Explorer\E') 22:10:42.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:42.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:42.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:42.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:42.286 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:42.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:42.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:42.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:10:42.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:10:42.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:10:42.287 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:42.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:42.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:42.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:42.287 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:42.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:42.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:42.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:42.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:42.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:42.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:42.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:43.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:43.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:43.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:10:43.290 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:43.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:43.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:43.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:43.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 22:10:43.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:43.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:43.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:43.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:43.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:43.291 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:43.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:43.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:43.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:43.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:43.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:43.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:43.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:43.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:10:43.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:43.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:43.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:43.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:43.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:43.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:43.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:43.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 22:10:43.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:43.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'] 22:10:43.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:43.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'] 22:10:43.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:43.293 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:43.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:43.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:43.293 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:43.293 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:43.293 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:43.293 DEBUG [main][MenuItemLookup] Item match:File 22:10:43.294 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:10:43.294 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:43.295 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:10:43.295 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:10:43.296 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:10:43.296 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:10:43.296 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:10:43.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 'New|Select a wizard'] is available.... 22:10:43.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 22:10:43.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:10:43.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:43.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:43.345 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:10:43.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:43.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:10:43.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:43.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:43.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:43.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:43.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:43.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:43.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:43.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:10:43.346 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:43.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:43.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:43.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:43.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:43.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:10:43.346 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:43.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:43.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:43.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:43.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:43.347 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:10:43.347 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:10:43.347 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:10:43.352 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:10:43.352 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:10:43.352 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:10:43.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) 22:10:43.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:43.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:43.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:43.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:43.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:43.353 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:10:43.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:43.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:43.353 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:43.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:43.459 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:43.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:43.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:43.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:10:43.460 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 22:10:43.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:10:43.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:43.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:43.460 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:10:43.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:43.461 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'java_project' 22:10:43.461 DEBUG [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:") 22:10:43.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:43.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:43.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:43.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:43.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:43.462 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:43.462 INFO [WorkbenchTestable][AbstractText] Text set to: java_project 22:10:43.482 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:10:43.483 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:10:43.483 DEBUG [WorkbenchTestable][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) 22:10:43.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:43.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:43.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:43.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:43.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:43.485 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:10:43.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:43.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:43.485 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:43.485 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:43.487 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.... 22:10:43.987 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 22:10:43.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:10:43.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:43.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:43.989 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:10:43.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 "Don't Create") 22:10:43.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:43.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:43.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:43.990 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:10:43.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:43.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:43.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:43.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:43.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:43.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:43.990 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:10:43.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:43.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:43.990 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:43.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:44.052 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.... 22:10:44.053 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 22:10:44.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:44.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:44.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:44.053 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 22:10:44.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:10:44.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:10:44.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:10:44.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:44.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:44.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:44.053 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:44.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:44.053 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:44.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:44.053 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 22:10:44.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:44.053 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:44.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:44.053 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:44.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:44.053 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:44.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:44.053 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 22:10:44.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:44.054 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:44.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:44.054 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:44.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:44.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:44.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:44.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:44.054 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:44.054 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:44.054 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:44.054 DEBUG [main][MenuItemLookup] Item match:File 22:10:44.055 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:10:44.055 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:44.057 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:10:44.057 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:10:44.094 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:10:44.094 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:10:44.095 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:10:44.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.... 22:10:44.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 22:10:44.194 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:10:44.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:44.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:44.195 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:10:44.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:44.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 22:10:44.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:44.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:44.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:44.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:44.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:44.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:44.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:44.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:10:44.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:44.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:44.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:44.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:44.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:44.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:10:44.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:44.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:44.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:44.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:44.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:44.197 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 22:10:44.197 DEBUG [main][TreeItemHandler] Selecting tree item: Class 22:10:44.197 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 22:10:44.199 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 22:10:44.199 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:10:44.199 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:10:44.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:10:44.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:44.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:44.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:44.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:44.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:44.200 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:10:44.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:44.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:44.200 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:44.200 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:44.330 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:10:44.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:44.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:44.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 22:10:44.330 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 22:10:44.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 22:10:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:44.331 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:10:44.331 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:44.331 DEBUG [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:") 22:10:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:44.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:44.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:44.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:44.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:44.337 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:44.337 INFO [WorkbenchTestable][AbstractText] Text set to: Demo 22:10:44.338 DEBUG [WorkbenchTestable][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)") 22:10:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:44.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:44.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:44.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:44.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:44.339 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 22:10:44.339 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 22:10:44.339 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 22:10:44.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:44.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:44.339 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:44.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:44.340 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:10:44.340 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 22:10:44.340 DEBUG [WorkbenchTestable][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) 22:10:44.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:44.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:44.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:44.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:44.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:44.341 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:10:44.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:44.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:44.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:44.358 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:44.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:44.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:44.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:44.900 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 22:10:44.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:10:44.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:10:44.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:10:44.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:10:44.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:10:44.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:10:44.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:44.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:44.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:44.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:44.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@35e2cc5d is found... 22:10:44.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@35e2cc5d is found finished successfully 22:10:44.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 22:10:44.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:44.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:44.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:44.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:44.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:44.903 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:44.903 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 22:10:44.903 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 6 22:10:44.903 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 6, offser 0 22:10:44.906 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:44.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 22:10:44.906 INFO [WorkbenchTestable][AbstractEditor] Save editor 22:10:44.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 22:10:44.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:44.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:44.907 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 22:10:44.907 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 22:10:44.907 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:44.907 DEBUG [main][MenuItemLookup] Item match:File 22:10:44.907 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:10:44.907 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 22:10:44.907 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 22:10:44.908 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 22:10:44.908 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:44.908 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 22:10:44.908 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 22:10:44.908 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:44.908 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 22:10:44.908 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 22:10:44.908 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 22:10:44.908 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 22:10:44.908 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 22:10:44.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 22:10:44.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 22:10:44.934 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:44.999 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 22:10:44.999 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:44.999 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemovingBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 22:10:44.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 22:10:44.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:44.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:44.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:44.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:45.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:45.003 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' view via menu. 22:10:45.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 22:10:45.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:45.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:45.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 22:10:45.003 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 22:10:45.003 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:45.003 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:45.003 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:10:45.003 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:10:45.003 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:45.003 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:45.003 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:45.003 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:45.003 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:45.003 DEBUG [main][MenuItemLookup] Item match:Window 22:10:45.005 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:45.005 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:45.005 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:45.005 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:45.005 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:45.005 DEBUG [main][MenuItemLookup] Item match:Show View 22:10:45.008 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:10:45.008 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:10:45.008 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:10:45.008 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:10:45.008 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:10:45.008 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:10:45.008 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:10:45.008 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:10:45.008 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:10:45.008 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:10:45.008 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:10:45.008 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:10:45.008 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:10:45.008 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:10:45.008 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:45.008 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:10:45.008 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:10:45.009 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:10:45.009 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:10:45.009 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:10:45.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:10:45.116 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 22:10:45.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:10:45.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:45.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:45.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:10:45.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:45.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:45.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:45.117 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:10:45.117 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:45.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:45.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:45.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:45.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:45.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:45.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:45.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:45.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Debug has children... 22:10:45.118 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Debug 22:10:45.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:45.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:45.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Debug 22:10:45.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Debug has children finished successfully 22:10:45.620 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Debug 22:10:45.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:45.620 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Debug is already expanded. No action performed 22:10:45.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:45.620 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Debug 22:10:45.621 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Breakpoints 22:10:45.621 DEBUG [main][TreeItemHandler] Selecting tree item: Breakpoints 22:10:45.621 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Breakpoints about selection 22:10:45.621 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Breakpoints 22:10:45.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:45.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:45.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:45.623 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:10:45.623 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:45.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:45.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:45.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") 22:10:45.623 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:45.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:45.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:45.624 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:10:45.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:45.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:45.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:45.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:45.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:45.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:45.624 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:10:45.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:45.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:45.624 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:45.624 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:45.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:45.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:45.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView' view is open... 22:10:45.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:45.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:45.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView' view is open finished successfully 22:10:45.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:45.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:45.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 22:10:45.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:45.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:45.684 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 22:10:45.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 '\*?\QBreakpoints\E') 22:10:45.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:45.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:45.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:45.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:45.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:45.686 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 22:10:45.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 22:10:45.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:45.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 22:10:45.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:10:45.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:10:45.689 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 22:10:45.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:45.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:45.729 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 22:10:45.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:45.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:45.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 22:10:45.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:45.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:45.736 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 22:10:45.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 22:10:45.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:45.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:45.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:45.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:45.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:45.738 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 22:10:45.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 22:10:45.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:45.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 22:10:45.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:10:45.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:10:45.764 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") 22:10:45.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:45.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:45.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:45.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:45.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:10:45.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@78c3b1cd is found... 22:10:45.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@78c3b1cd is found finished successfully 22:10:45.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 22:10:45.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:45.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:45.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:45.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:45.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:45.799 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 22:10:45.822 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:45.822 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 22:10:45.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 22:10:46.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 22:10:46.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 22:10:46.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 22:10:46.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 22:10:47.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 22:10:47.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 22:10:47.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 22:10:47.359 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 22:10:47.359 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:47.359 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:47.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:47.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:47.360 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemovingBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 22:10:47.360 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:47.360 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingClassBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 22:10:47.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 22:10:47.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:47.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:47.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:47.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:47.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:47.394 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 22:10:47.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:47.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:47.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 22:10:47.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:47.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:47.397 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 22:10:47.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 '\*?\QBreakpoints\E') 22:10:47.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:47.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:47.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:47.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:47.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:47.400 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 22:10:47.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 22:10:47.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:47.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:47.440 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 22:10:47.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:47.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:47.489 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 22:10:47.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:47.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:47.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 22:10:47.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:47.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:47.495 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 22:10:47.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 '\*?\QBreakpoints\E') 22:10:47.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:47.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:47.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:47.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:47.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:47.498 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 22:10:47.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 22:10:47.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:47.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 22:10:47.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:10:47.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:10:47.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") 22:10:47.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:47.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:47.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:47.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:47.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:10:47.503 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 22:10:47.503 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:10:47.503 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:47.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 22:10:47.543 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 22:10:47.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 22:10:47.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:47.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:47.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:47.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:47.544 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:10:47.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:47.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:47.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:47.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:47.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:47.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:47.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7c7daf9c is found... 22:10:47.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7c7daf9c is found finished successfully 22:10:47.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 22:10:47.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:47.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:47.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:47.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:47.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:47.653 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 22:10:47.702 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:47.702 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 22:10:47.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 22:10:48.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 22:10:48.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@23e656d1 is found... 22:10:48.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@23e656d1 is found finished successfully 22:10:48.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 '\*?\QDemo.java\E') 22:10:48.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:48.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:48.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:48.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:48.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:48.206 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:48.206 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 22:10:48.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:48.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:48.208 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 22:10:48.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:48.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:48.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 22:10:48.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:48.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:48.210 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 22:10:48.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 '\*?\QBreakpoints\E') 22:10:48.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:48.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:48.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:48.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:48.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:48.213 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 22:10:48.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 22:10:48.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:48.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:48.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:48.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:48.225 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 22:10:48.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:48.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:48.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 22:10:48.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:48.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:48.244 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 22:10:48.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 22:10:48.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:48.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:48.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:48.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:48.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:48.246 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 22:10:48.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 22:10:48.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:48.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 22:10:48.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:10:48.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:10:48.249 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 22:10:48.250 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 22:10:48.250 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 22:10:48.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 22:10:48.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:48.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:48.251 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 22:10:49.251 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 22:10:49.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:49.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:49.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:49.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:49.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:49.252 DEBUG [WorkbenchTestable][AbstractView] found: Demo 22:10:49.252 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 22:10:49.253 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:49.253 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:49.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:49.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:49.253 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingClassBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 22:10:49.253 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:49.253 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingLineBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 22:10:49.253 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 22:10:49.253 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:49.253 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:49.253 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:49.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:49.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:49.256 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 22:10:49.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:49.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:49.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 22:10:49.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:49.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:49.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 22:10:49.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 '\*?\QBreakpoints\E') 22:10:49.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:49.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:49.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:49.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:49.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:49.262 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 22:10:49.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 22:10:49.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:49.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 22:10:49.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:10:49.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:10:49.265 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 22:10:49.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:49.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:49.267 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 22:10:49.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:49.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:49.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 22:10:49.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:49.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:49.271 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 22:10:49.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 '\*?\QBreakpoints\E') 22:10:49.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:49.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:49.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:49.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:49.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:49.285 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 22:10:49.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 22:10:49.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:49.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 22:10:49.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:10:49.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:10:49.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 22:10:49.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:49.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:49.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:49.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:49.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:10:49.289 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 22:10:49.289 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:10:49.289 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:49.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 22:10:49.319 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 22:10:49.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 22:10:49.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:49.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:49.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:49.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:49.320 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:10:49.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:49.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:49.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:49.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:49.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:49.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:49.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@627e342c is found... 22:10:49.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@627e342c is found finished successfully 22:10:49.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 '\*?\QDemo.java\E') 22:10:49.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:49.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:49.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:49.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:49.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:49.351 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 22:10:49.374 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:49.374 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 22:10:49.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 22:10:49.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 22:10:49.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@319726bb is found... 22:10:49.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@319726bb is found finished successfully 22:10:49.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 22:10:49.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:49.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:49.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:49.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:49.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:49.880 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:49.880 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 22:10:49.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:49.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:49.882 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 22:10:49.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:49.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:49.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 22:10:49.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:49.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:49.884 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 22:10:49.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 '\*?\QBreakpoints\E') 22:10:49.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:49.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:49.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:49.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:49.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:49.886 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 22:10:49.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 22:10:49.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:49.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:49.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:49.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:49.924 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 22:10:49.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:49.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:49.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 22:10:49.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:49.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:49.928 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 22:10:49.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 '\*?\QBreakpoints\E') 22:10:49.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:49.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:49.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:49.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:49.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:49.930 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 22:10:49.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 22:10:49.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:49.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 22:10:49.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:10:49.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:10:49.933 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 22:10:49.934 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 22:10:49.934 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 22:10:49.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 22:10:49.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:49.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:49.935 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 22:10:50.935 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 22:10:50.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:50.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:50.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:50.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:50.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:50.936 DEBUG [WorkbenchTestable][AbstractView] found: Demo [line: 7] - main(String[]) 22:10:50.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 22:10:50.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:50.936 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:50.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:50.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:50.936 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingLineBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 22:10:50.936 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:50.936 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingMethodBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 22:10:50.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 22:10:50.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:50.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:50.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:50.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:50.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:50.939 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 22:10:50.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:50.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:50.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 22:10:50.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:50.943 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 22:10:50.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 '\*?\QBreakpoints\E') 22:10:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:50.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:50.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:50.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:50.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:50.946 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 22:10:50.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 22:10:50.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:50.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 22:10:50.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:10:50.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:10:50.949 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 22:10:50.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:50.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:50.951 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 22:10:50.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:50.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:50.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 22:10:50.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:50.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:50.969 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 22:10:50.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 '\*?\QBreakpoints\E') 22:10:50.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:50.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:50.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:50.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:50.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:50.971 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 22:10:50.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 22:10:50.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:50.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 22:10:50.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:10:50.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:10:50.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 22:10:50.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:50.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:50.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:50.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:50.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:10:50.975 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 22:10:50.975 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:10:50.975 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:51.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 22:10:51.007 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 22:10:51.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 22:10:51.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:51.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:51.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:51.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:51.008 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:10:51.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:51.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:51.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:51.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:51.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:51.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:51.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20077e5a is found... 22:10:51.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20077e5a is found finished successfully 22:10:51.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 22:10:51.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:51.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:51.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:51.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:51.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:51.059 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 22:10:51.083 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:51.083 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 22:10:51.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 22:10:51.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 22:10:51.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3146f455 is found... 22:10:51.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3146f455 is found finished successfully 22:10:51.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 22:10:51.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:51.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:51.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:51.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:51.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:51.588 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:51.588 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 22:10:51.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:51.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:51.591 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 22:10:51.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:51.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:51.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 22:10:51.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:51.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:51.593 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 22:10:51.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 '\*?\QBreakpoints\E') 22:10:51.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:51.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:51.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:51.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:51.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:51.596 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 22:10:51.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 22:10:51.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:51.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:51.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:51.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:51.628 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 22:10:51.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:51.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:51.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 22:10:51.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:51.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:51.632 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 22:10:51.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 '\*?\QBreakpoints\E') 22:10:51.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:51.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:51.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:51.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:51.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:51.649 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 22:10:51.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 22:10:51.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:51.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 22:10:51.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:10:51.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:10:51.652 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 22:10:51.653 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 22:10:51.653 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 22:10:51.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 22:10:51.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:51.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:51.654 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 22:10:52.654 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 22:10:52.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:52.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:52.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:52.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:52.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:52.655 DEBUG [WorkbenchTestable][AbstractView] found: Demo [entry] - main(String[]) 22:10:52.656 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 22:10:52.656 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:52.656 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:52.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:52.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:52.656 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingMethodBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 22:10:52.656 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:10:52.656 DEBUG [main][EditorHandler] 1 editor(s) found 22:10:52.657 DEBUG [WorkbenchTestable][EditorHandler] Closing editor Demo.java 22:10:52.696 DEBUG [WorkbenchTestable][EditorHandler] Editor Demo.java is closed 22:10:52.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:52.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:52.697 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:10:52.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:52.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:52.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:52.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:52.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:52.699 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:52.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 '\*?\QProject Explorer\E') 22:10:52.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:52.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:52.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:52.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:52.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:52.700 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:52.700 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:52.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:52.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:52.705 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:52.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:52.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:52.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:52.706 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:52.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:52.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:52.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:52.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:52.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:52.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:53.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:53.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:53.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:53.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:53.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:10:53.707 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:53.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:53.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:53.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:53.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 22:10:53.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:53.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:53.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:53.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:53.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:53.708 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name java_project 22:10:53.708 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:53.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:53.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:53.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:53.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:53.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:53.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:54.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:54.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:54.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:54.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:10:54.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:10:54.710 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:54.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:54.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:54.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:54.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:10:54.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:54.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:54.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:54.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:54.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:54.712 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name java_project 22:10:54.712 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:54.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:54.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:54.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:54.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 22:10:54.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:54.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:54.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:54.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:54.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:54.712 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:10:54.712 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:10:54.712 DEBUG [main][TreeItemHandler] Set Tree selection 22:10:54.712 DEBUG [main][TreeHandler] Notify Tree about selection event 22:10:54.716 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:10:54.717 DEBUG [WorkbenchTestable][TreeItemHandler] java_project 22:10:54.717 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:10:54.717 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:54.746 DEBUG [main][MenuItemLookup] Found menu:'New' 22:10:54.746 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:10:54.746 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:54.746 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:10:54.746 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:54.746 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:10:54.746 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:10:54.746 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:10:54.746 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:10:54.746 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:10:54.746 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:10:54.746 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:10:54.746 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:54.746 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:10:54.746 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:10:54.746 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:54.746 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:10:54.746 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:10:54.746 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:10:54.746 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:10:54.746 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:10:54.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:54.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:10:55.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:10:55.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:10:55.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:55.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:10:55.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:55.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:55.247 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:10:55.247 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:55.263 DEBUG [main][MenuItemLookup] Found menu:'New' 22:10:55.263 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:10:55.263 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:55.263 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:10:55.263 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:55.263 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:10:55.263 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:10:55.263 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:10:55.263 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:10:55.263 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:10:55.263 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:10:55.263 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:10:55.264 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:10:55.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:10:55.320 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 22:10:55.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:10:55.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:55.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:55.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:10:55.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:55.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:55.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:55.321 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:10:55.321 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:55.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:55.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:55.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:55.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:55.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:55.321 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:10:55.321 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:10:55.321 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:10:55.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:55.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:55.322 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:55.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:55.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 "OK") 22:10:55.322 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:55.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:55.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:55.322 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:10:55.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:55.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:55.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:55.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:55.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:55.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:55.322 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:10:55.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:55.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:55.322 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:55.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:55.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:10:55.324 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:10:55.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:10:55.825 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:10:55.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:55.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:10:55.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:10:55.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:10:55.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 22:10:55.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 22:10:55.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:10:55.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:10:55.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:55.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:55.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:55.825 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:10:55.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:10:55.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:10:55.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:10:55.825 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 22:10:55.825 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:55.825 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:55.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:55.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.548 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.361 s testAddingClassBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 1.893 s testAddingLineBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 1.683 s testAddingMethodBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 1.72 s Running org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 22:10:55.832 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 22:10:55.832 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:10:55.832 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:55.832 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 22:10:55.832 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:55.832 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:10:55.833 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:55.833 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:10:55.833 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:55.833 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:55.833 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPerspectives no-configuration(org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest) 22:10:55.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 22:10:55.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:55.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:55.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:55.833 INFO [WorkbenchTestable][DebugPerspective] Open perspective: 'Debug' 22:10:55.833 DEBUG [WorkbenchTestable][DebugPerspective] Trying to open perspective: 'Debug' 22:10:55.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:55.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:55.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:55.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:55.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:55.833 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") 22:10:55.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:55.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:55.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:55.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:55.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:10:55.837 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 22:10:55.837 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:10:55.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:55.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 22:10:55.874 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 22:10:55.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 22:10:55.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:55.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:55.875 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 22:10:55.875 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:55.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:55.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:55.875 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:55.875 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:55.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:55.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:55.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:55.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:55.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:55.875 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Debug') 22:10:55.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:55.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:55.876 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 22:10:55.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:55.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:55.876 TRACE [main][WidgetHandler] Notify Table with event 13 22:10:55.876 TRACE [main][WidgetHandler] Wait for synchronization 22:10:55.876 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:55.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:55.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:55.876 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:55.876 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:55.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:55.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:55.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 "Open") 22:10:55.877 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:55.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:55.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:55.877 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:55.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:55.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:55.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:55.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:55.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:55.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:55.877 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:10:55.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:55.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:55.877 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:55.877 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:55.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:55.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:55.970 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 22:10:55.970 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 22:10:55.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:55.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:55.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:55.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:55.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:55.971 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") 22:10:55.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:55.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:55.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:55.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:55.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:10:55.975 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 22:10:55.975 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:10:55.975 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:56.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 22:10:56.033 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 22:10:56.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 22:10:56.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:56.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:56.034 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 22:10:56.034 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:56.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.034 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:56.034 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:56.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:56.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:56.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:56.034 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 22:10:56.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:56.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:56.035 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 22:10:56.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:56.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:56.035 TRACE [main][WidgetHandler] Notify Table with event 13 22:10:56.035 TRACE [main][WidgetHandler] Wait for synchronization 22:10:56.035 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:56.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.035 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:56.035 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:56.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 22:10:56.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:56.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:56.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:56.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:56.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:56.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:56.037 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:10:56.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:56.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:56.037 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:56.037 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:56.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:56.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:56.218 INFO [WorkbenchTestable][JavaBrowsingPerspective] Open perspective: 'Java Browsing' 22:10:56.218 DEBUG [WorkbenchTestable][JavaBrowsingPerspective] Trying to open perspective: 'Java Browsing' 22:10:56.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:56.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:56.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:56.218 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") 22:10:56.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:56.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:56.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:10:56.226 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 22:10:56.226 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:10:56.226 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:56.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 22:10:56.301 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 22:10:56.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 22:10:56.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:56.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:56.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 22:10:56.301 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:56.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.301 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:56.301 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:56.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:56.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:56.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:56.302 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java Browsing') 22:10:56.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:56.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:56.302 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (3) 22:10:56.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:56.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:56.302 TRACE [main][WidgetHandler] Notify Table with event 13 22:10:56.302 TRACE [main][WidgetHandler] Wait for synchronization 22:10:56.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:56.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.302 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:56.302 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:56.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.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") 22:10:56.303 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:56.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.303 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:56.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:56.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:56.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:56.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:56.304 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:10:56.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:56.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:56.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:56.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:56.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:56.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:56.517 INFO [WorkbenchTestable][JavaTypeHierarchyPerspective] Open perspective: 'Java Type Hierarchy' 22:10:56.517 DEBUG [WorkbenchTestable][JavaTypeHierarchyPerspective] Trying to open perspective: 'Java Type Hierarchy' 22:10:56.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:56.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:56.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:56.521 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") 22:10:56.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:56.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:56.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:10:56.524 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 22:10:56.524 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:10:56.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:56.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 22:10:56.557 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 22:10:56.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 22:10:56.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:56.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:56.557 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 22:10:56.557 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:56.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.557 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:56.557 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:56.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:56.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:56.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:56.558 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java Type Hierarchy') 22:10:56.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:56.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:56.561 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (5) 22:10:56.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:56.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:56.561 TRACE [main][WidgetHandler] Notify Table with event 13 22:10:56.561 TRACE [main][WidgetHandler] Wait for synchronization 22:10:56.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:56.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.561 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:56.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:56.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.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") 22:10:56.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:56.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:56.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:56.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:56.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:56.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:56.563 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:10:56.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:56.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:56.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:56.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:56.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:56.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:56.691 INFO [WorkbenchTestable][ResourcePerspective] Open perspective: 'Resource' 22:10:56.691 DEBUG [WorkbenchTestable][ResourcePerspective] Trying to open perspective: 'Resource' 22:10:56.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.691 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:56.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:56.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:56.692 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") 22:10:56.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:56.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:56.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:10:56.694 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 22:10:56.694 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:10:56.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:56.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 22:10:56.723 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 22:10:56.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 22:10:56.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:56.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:56.723 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 22:10:56.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:56.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:56.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:56.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:56.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:56.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:56.724 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Resource') 22:10:56.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:56.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:56.724 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Resource (default)') 22:10:56.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:56.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:56.725 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (7) 22:10:56.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:56.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:56.725 TRACE [main][WidgetHandler] Notify Table with event 13 22:10:56.725 TRACE [main][WidgetHandler] Wait for synchronization 22:10:56.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:56.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:56.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:56.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.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 "Open") 22:10:56.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:56.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:56.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:56.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:56.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:56.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:56.727 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:10:56.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:56.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:56.727 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:56.727 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:56.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:56.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:56.774 INFO [WorkbenchTestable][TeamSynchronizingPerspective] Open perspective: 'Team Synchronizing' 22:10:56.774 DEBUG [WorkbenchTestable][TeamSynchronizingPerspective] Trying to open perspective: 'Team Synchronizing' 22:10:56.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:56.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:56.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:56.775 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") 22:10:56.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:56.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:56.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:10:56.777 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 22:10:56.777 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:10:56.777 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:56.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 22:10:56.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 22:10:56.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 22:10:56.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:56.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:56.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 22:10:56.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:56.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.810 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:56.810 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:56.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:56.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:56.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:56.811 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Team Synchronizing') 22:10:56.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:56.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:56.811 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (8) 22:10:56.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:56.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:56.811 TRACE [main][WidgetHandler] Notify Table with event 13 22:10:56.811 TRACE [main][WidgetHandler] Wait for synchronization 22:10:56.811 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:56.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:56.811 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:56.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:10:56.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:56.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.815 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:56.815 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:56.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:56.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:56.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:56.816 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:10:56.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:56.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:56.816 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:56.816 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:56.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:56.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:56.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 22:10:56.925 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:56.925 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:56.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.925 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPerspectives no-configuration(org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest) 22:10:56.925 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 22:10:56.925 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:56.925 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:56.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.094 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: 1.092 s Running org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 22:10:56.932 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 22:10:56.932 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:10:56.932 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:56.932 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 22:10:56.932 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:56.932 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:10:56.933 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:56.933 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:10:56.933 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:56.933 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 22:10:56.933 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 22:10:56.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:56.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:56.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:56.933 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") 22:10:56.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:56.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:56.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:10:56.935 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 22:10:56.935 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:10:56.935 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 22:10:56.971 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 22:10:56.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 22:10:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:56.971 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 22:10:56.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:56.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:56.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:56.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:56.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:56.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:56.973 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 22:10:56.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:56.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:56.973 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 22:10:56.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:56.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:56.973 TRACE [main][WidgetHandler] Notify Table with event 13 22:10:56.973 TRACE [main][WidgetHandler] Wait for synchronization 22:10:56.973 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:56.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.973 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:56.973 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:56.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.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 "Open") 22:10:56.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:56.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:56.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:56.974 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:10:56.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:56.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:56.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:56.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:56.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:56.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:56.975 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:10:56.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:56.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:56.975 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:56.975 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:57.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:57.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:57.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 22:10:57.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:57.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:57.030 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:57.030 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:57.030 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:57.030 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:57.030 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:57.030 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:57.030 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:57.030 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:57.030 DEBUG [main][MenuItemLookup] Item match:Window 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:10:57.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:57.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:57.031 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:57.031 DEBUG [main][MenuItemLookup] Item match:Window 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:57.031 DEBUG [main][MenuItemLookup] Item match:Perspective 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:10:57.031 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:10:57.031 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:10:57.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 22:10:57.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:57.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:57.032 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:57.032 DEBUG [main][MenuItemLookup] Item match:Window 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:10:57.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:57.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:57.032 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:57.032 DEBUG [main][MenuItemLookup] Item match:Window 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:57.032 DEBUG [main][MenuItemLookup] Item match:Perspective 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:10:57.032 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:10:57.032 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:10:57.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:57.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:57.033 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:57.033 DEBUG [main][MenuItemLookup] Item match:Window 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:10:57.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:57.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:57.033 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:57.033 DEBUG [main][MenuItemLookup] Item match:Window 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:57.033 DEBUG [main][MenuItemLookup] Item match:Perspective 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:10:57.033 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:10:57.033 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:10:57.033 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 22:10:57.033 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 22:10:57.033 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 22:10:57.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 22:10:57.054 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 22:10:57.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 22:10:57.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:57.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:57.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:57.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:57.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:57.054 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:10:57.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:57.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:57.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:57.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:10:57.055 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:57.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:57.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:57.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:10:57.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:57.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:57.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:57.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:57.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:57.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:57.055 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 22:10:57.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:57.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:57.055 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:57.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:57.134 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:57.134 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJUnitTab no-configuration(org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest) 22:10:57.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 22:10:57.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:57.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:57.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:57.134 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 22:10:57.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:57.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:57.134 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:57.134 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:57.135 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:57.135 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:10:57.135 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:10:57.135 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:57.135 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:57.135 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:57.135 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:57.135 DEBUG [main][MenuItemLookup] Item match:Run 22:10:57.135 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 22:10:57.135 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 22:10:57.135 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:57.135 DEBUG [main][MenuItemLookup] Found menu:'Run History' 22:10:57.135 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:10:57.135 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 22:10:57.135 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 22:10:57.135 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 22:10:57.135 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 22:10:57.135 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 22:10:57.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 22:10:57.203 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 22:10:57.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 22:10:57.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:57.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:57.204 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest_test_config 22:10:57.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:10:57.204 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:57.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:57.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:57.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:10:57.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:57.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:57.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:57.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:57.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:57.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:57.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:57.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:57.210 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 22:10:57.210 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 22:10:57.210 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 22:10:57.211 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 22:10:57.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 22:10:57.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 22:10:57.216 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:10:57.216 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:57.217 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 22:10:57.217 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 22:10:57.217 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 22:10:57.217 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 22:10:57.217 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 22:10:57.219 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:") 22:10:57.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:57.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:57.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:57.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:10:57.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:57.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:57.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:57.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:57.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:57.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:57.338 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:57.339 INFO [WorkbenchTestable][AbstractText] Text set to: class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest_test_config 22:10:57.339 INFO [WorkbenchTestable][LaunchConfiguration] Apply the launch configuration 22:10:57.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 "Apply") 22:10:57.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:57.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:57.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:57.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:10:57.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:57.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:57.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:57.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:57.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:57.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:57.341 INFO [WorkbenchTestable][AbstractButton] Click button Appl&y 22:10:57.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:57.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:57.841 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:57.841 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:58.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:58.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:10:58.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:10:58.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 22:10:58.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 22:10:58.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 22:10:58.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 22:10:58.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 22:10:58.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 22:10:58.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 22:10:58.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 22:10:58.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:58.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:58.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:58.126 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") 22:10:58.126 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:58.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:58.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:58.127 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:10:58.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:58.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:58.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:58.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:58.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:10:58.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Test 22:10:58.128 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:") 22:10:58.128 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:58.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:58.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:58.128 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:10:58.128 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:58.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:58.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:58.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:58.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:58.134 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:58.134 INFO [WorkbenchTestable][AbstractText] Text set to: abc 22:10:58.136 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:") 22:10:58.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:58.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:58.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:58.147 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:10:58.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:58.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:58.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:58.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:58.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:58.152 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:58.152 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:") 22:10:58.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:58.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:58.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:58.153 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:10:58.153 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:58.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:58.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:58.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:58.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:58.159 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:58.160 INFO [WorkbenchTestable][AbstractText] Text set to: cde 22:10:58.161 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:") 22:10:58.161 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:58.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:58.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:58.161 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:10:58.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:58.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:58.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:58.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:58.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:58.173 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:58.173 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:") 22:10:58.173 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:58.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:58.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:58.173 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:10:58.173 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:58.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:58.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:58.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:58.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:58.185 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:58.185 INFO [WorkbenchTestable][AbstractText] Text set to: efg 22:10:58.186 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:") 22:10:58.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:10:58.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:58.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:58.187 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:10:58.187 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:10:58.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:58.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:58.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:58.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:58.195 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:58.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 22:10:58.195 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 22:10:58.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 22:10:58.195 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 22:10:58.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 22:10:58.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:58.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:58.196 INFO [WorkbenchTestable][AbstractShell] Close shell Run Configurations 22:10:58.196 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Run Configurations' 22:10:58.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:10:58.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:10:58.255 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 22:10:58.255 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:58.255 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:58.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:58.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:58.256 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJUnitTab no-configuration(org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest) 22:10:58.256 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 22:10:58.256 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:58.256 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:58.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:58.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.324 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.122 s Running org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 22:10:58.263 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 22:10:58.263 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:10:58.263 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:58.263 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 22:10:58.263 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:58.263 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:10:58.263 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:58.263 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:10:58.263 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:58.263 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:58.263 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 22:10:58.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 22:10:58.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:58.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:58.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:58.263 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:58.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:58.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:58.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:58.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:58.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:58.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:58.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:58.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:58.264 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:58.264 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:58.264 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:58.265 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:58.265 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:10:58.265 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:10:58.265 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:58.265 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:58.265 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:58.265 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:58.265 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:58.265 DEBUG [main][MenuItemLookup] Item match:Window 22:10:58.265 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:58.265 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:58.265 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:58.265 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:58.265 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:58.265 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:58.265 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:58.265 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:10:58.265 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:58.265 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:10:58.265 DEBUG [main][MenuItemLookup] Item match:Preferences 22:10:58.265 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:10:58.265 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:10:58.265 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:10:58.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.... 22:10:58.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:10:58.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:58.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:58.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:58.316 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:10:58.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:58.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:10:58.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:58.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:58.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:58.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:58.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:58.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:58.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:10:58.322 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:58.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:58.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:58.823 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:58.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:10:58.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:58.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:58.824 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:58.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:58.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:58.824 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 22:10:58.824 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 22:10:58.824 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 22:10:58.824 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs (Eclipse:2165): Gtk-CRITICAL **: 22:10:58.845: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:10:58.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:58.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:58.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:58.860 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 22:10:58.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:58.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:58.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:58.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:58.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:58.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:58.861 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 22:10:58.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:58.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:58.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:58.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:58.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:58.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:58.862 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item 11.0.2+9 (default): 22:10:58.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 22:10:58.863 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 22:10:58.863 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:58.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 22:10:58.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:10:58.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:58.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:58.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:58.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:58.866 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:58.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:58.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:58.867 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 22:10:58.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:58.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:58.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:58.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:58.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:58.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:58.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:10:58.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:58.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:58.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:58.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:58.869 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:10:58.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:58.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:58.870 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:58.870 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:58.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:58.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:58.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:58.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:58.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:58.891 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 22:10:58.891 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:58.891 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:58.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:58.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:58.891 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 22:10:58.891 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:58.891 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJRENotFound no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 22:10:58.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 22:10:58.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:58.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:58.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:58.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.*'] 22:10:58.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:58.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.*'] 22:10:58.892 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:58.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.*'] 22:10:58.892 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:58.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:58.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:58.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:58.892 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:58.892 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:58.892 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:58.892 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:58.892 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:10:58.892 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:10:58.892 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:58.892 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:58.892 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:58.892 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:58.892 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:58.892 DEBUG [main][MenuItemLookup] Item match:Window 22:10:58.892 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:58.893 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:58.893 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:58.893 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:58.893 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:58.893 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:58.893 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:58.893 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:10:58.893 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:58.893 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:10:58.893 DEBUG [main][MenuItemLookup] Item match:Preferences 22:10:58.893 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:10:58.893 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:10:58.893 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:2165): Gtk-CRITICAL **: 22:10:58.922: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:10:58.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:10:58.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 22:10:58.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:58.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:58.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:58.961 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:10:58.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:58.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:10:58.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:58.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:58.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:58.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:58.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:58.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:58.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:10:58.970 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:58.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:58.970 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:58.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:58.970 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:58.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:10:58.970 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:58.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:58.970 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:58.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:58.971 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:58.971 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 22:10:58.971 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 22:10:58.971 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 22:10:58.971 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 22:10:58.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:58.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:58.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:58.972 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 22:10:58.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:58.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:58.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:58.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:58.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:58.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:58.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:58.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:58.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:58.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:58.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:58.973 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 22:10:58.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:58.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:58.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:58.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:58.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:58.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:58.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:10:58.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:58.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:59.001 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:10:59.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:59.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:59.001 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:59.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:59.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:59.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:59.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:59.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:59.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:59.022 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 22:10:59.022 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:59.022 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:59.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:59.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:59.023 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJRENotFound no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 22:10:59.023 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:59.023 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 22:10:59.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 22:10:59.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:59.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:59.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:59.023 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:59.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.023 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:59.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.023 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:59.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:59.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:59.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:59.023 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:59.023 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:59.023 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:59.024 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:59.024 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:10:59.024 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:10:59.024 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:59.024 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:59.024 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:59.024 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:59.024 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:59.024 DEBUG [main][MenuItemLookup] Item match:Window 22:10:59.024 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:59.024 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:59.024 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:59.024 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:59.024 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:59.024 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:59.024 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:59.024 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:10:59.024 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:59.024 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:10:59.024 DEBUG [main][MenuItemLookup] Item match:Preferences 22:10:59.024 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:10:59.024 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:10:59.024 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:2165): Gtk-CRITICAL **: 22:10:59.054: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:10:59.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 'Preferences.*'] is available.... 22:10:59.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:10:59.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:59.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:59.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:59.106 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:10:59.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:10:59.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:59.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:59.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:59.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:10:59.108 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:59.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:59.108 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:59.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:59.108 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:59.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:10:59.108 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:59.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:59.108 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:59.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:59.108 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:59.109 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 22:10:59.109 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 22:10:59.109 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 22:10:59.109 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 22:10:59.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.110 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:59.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:59.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:59.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:59.110 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:10:59.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:59.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:59.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:59.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:10:59.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:59.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:59.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:59.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:10:59.112 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:59.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:59.112 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:59.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:59.112 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:59.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:10:59.112 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:59.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:59.112 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:59.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:59.112 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:59.112 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 22:10:59.112 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 22:10:59.112 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 22:10:59.112 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 22:10:59.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.114 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...") 22:10:59.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:59.115 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:10:59.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:59.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:59.115 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:59.115 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:59.159 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.... 22:10:59.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.159 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 22:10:59.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add JRE 22:10:59.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:59.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:59.160 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 22:10:59.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 22:10:59.161 TRACE [main][WidgetHandler] Notify List with event 13 22:10:59.161 TRACE [main][WidgetHandler] Wait for synchronization 22:10:59.161 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 22:10:59.161 INFO [WorkbenchTestable][AddVMInstallWizard] Go to next wizard page 22:10:59.161 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) 22:10:59.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:59.162 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:10:59.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:59.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:59.162 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:59.162 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:59.210 DEBUG [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:") 22:10:59.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:59.211 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:59.211 INFO [WorkbenchTestable][AbstractText] Text set to: /opt/tools/java/openjdk/jdk-11/11.0.2+9 22:10:59.224 DEBUG [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:") 22:10:59.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:59.225 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:59.226 INFO [WorkbenchTestable][AbstractText] Text set to: jre.test 22:10:59.228 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 22:10:59.228 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) 22:10:59.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:59.230 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 22:10:59.230 INFO [WorkbenchTestable][AddVMInstallWizard] Finish wizard 22:10:59.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.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) 22:10:59.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:59.231 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:10:59.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:59.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:59.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:59.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:59.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:10:59.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:59.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:59.262 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 22:10:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:59.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:59.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:59.264 INFO [WorkbenchTestable][AbstractTableItem] Check table Item jre.test: 22:10:59.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 22:10:59.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 22:10:59.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:59.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 22:10:59.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:10:59.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:59.267 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 22:10:59.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:59.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:59.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:59.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:59.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:59.268 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 22:10:59.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:59.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:59.269 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 22:10:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:59.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:59.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:59.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:10:59.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:59.272 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:10:59.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:59.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:59.272 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:59.272 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:59.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:59.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:59.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:59.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:59.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:59.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 22:10:59.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:59.292 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:59.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:59.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:59.292 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 22:10:59.292 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:59.293 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 22:10:59.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 22:10:59.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:59.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:59.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:59.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:59.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:59.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:59.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.293 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:59.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:59.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:59.293 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:59.293 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:59.293 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:59.293 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:59.293 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:10:59.293 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:10:59.293 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:59.293 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:59.293 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:59.293 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:59.293 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:59.293 DEBUG [main][MenuItemLookup] Item match:Window 22:10:59.294 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:59.294 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:59.294 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:59.294 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:59.294 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:59.294 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:59.294 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:59.294 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:10:59.294 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:59.294 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:10:59.294 DEBUG [main][MenuItemLookup] Item match:Preferences 22:10:59.302 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:10:59.302 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:10:59.302 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:2165): Gtk-CRITICAL **: 22:10:59.330: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:10:59.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:10:59.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:10:59.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:59.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:59.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:59.365 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:10:59.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:10:59.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:59.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:59.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:10:59.367 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:59.367 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:59.367 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:10:59.367 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:59.367 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:59.367 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:59.367 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 22:10:59.367 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 22:10:59.367 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 22:10:59.367 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 22:10:59.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.368 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:59.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:59.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:59.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:59.368 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:10:59.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:59.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:59.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:59.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:10:59.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:59.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:59.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:59.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:10:59.376 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:59.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:59.377 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:59.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:59.377 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:59.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:10:59.377 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:10:59.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:10:59.377 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:10:59.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:10:59.377 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:10:59.377 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 22:10:59.377 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 22:10:59.377 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 22:10:59.377 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 22:10:59.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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...") 22:10:59.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:59.379 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:10:59.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:59.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:59.379 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:59.379 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:59.414 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.... 22:10:59.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.414 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 22:10:59.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add JRE 22:10:59.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:59.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:59.415 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 22:10:59.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 22:10:59.416 TRACE [main][WidgetHandler] Notify List with event 13 22:10:59.416 TRACE [main][WidgetHandler] Wait for synchronization 22:10:59.416 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 22:10:59.416 INFO [WorkbenchTestable][AddVMInstallWizard] Go to next wizard page 22:10:59.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.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) 22:10:59.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:59.417 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:10:59.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:59.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:59.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:59.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:59.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.StandardVMPage, index 0 and following matchers specified (Matcher matching widget with label: is "JRE home:") 22:10:59.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:59.446 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:59.446 INFO [WorkbenchTestable][AbstractText] Text set to: /opt/tools/java/openjdk/jdk-11/11.0.2+9 22:10:59.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.StandardVMPage, index 0 and following matchers specified (Matcher matching widget with label: is "JRE name:") 22:10:59.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:10:59.452 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:10:59.452 INFO [WorkbenchTestable][AbstractText] Text set to: jre.test 22:10:59.454 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 22:10:59.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.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) 22:10:59.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:59.456 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 22:10:59.456 INFO [WorkbenchTestable][AddVMInstallWizard] Finish wizard 22:10:59.456 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) 22:10:59.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:59.459 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:10:59.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:59.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:59.464 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:59.464 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:59.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:59.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:59.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:10:59.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:10:59.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:10:59.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:10:59.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:10:59.497 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 22:10:59.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:59.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:59.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:59.498 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 22:10:59.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:59.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:59.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:59.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:59.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:59.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:59.500 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 22:10:59.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:59.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:59.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:59.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 22:10:59.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:10:59.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:10:59.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:10:59.502 TRACE [main][WidgetHandler] Notify Table with event 13 22:10:59.502 TRACE [main][WidgetHandler] Wait for synchronization 22:10:59.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 22:10:59.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:59.503 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:10:59.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:59.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:59.503 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:59.503 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:59.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:10:59.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:10:59.506 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:10:59.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:10:59.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:10:59.506 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:10:59.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:10:59.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:10:59.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:10:59.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:59.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:59.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:59.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 22:10:59.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:59.536 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:59.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:59.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:10:59.536 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 22:10:59.536 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 22:10:59.536 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:10:59.536 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:10:59.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:10:59.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.275 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.628 s testJRENotFound no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 0.132 s testAddingDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 0.269 s testAddingJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 0.243 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 22:10:59.541 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 22:10:59.541 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:10:59.541 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:59.541 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 22:10:59.541 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:59.541 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:10:59.541 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:59.541 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:10:59.541 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:59.541 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:10:59.541 INFO [WorkbenchTestable][RequirementsRunner] Started test: genericConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest) 22:10:59.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 22:10:59.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:10:59.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:10:59.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:10:59.541 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:59.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.542 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:59.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.542 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:10:59.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:10:59.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:59.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:59.542 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:10:59.542 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:10:59.542 DEBUG [main][MenuItemLookup] Found menu:'File' 22:10:59.542 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:10:59.542 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:10:59.542 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:10:59.542 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:10:59.542 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:10:59.542 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:10:59.542 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:10:59.542 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:10:59.542 DEBUG [main][MenuItemLookup] Item match:Window 22:10:59.543 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:10:59.543 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:10:59.543 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:10:59.543 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:59.543 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:10:59.543 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:10:59.543 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:59.543 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:10:59.543 DEBUG [main][MenuItemLookup] Found menu:'' 22:10:59.543 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:10:59.543 DEBUG [main][MenuItemLookup] Item match:Preferences 22:10:59.543 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:10:59.543 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:10:59.543 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:2165): Gtk-CRITICAL **: 22:10:59.572: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:10:59.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:10:59.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:10:59.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:10:59.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:10:59.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:10:59.610 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:10:59.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:10:59.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:10:59.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:10:59.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:10:59.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:10:59.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:10:59.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:10:59.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:10:59.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:10:59.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 22:10:59.611 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 22:10:59.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:00.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:00.113 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 22:11:00.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 22:11:00.113 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 22:11:00.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:00.114 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 22:11:00.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:00.114 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 22:11:00.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 22:11:00.114 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 22:11:00.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:00.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:00.614 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 22:11:00.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 22:11:00.616 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 22:11:00.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:00.617 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 22:11:00.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:00.617 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 22:11:00.617 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 22:11:00.617 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 22:11:00.617 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 22:11:00.617 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 22:11:00.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:00.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:00.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:00.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:00.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 22:11:00.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:00.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:00.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:00.659 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 22:11:00.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:00.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:00.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:00.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:00.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:00.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:11:00.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:11:01.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 22:11:01.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:01.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:01.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:11:01.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:01.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:01.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:01.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:01.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:01.664 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:11:01.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:01.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:01.665 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:01.665 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:01.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:11:02.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:11:02.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:02.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:02.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:02.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:11:02.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 22:11:02.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:11:02.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:11:02.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:11:02.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:02.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:11:02.177 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' view via menu. 22:11:02.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:02.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:02.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:02.177 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:11:02.177 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:11:02.177 DEBUG [main][MenuItemLookup] Found menu:'File' 22:11:02.177 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:11:02.177 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:11:02.177 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:11:02.177 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:11:02.177 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:11:02.177 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:11:02.177 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:11:02.177 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:11:02.178 DEBUG [main][MenuItemLookup] Item match:Window 22:11:02.178 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:11:02.178 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:11:02.178 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:11:02.178 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:02.178 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:11:02.178 DEBUG [main][MenuItemLookup] Item match:Show View 22:11:02.181 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:11:02.181 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:11:02.181 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:11:02.181 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:11:02.181 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:11:02.181 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:11:02.181 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:11:02.181 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:11:02.181 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:11:02.181 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:11:02.181 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:11:02.181 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:11:02.181 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:11:02.181 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:11:02.181 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:02.181 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:11:02.181 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:11:02.181 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:11:02.181 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:11:02.181 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:11:02.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:11:02.229 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 22:11:02.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:11:02.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:02.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:02.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 22:11:02.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:02.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:02.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:02.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:11:02.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:02.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:02.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:02.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:02.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:02.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:02.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:11:02.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:11:02.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 22:11:02.231 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 22:11:02.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:02.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:02.733 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 22:11:02.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 22:11:02.733 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 22:11:02.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:02.733 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 22:11:02.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:02.733 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 22:11:02.734 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Data Source Explorer 22:11:02.734 DEBUG [main][TreeItemHandler] Selecting tree item: Data Source Explorer 22:11:02.734 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Data Source Explorer about selection 22:11:02.734 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Data Source Explorer 22:11:02.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:02.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:02.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:02.734 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:11:02.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:02.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:02.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:02.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 22:11:02.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:02.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:02.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:02.735 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:11:02.735 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:02.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:02.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:02.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:02.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:02.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:02.735 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:11:02.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:02.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:02.735 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:02.735 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:02.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:11:02.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:11:02.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.dse.views.DataSourceExplorerView' view is open... 22:11:02.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:02.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:02.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.dse.views.DataSourceExplorerView' view is open finished successfully 22:11:02.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:02.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:02.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:02.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:02.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:02.831 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:11:02.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 '\*?\QData Source Explorer\E') 22:11:02.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:02.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:02.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:02.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:02.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:11:02.832 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 22:11:02.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 22:11:02.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:11:02.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:11:02.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:11:02.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:11:02.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:11:02.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:02.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:02.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:02.834 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 22:11:02.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:02.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:02.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:02.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:02.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:02.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:02.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:11:02.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:11:02.834 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 10 22:11:02.834 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 22:11:02.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:03.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:03.335 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 22:11:03.335 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 22:11:03.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 22:11:03.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:03.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:03.836 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 22:11:03.836 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 22:11:03.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:04.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:04.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 22:11:04.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:11:04.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:11:04.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:11:04.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:11:04.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:11:04.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:04.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:11:04.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:04.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:11:04.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:04.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:04.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:04.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:04.340 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:11:04.340 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:11:04.340 DEBUG [main][MenuItemLookup] Found menu:'File' 22:11:04.340 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:11:04.340 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:11:04.340 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:11:04.340 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:11:04.340 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:11:04.340 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:11:04.340 DEBUG [main][MenuItemLookup] Item match:Window 22:11:04.340 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:11:04.340 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:11:04.340 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:11:04.340 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:04.340 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:11:04.340 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:11:04.340 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:04.340 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:11:04.340 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:04.340 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:11:04.340 DEBUG [main][MenuItemLookup] Item match:Preferences 22:11:04.340 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:11:04.340 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:11:04.340 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:11:04.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:11:04.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. finished successfully 22:11:04.396 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:11:04.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:04.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:04.397 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:11:04.397 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:04.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 22:11:04.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:04.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:11:04.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:11:04.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 22:11:04.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 22:11:04.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:04.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 22:11:04.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:04.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 22:11:04.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 22:11:04.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 22:11:04.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:04.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 22:11:04.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:04.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 22:11:04.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 22:11:04.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 22:11:04.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:04.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 22:11:04.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:04.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 22:11:04.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 22:11:04.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 22:11:04.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:04.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 22:11:04.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:04.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 22:11:04.400 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 22:11:04.400 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 22:11:04.400 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 22:11:04.400 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 22:11:04.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11: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.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...") 22:11:04.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:04.401 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:11:04.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:04.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:04.401 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:04.401 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:04.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available.... 22:11:04.470 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 22:11:04.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 22:11:04.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:04.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:04.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:04.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:04.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 22:11:04.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:04.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:04.472 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") 22:11:04.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:04.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:04.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:04.472 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:04.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:04.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:11:04.472 INFO [WorkbenchTestable][AbstractTabItem] Activate Name/Type 22:11:04.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:11:04.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:04.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:04.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:04.472 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:04.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:04.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:04.485 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database and wait with time period 1 22:11:04.485 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 22:11:04.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:04.485 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 22:11:04.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:04.485 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 22:11:04.485 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 22:11:04.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:04.485 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 22:11:04.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:04.485 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 22:11:04.486 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Generic JDBC Driver 22:11:04.486 DEBUG [main][TreeItemHandler] Selecting tree item: Generic JDBC Driver 22:11:04.486 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Generic JDBC Driver about selection 22:11:04.513 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Generic JDBC Driver 22:11:04.513 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:") 22:11:04.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:04.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:04.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:04.514 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:04.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:04.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:11:04.515 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:11:04.515 INFO [WorkbenchTestable][AbstractText] Text set to: Test H2 Driver 22:11:04.516 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") 22:11:04.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:04.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:04.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:04.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:04.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:04.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:11:04.516 INFO [WorkbenchTestable][AbstractTabItem] Activate JAR List 22:11:04.518 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 22:11:04.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:04.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:04.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:04.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:04.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:04.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 22:11:04.519 INFO [WorkbenchTestable][DriverDialog] No drivers to clean, skipped 22:11:04.520 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 22:11:04.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:04.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:04.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:04.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:04.520 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:04.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 22:11:04.521 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 22:11:04.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:04.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:04.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:04.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:04.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:04.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 22:11:04.522 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 22:11:04.522 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:04.522 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:04.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 22:11:04.523 TRACE [main][WidgetHandler] Notify List with event 13 22:11:04.523 TRACE [main][WidgetHandler] Wait for synchronization 22:11:04.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:11:04.523 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:04.528 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:04.528 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:04.529 INFO [WorkbenchTestable][AbstractButton] Click button &Remove JAR/Zip 22:11:04.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:04.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:04.529 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:04.529 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:04.538 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") 22:11:04.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:04.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:04.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:04.538 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:04.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:04.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:11:04.538 INFO [WorkbenchTestable][AbstractTabItem] Activate Properties 22:11:04.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:11:04.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:04.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:04.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:04.547 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:04.547 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:04.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:04.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:11:04.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:11:04.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:11:04.549 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:11:04.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:04.549 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:11:04.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:04.549 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:11:04.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:11:04.549 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:11:04.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:04.549 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:11:04.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:04.549 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:11:04.549 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item Driver Class 22:11:04.549 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Class 22:11:04.549 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Class 22:11:04.550 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Class about selection 22:11:04.550 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Class 22:11:04.550 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 22:11:04.550 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 22:11:04.553 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 22:11:04.553 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "...") 22:11:04.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:04.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:04.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:04.554 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:04.554 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:04.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:04.554 INFO [WorkbenchTestable][AbstractButton] Click button ... 22:11:04.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:04.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:04.554 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:04.555 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:04.582 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.... 22:11:04.582 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 22:11:04.582 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.... 22:11:04.582 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 22:11:04.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Available Classes from Jar List 22:11:04.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:04.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:04.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:11:04.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:04.583 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 22:11:04.583 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:04.583 INFO [WorkbenchTestable][AbstractButton] Click button Type class name 22:11:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:04.583 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:04.583 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:04.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "") 22:11:04.583 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:04.583 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 22:11:04.583 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:11:04.583 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:11:04.584 INFO [WorkbenchTestable][AbstractText] Text set to: org.h2.Driver 22:11:04.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 "OK", Widget matcher matching widgets with style: 8) 22:11:04.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:04.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:04.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:04.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 22:11:04.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:04.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:04.585 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:11:04.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:04.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:04.585 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:04.585 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:04.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:11:04.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:04.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:04.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:04.612 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:04.612 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:04.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:04.613 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:11:04.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:04.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:04.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:04.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:04.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:11:04.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:11:04.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:11:04.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:04.648 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:11:04.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:04.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:04.648 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:04.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:04.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:11:04.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:11:04.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:04.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:04.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:04.669 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:11:04.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:04.669 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:11:04.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:04.669 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 22:11:04.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:04.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:11:04.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:04.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:11:04.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:04.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:11:04.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:04.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 22:11:04.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:04.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:11:04.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:04.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:11:04.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:04.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:04.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:04.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:04.672 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:11:04.672 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:11:04.672 DEBUG [main][MenuItemLookup] Found menu:'File' 22:11:04.672 DEBUG [main][MenuItemLookup] Item match:File 22:11:04.672 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:11:04.672 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'File' 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:04.674 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:11:04.674 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:11:04.674 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:11:04.674 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:11:04.674 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:11:04.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:11:04.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 22:11:04.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:11:04.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:04.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:04.727 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:11:04.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:04.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:11:04.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:04.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:04.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:04.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:04.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:04.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:11:04.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:11:04.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children... 22:11:04.732 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 22:11:04.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:05.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:05.233 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 22:11:05.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children finished successfully 22:11:05.234 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 22:11:05.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:05.234 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 22:11:05.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:05.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 22:11:05.234 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Connection Profile 22:11:05.234 DEBUG [main][TreeItemHandler] Selecting tree item: Connection Profile 22:11:05.234 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Connection Profile about selection 22:11:05.236 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Connection Profile 22:11:05.236 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:11:05.236 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:11:05.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:11:05.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:05.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:05.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:05.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:05.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:05.237 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:11:05.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:05.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:05.237 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:05.237 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:05.275 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:11:05.275 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:05.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:05.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available.... 22:11:05.276 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 22:11:05.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection Profile 22:11:05.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:05.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:05.276 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 22:11:05.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:05.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.CPWizardSelectionPage, index 0 and no matchers specified 22:11:05.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:05.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:05.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:05.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:05.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:11:05.278 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Generic JDBC') 22:11:05.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:11:05.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:11:05.294 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 22:11:05.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:11:05.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:11:05.294 TRACE [main][WidgetHandler] Notify Table with event 13 22:11:05.294 TRACE [main][WidgetHandler] Wait for synchronization 22:11:05.298 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:") 22:11:05.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:05.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:05.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:05.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:05.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:11:05.299 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:11:05.300 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 22:11:05.300 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 22:11:05.300 INFO [WorkbenchTestable][NewCPWizard] Go to next wizard page 22:11:05.300 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) 22:11:05.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:05.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:05.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:05.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:05.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:05.301 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:11:05.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:05.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:05.301 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:05.301 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:05.362 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:") 22:11:05.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:05.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:05.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:05.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:05.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:11:05.363 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Test H2 Driver to selection: Test H2 Driver 22:11:05.364 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:") 22:11:05.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:05.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:05.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:05.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:05.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:11:05.365 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:11:05.365 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 22:11:05.366 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:") 22:11:05.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:05.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:05.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:05.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:05.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:11:05.368 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:11:05.368 INFO [WorkbenchTestable][AbstractText] Text set to: jdbc:h2:tcp://localhost/sakila 22:11:05.368 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:") 22:11:05.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:05.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:05.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:05.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:05.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:11:05.371 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:11:05.371 INFO [WorkbenchTestable][AbstractText] Text set to: sa 22:11:05.380 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:") 22:11:05.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:05.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:05.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:05.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:05.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:11:05.383 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:11:05.384 INFO [WorkbenchTestable][AbstractText] Text set to: 22:11:05.384 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 22:11:05.384 INFO [WorkbenchTestable][NewCPWizard] Finish wizard 22:11:05.384 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) 22:11:05.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:05.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:05.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:05.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:05.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:05.385 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:11:05.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:05.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:05.385 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:05.385 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:06.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:11:06.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:11:06.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:11:06.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:11:06.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:11:06.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:11:06.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:11:06.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:11:06.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:11:06.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:11:06.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:06.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:06.796 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 22:11:06.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:06.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:06.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:06.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:06.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:06.797 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:11:06.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 '\*?\QData Source Explorer\E') 22:11:06.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:06.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:06.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:06.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:06.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:11:06.799 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 22:11:06.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 22:11:06.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:11:06.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:11:06.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:11:06.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:11:06.801 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 22:11:06.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 22:11:06.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:11:06.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:11: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 22:11:06.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:06.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:06.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:06.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:06.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:06.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:11:06.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:11:06.802 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 22:11:06.802 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 22:11:06.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:06.802 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 22:11:06.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:06.802 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 22:11:06.802 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 22:11:06.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:06.802 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 22:11:06.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:06.802 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 22:11:06.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 22:11:06.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:11:06.802 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:11:06.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:06.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:06.803 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 22:11:06.803 INFO [WorkbenchTestable][RequirementsRunner] Finished test: genericConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest) 22:11:06.803 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 22:11:06.803 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:11:06.803 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:11:06.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:06.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.263 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest genericConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest) Time elapsed: 7.262 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 22:11:06.810 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 22:11:06.811 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:11:06.811 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:11:06.811 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 22:11:06.811 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:11:06.811 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:11:06.821 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:11:06.821 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:11:06.821 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:11:06.821 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:11:06.821 INFO [WorkbenchTestable][RequirementsRunner] Started test: flatFileConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest) 22:11:06.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 22:11:06.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:11:06.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:11:06.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:11: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'] 22:11:06.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11: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'] 22:11:06.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11: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: "New Connection Profile"] 22:11:06.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11: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'] 22:11:06.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:06.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'] 22:11:06.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:06.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'] 22:11:06.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:06.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 22:11:06.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:06.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'] 22:11:06.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:06.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'] 22:11:06.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:06.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:06.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:06.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:06.823 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:11:06.824 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:11:06.824 DEBUG [main][MenuItemLookup] Found menu:'File' 22:11:06.824 DEBUG [main][MenuItemLookup] Item match:File 22:11:06.825 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:11:06.825 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'File' 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:06.827 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:11:06.827 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:11:06.841 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:11:06.841 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:11:06.842 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:11:06.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.... 22:11:06.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. finished successfully 22:11:06.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:11:06.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:06.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:06.928 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:11:06.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:06.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 22:11:06.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:06.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:06.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:06.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:06.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:06.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:11:06.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:11:06.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children... 22:11:06.931 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 22:11:06.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:06.931 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 22:11:06.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:06.931 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 22:11:06.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children finished successfully 22:11:06.931 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 22:11:06.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:06.932 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 22:11:06.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:06.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 22:11:06.932 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Connection Profile 22:11:06.932 DEBUG [main][TreeItemHandler] Selecting tree item: Connection Profile 22:11:06.932 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Connection Profile about selection 22:11:06.932 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Connection Profile 22:11:06.932 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:11:06.932 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:11:06.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:11:06.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:06.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:06.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:06.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:06.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:06.933 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:11:06.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:06.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:06.933 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:06.933 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:06.951 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:11:06.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:06.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:06.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available.... 22:11:06.952 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 22:11:06.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection Profile 22:11:06.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:06.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:06.952 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 22:11:06.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:06.952 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 22:11:06.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:06.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:06.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:06.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:06.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:11:06.953 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Flat File Data Source') 22:11:06.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:11:06.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:11:06.957 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 22:11:06.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:11:06.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:11:06.957 TRACE [main][WidgetHandler] Notify Table with event 13 22:11:06.957 TRACE [main][WidgetHandler] Wait for synchronization 22:11:06.957 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:") 22:11:06.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:06.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:06.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:06.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:06.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:11:06.958 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:11:06.959 INFO [WorkbenchTestable][AbstractText] Text set to: Test Flat File Profile 22:11:06.959 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 22:11:06.959 INFO [WorkbenchTestable][NewCPWizard] Go to next wizard page 22:11:06.959 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) 22:11:06.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:06.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:06.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:06.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:06.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:06.960 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:11:06.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:06.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:06.960 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:06.960 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:07.228 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 22:11:07.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:11:07.229 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:11:07.230 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target 22:11:07.231 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:") 22:11:07.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:11:07.238 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo UTF-8 to selection: UTF-8 22:11:07.238 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:") 22:11:07.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:11:07.240 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo CSV to selection: CSV 22:11:07.240 TRACE [WorkbenchTestable][NewCPWizard] Shell New Flat File Data Source Profile is not null and is not disposed 22:11:07.240 INFO [WorkbenchTestable][NewCPWizard] Finish wizard 22:11:07.240 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) 22:11:07.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:07.242 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:11:07.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:07.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:07.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:07.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:07.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:11:07.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:11:07.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:11:07.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:11:07.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:11:07.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:11:07.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:11:07.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:11:07.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:11:07.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.294 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 22:11:07.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:07.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:07.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:07.295 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:11:07.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 '\*?\QData Source Explorer\E') 22:11:07.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:11:07.297 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 22:11:07.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 22:11:07.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:11:07.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:11:07.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:11:07.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:11:07.299 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 22:11:07.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 22:11:07.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:11:07.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:11:07.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:11:07.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:07.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:11:07.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:11:07.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem ODA Data Sources has children... 22:11:07.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ODA Data Sources 22:11:07.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:07.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ODA Data Sources is already expanded. No action performed 22:11:07.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:07.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ODA Data Sources 22:11:07.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem ODA Data Sources has children finished successfully 22:11:07.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ODA Data Sources 22:11:07.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:07.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ODA Data Sources is already expanded. No action performed 22:11:07.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:07.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ODA Data Sources 22:11:07.300 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Flat File Data Source and wait with time period 1 22:11:07.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Flat File Data Source 22:11:07.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:07.301 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Flat File Data Source is already expanded. No action performed 22:11:07.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:07.301 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Flat File Data Source 22:11:07.301 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Flat File Data Source 22:11:07.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:07.301 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Flat File Data Source is already expanded. No action performed 22:11:07.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:07.301 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Flat File Data Source 22:11:07.301 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 22:11:07.301 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:11:07.301 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:11:07.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.301 INFO [WorkbenchTestable][RequirementsRunner] Finished test: flatFileConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest) 22:11:07.301 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 22:11:07.301 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:11:07.301 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:11:07.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest flatFileConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest) Time elapsed: 0.48 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 22:11:07.307 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 22:11:07.308 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:11:07.308 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:11:07.308 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 22:11:07.308 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:11:07.308 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:11:07.316 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:11:07.316 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:11:07.316 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:11:07.316 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:11:07.316 INFO [WorkbenchTestable][RequirementsRunner] Started test: driverDefinitionTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest) 22:11:07.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 22:11:07.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:11:07.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:11:07.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:11:07.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.*'] 22:11:07.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:07.317 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:11:07.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:07.317 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:11:07.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:07.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:07.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:07.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:07.317 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:11:07.317 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:11:07.317 DEBUG [main][MenuItemLookup] Found menu:'File' 22:11:07.318 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:11:07.318 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:11:07.318 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:11:07.318 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:11:07.318 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:11:07.318 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:11:07.318 DEBUG [main][MenuItemLookup] Item match:Window 22:11:07.318 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:11:07.318 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:11:07.318 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:11:07.318 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:07.318 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:11:07.318 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:11:07.318 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:07.318 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:11:07.318 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:07.318 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:11:07.318 DEBUG [main][MenuItemLookup] Item match:Preferences 22:11:07.318 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:11:07.318 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:11:07.318 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:11:07.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:11:07.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 'Preferences.*'] is available. finished successfully 22:11:07.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:11:07.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:07.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:07.380 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:11:07.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:07.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:11:07.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:07.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:11:07.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:11:07.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 22:11:07.381 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 22:11:07.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:07.381 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 22:11:07.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:07.381 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 22:11:07.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 22:11:07.381 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 22:11:07.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:07.382 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 22:11:07.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:07.382 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 22:11:07.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 22:11:07.382 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 22:11:07.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:07.382 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 22:11:07.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:07.382 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 22:11:07.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 22:11:07.382 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 22:11:07.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:07.382 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 22:11:07.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:07.382 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 22:11:07.382 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 22:11:07.382 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 22:11:07.382 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 22:11:07.383 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 22:11:07.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.383 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...") 22:11:07.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:07.384 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:11:07.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:07.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:07.385 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:07.385 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:07.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available.... 22:11:07.442 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 22:11:07.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 22:11:07.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 22:11:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:07.443 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") 22:11:07.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:07.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:11:07.443 INFO [WorkbenchTestable][AbstractTabItem] Activate Name/Type 22:11:07.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 22:11:07.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.446 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:07.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:07.458 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database and wait with time period 1 22:11:07.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 22:11:07.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:07.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 22:11:07.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:07.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 22:11:07.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 22:11:07.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:07.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 22:11:07.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:07.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 22:11:07.458 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HSQLDB JDBC Driver 22:11:07.458 DEBUG [main][TreeItemHandler] Selecting tree item: HSQLDB JDBC Driver 22:11:07.459 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HSQLDB JDBC Driver about selection 22:11:07.473 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HSQLDB JDBC Driver 22:11:07.473 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:") 22:11:07.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.473 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:07.473 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:11:07.474 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:11:07.475 INFO [WorkbenchTestable][AbstractText] Text set to: Test HSLQDB Driver 22:11:07.475 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") 22:11:07.475 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:07.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:11:07.481 INFO [WorkbenchTestable][AbstractTabItem] Activate JAR List 22:11:07.484 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 22:11:07.484 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.484 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:07.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 22:11:07.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 "Clear All") 22:11:07.486 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.486 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:07.486 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:07.486 INFO [WorkbenchTestable][AbstractButton] Click button &Clear All 22:11:07.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:07.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:07.486 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:07.486 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:07.499 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 22:11:07.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.499 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:07.499 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 22:11:07.499 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 22:11:07.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.500 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:07.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 22:11:07.501 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 22:11:07.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:07.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 22:11:07.502 TRACE [main][WidgetHandler] Notify List with event 13 22:11:07.502 TRACE [main][WidgetHandler] Wait for synchronization 22:11:07.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:11:07.502 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:07.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:07.503 INFO [WorkbenchTestable][AbstractButton] Click button &Remove JAR/Zip 22:11:07.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:07.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:07.503 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:07.503 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:07.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:11:07.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:07.520 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:07.520 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:11:07.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:07.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:07.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:07.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:07.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:11:07.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:11:07.554 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 22:11:07.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.555 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 22:11:07.555 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:11:07.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:11:07.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:11:07.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:11:07.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:07.558 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:11:07.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:07.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:07.558 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:07.558 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:07.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:11:07.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:11:07.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:07.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:07.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:07.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 22:11:07.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:11:07.579 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:11:07.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.579 INFO [WorkbenchTestable][RequirementsRunner] Finished test: driverDefinitionTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest) 22:11:07.579 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 22:11:07.579 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:11:07.579 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:11:07.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest driverDefinitionTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest) Time elapsed: 0.263 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 22:11:07.583 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 22:11:07.584 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:11:07.584 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:11:07.584 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 22:11:07.584 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:11:07.584 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:11:07.584 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:11:07.584 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:11:07.584 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:11:07.584 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:11:07.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:07.584 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:11:07.585 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:07.585 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:11:07.585 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:07.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:07.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:07.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:07.585 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:11:07.585 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:11:07.585 DEBUG [main][MenuItemLookup] Found menu:'File' 22:11:07.585 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:11:07.585 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:11:07.585 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:11:07.585 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:11:07.585 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:11:07.585 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:11:07.585 DEBUG [main][MenuItemLookup] Item match:Window 22:11:07.586 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:11:07.586 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:11:07.586 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:11:07.586 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:07.586 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:11:07.586 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:11:07.586 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:07.586 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:11:07.586 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:07.586 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:11:07.586 DEBUG [main][MenuItemLookup] Item match:Preferences 22:11:07.586 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:11:07.586 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:11:07.586 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:11:07.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 'Preferences.*'] is available.... 22:11:07.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:11:07.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:11:07.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:07.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:07.658 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:11:07.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:07.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:11:07.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:07.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:11:07.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:11:07.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 22:11:07.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 22:11:07.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:07.660 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 22:11:07.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:07.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 22:11:07.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 22:11:07.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 22:11:07.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:07.660 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 22:11:07.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:07.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 22:11:07.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 22:11:07.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 22:11:07.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:07.660 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 22:11:07.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:07.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 22:11:07.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 22:11:07.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 22:11:07.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:07.661 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 22:11:07.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:07.661 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 22:11:07.661 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 22:11:07.661 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 22:11:07.661 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 22:11:07.661 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 22:11:07.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.662 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 22:11:07.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 22:11:07.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:11:07.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:11:07.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:11:07.664 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 22:11:07.664 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.664 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 22:11:07.664 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 22:11:07.664 TRACE [main][WidgetHandler] Notify Table with event 13 22:11:07.664 TRACE [main][WidgetHandler] Wait for synchronization 22:11:07.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 "Remove") 22:11:07.665 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.665 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 22:11:07.665 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:07.666 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:11:07.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:07.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:07.666 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:07.666 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:07.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Driver Removal"] is available.... 22:11:07.704 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 22:11:07.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Driver Removal 22:11:07.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:07.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:07.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8) 22:11:07.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.704 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Driver Removal" as the parent 22:11:07.704 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:07.705 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 22:11:07.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:07.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:07.705 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:07.705 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:07.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:11:07.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:11:07.732 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 22:11:07.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 22:11:07.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 22:11:07.734 TRACE [main][WidgetHandler] Notify Table with event 13 22:11:07.734 TRACE [main][WidgetHandler] Wait for synchronization 22:11:07.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 22:11:07.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.734 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 22:11:07.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:07.736 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:11:07.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:07.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:07.736 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:07.736 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:07.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Driver Removal"] is available.... 22:11:07.761 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 22:11:07.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Driver Removal 22:11:07.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:07.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:07.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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) 22:11:07.762 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.762 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Driver Removal" as the parent 22:11:07.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:07.762 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 22:11:07.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:07.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:07.763 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:07.763 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:07.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:11:07.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:11:07.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:11:07.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:07.804 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:11:07.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:07.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:07.804 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:07.804 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:07.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:11:07.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:11:07.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:07.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:07.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:07.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:11:07.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:11:07.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:11:07.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:11:07.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:11:07.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.833 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 22:11:07.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:07.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:07.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:07.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:11:07.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 '\*?\QData Source Explorer\E') 22:11:07.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:11:07.848 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 22:11:07.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 22:11:07.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:11:07.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:11:07.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:11:07.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:11:07.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:11:07.850 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.862 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 22:11:07.862 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:07.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:11:07.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:11:07.863 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 10 22:11:07.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 22:11:07.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:07.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 22:11:07.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:07.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 22:11:07.863 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 22:11:07.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 22:11:07.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:07.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 22:11:07.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:07.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 22:11:07.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 22:11:07.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:07.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 22:11:07.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:07.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 22:11:07.863 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile 22:11:07.863 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile 22:11:07.863 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile about selection 22:11:07.868 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile 22:11:07.869 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:11:07.869 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:07.911 DEBUG [main][MenuItemLookup] Found menu:'Connect' 22:11:07.911 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 22:11:07.911 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 22:11:07.911 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:07.911 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 22:11:07.911 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 22:11:07.911 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:07.911 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:11:07.911 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:11:07.911 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:11:07.911 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"D&elete Delete" 22:11:07.911 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:11:07.911 INFO [main][MenuItemHandler] Select menu item: D&elete Delete 22:11:07.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete confirmation"] is available.... 22:11:07.933 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 22:11:07.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete confirmation 22:11:07.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:07.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:07.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8) 22:11:07.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:07.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:07.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:07.934 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete confirmation" as the parent 22:11:07.934 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:07.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:07.934 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 22:11:07.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:07.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:07.934 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:07.934 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:07.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:11:07.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:11:07.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:11:07.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:11:07.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:11:07.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:11:07.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:11:07.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:11:07.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:11:07.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:11:07.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.965 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 22:11:07.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:07.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:07.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:07.967 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:11:07.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 '\*?\QData Source Explorer\E') 22:11:07.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:11:07.968 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 22:11:07.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 22:11:07.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:11:07.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:11:07.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:11:07.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:11:07.970 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 22:11:07.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 22:11:07.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:11:07.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:11:07.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:11:07.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:07.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:07.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:07.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:07.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:07.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:11:07.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:11:07.971 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 22:11:07.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 22:11:07.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:08.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:08.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 22:11:08.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 22:11:08.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:08.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:08.972 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 22:11:08.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.*'] 22:11:08.973 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:08.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.*'] 22:11:08.973 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:08.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.*'] 22:11:08.973 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:08.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:08.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:08.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:08.974 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:11:08.974 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:11:08.974 DEBUG [main][MenuItemLookup] Found menu:'File' 22:11:08.974 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:11:08.974 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:11:08.974 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:11:08.974 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:11:08.974 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:11:08.974 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:11:08.974 DEBUG [main][MenuItemLookup] Item match:Window 22:11:08.974 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:11:08.974 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:11:08.974 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:11:08.974 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:08.974 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:11:08.974 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:11:08.974 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:08.974 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:11:08.974 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:08.974 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:11:08.974 DEBUG [main][MenuItemLookup] Item match:Preferences 22:11:08.974 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:11:08.974 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:11:08.974 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:11:09.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:11:09.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 'Preferences.*'] is available. finished successfully 22:11:09.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:11:09.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:09.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:09.032 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:11:09.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:09.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:11:09.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:09.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:11:09.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:11:09.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 22:11:09.033 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 22:11:09.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:09.033 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 22:11:09.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:09.033 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 22:11:09.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 22:11:09.033 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 22:11:09.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:09.033 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 22:11:09.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:09.033 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 22:11:09.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 22:11:09.033 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 22:11:09.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:09.034 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 22:11:09.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:09.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 22:11:09.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 22:11:09.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 22:11:09.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:09.034 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 22:11:09.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:09.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 22:11:09.034 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 22:11:09.034 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 22:11:09.034 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 22:11:09.034 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 22:11:09.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.034 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...") 22:11:09.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:09.035 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:11:09.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:09.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:09.035 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:09.035 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:09.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available.... 22:11:09.089 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 22:11:09.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 22:11:09.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:09.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:09.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:09.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:09.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 22:11:09.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:09.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:09.090 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") 22:11:09.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:09.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:09.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:09.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:09.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:09.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:11:09.090 INFO [WorkbenchTestable][AbstractTabItem] Activate Name/Type 22:11:09.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:11:09.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:09.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:09.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:09.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:09.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:09.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:09.100 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database and wait with time period 1 22:11:09.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 22:11:09.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:09.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 22:11:09.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:09.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 22:11:09.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 22:11:09.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:09.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 22:11:09.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:09.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 22:11:09.100 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Generic JDBC Driver 22:11:09.100 DEBUG [main][TreeItemHandler] Selecting tree item: Generic JDBC Driver 22:11:09.101 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Generic JDBC Driver about selection 22:11:09.117 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Generic JDBC Driver 22:11:09.117 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:") 22:11:09.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:09.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:09.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:09.117 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:09.117 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:09.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:11:09.118 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:11:09.118 INFO [WorkbenchTestable][AbstractText] Text set to: Test H2 Driver 22:11:09.119 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") 22:11:09.119 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:09.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:09.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:09.119 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:09.119 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:09.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:11:09.119 INFO [WorkbenchTestable][AbstractTabItem] Activate JAR List 22:11:09.122 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 22:11:09.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:09.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:09.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 22:11:09.122 INFO [WorkbenchTestable][DriverDialog] No drivers to clean, skipped 22:11:09.122 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 22:11:09.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:09.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:09.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 22:11:09.123 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 22:11:09.123 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:09.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:09.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:09.124 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:09.124 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:09.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 22:11:09.124 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 22:11:09.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:09.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:09.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:09.124 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:09.124 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:09.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 22:11:09.127 TRACE [main][WidgetHandler] Notify List with event 13 22:11:09.127 TRACE [main][WidgetHandler] Wait for synchronization 22:11:09.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove JAR/Zip") 22:11:09.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:09.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:09.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:09.128 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:09.128 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:09.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:09.128 INFO [WorkbenchTestable][AbstractButton] Click button &Remove JAR/Zip 22:11:09.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:09.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:09.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:09.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:09.140 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") 22:11:09.140 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:09.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:09.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:09.140 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:09.140 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:09.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:11:09.141 INFO [WorkbenchTestable][AbstractTabItem] Activate Properties 22:11:09.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 22:11:09.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:09.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:09.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:09.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:09.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:09.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:09.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:11:09.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:11:09.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:11:09.148 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:11:09.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:09.148 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:11:09.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:09.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:11:09.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:11:09.148 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:11:09.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:09.148 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:11:09.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:09.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:11:09.148 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item Driver Class 22:11:09.148 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Class 22:11:09.148 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Class 22:11:09.148 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Class about selection 22:11:09.148 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Class 22:11:09.148 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 22:11:09.148 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 22:11:09.150 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 22:11:09.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "...") 22:11:09.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:09.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:09.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:09.150 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:09.150 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:09.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:09.151 INFO [WorkbenchTestable][AbstractButton] Click button ... 22:11:09.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:09.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:09.151 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:09.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:09.181 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.... 22:11:09.182 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 22:11:09.182 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.... 22:11:09.182 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 22:11:09.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Available Classes from Jar List 22:11:09.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:09.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:09.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: 16) 22:11:09.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:09.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:09.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:09.183 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 22:11:09.183 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:09.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:09.184 INFO [WorkbenchTestable][AbstractButton] Click button Type class name 22:11:09.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:09.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:09.184 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:09.184 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:09.187 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: "") 22:11:09.187 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:09.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:09.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:09.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 22:11:09.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:09.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:11:09.189 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:11:09.189 INFO [WorkbenchTestable][AbstractText] Text set to: org.h2.Driver 22:11:09.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", Widget matcher matching widgets with style: 8) 22:11:09.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:09.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:09.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:09.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 22:11:09.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:09.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:09.192 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:11:09.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:09.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:09.192 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:09.192 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:09.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:11:09.222 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:09.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:09.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:09.222 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 22:11:09.222 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:09.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:09.223 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:11:09.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:09.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:09.223 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:09.223 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:09.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:11:09.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:11:09.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:11:09.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:09.256 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:11:09.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:09.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:09.256 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:09.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:09.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:11:09.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:11:09.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:09.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:09.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:09.275 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:11:09.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:09.276 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:11:09.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:09.276 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 22:11:09.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:09.276 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:11:09.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:09.276 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:11:09.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:09.276 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:11:09.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:09.276 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 22:11:09.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:09.276 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:11:09.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:09.276 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:11:09.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:09.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:09.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:09.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:09.276 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:11:09.276 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:11:09.277 DEBUG [main][MenuItemLookup] Found menu:'File' 22:11:09.277 DEBUG [main][MenuItemLookup] Item match:File 22:11:09.285 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:11:09.285 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'File' 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:09.286 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:11:09.287 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:11:09.295 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:11:09.295 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:11:09.296 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:11:09.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.... 22:11:09.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:11:09.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:11:09.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:09.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:09.345 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:11:09.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:09.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:11:09.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:09.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:11:09.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:11:09.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children... 22:11:09.346 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 22:11:09.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:09.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 22:11:09.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:09.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 22:11:09.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children finished successfully 22:11:09.346 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 22:11:09.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:09.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 22:11:09.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:09.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 22:11:09.346 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Connection Profile 22:11:09.346 DEBUG [main][TreeItemHandler] Selecting tree item: Connection Profile 22:11:09.346 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Connection Profile about selection 22:11:09.347 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Connection Profile 22:11:09.347 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:11:09.347 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:11:09.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:11:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:09.352 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:11:09.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:09.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:09.352 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:09.352 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:09.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'] 22:11:09.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:09.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:09.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available.... 22:11:09.368 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 22:11:09.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection Profile 22:11:09.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:09.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:09.369 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 22:11:09.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:11:09.369 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 22:11:09.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:11:09.370 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Generic JDBC') 22:11:09.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:11:09.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:11:09.373 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 22:11:09.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:11:09.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:11:09.373 TRACE [main][WidgetHandler] Notify Table with event 13 22:11:09.373 TRACE [main][WidgetHandler] Wait for synchronization 22:11:09.375 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:") 22:11:09.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:11:09.376 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:11:09.376 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 22:11:09.377 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 22:11:09.377 INFO [WorkbenchTestable][NewCPWizard] Go to next wizard page 22:11:09.377 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) 22:11:09.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:09.378 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:11:09.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:09.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:09.378 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:09.378 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:09.424 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:") 22:11:09.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:11:09.426 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Test H2 Driver to selection: Test H2 Driver 22:11:09.426 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:") 22:11:09.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:11:09.427 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:11:09.428 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 22:11:09.428 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:") 22:11:09.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:11:09.430 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:11:09.430 INFO [WorkbenchTestable][AbstractText] Text set to: jdbc:h2:~/test 22:11:09.431 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:") 22:11:09.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:11:09.434 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:11:09.434 INFO [WorkbenchTestable][AbstractText] Text set to: sa 22:11:09.439 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:") 22:11:09.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:11:09.447 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:11:09.447 INFO [WorkbenchTestable][AbstractText] Text set to: 22:11:09.447 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 22:11:09.447 INFO [WorkbenchTestable][NewCPWizard] Finish wizard 22:11:09.447 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) 22:11:09.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:11:09.448 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:11:09.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:11:09.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:11:09.449 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:11:09.449 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:09.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:11:09.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:11:09.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:11:09.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:11:09.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:11:09.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:11:09.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Loading Core provider' is a system job, skipped 22:11:09.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:11:09.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:11:09.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:11:09.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:11:09.752 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSQLResultViewSuccess no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 22:11:09.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 22:11:09.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:11:09.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:11:09.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:11:09.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.754 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 22:11:09.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:09.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:09.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:09.755 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:11:09.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 '\*?\QData Source Explorer\E') 22:11:09.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:11:09.756 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 22:11:09.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 22:11:09.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:11:09.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:11:09.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:11:09.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:11:09.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:11:09.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:09.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:09.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:09.761 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 22:11:09.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:09.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:09.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:09.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:11:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:11:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 22:11:09.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 22:11:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:09.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 22:11:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:09.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 22:11:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 22:11:09.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 22:11:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:09.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 22:11:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:09.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 22:11:09.761 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 22:11:09.762 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 22:11:09.762 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 22:11:09.762 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 22:11:09.774 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 22:11:09.774 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 22:11:09.775 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 22:11:09.777 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 22:11:09.777 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 22:11:09.777 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 22:11:09.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:10.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:10.277 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 22:11:10.278 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:11:10.278 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:10.288 DEBUG [main][MenuItemLookup] Found menu:'Connect' 22:11:10.288 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 22:11:10.288 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 22:11:10.288 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:10.288 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 22:11:10.288 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 22:11:10.288 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:10.288 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:11:10.288 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:11:10.288 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 22:11:10.288 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:10.288 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:11:10.288 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:10.288 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 22:11:10.288 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 22:11:10.288 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 22:11:10.288 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 22:11:10.288 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 22:11:10.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ed99da2 is found... 22:11:10.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ed99da2 is found finished successfully 22:11:10.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.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') 22:11:10.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:10.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:10.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:10.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:10.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:11:10.452 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:11:10.452 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 22:11:10.453 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:") 22:11:10.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:10.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:10.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:10.453 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 22:11:10.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:10.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:10.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:10.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:10.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:10.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:11:10.454 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:") 22:11:10.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:10.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:10.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:10.455 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 22:11:10.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:10.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:10.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:10.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:10.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:10.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:11:10.456 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 22:11:10.466 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 22:11:10.466 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:10.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:10.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:10.474 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 22:11:10.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:10.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:10.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:11:10.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:11:10.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:10.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:11:10.475 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 22:11:10.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 22:11:10.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:11:10.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:11:10.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:11:10.512 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 22:11:10.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:11:10.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:10.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:10.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:10.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:10.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 22:11:10.513 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 22:11:10.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:11:10.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:11:10.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:11:10.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:11:10.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:11:10.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:11:10.515 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 22:11:10.515 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:10.533 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 22:11:10.534 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:10.534 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:11:10.534 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:11:10.534 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:11:10.534 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:10.534 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 22:11:10.534 DEBUG [main][MenuItemLookup] Found menu:'' 22:11:10.534 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 22:11:10.534 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 22:11:10.534 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 22:11:10.534 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 22:11:10.534 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 22:11:10.706 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:2165): Gtk-CRITICAL **: 22:11:10.754: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:11:20.802 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 22:11:20.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 22:11:20.803 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 22:11:20.804 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:11:20.804 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 22:11:20.804 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 22:11:20.804 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 22:11:20.842 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 22:11:20.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:20.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:20.845 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 22:11:20.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:20.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:20.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:11:20.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:11:20.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:11:20.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:11:20.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 '\*?\QSQL Results\E') 22:11:20.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:20.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:20.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:20.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:20.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:11:20.849 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 22:11:20.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 22:11:20.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:11:20.866 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 22:11:20.866 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 22:11:20.866 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 22:11:20.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 22:11:20.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:11:20.867 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 22:11:20.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 22:11:20.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:20.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:20.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:20.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:20.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:11:20.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:11:20.868 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:20.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:11:20.868 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)") 22:11:20.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:11:20.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:11:20.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:11:20.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:11:20.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:11:20.869 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 22:11:20.869 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:11:20.869 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:11:20.869 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Started and wait with time period 1 22:11:20.869 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Started 22:11:20.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:21.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:21.369 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Started 22:11:21.369 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Started 22:11:21.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:11:21.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:11:21.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Started 22:11:21.870 DEBUG [WorkbenchTestable][AbstractView] Started 22:11:21.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 22:11:21.871 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:22.371 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:22.871 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:23.371 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:23.872 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:24.372 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:24.872 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:25.373 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:25.873 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:26.374 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:26.874 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:27.374 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:27.875 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:28.375 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:28.876 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:29.376 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:29.876 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:30.377 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:30.877 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:31.377 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:31.878 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:32.378 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:32.878 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:33.379 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:33.879 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:34.379 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:34.880 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:35.380 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:35.880 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:36.380 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:36.881 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:37.381 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:37.881 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:38.382 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:38.882 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:39.382 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:39.882 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:40.383 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:40.883 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:41.383 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:41.884 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:42.384 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:42.885 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:43.385 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:43.886 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:44.386 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:44.887 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:45.387 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:45.887 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:46.388 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:46.888 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:47.389 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:47.889 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:48.390 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:48.890 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:49.390 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:49.891 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:50.391 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:50.892 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:51.392 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:51.892 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:52.393 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:52.893 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:53.394 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:53.894 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:54.394 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:54.895 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:55.395 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:55.896 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:56.396 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:56.897 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:57.397 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:57.897 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:58.398 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:58.898 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:59.399 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:11:59.899 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:00.399 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:00.900 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:01.400 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:01.900 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:02.400 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:02.901 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:03.401 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:03.901 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:04.402 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:04.902 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:05.403 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:05.903 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:06.404 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:06.904 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:07.404 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:07.905 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:08.405 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:08.905 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:09.406 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:09.906 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:10.406 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:10.907 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:11.407 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:11.907 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:12.408 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:12.908 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:13.409 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:13.909 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:14.410 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:14.910 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:15.410 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:15.911 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:16.411 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:16.912 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:17.412 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:17.912 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:18.413 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:18.913 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:19.413 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:19.913 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:20.414 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:20.914 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:21.414 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:21.915 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:21.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children failed, an exception will be thrown 22:12:21.915 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.testSQLResultViewSuccess throws exception: org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 60 s.: tree has children at org.eclipse.reddeer.common.wait.WaitWhile.throwWaitTimeOutException(WaitWhile.java:116) at org.eclipse.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:207) at org.eclipse.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:151) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:132) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:97) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:64) at org.eclipse.reddeer.common.wait.WaitWhile.(WaitWhile.java:48) at org.eclipse.reddeer.eclipse.datatools.sqltools.result.ui.ResultView.removeAllResults(ResultView.java:79) at org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.removeResults(ResultViewTest.java:231) at org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.testSQLResultView(ResultViewTest.java:200) at org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.testSQLResultViewSuccess(ResultViewTest.java:195) 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) 22:12:21.916 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.testSQLResultViewSuccess.png 22:12:21.978 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.testSQLResultViewSuccess.png 22:12:21.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:12:31.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 22:12:31.983 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 22:12:31.983 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:12:31.983 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:12:31.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:12:31.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:12:31.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 22:12:31.985 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: testSQLResultViewSuccess no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 60 s.: tree has children at org.eclipse.reddeer.common.wait.WaitWhile.throwWaitTimeOutException(WaitWhile.java:116) at org.eclipse.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:207) at org.eclipse.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:151) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:132) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:97) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:64) at org.eclipse.reddeer.common.wait.WaitWhile.(WaitWhile.java:48) at org.eclipse.reddeer.eclipse.datatools.sqltools.result.ui.ResultView.removeAllResults(ResultView.java:79) at org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.removeResults(ResultViewTest.java:231) at org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.testSQLResultView(ResultViewTest.java:200) at org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.testSQLResultViewSuccess(ResultViewTest.java:195) 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) 22:12:31.985 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSQLResultViewSuccess no-configuration(org.eclipse.r at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) eddeer.eclipse.test.datatools.ui.ResultViewTest) 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) 22:12:31.985 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 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) 22:12:31.985 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSQLResultViewFail no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 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) 22:12:31.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 22:12:31.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:116) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) 22:12:31.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.base/java.lang.Thread.run(Thread.java:834) 22:12:31.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:12:31.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:12:31.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:12:31.987 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 22:12:31.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:12:31.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:12:31.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:12:31.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:12:31.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:12:31.989 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:12:31.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 '\*?\QData Source Explorer\E') 22:12:31.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:12:31.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:12:31.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:12:31.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:12:31.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:12:31.990 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 22:12:31.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 22:12:32.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:12:32.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:12:32.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:12:32.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:12:32.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:12:32.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:12:32.011 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 22:12:32.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:12:32.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:12:32.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:12:32.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:12:32.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:12:32.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:12:32.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:12:32.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:12:32.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 22:12:32.012 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 22:12:32.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:12:32.012 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 22:12:32.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:12:32.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 22:12:32.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 22:12:32.012 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 22:12:32.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:12:32.012 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 22:12:32.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:12:32.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 22:12:32.012 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 22:12:32.012 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 22:12:32.012 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 22:12:32.012 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 22:12:32.016 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 22:12:32.016 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 22:12:32.017 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 22:12:32.019 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 22:12:32.019 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 22:12:32.019 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 22:12:32.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:12:32.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:12:32.520 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 22:12:32.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:12:32.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:12:32.534 DEBUG [main][MenuItemLookup] Found menu:'Connect' 22:12:32.534 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 22:12:32.534 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 22:12:32.534 DEBUG [main][MenuItemLookup] Found menu:'' 22:12:32.534 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 22:12:32.534 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 22:12:32.534 DEBUG [main][MenuItemLookup] Found menu:'' 22:12:32.534 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:12:32.534 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:12:32.534 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 22:12:32.534 DEBUG [main][MenuItemLookup] Found menu:'' 22:12:32.534 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:12:32.534 DEBUG [main][MenuItemLookup] Found menu:'' 22:12:32.534 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 22:12:32.534 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 22:12:32.534 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 22:12:32.534 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 22:12:32.534 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 22:12:32.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1362ac5a is found... 22:12:32.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1362ac5a is found finished successfully 22:12:32.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 '\*?\QSQL Scrapbook 0\E') 22:12:32.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:12:32.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:12:32.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:12:32.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:12:32.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:12:32.600 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:12:32.601 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 22:12:32.601 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:") 22:12:32.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:12:32.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:12:32.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:12:32.601 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 22:12:32.601 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:12:32.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:12:32.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:12:32.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:12:32.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:12:32.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:12:32.602 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:") 22:12:32.602 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:12:32.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:12:32.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:12:32.602 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 22:12:32.602 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:12:32.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:12:32.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:12:32.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:12:32.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:12:32.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:12:32.603 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 22:12:32.612 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 22:12:32.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:12:32.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:12:32.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:12:32.619 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 22:12:32.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:12:32.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:12:32.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:12:32.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:12:32.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:12:32.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:12:32.620 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 22:12:32.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 22:12:32.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:12:32.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:12:32.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:12:32.624 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 22:12:32.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:12:32.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:12:32.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:12:32.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:12:32.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:12:32.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 22:12:32.624 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 22:12:32.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:12:32.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:12:32.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:12:32.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:12:32.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:12:32.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:12:32.626 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 22:12:32.626 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:12:32.642 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 22:12:32.642 DEBUG [main][MenuItemLookup] Found menu:'' 22:12:32.642 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 22:12:32.642 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:12:32.642 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:12:32.642 DEBUG [main][MenuItemLookup] Found menu:'' 22:12:32.642 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 22:12:32.642 DEBUG [main][MenuItemLookup] Found menu:'' 22:12:32.642 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 22:12:32.642 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 22:12:32.642 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 22:12:32.642 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 22:12:32.642 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 22:12:32.643 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:2165): Gtk-CRITICAL **: 22:12:32.673: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 22:12:32.739: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:12:42.650 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 22:12:42.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 22:12:42.650 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 22:12:42.652 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:12:42.652 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 22:12:42.652 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 22:12:42.652 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 22:12:42.685 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 22:12:42.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:12:42.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:12:42.686 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 22:12:42.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:12:42.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:12:42.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:12:42.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:12:42.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:12:42.688 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:12:42.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 '\*?\QSQL Results\E') 22:12:42.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:12:42.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:12:42.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:12:42.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:12:42.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:12:42.690 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 22:12:42.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 22:12:42.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:12:42.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:12:42.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:12:42.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:12:42.692 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 22:12:42.692 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 22:12:42.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 22:12:42.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:12:42.692 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 22:12:42.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 22:12:42.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:12:42.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:12:42.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:12:42.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:12:42.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:12:42.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:12:42.693 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 22:12:42.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:12:42.694 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)") 22:12:42.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:12:42.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:12:42.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:12:42.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:12:42.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:12:42.694 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 22:12:42.694 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:12:42.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:12:42.730 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Started and wait with time period 1 22:12:42.730 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Started 22:12:42.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:12:43.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:12:43.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Started 22:12:43.231 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Started 22:12:43.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:12:43.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:12:43.732 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Started 22:12:43.732 DEBUG [WorkbenchTestable][AbstractView] Started 22:12:43.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 22:12:43.732 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:44.233 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:44.733 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:45.234 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:45.734 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:46.235 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:46.736 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:47.236 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:47.736 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:48.237 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:48.737 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:49.237 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:49.738 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:50.238 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:50.739 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:51.239 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:51.740 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:52.240 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:52.740 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:53.240 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:53.741 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:54.241 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:54.742 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:55.242 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:55.743 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:56.243 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:56.743 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:57.244 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:57.744 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:58.244 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:58.745 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:59.245 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:12:59.746 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:00.246 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:00.746 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:01.247 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:01.747 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:02.248 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:02.748 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:03.248 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:03.749 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:04.249 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:04.750 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:05.250 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:05.751 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:06.252 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:06.752 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:07.252 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:07.753 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:08.253 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:08.753 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:09.254 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:09.754 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:10.255 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:10.755 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:11.255 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:11.756 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:12.256 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:12.757 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:13.257 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:13.758 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:14.258 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:14.759 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:15.259 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:15.760 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:16.260 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:16.761 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:17.261 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:17.762 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:18.262 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:18.762 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:19.263 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:19.763 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:20.264 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:20.764 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:21.265 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:21.765 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:22.266 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:22.766 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:23.267 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:23.767 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:24.267 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:24.768 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:25.268 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:25.768 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:26.269 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:26.769 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:27.269 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:27.770 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:28.270 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:28.771 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:29.271 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:29.772 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:30.272 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:30.772 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:31.272 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:31.773 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:32.274 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:32.774 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:33.274 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:33.775 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:34.275 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:34.776 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:35.276 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:35.777 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:36.277 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:36.778 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:37.278 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:37.779 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:38.279 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:38.779 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:39.280 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:39.780 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:40.280 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:40.781 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:41.281 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:41.782 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:42.282 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:42.782 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:43.283 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:43.783 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 22:13:43.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children failed, an exception will be thrown 22:13:43.783 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.testSQLResultViewFail throws exception: org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 60 s.: tree has children at org.eclipse.reddeer.common.wait.WaitWhile.throwWaitTimeOutException(WaitWhile.java:116) at org.eclipse.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:207) at org.eclipse.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:151) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:132) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:97) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:64) at org.eclipse.reddeer.common.wait.WaitWhile.(WaitWhile.java:48) at org.eclipse.reddeer.eclipse.datatools.sqltools.result.ui.ResultView.removeAllResults(ResultView.java:79) at org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.removeResults(ResultViewTest.java:231) at org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.testSQLResultView(ResultViewTest.java:200) at org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.testSQLResultViewFail(ResultViewTest.java:190) 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) 22:13:43.784 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.testSQLResultViewFail.png 22:13:43.838 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.testSQLResultViewFail.png 22:13:43.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:13:53.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 22:13:53.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 22:13:53.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:13:53.843 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:13:53.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:53.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:53.844 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: testSQLResultViewFail no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 60 s.: tree has children at org.eclipse.reddeer.common.wait.WaitWhile.throwWaitTimeOutException(WaitWhile.java:116) at org.eclipse.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:207) at org.eclipse.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:151) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:132) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:97) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:64) at org.eclipse.reddeer.common.wait.WaitWhile.(WaitWhile.java:48) at org.eclipse.reddeer.eclipse.datatools.sqltools.result.ui.ResultView.removeAllResults(ResultView.java:79) at org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.removeResults(ResultViewTest.java:231) at org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.testSQLResultView(ResultViewTest.java:200) at org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.testSQLResultViewFail(ResultViewTest.java:190) 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) 22:13:53.844 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSQLResultViewFail no-configuration(org.eclipse.redd at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) eer.eclipse.test.datatools.ui.ResultViewTest) at java.base/java.lang.Thread.run(Thread.java:834) 22:13:53.844 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 22:13:53.844 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:13:53.844 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:13:53.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:53.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 166.262 s <<< FAILURE! - in org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest testSQLResultViewSuccess no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) Time elapsed: 82.233 s <<< ERROR! org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 60 s.: tree has children at org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.removeResults(ResultViewTest.java:231) at org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.testSQLResultView(ResultViewTest.java:200) at org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.testSQLResultViewSuccess(ResultViewTest.java:195) testSQLResultViewFail no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) Time elapsed: 81.859 s <<< ERROR! org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 60 s.: tree has children at org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.removeResults(ResultViewTest.java:231) at org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.testSQLResultView(ResultViewTest.java:200) at org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest.testSQLResultViewFail(ResultViewTest.java:190) Running org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 22:13:53.854 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 22:13:53.855 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:13:53.855 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:13:53.855 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 22:13:53.855 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:13:53.855 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:13:53.855 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:13:53.855 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:13:53.856 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:13:53.856 INFO [WorkbenchTestable][JavaEEPerspective] Open perspective: 'Java EE' 22:13:53.856 DEBUG [WorkbenchTestable][JavaEEPerspective] Trying to open perspective: 'Java EE' 22:13:53.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:53.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:53.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:13:53.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:13:53.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:13:53.857 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") 22:13:53.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:53.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:53.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:53.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:53.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:13:53.868 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 22:13:53.868 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:13:53.868 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:13:53.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 22:13:53.903 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 22:13:53.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 22:13:53.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:13:53.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:13:53.903 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 22:13:53.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:13:53.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:53.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:53.904 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:13:53.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:13:53.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:53.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:53.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:53.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:53.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:13:53.904 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java EE') 22:13:53.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:13:53.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:13:53.904 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (4) 22:13:53.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:13:53.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:13:53.904 TRACE [main][WidgetHandler] Notify Table with event 13 22:13:53.905 TRACE [main][WidgetHandler] Wait for synchronization 22:13:53.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:13:53.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:53.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:53.905 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:13:53.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:13:53.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:53.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:53.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:13:53.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:13:53.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:53.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:53.905 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:13:53.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:13:53.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:53.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:53.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:53.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:53.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:13:53.906 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:13:53.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:13:53.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:13:53.906 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:13:53.906 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:13:54.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:13:54.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:13:54.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 22:13:54.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:54.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:54.032 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:13:54.032 DEBUG [main][MenuItemLookup] Found menu:'File' 22:13:54.032 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:13:54.032 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:13:54.032 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:13:54.032 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:13:54.032 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:13:54.032 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:13:54.032 DEBUG [main][MenuItemLookup] Item match:Window 22:13:54.032 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:13:54.032 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:13:54.032 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:13:54.032 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.032 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:13:54.032 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:13:54.032 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.032 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:13:54.032 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.032 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 22:13:54.032 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:13:54.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:54.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:54.033 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:13:54.033 DEBUG [main][MenuItemLookup] Found menu:'File' 22:13:54.033 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:13:54.033 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:13:54.033 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:13:54.033 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:13:54.033 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:13:54.033 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:13:54.033 DEBUG [main][MenuItemLookup] Item match:Window 22:13:54.033 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:13:54.033 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:13:54.033 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:13:54.033 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.033 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:13:54.033 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:13:54.033 DEBUG [main][MenuItemLookup] Item match:Perspective 22:13:54.033 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:13:54.033 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.033 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:13:54.033 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:13:54.033 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:13:54.033 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:13:54.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 22:13:54.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:54.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:54.033 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'File' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:13:54.034 DEBUG [main][MenuItemLookup] Item match:Window 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:13:54.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:54.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:54.034 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'File' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:13:54.034 DEBUG [main][MenuItemLookup] Item match:Window 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:13:54.034 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:13:54.035 DEBUG [main][MenuItemLookup] Item match:Perspective 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:13:54.035 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:13:54.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:54.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:54.035 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'File' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:13:54.035 DEBUG [main][MenuItemLookup] Item match:Window 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 22:13:54.035 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:13:54.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:54.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:54.036 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:13:54.036 DEBUG [main][MenuItemLookup] Found menu:'File' 22:13:54.036 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:13:54.036 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:13:54.036 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:13:54.036 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:13:54.036 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:13:54.036 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:13:54.036 DEBUG [main][MenuItemLookup] Item match:Window 22:13:54.036 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:13:54.036 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:13:54.036 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:13:54.036 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.036 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:13:54.036 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:13:54.036 DEBUG [main][MenuItemLookup] Item match:Perspective 22:13:54.036 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:13:54.036 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.036 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:13:54.036 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:13:54.036 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:13:54.036 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:13:54.036 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 22:13:54.036 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 22:13:54.036 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 22:13:54.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 22:13:54.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 22:13:54.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 22:13:54.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:13:54.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:13:54.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:13:54.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:54.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:54.057 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:13:54.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:13:54.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:54.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:54.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 22:13:54.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:13:54.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:54.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:54.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:13:54.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:13:54.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:54.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:54.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:54.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:54.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:13:54.060 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 22:13:54.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:13:54.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:13:54.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:13:54.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:13:54.146 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:13:54.146 INFO [WorkbenchTestable][RequirementsRunner] Started test: createWebProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 22:13:54.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 22:13:54.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:13:54.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:13:54.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:13:54.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:54.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:13:54.149 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 22:13:54.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:13:54.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:13:54.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:13:54.150 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:13:54.150 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:13:54.150 DEBUG [main][MenuItemLookup] Found menu:'File' 22:13:54.150 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:13:54.150 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:13:54.150 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:13:54.150 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:13:54.150 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:13:54.150 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:13:54.150 DEBUG [main][MenuItemLookup] Item match:Window 22:13:54.150 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:13:54.150 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:13:54.150 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:13:54.150 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.150 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:13:54.150 DEBUG [main][MenuItemLookup] Item match:Show View 22:13:54.152 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 22:13:54.152 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:13:54.152 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 22:13:54.152 DEBUG [main][MenuItemLookup] Found menu:'Markers' 22:13:54.152 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:13:54.152 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:13:54.152 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:13:54.152 DEBUG [main][MenuItemLookup] Found menu:'Properties' 22:13:54.152 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:13:54.152 DEBUG [main][MenuItemLookup] Found menu:'Servers' 22:13:54.152 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 22:13:54.152 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.152 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:13:54.152 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:13:54.153 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:13:54.153 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:13:54.153 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:13:54.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:13:54.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 22:13:54.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:13:54.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:13:54.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:13:54.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 22:13:54.223 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:13:54.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:54.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:54.223 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:13:54.223 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:13:54.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:54.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:54.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:54.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:54.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:13:54.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:13:54.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:13:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:13:54.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:13:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:13:54.227 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:13:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:13:54.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:13:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:13:54.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:13:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:13:54.227 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:13:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:13:54.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:13:54.227 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 22:13:54.227 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 22:13:54.227 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 22:13:54.227 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 22:13:54.227 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:13:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:54.228 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:13:54.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:13:54.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:54.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:54.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 22:13:54.228 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:13:54.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:54.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:54.228 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:13:54.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:13:54.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:54.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:54.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:54.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:54.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:13:54.229 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:13:54.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:13:54.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:13:54.229 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:13:54.229 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:13:54.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:13:54.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:13:54.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 22:13:54.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:54.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:54.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 22:13:54.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:54.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:54.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:13:54.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:13:54.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:13:54.264 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:13:54.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:13:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:54.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:54.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:54.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:54.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:13:54.265 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:13:54.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:13:54.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:13:54.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:13:54.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:13:54.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:13:54.266 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:13:54.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:54.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:13:54.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:54.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 22:13:54.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:54.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:13:54.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:54.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:13:54.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:54.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:13:54.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:54.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 22:13:54.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:54.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:13:54.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:54.268 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:13:54.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:54.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:13:54.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:13:54.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:13:54.268 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:13:54.268 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:13:54.268 DEBUG [main][MenuItemLookup] Found menu:'File' 22:13:54.268 DEBUG [main][MenuItemLookup] Item match:File 22:13:54.269 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:13:54.269 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'File' 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:54.290 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:13:54.290 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:13:54.299 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:13:54.299 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:13:54.300 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:13:54.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 'New|Select a wizard'] is available.... 22:13:54.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:13:54.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:13:54.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:13:54.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:13:54.351 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:13:54.351 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:54.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:13:54.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:54.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:54.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:54.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:54.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:13:54.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:13:54.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:13:54.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 22:13:54.355 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 22:13:54.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:13:54.355 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 22:13:54.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:13:54.356 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 22:13:54.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 22:13:54.356 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 22:13:54.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:13:54.356 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 22:13:54.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:13:54.356 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 22:13:54.356 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 22:13:54.356 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 22:13:54.356 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 22:13:54.358 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 22:13:54.358 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:13:54.358 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:13:54.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:13:54.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:54.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:54.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:54.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:54.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:13:54.359 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:13:54.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:13:54.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:13:54.359 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:13:54.359 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:13:54.427 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:13:54.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:54.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:54.428 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.... 22:13:54.428 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 22:13:54.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 22:13:54.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:13:54.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:13:54.428 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 22:13:54.428 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:54.429 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:") 22:13:54.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:54.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:54.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:54.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:54.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:13:54.430 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:13:54.430 INFO [WorkbenchTestable][AbstractText] Text set to: web project 22:13:54.432 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 22:13:54.432 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 22:13:54.432 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) 22:13:54.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:54.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:54.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:54.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:54.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:13:54.433 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:13:54.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:13:54.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:13:54.433 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:13:54.433 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:13:54.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:13:54.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:13:54.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:13:54.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:13:54.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:13:54.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:13:54.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 22:13:54.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:13:54.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:13:54.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:13:54.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:13:54.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:13:54.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:13:54.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:13:54.945 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:13:54.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:13:54.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:13:54.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:13:54.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:13:54.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:13:54.948 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:13:54.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:13:54.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:13:54.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:13:54.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:54.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:54.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:13:55.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:55.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:13:55.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:55.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:13:55.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:13:55.963 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:13:55.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:13:55.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:13:55.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:13:55.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:13:55.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:55.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:55.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:55.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:55.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:13:55.964 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 22:13:55.965 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:13:55.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:13:55.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:13:55.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:13:55.965 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:13:55.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:13:55.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:13:55.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:13:55.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:55.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:55.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:13:56.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:56.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:13:56.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:56.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:13:56.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:13:56.967 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:13:56.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:13:56.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:13:56.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:13:56.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:13:56.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:56.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:56.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:56.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:56.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:13:56.969 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 22:13:56.969 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 22:13:56.969 DEBUG [main][TreeItemHandler] Selecting tree item: web project 22:13:56.969 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 22:13:56.971 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 22:13:56.971 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:13:56.971 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'New' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:57.029 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:13:57.029 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:13:57.029 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:13:57.029 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:13:57.029 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:13:57.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:13:57.030 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 22:13:57.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:13:57.530 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 22:13:57.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:13:57.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:13:57.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:13:57.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:13:57.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:13:57.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:13:57.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:13:57.530 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'web project' via Explorer 22:13:57.530 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 22:13:57.530 DEBUG [main][TreeItemHandler] Selecting tree item: web project 22:13:57.531 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 22:13:57.532 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 22:13:57.532 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:13:57.532 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:13:57.551 DEBUG [main][MenuItemLookup] Found menu:'New' 22:13:57.551 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:13:57.551 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:57.551 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:13:57.551 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:13:57.551 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:13:57.551 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:57.551 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:13:57.551 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:13:57.551 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:13:57.551 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:13:57.551 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:13:57.551 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:13:57.551 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:13:57.552 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:13:57.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 22:13:58.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 22:13:58.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:13:58.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:13:58.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:13:58.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:58.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:58.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: 32) 22:13:58.119 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:13:58.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:58.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:58.119 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:13:58.119 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:13:58.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:58.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:58.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:58.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:58.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:13:58.119 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:13:58.119 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:13:58.119 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:13:58.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:13:58.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:13:58.119 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:13:58.120 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:13:58.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:13:58.120 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:13:58.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:58.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:58.120 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:13:58.120 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:13:58.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:58.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:58.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:58.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:58.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:13:58.120 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:13:58.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:13:58.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:13:58.120 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:13:58.120 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:13:58.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:13:58.123 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:13:58.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:13:58.623 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:13:58.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:13:58.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:13:58.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:13:58.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:13:58.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:13:58.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:13:58.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:13:58.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:13:58.623 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 22:13:58.623 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:13:58.623 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:13:58.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:13:58.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:13:58.624 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createWebProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 22:13:58.624 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:13:58.624 INFO [WorkbenchTestable][RequirementsRunner] Started test: createWebProject1 no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 22:13:58.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 22:13:58.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:13:58.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:13:58.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:13:58.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:58.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:58.625 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:13:58.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:58.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:58.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:13:58.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:13:58.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:13:58.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:13:58.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') 22:13:58.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:58.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:58.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:58.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:58.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:13:58.629 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:13:58.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:13:58.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:13:58.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:13:58.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:13:58.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:13:58.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'] 22:13:58.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:58.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'] 22:13:58.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:58.630 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 22:13:58.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:58.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'] 22:13:58.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:58.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'] 22:13:58.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:58.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:13:58.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:58.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 22:13:58.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:58.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:13:58.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:58.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:13:58.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:58.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:13:58.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:13:58.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:13:58.631 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:13:58.631 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:13:58.631 DEBUG [main][MenuItemLookup] Found menu:'File' 22:13:58.632 DEBUG [main][MenuItemLookup] Item match:File 22:13:58.632 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:13:58.632 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'File' 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'' 22:13:58.634 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:13:58.634 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:13:58.634 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:13:58.634 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:13:58.634 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:13:58.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 'New|Select a wizard'] is available.... 22:13:58.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 22:13:58.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:13:58.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:13:58.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:13:58.692 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:13:58.692 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:58.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:13:58.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:58.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:58.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:58.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:58.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:13:58.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:13:58.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:13:58.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 22:13:58.694 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 22:13:58.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:13:58.694 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 22:13:58.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:13:58.694 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 22:13:58.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 22:13:58.694 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 22:13:58.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:13:58.694 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 22:13:58.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:13:58.694 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 22:13:58.695 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 22:13:58.695 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 22:13:58.695 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 22:13:58.695 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 22:13:58.695 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:13:58.695 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:13:58.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:13:58.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:58.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:58.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:58.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:58.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:13:58.696 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:13:58.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:13:58.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:13:58.696 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:13:58.696 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:13:58.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'] 22:13:58.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:58.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:58.805 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.... 22:13:58.806 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 22:13:58.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 22:13:58.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:13:58.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:13:58.807 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 22:13:58.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:13:58.807 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:") 22:13:58.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:58.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:58.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:58.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:58.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:13:58.808 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:13:58.809 INFO [WorkbenchTestable][AbstractText] Text set to: web project 22:13:58.810 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:") 22:13:58.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:58.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:58.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:58.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:58.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:13:58.811 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:13:58.811 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 22:13:58.811 INFO [WorkbenchTestable][WebProjectWizard] Go to next wizard page 22:13:58.812 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) 22:13:58.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:58.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:58.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:58.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:58.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:13:58.813 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:13:58.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:13:58.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:13:58.813 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:13:58.813 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:13:58.829 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...") 22:13:58.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:58.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:58.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:58.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:58.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:13:58.830 INFO [WorkbenchTestable][AbstractButton] Click button &Add Folder... 22:13:58.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:13:58.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:13:58.830 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:13:58.830 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:13:58.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Source Folder"] is available.... 22:13:58.898 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 22:13:58.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add Source Folder 22:13:58.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:13:58.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:13:58.899 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 22:13:58.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:58.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:58.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:58.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:58.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:13:58.899 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:13:58.899 INFO [WorkbenchTestable][AbstractText] Text set to: source 22:13:58.901 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) 22:13:58.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:58.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:58.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:58.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:58.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:13:58.902 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:13:58.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:13:58.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:13:58.902 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:13:58.902 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:13:58.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:13:58.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:13:58.922 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 22:13:58.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:58.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:58.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:58.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:58.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:13:58.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:13:58.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:13:58.924 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 22:13:58.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:58.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:58.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:58.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:58.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:13:58.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:13:58.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:13:58.924 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src/main/java 22:13:58.924 DEBUG [main][TreeItemHandler] Selecting tree item: src/main/java 22:13:58.925 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src/main/java about selection 22:13:58.925 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src/main/java 22:13:58.925 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") 22:13:58.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:58.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:58.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:58.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:58.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:13:58.925 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:13:58.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:13:58.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:13:58.926 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:13:58.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:13:58.929 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 22:13:58.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:58.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:58.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:58.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:58.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:13:58.930 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item source and wait with time period 1 22:13:58.930 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 22:13:58.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:13:59.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:13:59.431 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 22:13:59.431 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 22:13:59.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:13:59.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:13:59.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 22:13:59.932 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 22:13:59.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:13:59.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:13:59.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:13:59.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:13:59.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:13:59.933 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item source and wait with time period 1 22:13:59.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 22:13:59.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:00.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:00.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 22:14:00.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 22:14:00.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:00.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:00.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 22:14:00.935 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 22:14:00.935 INFO [WorkbenchTestable][WebProjectWizard] Go to next wizard page 22:14:00.935 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) 22:14:00.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:00.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:00.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:00.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:00.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:00.938 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:00.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:00.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:00.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:00.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:00.946 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") 22:14:00.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:00.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:00.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:00.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:00.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:00.947 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate web.xml deployment descriptor 22:14:00.947 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate web.xml deployment descriptor 22:14:00.947 INFO [WorkbenchTestable][AbstractButton] Click button &Generate web.xml deployment descriptor 22:14:00.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:00.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:00.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:00.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:00.947 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 22:14:00.947 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 22:14:00.947 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) 22:14:00.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:00.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:00.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:00.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:00.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:00.948 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:00.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:00.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:00.948 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:00.948 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:00.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:01.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:01.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:01.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 22:14:01.950 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 22:14:01.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 22:14:02.450 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 22:14:02.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 22:14:02.950 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 22:14:02.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:14:02.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:14:02.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:14:02.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:14:02.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:02.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:02.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:02.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:02.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:02.951 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:02.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:02.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:02.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:02.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:02.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:02.996 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:02.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:02.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:02.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:02.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:02.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:02.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:03.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:03.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:03.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:03.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:03.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:03.998 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:03.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:03.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:04.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:04.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 22:14:04.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:04.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:04.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:04.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:04.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:04.000 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 22:14:04.000 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:04.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:04.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:04.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:04.001 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:04.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:04.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:04.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:04.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:04.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:04.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:04.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:04.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:05.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:05.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:05.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:05.004 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:05.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:05.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:05.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:05.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:05.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:05.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:05.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:05.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:05.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:05.005 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 22:14:05.005 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:14:05.006 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:14:05.006 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item source of tree item web project 22:14:05.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 22:14:05.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:05.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:05.506 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 22:14:05.507 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:05.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:05.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:05.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:05.508 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:05.509 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:05.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:05.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:05.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:05.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:05.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:06.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:06.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:06.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:06.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:06.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:06.511 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:06.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:06.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:06.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:06.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:06.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:06.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:06.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:06.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:06.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:06.513 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 22:14:06.513 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:14:06.513 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:14:06.513 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item web project 22:14:06.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 22:14:06.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:06.514 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item web project is already expanded. No action performed 22:14:06.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:06.514 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 22:14:06.514 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item main of tree item src 22:14:06.514 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:14:06.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:07.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:07.015 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:14:07.015 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item webapp of tree item main 22:14:07.015 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item main 22:14:07.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:07.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:07.516 INFO [WorkbenchTestable][TreeItemHandler] Expanded: main 22:14:07.516 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item WEB-INF of tree item webapp 22:14:07.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item webapp 22:14:07.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:08.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:08.017 INFO [WorkbenchTestable][TreeItemHandler] Expanded: webapp 22:14:08.018 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item web.xml of tree item WEB-INF 22:14:08.018 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item WEB-INF 22:14:08.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:08.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:08.519 INFO [WorkbenchTestable][TreeItemHandler] Expanded: WEB-INF 22:14:08.520 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:08.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:08.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:08.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:08.520 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:08.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:08.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:08.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:08.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:08.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:08.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:09.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:09.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:09.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:09.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:09.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:09.523 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:09.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:09.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:09.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:09.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 22:14:09.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:09.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:09.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:09.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:09.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:09.525 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 22:14:09.525 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 22:14:09.525 DEBUG [main][TreeItemHandler] Selecting tree item: web project 22:14:09.525 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 22:14:09.526 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 22:14:09.526 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:09.526 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:09.546 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:09.546 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:14:09.546 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:14:09.546 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:14:09.546 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:14:09.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:09.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:09.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:09.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:14:09.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:09.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:09.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:09.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:09.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:09.549 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'web project' via Explorer 22:14:09.549 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 22:14:09.549 DEBUG [main][TreeItemHandler] Selecting tree item: web project 22:14:09.549 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 22:14:09.550 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 22:14:09.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:09.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:09.597 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:09.597 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:09.597 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:09.597 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:09.597 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:14:09.597 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:14:09.597 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:09.597 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:14:09.597 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:14:09.597 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:14:09.597 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:14:09.597 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:14:09.597 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:14:09.597 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:14:09.598 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:14:09.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 'Delete.*'] is available.... 22:14:10.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 'Delete.*'] is available. finished successfully 22:14:10.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:14:10.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:10.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:10.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:10.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:10.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:14:10.155 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:10.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:10.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:10.155 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:14:10.155 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:10.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:10.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:10.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:10.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:10.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:10.156 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:14:10.156 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:14:10.156 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:14:10.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:10.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:10.156 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:10.156 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:10.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:14:10.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:10.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:10.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:10.157 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:14:10.157 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:10.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:10.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:10.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:10.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:10.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:10.157 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:14:10.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:10.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:10.157 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:10.157 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:10.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:14:10.159 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:14:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:14:10.660 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:14:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:10.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:14:10.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:14:10.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:14:10.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:10.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:10.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:10.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:10.660 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 22:14:10.660 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:10.660 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:10.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:10.661 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 22:14:10.661 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createWebProject1 no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 22:14:10.661 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 22:14:10.661 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:10.661 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:10.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:10.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.807 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.478 s createWebProject1 no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) Time elapsed: 12.037 s Running org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 22:14:10.666 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 22:14:10.666 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:14:10.666 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:10.666 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 22:14:10.666 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:10.666 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:14:10.667 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:10.667 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:14:10.667 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:10.667 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:10.667 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest) 22:14:10.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 22:14:10.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:10.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:10.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:10.667 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:10.667 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:10.667 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:10.667 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:10.667 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Utility Module"] 22:14:10.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:10.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'] 22:14:10.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:10.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'] 22:14:10.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:10.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'] 22:14:10.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:10.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: "New Java Utility Module"] 22:14:10.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:10.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'] 22:14:10.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:10.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'] 22:14:10.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:10.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:10.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:10.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:10.669 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:10.669 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:10.669 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:10.669 DEBUG [main][MenuItemLookup] Item match:File 22:14:10.670 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:14:10.670 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:10.671 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:14:10.671 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:14:10.672 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:14:10.672 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:14:10.672 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:14:10.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:14:10.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. finished successfully 22:14:10.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:14:10.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:10.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:10.725 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:14:10.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:10.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:14:10.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:10.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:10.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:10.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:10.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:10.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:10.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:10.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 22:14:10.731 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 22:14:10.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:11.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:11.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 22:14:11.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 22:14:11.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 22:14:11.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:11.234 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 22:14:11.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:11.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 22:14:11.234 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Utility Project 22:14:11.234 DEBUG [main][TreeItemHandler] Selecting tree item: Utility Project 22:14:11.234 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Utility Project about selection 22:14:11.236 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Utility Project 22:14:11.236 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:14:11.236 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:14:11.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:14:11.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:11.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:11.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:11.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:11.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:11.237 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:11.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:11.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:11.237 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:11.237 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:11.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'] 22:14:11.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:11.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:11.311 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.... 22:14:11.311 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 22:14:11.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Utility Module 22:14:11.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:11.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:11.312 TRACE [WorkbenchTestable][UtilityProjectWizard] Shell New Java Utility Module is not null and is not disposed 22:14:11.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:11.317 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:") 22:14:11.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:11.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:11.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:11.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:11.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:11.328 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:11.328 INFO [WorkbenchTestable][AbstractText] Text set to: UtilityProject 22:14:11.336 TRACE [WorkbenchTestable][UtilityProjectWizard] Shell New Java Utility Module is not null and is not disposed 22:14:11.336 INFO [WorkbenchTestable][UtilityProjectWizard] Finish wizard 22:14:11.336 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) 22:14:11.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:11.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:11.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:11.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:11.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:11.338 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:11.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:11.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:11.338 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:11.338 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:11.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:11.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:11.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:11.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:11.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:14:11.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:14:11.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:14:11.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:11.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:11.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:11.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:14:11.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:11.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:11.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:11.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:11.841 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:14:11.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:11.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:11.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:11.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:11.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:11.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:11.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:14:11.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:11.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:11.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:11.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:11.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:11.843 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:11.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:11.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:11.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:11.851 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:11.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:11.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:11.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:11.851 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:11.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:11.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:11.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:11.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:11.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:11.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:12.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:12.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:12.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:12.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:12.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:12.853 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:12.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:12.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:12.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:12.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 22:14:12.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:12.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:12.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:12.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:12.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:12.855 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name UtilityProject 22:14:12.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:12.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:12.855 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:14:12.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:12.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:12.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:12.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:12.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:12.856 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:12.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') 22:14:12.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:12.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:12.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:12.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:12.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:12.857 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:12.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:12.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:12.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:12.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:12.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:12.859 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:12.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:12.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:12.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:12.859 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:12.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:12.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:12.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:12.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:12.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:12.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:13.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:13.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:13.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:13.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:13.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:13.861 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:13.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:13.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:13.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:13.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:13.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:13.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:13.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:13.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:13.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:13.864 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name UtilityProject 22:14:13.864 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UtilityProject 22:14:13.864 DEBUG [main][TreeItemHandler] Selecting tree item: UtilityProject 22:14:13.864 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UtilityProject about selection 22:14:13.869 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UtilityProject 22:14:13.869 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:13.869 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:13.892 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:13.892 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:13.892 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:13.893 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:14:13.893 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:13.893 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:14:13.893 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:14:13.893 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:14:13.893 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:14:13.893 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:14:13.893 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:14:13.893 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:14:13.893 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:13.893 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:13.893 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:13.893 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:13.893 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:13.893 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:14:13.893 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:14:13.893 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:14:13.893 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:14:13.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:13.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 22:14:13.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:14:14.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 22:14:14.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:14.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:14.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:14.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:14.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:14:14.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:14.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:14.394 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'UtilityProject' via Explorer 22:14:14.394 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UtilityProject 22:14:14.394 DEBUG [main][TreeItemHandler] Selecting tree item: UtilityProject 22:14:14.394 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UtilityProject about selection 22:14:14.400 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UtilityProject 22:14:14.401 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:14.401 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:14.420 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:14.420 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:14.420 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:14.420 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:14:14.420 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:14.420 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:14:14.420 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:14:14.420 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:14:14.420 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:14:14.420 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:14:14.420 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:14:14.420 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:14:14.421 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:14:14.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 'Delete.*'] is available.... 22:14:14.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. finished successfully 22:14:14.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:14:14.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:14.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:14.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:14.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:14.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:14:14.997 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:14.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:14.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:14.997 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:14:14.997 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:14.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:14.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:14.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:14.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:14.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:14.998 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:14:14.998 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:14:14.998 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:14:14.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:14.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:14.998 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:14.998 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:14.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:14:14.998 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:14.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:14.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:14.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:14:14.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:14.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:14.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:14.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:14.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:14.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:14.999 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:14:14.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:14.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:14.999 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:14.999 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:15.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:14:15.001 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:14:15.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:14:15.502 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:14:15.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:15.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:14:15.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:14:15.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:14:15.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:15.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:15.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:15.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:15.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:15.502 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 22:14:15.502 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:15.502 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:15.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:15.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:15.502 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest) 22:14:15.502 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 22:14:15.502 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:15.502 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:15.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:15.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.837 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.835 s Running org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 22:14:15.507 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 22:14:15.507 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:14:15.507 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:15.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 22:14:15.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:15.507 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:14:15.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:15.507 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:14:15.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:15.507 INFO [WorkbenchTestable][JavaEEPerspective] Open perspective: 'Java EE' 22:14:15.508 DEBUG [WorkbenchTestable][JavaEEPerspective] Perspective 'Java EE' is already opened. 22:14:15.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 22:14:15.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:15.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:15.508 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:15.508 DEBUG [main][MenuItemLookup] Item match:Window 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:14:15.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:15.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:15.508 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:15.508 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:15.508 DEBUG [main][MenuItemLookup] Item match:Window 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:14:15.509 DEBUG [main][MenuItemLookup] Item match:Perspective 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:14:15.509 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:14:15.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 22:14:15.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:15.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:15.509 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:15.509 DEBUG [main][MenuItemLookup] Item match:Window 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:14:15.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:15.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:15.509 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:15.509 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:15.509 DEBUG [main][MenuItemLookup] Item match:Window 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:14:15.510 DEBUG [main][MenuItemLookup] Item match:Perspective 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:14:15.510 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:14:15.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:15.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:15.510 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:15.510 DEBUG [main][MenuItemLookup] Item match:Window 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:14:15.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:15.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:15.510 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:15.510 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:15.510 DEBUG [main][MenuItemLookup] Item match:Window 22:14:15.511 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:15.511 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:15.511 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:15.511 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:15.511 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:15.511 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:14:15.511 DEBUG [main][MenuItemLookup] Item match:Perspective 22:14:15.511 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:14:15.511 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:15.511 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:14:15.511 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:14:15.511 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:14:15.511 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:14:15.511 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 22:14:15.511 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 22:14:15.511 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 22:14:15.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 22:14:15.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 22:14:15.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 22:14:15.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:15.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:15.530 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:15.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:15.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:15.530 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:14:15.530 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:15.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:15.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:15.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") 22:14:15.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:15.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:15.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:15.531 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:14:15.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:15.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:15.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:15.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:15.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:15.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:15.531 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 22:14:15.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:15.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:15.531 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:15.531 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:15.600 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:15.600 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProjectWithWebModule no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 22:14:15.600 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 22:14:15.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:15.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:15.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:15.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'] 22:14:15.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.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'] 22:14:15.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.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: "New EAR Application Project"] 22:14:15.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.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'] 22:14:15.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.602 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:15.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.602 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:15.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.602 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 22:14:15.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.602 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:15.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.602 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:15.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:15.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:15.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:15.603 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:15.603 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:15.603 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:15.603 DEBUG [main][MenuItemLookup] Item match:File 22:14:15.603 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:14:15.603 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:15.605 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:14:15.605 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:14:15.605 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:14:15.605 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:14:15.605 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:14:15.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:14:15.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:14:15.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:14:15.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:15.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:15.664 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:14:15.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:14:15.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:15.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:15.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:15.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:15.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:15.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:15.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:15.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 22:14:15.665 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 22:14:15.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:15.665 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 22:14:15.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:15.665 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 22:14:15.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 22:14:15.665 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 22:14:15.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:15.665 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 22:14:15.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:15.665 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 22:14:15.665 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enterprise Application Project 22:14:15.666 DEBUG [main][TreeItemHandler] Selecting tree item: Enterprise Application Project 22:14:15.666 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enterprise Application Project about selection 22:14:15.668 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enterprise Application Project 22:14:15.668 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:14:15.668 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:14:15.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:14:15.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:15.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:15.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:15.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:15.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:15.669 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:15.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:15.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:15.669 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:15.669 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:15.744 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:15.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.744 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.... 22:14:15.744 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 22:14:15.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EAR Application Project 22:14:15.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:15.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:15.745 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 22:14:15.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.746 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:") 22:14:15.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:15.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:15.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:15.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:15.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:15.747 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:15.747 INFO [WorkbenchTestable][AbstractText] Text set to: EARProject 22:14:15.748 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") 22:14:15.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:15.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:15.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:15.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:15.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 22:14:15.749 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 22:14:15.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:15.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:15.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:15.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:15.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:14:15.749 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo 6.0 to selection: 8.0 22:14:15.777 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 22:14:15.777 INFO [WorkbenchTestable][EarProjectWizard] Go to next wizard page 22:14:15.777 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) 22:14:15.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:15.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:15.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:15.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:15.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:15.787 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:15.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:15.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:15.787 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:15.787 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:15.799 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") 22:14:15.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:15.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:15.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:15.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:15.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:15.800 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...") 22:14:15.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:15.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:15.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:15.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:15.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:15.800 INFO [WorkbenchTestable][AbstractButton] Click button New &Module... 22:14:15.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:15.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:15.800 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:15.800 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:15.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create default Java EE modules."] is available.... 22:14:15.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.887 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.889 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 22:14:15.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create default Java EE modules. 22:14:15.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:15.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:15.891 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") 22:14:15.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:15.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:15.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:15.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:15.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:15.891 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &default modules 22:14:15.892 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Create &default modules 22:14:15.892 INFO [WorkbenchTestable][AbstractButton] Click button Create &default modules 22:14:15.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:15.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:15.892 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:15.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:15.896 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") 22:14:15.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:15.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:15.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:15.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:15.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:15.898 INFO [WorkbenchTestable][AbstractButton] Click button &Web 22:14:15.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:15.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:15.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:15.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:15.898 TRACE [main][WidgetHandler] Notify Button with event 27 22:14:15.898 TRACE [main][WidgetHandler] Wait for synchronization 22:14:15.898 TRACE [main][WidgetHandler] Notify Button with event 13 22:14:15.898 TRACE [main][WidgetHandler] Wait for synchronization 22:14:15.898 TRACE [main][WidgetHandler] Notify Button with event 26 22:14:15.898 TRACE [main][WidgetHandler] Wait for synchronization 22:14:15.898 TRACE [main][WidgetHandler] Notify Button with event 3 22:14:15.898 TRACE [main][WidgetHandler] Wait for synchronization 22:14:15.898 TRACE [main][WidgetHandler] Notify Button with event 4 22:14:15.898 TRACE [main][WidgetHandler] Wait for synchronization 22:14:15.898 TRACE [main][WidgetHandler] Notify Button with event 13 22:14:15.898 TRACE [main][WidgetHandler] Wait for synchronization 22:14:15.898 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 >") 22:14:15.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:15.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:15.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:15.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:15.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:15.899 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:15.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:15.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:15.899 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:15.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:15.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:15.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.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'] 22:14:15.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 22:14:15.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:15.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 22:14:15.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:15.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:15.993 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 22:14:15.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:16.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 22:14:16.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:16.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:16.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:16.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:16.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:16.011 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:16.012 INFO [WorkbenchTestable][AbstractText] Text set to: CreatedWebProjectModule 22:14:16.013 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 22:14:16.013 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 22:14:16.013 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) 22:14:16.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:16.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:16.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:16.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:16.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:16.015 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:16.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:16.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:16.015 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:16.015 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:16.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:16.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:16.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:16.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:14:16.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:16.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 22:14:16.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:14:16.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:14:16.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:16.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:16.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:16.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:16.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:16.518 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 22:14:16.518 INFO [WorkbenchTestable][EarProjectWizard] Finish wizard 22:14:16.519 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) 22:14:16.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:16.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:16.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:16.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:16.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:16.521 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:16.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:16.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:16.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:16.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:16.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:17.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:17.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:17.023 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 22:14:17.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 22:14:17.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:14:17.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:14:17.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:17.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:14:17.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:14:17.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:17.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:17.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:17.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:17.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:17.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:17.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:17.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:17.025 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:14:17.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:17.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:17.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:17.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:17.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:17.026 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:17.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 '\*?\QProject Explorer\E') 22:14:17.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:17.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:17.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:17.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:17.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:17.026 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:17.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:17.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:17.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:17.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:17.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:17.028 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:17.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:17.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:17.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:17.029 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:17.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:17.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:17.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:17.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:17.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:17.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:17.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:17.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:18.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:18.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:18.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:18.047 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:18.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:18.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:18.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:18.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:18.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:18.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:18.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:18.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:18.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:18.048 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 22:14:18.048 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 22:14:18.048 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:18.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:18.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:18.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:18.049 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:18.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:18.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:18.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:18.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:18.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:18.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:18.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:18.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:19.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:19.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:19.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:19.051 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:19.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:19.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:19.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:19.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:19.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:19.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:19.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:19.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:19.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:19.053 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 22:14:19.053 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 22:14:19.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:19.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:19.054 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:14:19.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:19.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:19.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:19.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:19.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:19.054 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:19.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:14:19.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:19.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:19.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:19.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:19.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:19.055 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:19.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:19.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:19.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:19.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:19.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:19.057 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:19.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:19.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:19.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:19.057 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:19.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:19.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:19.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:19.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:19.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:19.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:19.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:19.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:20.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:20.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:20.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:20.060 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:20.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:20.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:20.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:20.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:20.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:20.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:20.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:20.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:20.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:20.061 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 22:14:20.062 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 22:14:20.062 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:20.062 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:20.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:20.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:20.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:20.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:20.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:20.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:20.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:21.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:21.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:21.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:21.064 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:21.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:21.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:21.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:21.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:21.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:21.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:21.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:21.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:21.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:21.065 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 22:14:21.065 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 22:14:21.065 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:21.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:21.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:21.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:21.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 22:14:21.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:21.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:21.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:21.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:21.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:21.066 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:14:21.066 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:14:21.066 DEBUG [main][TreeItemHandler] Set Tree selection 22:14:21.066 DEBUG [main][TreeHandler] Notify Tree about selection event 22:14:21.070 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:14:21.112 DEBUG [WorkbenchTestable][TreeItemHandler] CreatedWebProjectModule 22:14:21.112 DEBUG [WorkbenchTestable][TreeItemHandler] EARProject 22:14:21.112 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:21.112 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:21.134 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:21.134 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:21.134 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:21.134 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:14:21.134 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:21.134 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:14:21.134 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:14:21.134 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:14:21.134 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:14:21.134 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:14:21.134 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:21.134 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:21.134 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:21.134 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:21.134 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:21.134 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:21.134 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:14:21.134 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:14:21.134 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:14:21.134 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:14:21.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:21.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:14:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:14:21.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:21.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:21.635 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:21.635 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:21.654 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:21.654 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:21.654 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:21.654 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:14:21.654 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:21.654 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:14:21.654 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:14:21.654 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:14:21.654 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:14:21.654 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:14:21.654 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:14:21.654 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:14:21.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:2165): Gtk-CRITICAL **: 22:14:21.688: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 22:14:21.690: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 22:14:21.707: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:2165): Gtk-CRITICAL **: 22:14:21.718: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:14:22.221 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 22:14:22.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:14:22.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:22.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:22.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:14:22.223 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:22.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:22.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:22.223 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:14:22.223 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:22.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:22.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:22.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:22.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:22.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:22.223 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:14:22.224 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:14:22.224 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:14:22.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:22.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:22.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:22.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:22.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:14:22.224 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:22.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:22.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:22.224 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:14:22.224 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:22.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:22.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:22.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:22.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:22.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:22.225 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:14:22.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:22.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:22.225 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:22.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:22.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:14:22.227 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:14:22.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:14:22.728 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:14:22.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:22.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:14:22.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:14:22.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:22.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:22.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:22.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:22.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:22.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:22.728 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 22:14:22.728 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:22.728 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:22.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:22.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:22.728 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProjectWithWebModule no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 22:14:22.742 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:22.742 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProjectWithDefaultModules no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 22:14:22.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 22:14:22.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:22.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:22.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:22.742 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:22.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:22.742 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:22.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:22.742 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 22:14:22.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:22.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'] 22:14:22.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:22.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'] 22:14:22.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:22.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'] 22:14:22.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:22.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 EAR Application Project"] 22:14:22.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:22.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'] 22:14:22.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:22.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'] 22:14:22.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:22.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:22.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:22.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:22.744 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:22.744 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:22.744 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:22.744 DEBUG [main][MenuItemLookup] Item match:File 22:14:22.744 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:14:22.744 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:22.746 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:14:22.746 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:14:22.746 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:14:22.746 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:14:22.746 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:14:22.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 'New|Select a wizard'] is available.... 22:14:22.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:14:22.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:14:22.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:22.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:22.803 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:14:22.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:22.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:14:22.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:22.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:22.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:22.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:22.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:22.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:22.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:22.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 22:14:22.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 22:14:22.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:22.805 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 22:14:22.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:22.805 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 22:14:22.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 22:14:22.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 22:14:22.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:22.805 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 22:14:22.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:22.805 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 22:14:22.805 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enterprise Application Project 22:14:22.805 DEBUG [main][TreeItemHandler] Selecting tree item: Enterprise Application Project 22:14:22.805 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enterprise Application Project about selection 22:14:22.805 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enterprise Application Project 22:14:22.805 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:14:22.805 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:14:22.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:14:22.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:22.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:22.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:22.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:22.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:22.806 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:22.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:22.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:22.806 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:22.806 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:22.859 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:22.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:22.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:22.859 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.... 22:14:22.859 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 22:14:22.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EAR Application Project 22:14:22.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:22.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:22.860 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 22:14:22.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:22.860 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:") 22:14:22.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:22.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:22.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:22.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:22.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:22.861 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:22.861 INFO [WorkbenchTestable][AbstractText] Text set to: EARProject 22:14:22.862 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") 22:14:22.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:22.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:22.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:22.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:22.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 22:14:22.863 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 22:14:22.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:22.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:22.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:22.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:22.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:14:22.863 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo 6.0 to selection: 7.0 22:14:22.888 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 22:14:22.888 INFO [WorkbenchTestable][EarProjectWizard] Go to next wizard page 22:14:22.888 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) 22:14:22.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:22.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:22.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:22.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:22.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:22.890 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:22.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:22.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:22.890 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:22.890 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:22.896 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") 22:14:22.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:22.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:22.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:22.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:22.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:22.897 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...") 22:14:22.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:22.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:22.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:22.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:22.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:22.898 INFO [WorkbenchTestable][AbstractButton] Click button New &Module... 22:14:22.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:22.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:22.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:22.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:22.948 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.... 22:14:22.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:22.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:22.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:22.948 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 22:14:22.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create default Java EE modules. 22:14:22.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:22.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:22.949 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 22:14:22.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:22.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:14:22.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:14:22.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:22.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 22:14:22.949 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:22.950 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 22:14:22.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:22.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 22:14:22.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 22:14:22.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:22.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 3 was found 22:14:22.950 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:22.951 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 22:14:22.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:22.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 22:14:22.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 22:14:22.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:22.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 22:14:22.951 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:22.951 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 22:14:22.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:22.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:22.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:22.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:22.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:22.952 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:22.952 TRACE [WorkbenchTestable][DefaultJ2EEComponentCreationWizard] Shell Create default Java EE modules. is not null and is not disposed 22:14:22.952 INFO [WorkbenchTestable][DefaultJ2EEComponentCreationWizard] Finish wizard 22:14:22.952 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) 22:14:22.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:22.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:22.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:22.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:22.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:22.964 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:22.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:22.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:22.964 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:22.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:22.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:23.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:23.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:23.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:14:23.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 22:14:23.999 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 22:14:23.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 22:14:23.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:14:23.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:14:23.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:14:23.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:14:23.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:14:23.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:14:23.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:23.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:23.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:23.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:23.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:14:23.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:23.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:23.999 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 22:14:23.999 INFO [WorkbenchTestable][EarProjectWizard] Finish wizard 22:14:23.999 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) 22:14:23.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:23.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:24.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:24.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:24.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:24.001 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:24.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:24.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:24.002 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:24.002 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:24.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:24.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:24.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:24.504 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 22:14:24.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:14:24.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:14:24.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:14:24.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:24.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:14:24.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 22:14:24.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:24.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:24.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:24.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:24.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:14:24.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:24.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:24.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:24.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:24.506 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:14:24.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:24.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:24.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:24.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:24.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:24.507 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:24.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:14:24.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:24.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:24.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:24.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:24.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:24.507 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:24.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:24.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:24.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:24.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:24.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:24.509 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:24.509 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:24.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:24.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:24.509 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:24.509 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:24.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:24.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:24.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:24.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:24.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:25.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:25.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:25.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:25.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:25.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:25.512 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:25.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:25.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:25.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:25.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:25.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:25.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:25.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:25.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:25.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:25.513 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 22:14:25.513 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 22:14:25.514 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 22:14:25.514 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 22:14:25.514 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 22:14:25.514 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:25.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:25.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:25.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:25.514 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:25.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:25.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:25.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:25.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:25.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:25.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:26.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:26.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:26.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:26.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:26.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:26.517 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:26.517 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:26.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:26.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:26.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 22:14:26.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:26.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:26.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:26.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:26.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:26.518 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 22:14:26.518 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 22:14:26.518 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 22:14:26.518 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 22:14:26.518 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 22:14:26.518 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:26.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:26.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:26.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:26.519 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:26.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:26.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:26.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:26.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:26.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:26.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:27.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:27.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:27.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:27.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:27.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:27.521 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:27.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:27.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:27.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:27.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 22:14:27.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:27.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:27.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:27.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:27.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:27.522 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 22:14:27.522 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 22:14:27.523 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 22:14:27.523 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 22:14:27.523 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 22:14:27.523 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:27.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:27.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:27.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:27.523 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:27.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:27.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:27.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:27.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:27.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:27.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:28.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:28.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:28.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:28.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:28.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:28.526 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:28.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:28.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:28.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:28.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 22:14:28.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:28.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:28.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:28.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:28.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:28.527 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 22:14:28.527 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 22:14:28.527 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 22:14:28.527 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 22:14:28.527 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 22:14:28.528 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:28.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:28.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:28.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:28.528 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:28.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:28.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:28.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:28.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:28.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:28.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:29.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:29.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:29.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:29.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:29.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:29.530 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:29.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:29.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:29.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:29.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 22:14:29.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:29.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:29.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:29.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:29.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:29.531 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 22:14:29.532 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 22:14:29.532 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 22:14:29.532 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 22:14:29.532 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 22:14:29.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:29.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:29.532 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:14:29.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:29.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:29.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:29.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:29.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:29.533 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14: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 '\*?\QProject Explorer\E') 22:14:29.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:29.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:29.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:29.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:29.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:29.534 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:29.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:29.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:29.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:29.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:29.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:29.535 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:29.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:29.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:29.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:29.535 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:29.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:29.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:29.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:29.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:29.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:29.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:30.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:30.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:30.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:30.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:30.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:30.538 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:30.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:30.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:30.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:30.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:30.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:30.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:30.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:30.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:30.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:30.540 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 22:14:30.540 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 22:14:30.540 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 22:14:30.540 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 22:14:30.540 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 22:14:30.540 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:30.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:30.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:30.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:30.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:30.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:30.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:31.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:31.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:31.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:31.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:31.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:31.542 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:31.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:31.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:31.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:31.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 22:14:31.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:31.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:31.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:31.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:31.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:31.544 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 22:14:31.544 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 22:14:31.544 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 22:14:31.544 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 22:14:31.544 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 22:14:31.544 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:31.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:31.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:31.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:31.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 22:14:31.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:31.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:31.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:31.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:31.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:31.545 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:14:31.545 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:14:31.545 DEBUG [main][TreeItemHandler] Set Tree selection 22:14:31.545 DEBUG [main][TreeHandler] Notify Tree about selection event 22:14:31.549 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:14:31.550 DEBUG [WorkbenchTestable][TreeItemHandler] EARProject 22:14:31.550 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectClient 22:14:31.550 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectConnector 22:14:31.550 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectEJB 22:14:31.550 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectWeb 22:14:31.550 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:31.550 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:31.572 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:31.572 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:31.572 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:31.572 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:14:31.572 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:31.572 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:14:31.572 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:14:31.572 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:14:31.572 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:14:31.572 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:14:31.572 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:31.572 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:31.572 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:31.572 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:31.572 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:31.572 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:31.572 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:14:31.572 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:14:31.572 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:14:31.572 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:14:31.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:31.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:14:32.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:32.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:32.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:32.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:32.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:32.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:14:32.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:32.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:32.073 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:32.073 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:32.089 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:32.089 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:32.089 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:32.089 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:14:32.089 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:32.089 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:14:32.089 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:14:32.089 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:14:32.089 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:14:32.089 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:14:32.089 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:14:32.090 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:14:32.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:14:32.659 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 22:14:32.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:14:32.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:32.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:32.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:14:32.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:32.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:32.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:32.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:14:32.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:32.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:32.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:32.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:32.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:32.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:32.662 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:14:32.662 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:14:32.662 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:14:32.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:32.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:32.662 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:32.662 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:32.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:14:32.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:32.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:32.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:32.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:14:32.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:32.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:32.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:32.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:32.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:32.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:32.663 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:14:32.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:32.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:32.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:32.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:32.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:14:32.664 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:14:33.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:14:33.165 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:14:33.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:33.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:14:33.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:14:33.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:14:33.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 22:14:33.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:14:33.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:14:33.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:33.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:33.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:33.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:33.165 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:33.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:33.165 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 22:14:33.165 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:33.165 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:33.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:33.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:33.166 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProjectWithDefaultModules no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 22:14:33.166 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:33.166 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 22:14:33.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 22:14:33.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:33.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:33.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:33.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'] 22:14:33.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:33.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'] 22:14:33.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:33.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: "New EAR Application Project"] 22:14:33.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:33.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'] 22:14:33.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:33.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'] 22:14:33.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:33.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'] 22:14:33.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:33.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: "New EAR Application Project"] 22:14:33.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:33.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:33.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:33.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:33.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:33.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:33.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:33.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:33.167 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:33.167 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:33.167 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:33.167 DEBUG [main][MenuItemLookup] Item match:File 22:14:33.168 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:14:33.168 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:33.170 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:14:33.170 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:14:33.170 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:14:33.170 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:14:33.170 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:14:33.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 'New|Select a wizard'] is available.... 22:14:33.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. finished successfully 22:14:33.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:14:33.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:33.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:33.230 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:14:33.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:33.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:14:33.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:33.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:33.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:33.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:33.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:33.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:33.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:33.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 22:14:33.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 22:14:33.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:33.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 22:14:33.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:33.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 22:14:33.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 22:14:33.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 22:14:33.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:33.233 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 22:14:33.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:33.233 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 22:14:33.233 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enterprise Application Project 22:14:33.233 DEBUG [main][TreeItemHandler] Selecting tree item: Enterprise Application Project 22:14:33.233 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enterprise Application Project about selection 22:14:33.233 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enterprise Application Project 22:14:33.233 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:14:33.233 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:14:33.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) 22:14:33.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:33.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:33.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:33.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:33.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:33.234 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:33.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:33.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:33.234 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:33.234 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:33.284 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:33.284 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:33.284 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:33.284 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.... 22:14:33.284 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 22:14:33.284 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EAR Application Project 22:14:33.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:33.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:33.285 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 22:14:33.285 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:33.285 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:") 22:14:33.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:33.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:33.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:33.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:33.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:33.286 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:33.287 INFO [WorkbenchTestable][AbstractText] Text set to: EARProject 22:14:33.288 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") 22:14:33.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:33.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:33.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:33.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:33.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 22:14:33.288 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 22:14:33.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:33.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:33.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:33.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:33.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:14:33.288 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo 6.0 to selection: 7.0 22:14:33.314 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 22:14:33.314 INFO [WorkbenchTestable][EarProjectWizard] Go to next wizard page 22:14:33.314 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) 22:14:33.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:33.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:33.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:33.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:33.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:33.316 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:33.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:33.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:33.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:33.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:33.322 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") 22:14:33.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:33.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:33.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:33.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:33.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:33.323 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 22:14:33.323 INFO [WorkbenchTestable][EarProjectWizard] Finish wizard 22:14:33.323 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) 22:14:33.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:33.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:33.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:33.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:33.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:33.324 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:33.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:33.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:33.324 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:33.324 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:33.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:33.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:33.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:33.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:14:33.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:14:33.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:33.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:33.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:33.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:33.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:33.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:33.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:33.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:33.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:33.833 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:14:33.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:33.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:33.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:33.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:33.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:33.834 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:33.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 '\*?\QProject Explorer\E') 22:14:33.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:33.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:33.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:33.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:33.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:33.835 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:33.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:33.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:33.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:33.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:33.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:33.836 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:33.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:33.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:33.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:33.837 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:33.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:33.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:33.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:33.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:33.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:33.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:34.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:34.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:34.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:34.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:34.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:34.840 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:34.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:34.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:34.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:34.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 22:14:34.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:34.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:34.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:34.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:34.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:34.841 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 22:14:34.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:34.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:34.841 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:14:34.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:34.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:34.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:34.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:34.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:34.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:34.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:14:34.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:34.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:34.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:34.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:34.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:34.842 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:34.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:34.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:34.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:34.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:34.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:34.844 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:34.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:34.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:34.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:34.844 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:34.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:34.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:34.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:34.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:34.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:34.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:35.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:35.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:35.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:35.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:35.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:35.846 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:35.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:35.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:35.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:35.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 22:14:35.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:35.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:35.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:35.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:35.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:35.847 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 22:14:35.848 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:35.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:35.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:35.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:35.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:35.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:35.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:36.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:36.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:36.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:36.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:36.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:36.850 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:36.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:36.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:36.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:36.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 22:14:36.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:36.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:36.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:36.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:36.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:36.851 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 22:14:36.852 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:14:36.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:14:36.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:36.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:36.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 22:14:36.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:36.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:36.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:36.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:36.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:36.853 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:14:36.853 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:14:36.853 DEBUG [main][TreeItemHandler] Set Tree selection 22:14:36.853 DEBUG [main][TreeHandler] Notify Tree about selection event 22:14:36.857 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:14:36.857 DEBUG [WorkbenchTestable][TreeItemHandler] EARProject 22:14:36.858 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:36.858 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:36.886 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:36.886 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:36.886 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:36.886 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:14:36.886 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:36.886 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:14:36.886 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:14:36.886 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:14:36.886 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:14:36.886 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:14:36.886 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:36.886 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:36.886 DEBUG [main][MenuItemLookup] Found menu:'Import' 22:14:36.886 DEBUG [main][MenuItemLookup] Found menu:'Export' 22:14:36.886 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:36.886 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:36.886 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:14:36.887 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:14:36.887 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:14:36.887 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:14:36.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:36.887 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:14:37.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:37.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:37.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:37.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:37.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:37.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:37.387 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:37.387 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:37.406 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:37.406 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:37.406 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:37.406 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:14:37.406 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:37.406 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:14:37.406 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:14:37.406 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:14:37.406 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:14:37.406 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:14:37.406 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:14:37.406 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:14:37.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:14:37.958 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 22:14:37.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:14:37.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:37.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:37.961 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:14:37.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:37.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:37.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:37.961 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:14:37.961 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:37.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:37.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:37.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:37.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:37.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:37.962 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:14:37.962 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:14:37.962 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:14:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:37.962 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:37.962 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:37.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 "OK") 22:14:37.962 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:37.962 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:14:37.962 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:37.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:37.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:37.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:37.962 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:14:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:37.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:37.963 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:37.963 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:37.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:14:37.964 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:14:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:14:38.465 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:14:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:38.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:14:38.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:14:38.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:38.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:38.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:38.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:38.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:38.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 22:14:38.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:38.465 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:38.465 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 22:14:38.465 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 22:14:38.465 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:38.465 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:38.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.96 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.128 s createProjectWithDefaultModules no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) Time elapsed: 10.424 s createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) Time elapsed: 5.299 s Running org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 22:14:38.470 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 22:14:38.470 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:14:38.470 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:38.470 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 22:14:38.470 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:38.470 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:14:38.470 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:38.470 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:14:38.470 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:38.471 INFO [WorkbenchTestable][JavaEEPerspective] Open perspective: 'Java EE' 22:14:38.471 DEBUG [WorkbenchTestable][JavaEEPerspective] Perspective 'Java EE' is already opened. 22:14:38.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 22:14:38.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:38.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:38.471 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:38.471 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:38.471 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:38.471 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:38.471 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:38.471 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:38.471 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:38.471 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:38.471 DEBUG [main][MenuItemLookup] Item match:Window 22:14:38.471 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:38.471 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:38.471 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:38.471 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:38.471 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:38.471 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:14:38.471 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:38.471 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:14:38.471 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:38.471 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 22:14:38.471 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:14:38.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:38.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:38.472 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:38.472 DEBUG [main][MenuItemLookup] Item match:Window 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:14:38.472 DEBUG [main][MenuItemLookup] Item match:Perspective 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:14:38.472 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:14:38.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 22:14:38.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:38.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:38.472 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:38.472 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:38.472 DEBUG [main][MenuItemLookup] Item match:Window 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:14:38.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:38.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:38.473 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:38.473 DEBUG [main][MenuItemLookup] Item match:Window 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:14:38.473 DEBUG [main][MenuItemLookup] Item match:Perspective 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:14:38.473 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:14:38.473 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:14:38.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:38.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:38.473 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:38.474 DEBUG [main][MenuItemLookup] Item match:Window 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:14:38.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:38.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:38.474 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:38.474 DEBUG [main][MenuItemLookup] Item match:Window 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:14:38.474 DEBUG [main][MenuItemLookup] Item match:Perspective 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:14:38.474 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:14:38.474 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:14:38.474 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 22:14:38.474 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 22:14:38.475 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 22:14:38.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 22:14:38.495 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 22:14:38.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 22:14:38.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:38.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:38.495 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:38.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:38.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:38.495 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:14:38.495 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:38.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:38.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:38.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 22:14:38.496 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:38.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:38.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:38.496 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:14:38.496 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:38.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:38.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:38.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:38.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:38.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:38.496 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 22:14:38.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:38.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:38.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:38.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:38.562 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:38.562 INFO [WorkbenchTestable][RequirementsRunner] Started test: createEJBProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest) 22:14:38.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 22:14:38.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:38.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:38.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:38.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'] 22:14:38.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:38.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'] 22:14:38.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:38.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 EJB Project"] 22:14:38.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:38.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'] 22:14:38.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:38.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'] 22:14:38.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:38.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'] 22:14:38.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:38.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 EJB Project"] 22:14:38.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:38.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'] 22:14:38.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:38.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'] 22:14:38.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:38.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:38.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:38.564 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:38.564 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:38.564 DEBUG [main][MenuItemLookup] Item match:File 22:14:38.564 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:14:38.564 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:38.566 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:14:38.566 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:14:38.566 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:14:38.566 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:14:38.566 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:14:38.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 'New|Select a wizard'] is available.... 22:14:38.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:14:38.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:14:38.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:38.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:38.627 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:14:38.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:38.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 22:14:38.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:38.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:38.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:38.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:38.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:38.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:38.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:38.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem EJB has children... 22:14:38.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item EJB 22:14:38.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:39.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:39.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: EJB 22:14:39.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem EJB has children finished successfully 22:14:39.130 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item EJB 22:14:39.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:39.130 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item EJB is already expanded. No action performed 22:14:39.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:39.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: EJB 22:14:39.131 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EJB Project 22:14:39.131 DEBUG [main][TreeItemHandler] Selecting tree item: EJB Project 22:14:39.131 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EJB Project about selection 22:14:39.133 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EJB Project 22:14:39.133 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:14:39.133 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:14:39.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:14:39.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:39.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:39.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:39.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:39.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:39.134 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:39.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:39.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:39.134 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:39.134 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:39.204 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:39.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:39.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:39.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EJB Project"] is available.... 22:14:39.204 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 22:14:39.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EJB Project 22:14:39.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:39.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:39.205 TRACE [WorkbenchTestable][EjbProjectWizard] Shell New EJB Project is not null and is not disposed 22:14:39.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:39.206 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:") 22:14:39.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:39.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:39.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:39.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:39.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:39.222 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:39.223 INFO [WorkbenchTestable][AbstractText] Text set to: ejbProject 22:14:39.232 TRACE [WorkbenchTestable][EjbProjectWizard] Shell New EJB Project is not null and is not disposed 22:14:39.232 INFO [WorkbenchTestable][EjbProjectWizard] Finish wizard 22:14:39.232 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) 22:14:39.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:39.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:39.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:39.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:39.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:39.234 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:39.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:39.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:39.234 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:39.234 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:39.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:39.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:39.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:39.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:14:39.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:39.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:14:39.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:14:39.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:39.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:39.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:39.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:39.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:39.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:39.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:39.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:39.739 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 22:14:39.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:39.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:39.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:39.740 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:39.740 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:39.740 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:39.740 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:39.740 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:39.740 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:39.740 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:39.740 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:39.740 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:39.740 DEBUG [main][MenuItemLookup] Item match:Window 22:14:39.740 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:39.740 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:39.740 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:39.740 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:39.740 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:39.740 DEBUG [main][MenuItemLookup] Item match:Show View 22:14:39.742 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 22:14:39.742 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:14:39.742 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 22:14:39.742 DEBUG [main][MenuItemLookup] Found menu:'Markers' 22:14:39.742 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:14:39.742 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:14:39.742 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:14:39.742 DEBUG [main][MenuItemLookup] Found menu:'Properties' 22:14:39.743 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:14:39.743 DEBUG [main][MenuItemLookup] Found menu:'Servers' 22:14:39.743 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 22:14:39.743 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:39.743 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:14:39.743 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:14:39.743 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:14:39.743 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:14:39.743 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:14:39.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:14:39.795 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 22:14:39.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:14:39.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:39.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:39.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 22:14:39.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:39.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:39.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:39.796 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:14:39.796 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:39.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:39.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:39.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:39.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:39.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:39.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:39.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:39.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:14:39.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:14:39.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:39.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:14:39.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:39.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:14:39.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:14:39.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:14:39.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:39.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:14:39.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:39.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:14:39.797 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 22:14:39.797 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 22:14:39.797 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 22:14:39.797 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 22:14:39.797 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:39.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:39.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:39.797 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:14:39.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:39.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:39.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:39.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 22:14:39.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:39.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:39.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:39.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:14:39.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:39.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:39.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:39.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:39.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:39.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:39.798 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:14:39.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:39.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:39.798 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:39.798 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:39.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:39.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:39.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 22:14:39.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:39.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:39.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 22:14:39.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:39.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:39.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:39.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:39.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:39.831 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:39.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 '\*?\QPackage Explorer\E') 22:14:39.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:39.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:39.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:39.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:39.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:39.832 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:39.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:39.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:39.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:39.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:39.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:39.834 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:39.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:39.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:39.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:39.835 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:39.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:39.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:39.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:39.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:39.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:39.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:40.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:40.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:40.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:40.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:40.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:40.838 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:40.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:40.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:40.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:40.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 22:14:40.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:40.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:40.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:40.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:40.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:40.839 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ejbProject 22:14:40.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:40.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:40.840 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:14:40.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:40.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:40.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:40.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:40.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:40.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:40.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:14:40.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:40.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:40.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:40.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:40.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:40.843 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:40.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:40.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:40.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:40.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:40.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:40.844 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:40.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:40.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:40.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:40.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:40.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:40.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:41.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:41.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:41.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:41.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:41.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:41.846 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:41.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:41.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:41.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:41.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 22:14:41.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:41.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:41.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:41.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:41.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:41.847 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ejbProject 22:14:41.848 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ejbProject 22:14:41.848 DEBUG [main][TreeItemHandler] Selecting tree item: ejbProject 22:14:41.848 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ejbProject about selection 22:14:41.850 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ejbProject 22:14:41.871 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:41.871 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:41.895 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:41.895 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:14:41.895 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:14:41.895 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:14:41.895 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:14:41.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:41.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:14:42.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:14:42.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:42.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:42.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:42.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:42.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:14:42.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:42.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:42.396 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ejbProject' via Explorer 22:14:42.396 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ejbProject 22:14:42.396 DEBUG [main][TreeItemHandler] Selecting tree item: ejbProject 22:14:42.396 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ejbProject about selection 22:14:42.398 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ejbProject 22:14:42.398 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:42.398 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:42.418 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:42.418 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:42.418 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:42.418 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:42.418 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:14:42.418 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:14:42.418 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:42.418 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:14:42.418 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:14:42.418 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:14:42.418 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:14:42.418 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:14:42.419 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:14:42.419 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:14:42.419 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:14:42.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 'Delete.*'] is available.... 22:14:42.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 'Delete.*'] is available. finished successfully 22:14:42.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:14:42.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:42.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:42.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:42.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:42.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:14:42.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:42.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:42.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:42.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:14:42.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:42.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:42.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:42.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:42.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:42.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:42.996 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:14:42.996 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:14:42.996 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:14:42.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:42.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:42.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:42.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:42.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:14:42.996 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:42.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:42.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:42.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:14:42.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:42.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:42.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:42.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:42.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:42.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:42.997 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:14:42.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:42.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:42.997 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:42.997 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:42.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:14:42.999 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:14:43.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:14:43.500 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:14:43.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:43.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:14:43.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:14:43.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:14:43.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:14:43.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:43.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:43.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:43.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:43.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:43.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:43.500 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 22:14:43.500 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:43.500 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:43.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:43.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:43.500 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 22:14:43.501 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createEJBProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest) 22:14:43.501 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 22:14:43.501 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:43.501 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:43.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:43.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.032 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.939 s Running org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 22:14:43.505 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 22:14:43.507 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:14:43.507 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:43.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 22:14:43.508 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:43.508 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:14:43.508 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:43.508 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:14:43.508 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:43.508 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 22:14:43.508 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 22:14:43.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:43.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:43.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:43.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:43.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:43.509 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") 22:14:43.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:43.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:43.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:43.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:43.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:14:43.511 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 22:14:43.511 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:14:43.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:43.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 22:14:43.544 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 22:14:43.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 22:14:43.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:43.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:43.545 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 22:14:43.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:43.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:43.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:43.545 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:14:43.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:43.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:43.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:43.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:43.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:43.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:14:43.548 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 22:14:43.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:14:43.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:14:43.548 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 22:14:43.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:14:43.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:14:43.548 TRACE [main][WidgetHandler] Notify Table with event 13 22:14:43.549 TRACE [main][WidgetHandler] Wait for synchronization 22:14:43.549 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:43.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:43.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:43.549 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:14:43.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:43.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:43.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:43.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 "Open") 22:14:43.549 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:43.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:43.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:43.549 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:14:43.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:43.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:43.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:43.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:43.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:43.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:43.550 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:14:43.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:43.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:43.550 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:43.550 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:43.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:43.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:43.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 22:14:43.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:43.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:43.605 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:43.605 DEBUG [main][MenuItemLookup] Item match:Window 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:43.605 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:14:43.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:43.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:43.606 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:43.606 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:43.606 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:43.606 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:14:43.606 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:14:43.606 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:43.606 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:43.606 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:43.606 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:43.606 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:43.606 DEBUG [main][MenuItemLookup] Item match:Window 22:14:43.606 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:43.606 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:43.606 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:43.606 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:43.606 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:43.606 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:14:43.606 DEBUG [main][MenuItemLookup] Item match:Perspective 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:14:43.607 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:14:43.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 22:14:43.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:43.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:43.607 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:43.607 DEBUG [main][MenuItemLookup] Item match:Window 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:14:43.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:43.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:43.607 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:43.607 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:43.607 DEBUG [main][MenuItemLookup] Item match:Window 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:14:43.608 DEBUG [main][MenuItemLookup] Item match:Perspective 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:14:43.608 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:14:43.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:43.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:43.608 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:43.608 DEBUG [main][MenuItemLookup] Item match:Window 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:43.608 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:14:43.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:43.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:43.609 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:43.609 DEBUG [main][MenuItemLookup] Item match:Window 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:14:43.609 DEBUG [main][MenuItemLookup] Item match:Perspective 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:14:43.609 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:14:43.609 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:14:43.609 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 22:14:43.609 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 22:14:43.609 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 22:14:43.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 22:14:43.636 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 22:14:43.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 22:14:43.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:43.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:43.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:43.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:43.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:14:43.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:43.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:43.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:43.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:14:43.637 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:43.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:14:43.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:43.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:43.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:43.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:43.637 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 22:14:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:43.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:43.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:43.722 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:43.722 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 22:14:43.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 22:14:43.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:43.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:43.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:43.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:43.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:43.725 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' view via menu. 22:14:43.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:43.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:43.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:43.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:43.725 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:43.725 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:43.725 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:43.725 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:14:43.725 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:14:43.725 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:43.725 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:43.725 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:43.725 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:43.725 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:43.725 DEBUG [main][MenuItemLookup] Item match:Window 22:14:43.726 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:43.726 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:43.726 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:43.726 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:43.726 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:43.726 DEBUG [main][MenuItemLookup] Item match:Show View 22:14:43.729 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:14:43.729 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:14:43.729 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:14:43.729 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:14:43.729 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:14:43.729 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:14:43.729 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:14:43.729 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:14:43.729 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:14:43.729 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:14:43.729 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:14:43.729 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:14:43.729 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:14:43.729 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:14:43.729 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:43.729 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:14:43.729 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:14:43.729 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:14:43.729 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:14:43.729 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:14:43.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:14:43.785 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 22:14:43.785 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:14:43.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:43.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:43.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:14:43.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:43.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:43.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:43.786 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:14:43.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:43.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:43.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:43.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:43.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:43.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:43.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:43.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:43.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Remote Systems has children... 22:14:43.788 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Remote Systems 22:14:43.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:44.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:44.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Remote Systems 22:14:44.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Remote Systems has children finished successfully 22:14:44.290 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Remote Systems 22:14:44.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:44.290 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Remote Systems is already expanded. No action performed 22:14:44.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:44.290 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Remote Systems 22:14:44.290 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Remote Systems 22:14:44.290 DEBUG [main][TreeItemHandler] Selecting tree item: Remote Systems 22:14:44.291 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Remote Systems about selection 22:14:44.291 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Remote Systems 22:14:44.291 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:44.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:44.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:44.291 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:14:44.291 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:44.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.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") 22:14:44.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:44.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:44.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:44.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:14:44.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:44.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:44.292 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:14:44.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:44.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:44.292 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:44.292 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:44.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:44.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:44.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.rse.ui.view.SystemViewPart' view is open... 22:14:44.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.rse.ui.view.SystemViewPart' view is open finished successfully 22:14:44.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:44.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:44.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:44.401 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:44.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') 22:14:44.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:44.411 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:44.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:44.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:44.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:44.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:44.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:44.413 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 22:14:44.413 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:44.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:44.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:44.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:44.414 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:44.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:44.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:44.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:44.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 22:14:44.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:44.415 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 22:14:44.415 DEBUG [main][TreeItemHandler] Selecting tree item: Local 22:14:44.415 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 22:14:44.416 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 22:14:44.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:44.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:44.458 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:44.458 DEBUG [main][MenuItemLookup] Item match:New 22:14:44.459 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 22:14:44.459 DEBUG [main][MenuItemLookup] Item match:Connection... 22:14:44.459 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 22:14:44.459 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 22:14:44.459 INFO [main][MenuItemHandler] Select menu item: &Connection... 22:14:44.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 22:14:44.561 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 22:14:44.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:44.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:44.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:44.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'] 22:14:44.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:44.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:44.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'] 22:14:44.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:44.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:44.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 Connection"] 22:14:44.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:44.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:44.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:44.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:44.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:44.562 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:44.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:44.563 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 22:14:44.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:44.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:44.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:44.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:14:44.564 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:44.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:44.564 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:44.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:44.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:44.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:14:44.564 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:44.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:44.564 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:44.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:44.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:44.565 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 22:14:44.565 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 22:14:44.565 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 22:14:44.577 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 22:14:44.588 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:44.588 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 22:14:44.588 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) 22:14:44.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:44.589 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:44.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:44.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:44.589 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:44.589 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:44.612 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 22:14:44.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:14:44.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:14:44.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:14:44.613 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 22:14:44.616 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 22:14:44.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:44.616 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:44.616 INFO [WorkbenchTestable][AbstractText] Text set to: system1 22:14:44.617 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:44.617 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 22:14:44.617 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) 22:14:44.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:44.618 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:44.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:44.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:44.618 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:44.618 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:44.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:44.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:44.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:44.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:44.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:44.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:44.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:44.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:44.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:44.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:44.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:44.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:44.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1... 22:14:44.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:44.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:44.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:44.692 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:44.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 22:14:44.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:44.703 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:44.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:44.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:44.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:44.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:44.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:44.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:44.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:44.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1 finished successfully 22:14:44.705 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 22:14:44.705 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:44.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:44.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:44.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:44.705 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 22:14:44.705 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:44.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:44.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:44.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:44.706 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:44.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:44.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:44.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:44.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 22:14:44.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:44.707 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 22:14:44.707 DEBUG [main][TreeItemHandler] Selecting tree item: Local 22:14:44.707 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 22:14:44.709 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 22:14:44.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:44.710 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:44.733 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:44.733 DEBUG [main][MenuItemLookup] Item match:New 22:14:44.734 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 22:14:44.734 DEBUG [main][MenuItemLookup] Item match:Connection... 22:14:44.734 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 22:14:44.734 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 22:14:44.734 INFO [main][MenuItemHandler] Select menu item: &Connection... 22:14:44.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 22:14:44.811 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 22:14:44.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:44.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:44.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:44.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'] 22:14:44.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:44.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:44.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'] 22:14:44.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:44.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:44.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 Connection"] 22:14:44.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:44.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:44.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:44.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:44.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:44.813 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:44.813 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:44.813 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 22:14:44.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:44.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:44.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:44.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:14:44.814 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:44.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:44.814 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:44.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:44.814 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:44.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:14:44.814 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:44.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:44.814 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:44.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:44.814 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:44.814 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 22:14:44.814 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 22:14:44.814 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 22:14:44.815 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 22:14:44.815 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:44.815 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 22:14:44.815 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) 22:14:44.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:44.816 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:44.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:44.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:44.816 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:44.816 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:44.838 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 22:14:44.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:14:44.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:14:44.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:14:44.838 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 22:14:44.841 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 22:14:44.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:44.842 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:44.842 INFO [WorkbenchTestable][AbstractText] Text set to: system2 22:14:44.842 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:44.842 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 22:14:44.842 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) 22:14:44.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:44.843 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:44.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:44.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:44.843 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:44.843 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:44.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:44.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:44.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:44.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:44.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:44.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:44.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:44.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:44.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:44.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:44.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:44.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:44.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2... 22:14:44.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:44.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:44.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:44.881 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:44.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 22:14:44.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:44.882 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:44.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:44.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:44.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:44.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:44.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14: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 22:14:44.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:44.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2 finished successfully 22:14:44.884 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 22:14:44.884 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:44.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:44.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:44.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:44.885 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:44.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:44.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:44.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:44.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:44.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:44.885 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:44.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:44.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:44.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:44.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:44.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:44.886 INFO [WorkbenchTestable][System] Deleting system system1 22:14:44.886 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 22:14:44.886 DEBUG [main][TreeItemHandler] Selecting tree item: system1 22:14:44.894 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 22:14:44.896 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 22:14:44.897 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 22:14:44.897 DEBUG [main][TreeItemHandler] Selecting tree item: system1 22:14:44.897 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 22:14:44.898 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 22:14:44.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:44.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'Connect' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:44.920 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:14:44.920 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:44.920 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:44.934 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:44.934 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:44.934 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:44.934 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:44.934 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:44.934 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:44.934 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:44.934 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:44.934 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:44.934 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:44.934 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:44.934 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:44.934 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 22:14:44.934 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 22:14:44.934 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 22:14:44.934 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2165): Gtk-CRITICAL **: 22:14:44.953: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:14:44.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 22:14:44.971 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 22:14:44.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 22:14:44.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:44.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:44.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 22:14:44.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:44.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:44.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:44.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 22:14:44.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:44.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:44.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:44.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:44.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:44.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:44.972 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 22:14:44.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:44.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:44.972 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:44.972 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:45.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:45.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1... 22:14:45.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.011 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:45.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 22:14:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:45.012 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:45.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:45.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:45.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 22:14:45.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:45.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1 finished successfully 22:14:45.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:45.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:45.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:45.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:45.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:45.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:45.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:45.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:45.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:45.023 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:45.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 22:14:45.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:45.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:45.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:45.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:45.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.025 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:45.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:45.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:45.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:45.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:45.026 INFO [WorkbenchTestable][System] Deleting system Local 22:14:45.026 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 22:14:45.026 INFO [WorkbenchTestable][System] Deleting system system2 22:14:45.026 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 22:14:45.026 DEBUG [main][TreeItemHandler] Selecting tree item: system2 22:14:45.027 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 22:14:45.028 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 22:14:45.029 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 22:14:45.029 DEBUG [main][TreeItemHandler] Selecting tree item: system2 22:14:45.029 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 22:14:45.030 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 22:14:45.039 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:45.039 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.050 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'Connect' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.051 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:14:45.051 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:45.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.062 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:45.062 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:45.062 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:45.062 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.062 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:45.062 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:45.062 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:45.062 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.062 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:45.062 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.062 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:45.062 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:45.062 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 22:14:45.062 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 22:14:45.062 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 22:14:45.062 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2165): Gtk-CRITICAL **: 22:14:45.074: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:14:45.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 22:14:45.106 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 22:14:45.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 22:14:45.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:14:45.106 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:45.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:45.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:45.106 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 22:14:45.106 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:45.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:45.107 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 22:14:45.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:45.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:45.107 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:45.107 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:45.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:45.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2... 22:14:45.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:45.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.129 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:45.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 '\*?\QRemote Systems\E') 22:14:45.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:45.130 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:45.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:45.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:45.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 22:14:45.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:45.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2 finished successfully 22:14:45.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:45.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:45.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:14:45.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:45.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:45.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:45.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:45.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:45.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:45.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:45.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 22:14:45.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:45.141 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:45.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:45.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:45.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 22:14:45.142 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 22:14:45.142 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:45.142 INFO [WorkbenchTestable][RequirementsRunner] Started test: disconnect_disconnected no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 22:14:45.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 22:14:45.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:45.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:45.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:45.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.144 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 22:14:45.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:45.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.145 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:45.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 '\*?\QRemote Systems\E') 22:14:45.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:45.147 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:45.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:45.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:45.149 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 22:14:45.157 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:45.158 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:45.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 22:14:45.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:45.159 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 22:14:45.159 DEBUG [main][TreeItemHandler] Selecting tree item: Local 22:14:45.160 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 22:14:45.161 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 22:14:45.162 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:45.162 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.194 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:45.194 DEBUG [main][MenuItemLookup] Item match:New 22:14:45.195 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 22:14:45.195 DEBUG [main][MenuItemLookup] Item match:Connection... 22:14:45.195 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 22:14:45.195 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 22:14:45.195 INFO [main][MenuItemHandler] Select menu item: &Connection... 22:14:45.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 22:14:45.238 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 22:14:45.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:45.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.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'] 22:14:45.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.239 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:45.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.239 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 22:14:45.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:45.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.239 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:45.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.240 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 22:14:45.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:45.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:45.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:45.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:14:45.241 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:45.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:45.241 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:45.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:45.241 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:45.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:14:45.241 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:45.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:45.241 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:45.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:45.241 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:45.241 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 22:14:45.241 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 22:14:45.241 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 22:14:45.243 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 22:14:45.243 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:45.243 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 22:14:45.243 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) 22:14:45.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:45.244 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:45.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:45.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:45.244 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:45.244 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.265 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 22:14:45.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:14:45.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:14:45.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:14:45.266 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 22:14:45.289 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 22:14:45.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:45.290 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:45.290 INFO [WorkbenchTestable][AbstractText] Text set to: system1 22:14:45.290 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:45.290 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 22:14:45.290 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) 22:14:45.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:45.292 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:45.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:45.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:45.292 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:45.292 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:45.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:45.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:45.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:45.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:14:45.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:45.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:45.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:45.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:45.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:45.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:45.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:45.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:45.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1... 22:14:45.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:45.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.328 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:45.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 22:14:45.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:45.330 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:45.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:45.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:45.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 22:14:45.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:45.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1 finished successfully 22:14:45.343 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 22:14:45.343 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:45.344 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 22:14:45.344 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:45.345 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:45.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 22:14:45.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:45.347 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 22:14:45.347 DEBUG [main][TreeItemHandler] Selecting tree item: Local 22:14:45.356 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 22:14:45.357 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 22:14:45.358 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:45.358 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.391 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:45.391 DEBUG [main][MenuItemLookup] Item match:New 22:14:45.392 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 22:14:45.392 DEBUG [main][MenuItemLookup] Item match:Connection... 22:14:45.392 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 22:14:45.392 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 22:14:45.392 INFO [main][MenuItemHandler] Select menu item: &Connection... 22:14:45.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 22:14:45.450 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 22:14:45.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:45.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:45.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:45.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 22:14:45.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:45.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.452 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:45.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.452 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 22:14:45.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:45.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:45.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:45.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:14:45.453 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:45.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:45.454 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:45.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:45.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:45.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:14:45.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:45.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:45.454 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:45.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:45.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:45.454 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 22:14:45.454 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 22:14:45.454 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 22:14:45.455 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 22:14:45.456 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:45.456 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 22:14:45.456 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) 22:14:45.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:45.460 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:45.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:45.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:45.460 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:45.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.499 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 22:14:45.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:14:45.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:14:45.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:14:45.499 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 22:14:45.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 22:14:45.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:45.503 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:45.503 INFO [WorkbenchTestable][AbstractText] Text set to: system2 22:14:45.503 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:45.503 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 22:14:45.503 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) 22:14:45.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:45.504 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:45.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:45.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:45.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:45.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:45.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:45.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:45.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:45.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:45.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:45.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:45.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:45.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:45.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:45.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:45.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:45.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2... 22:14:45.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:45.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.543 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:45.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 22:14:45.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:45.554 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:45.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:45.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:45.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 22:14:45.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:45.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2 finished successfully 22:14:45.556 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 22:14:45.556 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:45.557 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:45.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 22:14:45.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:45.557 INFO [WorkbenchTestable][System] Disconnecting from remote system system1 22:14:45.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 22:14:45.557 DEBUG [main][TreeItemHandler] Selecting tree item: system1 22:14:45.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 22:14:45.559 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 22:14:45.559 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:45.559 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'Connect' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.582 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:14:45.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:45.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:45.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:45.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.582 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:45.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:45.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:45.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 22:14:45.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:45.584 INFO [WorkbenchTestable][System] Deleting system Local 22:14:45.584 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 22:14:45.584 INFO [WorkbenchTestable][System] Deleting system system1 22:14:45.584 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 22:14:45.584 DEBUG [main][TreeItemHandler] Selecting tree item: system1 22:14:45.585 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 22:14:45.586 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 22:14:45.588 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 22:14:45.588 DEBUG [main][TreeItemHandler] Selecting tree item: system1 22:14:45.588 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 22:14:45.590 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 22:14:45.591 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:45.591 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'Connect' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.616 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:14:45.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:45.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.627 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:45.627 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:45.627 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:45.627 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.627 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:45.627 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:45.627 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:45.627 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.627 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:45.627 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.627 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:45.627 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:45.627 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 22:14:45.627 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 22:14:45.627 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 22:14:45.627 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2165): Gtk-CRITICAL **: 22:14:45.638: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:14:45.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 22:14:45.655 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 22:14:45.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 22:14:45.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:14:45.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:45.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:45.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:45.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 22:14:45.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:45.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:45.657 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 22:14:45.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:45.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:45.657 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:45.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:45.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:45.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1... 22:14:45.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:45.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.675 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:45.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 22:14:45.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:45.677 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:45.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:45.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:45.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 22:14:45.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:45.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1 finished successfully 22:14:45.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:45.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:45.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:45.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:45.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:45.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:45.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:45.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:45.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:45.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:45.679 INFO [WorkbenchTestable][System] Deleting system system2 22:14:45.679 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 22:14:45.679 DEBUG [main][TreeItemHandler] Selecting tree item: system2 22:14:45.679 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 22:14:45.681 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 22:14:45.681 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 22:14:45.681 DEBUG [main][TreeItemHandler] Selecting tree item: system2 22:14:45.682 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 22:14:45.691 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 22:14:45.692 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:45.692 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'Connect' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.703 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:14:45.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:45.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.714 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:45.714 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:45.714 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:45.714 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.714 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:45.714 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:45.714 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:45.714 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.714 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:45.714 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:45.714 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:45.714 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:45.714 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 22:14:45.714 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 22:14:45.714 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 22:14:45.714 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2165): Gtk-CRITICAL **: 22:14:45.725: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:14:45.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 22:14:45.752 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 22:14:45.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 22:14:45.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 22:14:45.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:45.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:45.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:45.753 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 22:14:45.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:45.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:45.754 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 22:14:45.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:45.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:45.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:45.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:45.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:45.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2... 22:14:45.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:45.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.793 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:45.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 '\*?\QRemote Systems\E') 22:14:45.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:45.803 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.803 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:45.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:45.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:45.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:45.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:45.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2 finished successfully 22:14:45.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:45.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:45.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:14:45.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:45.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:45.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:45.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:45.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:45.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:45.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:45.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 22:14:45.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:45.805 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:45.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:45.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:45.806 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disconnect_disconnected no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 22:14:45.806 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:45.806 INFO [WorkbenchTestable][RequirementsRunner] Started test: isConnected_false no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 22:14:45.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 22:14:45.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:45.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:45.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:45.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.808 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 22:14:45.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:45.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.810 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:45.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 '\*?\QRemote Systems\E') 22:14:45.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:45.820 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:45.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:45.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:45.821 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 22:14:45.822 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:45.822 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:45.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 22:14:45.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:45.823 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 22:14:45.823 DEBUG [main][TreeItemHandler] Selecting tree item: Local 22:14:45.823 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 22:14:45.825 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 22:14:45.825 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:45.825 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.845 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:45.845 DEBUG [main][MenuItemLookup] Item match:New 22:14:45.845 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 22:14:45.845 DEBUG [main][MenuItemLookup] Item match:Connection... 22:14:45.846 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 22:14:45.846 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 22:14:45.846 INFO [main][MenuItemHandler] Select menu item: &Connection... 22:14:45.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 22:14:45.907 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 22:14:45.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:45.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.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'] 22:14:45.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.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'] 22:14:45.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.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 Connection"] 22:14:45.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:45.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.909 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:45.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:45.909 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 22:14:45.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:45.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:45.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:45.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:14:45.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:45.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:45.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:45.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:45.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:45.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:14:45.911 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:45.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:45.911 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:45.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:45.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:45.911 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 22:14:45.911 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 22:14:45.911 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 22:14:45.912 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 22:14:45.912 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:45.912 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 22:14:45.912 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) 22:14:45.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:45.913 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:45.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:45.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:45.913 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:45.913 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.934 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 22:14:45.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:14:45.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:14:45.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:14:45.935 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 22:14:45.938 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 22:14:45.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:45.938 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:45.939 INFO [WorkbenchTestable][AbstractText] Text set to: system1 22:14:45.939 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:45.939 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 22:14:45.939 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) 22:14:45.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:45.940 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:45.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:45.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:45.940 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:45.940 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:45.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:45.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:45.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:45.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:45.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:45.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:45.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:45.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:45.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:45.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:45.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:45.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:45.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1... 22:14:45.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:45.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:45.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:45.993 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:45.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 22:14:45.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:45.995 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:45.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:45.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14: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 22:14:45.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:45.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:45.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:45.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:45.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:45.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1 finished successfully 22:14:45.997 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 22:14:45.997 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:45.998 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 22:14:45.998 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:45.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:45.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:45.999 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:45.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:46.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 22:14:46.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.008 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 22:14:46.008 DEBUG [main][TreeItemHandler] Selecting tree item: Local 22:14:46.008 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 22:14:46.010 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 22:14:46.011 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:46.011 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.025 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:46.025 DEBUG [main][MenuItemLookup] Item match:New 22:14:46.025 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 22:14:46.025 DEBUG [main][MenuItemLookup] Item match:Connection... 22:14:46.025 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 22:14:46.025 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 22:14:46.025 INFO [main][MenuItemHandler] Select menu item: &Connection... 22:14:46.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 22:14:46.068 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 22:14:46.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:46.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.069 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:46.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.069 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:46.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.069 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 22:14:46.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:46.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.070 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:46.070 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.070 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 22:14:46.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:46.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:46.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:14:46.098 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:46.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:46.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:46.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:46.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:46.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:14:46.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:46.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:46.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:46.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:46.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:46.099 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 22:14:46.099 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 22:14:46.099 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 22:14:46.100 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 22:14:46.100 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:46.100 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 22:14:46.101 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) 22:14:46.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:46.102 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:46.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:46.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:46.102 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:46.102 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.125 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 22:14:46.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:14:46.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:14:46.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:14:46.125 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 22:14:46.131 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 22:14:46.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:46.131 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:46.132 INFO [WorkbenchTestable][AbstractText] Text set to: system2 22:14:46.132 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:46.132 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 22:14:46.132 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) 22:14:46.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:46.133 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:46.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:46.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:46.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:46.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:46.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:46.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:46.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:46.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:46.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:46.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:46.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:46.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2... 22:14:46.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:46.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.174 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:46.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 '\*?\QRemote Systems\E') 22:14:46.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:46.175 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:46.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:46.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:46.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:46.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2 finished successfully 22:14:46.186 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 22:14:46.186 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:46.187 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:46.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 22:14:46.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.188 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 22:14:46.188 DEBUG [main][TreeItemHandler] Selecting tree item: system1 22:14:46.188 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 22:14:46.189 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 22:14:46.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:46.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'Connect' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.212 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:14:46.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:46.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:46.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:46.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.213 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:46.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:46.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:46.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:46.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.215 INFO [WorkbenchTestable][System] Deleting system Local 22:14:46.215 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 22:14:46.215 INFO [WorkbenchTestable][System] Deleting system system1 22:14:46.215 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 22:14:46.215 DEBUG [main][TreeItemHandler] Selecting tree item: system1 22:14:46.215 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 22:14:46.217 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 22:14:46.218 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 22:14:46.218 DEBUG [main][TreeItemHandler] Selecting tree item: system1 22:14:46.218 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 22:14:46.219 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 22:14:46.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:46.220 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.238 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:46.238 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:46.238 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:46.238 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.238 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:46.238 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:46.238 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:46.238 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.238 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:46.238 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.238 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:46.238 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:46.239 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 22:14:46.239 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:14:46.239 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:46.239 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:46.239 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.239 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 22:14:46.239 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 22:14:46.239 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.239 DEBUG [main][MenuItemLookup] Found menu:'Connect' 22:14:46.239 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 22:14:46.239 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.239 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:14:46.239 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:46.239 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.252 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:46.252 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:46.252 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:46.252 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.252 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:46.252 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:46.252 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:46.252 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.252 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:46.252 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.252 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:46.252 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:46.252 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 22:14:46.252 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 22:14:46.252 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 22:14:46.252 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2165): Gtk-CRITICAL **: 22:14:46.263: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:14:46.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 22:14:46.288 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 22:14:46.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 22:14:46.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.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 "Delete") 22:14:46.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:46.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:46.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:46.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 22:14:46.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:46.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:46.290 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 22:14:46.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:46.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:46.290 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:46.290 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:46.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:46.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1... 22:14:46.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:46.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.315 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:46.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 22:14:46.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:46.317 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:46.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:46.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:46.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 22:14:46.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1 finished successfully 22:14:46.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:46.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:46.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:46.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:46.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:46.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:46.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:46.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:46.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:46.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:46.319 INFO [WorkbenchTestable][System] Deleting system system2 22:14:46.319 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 22:14:46.319 DEBUG [main][TreeItemHandler] Selecting tree item: system2 22:14:46.319 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 22:14:46.321 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 22:14:46.321 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 22:14:46.322 DEBUG [main][TreeItemHandler] Selecting tree item: system2 22:14:46.322 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 22:14:46.323 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 22:14:46.324 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:46.324 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'Connect' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.343 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:14:46.343 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:46.343 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.354 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:46.354 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:46.354 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:46.354 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.354 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:46.354 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:46.354 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:46.354 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.354 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:46.354 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.354 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:46.354 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:46.354 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 22:14:46.354 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 22:14:46.354 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 22:14:46.354 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2165): Gtk-CRITICAL **: 22:14:46.365: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:14:46.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 22:14:46.384 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 22:14:46.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 22:14:46.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.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, Matcher matching widgets with text that without mnenomic matches: is "Delete") 22:14:46.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:46.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:46.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:46.384 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 22:14:46.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:46.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:46.385 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 22:14:46.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:46.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:46.385 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:46.385 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:46.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:46.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2... 22:14:46.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:46.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.409 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:46.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 22:14:46.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:46.419 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:46.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:46.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:46.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 22:14:46.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2 finished successfully 22:14:46.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:46.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:46.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:14:46.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:46.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:46.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:46.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:46.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:46.421 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:46.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:46.421 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 22:14:46.421 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:46.421 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:46.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:46.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:46.421 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isConnected_false no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 22:14:46.421 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 22:14:46.421 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:46.421 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:46.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:46.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.917 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.42 s disconnect_disconnected no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) Time elapsed: 0.664 s isConnected_false no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) Time elapsed: 0.615 s Running org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 22:14:46.425 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 22:14:46.426 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:14:46.426 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:46.426 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 22:14:46.426 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:46.426 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:14:46.426 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:46.426 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:14:46.426 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:46.426 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:46.427 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystem_notFound no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 22:14:46.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 22:14:46.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:46.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:46.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:46.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.436 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 22:14:46.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:46.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.438 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:46.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 '\*?\QRemote Systems\E') 22:14:46.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:46.440 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:46.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:46.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:46.441 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 22:14:46.441 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:46.442 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:46.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:46.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.452 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 22:14:46.452 DEBUG [main][TreeItemHandler] Selecting tree item: Local 22:14:46.452 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 22:14:46.454 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 22:14:46.454 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:46.454 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.467 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:46.467 DEBUG [main][MenuItemLookup] Item match:New 22:14:46.468 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 22:14:46.468 DEBUG [main][MenuItemLookup] Item match:Connection... 22:14:46.468 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 22:14:46.468 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 22:14:46.468 INFO [main][MenuItemHandler] Select menu item: &Connection... 22:14:46.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 22:14:46.507 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 22:14:46.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:46.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.508 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:46.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.509 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:46.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.509 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 22:14:46.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:46.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.509 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:46.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.509 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 22:14:46.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:46.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:46.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:14:46.510 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:46.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:46.510 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:46.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:46.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:46.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:14:46.511 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:46.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:46.511 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:46.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:46.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:46.511 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 22:14:46.511 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 22:14:46.511 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 22:14:46.512 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 22:14:46.512 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:46.512 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 22:14:46.512 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) 22:14:46.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:46.513 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:46.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:46.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:46.513 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:46.513 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.534 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 22:14:46.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:14:46.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:14:46.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:14:46.535 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 22:14:46.538 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 22:14:46.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:46.538 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:46.539 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System A 22:14:46.539 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:46.539 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 22:14:46.539 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) 22:14:46.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:46.540 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:46.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:46.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:46.540 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:46.540 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:46.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:46.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:46.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:46.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:46.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:46.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:46.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:46.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:46.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:46.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:46.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:46.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A... 22:14:46.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:46.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.578 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:46.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 '\*?\QRemote Systems\E') 22:14:46.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:46.580 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:46.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:46.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:46.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:46.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A finished successfully 22:14:46.582 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:46.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 22:14:46.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:46.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:46.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:46.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.592 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:46.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:46.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:46.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 22:14:46.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.594 INFO [WorkbenchTestable][System] Deleting system Local 22:14:46.594 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 22:14:46.594 INFO [WorkbenchTestable][System] Deleting system Test Remote System A 22:14:46.594 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 22:14:46.594 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 22:14:46.594 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 22:14:46.595 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 22:14:46.596 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 22:14:46.596 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 22:14:46.596 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 22:14:46.598 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 22:14:46.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:46.598 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'Connect' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.617 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:14:46.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:46.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.627 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:46.627 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:46.627 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:46.627 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.627 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:46.627 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:46.627 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:46.627 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.627 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:46.627 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:46.627 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:46.627 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:46.627 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 22:14:46.627 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 22:14:46.627 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 22:14:46.627 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2165): Gtk-CRITICAL **: 22:14:46.638: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:14:46.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 22:14:46.656 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 22:14:46.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 22:14:46.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:14:46.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:46.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:46.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:46.657 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 22:14:46.657 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:46.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:46.658 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 22:14:46.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:46.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:46.658 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:46.658 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:46.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:46.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A... 22:14:46.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:46.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.679 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:46.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 '\*?\QRemote Systems\E') 22:14:46.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:46.681 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:46.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:46.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:46.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 22:14:46.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A finished successfully 22:14:46.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:46.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:46.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:46.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:46.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:46.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:46.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:46.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:46.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:46.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:46.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 22:14:46.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:46.683 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:46.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:46.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:46.692 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystem_notFound no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 22:14:46.692 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:46.692 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystems no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 22:14:46.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 22:14:46.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:46.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:46.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:46.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.694 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 22:14:46.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:46.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.695 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:46.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 '\*?\QRemote Systems\E') 22:14:46.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:46.697 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:46.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:46.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:46.698 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 22:14:46.698 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:46.699 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:46.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 22:14:46.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.707 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 22:14:46.707 DEBUG [main][TreeItemHandler] Selecting tree item: Local 22:14:46.708 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 22:14:46.709 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 22:14:46.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:46.710 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.722 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:46.722 DEBUG [main][MenuItemLookup] Item match:New 22:14:46.723 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 22:14:46.723 DEBUG [main][MenuItemLookup] Item match:Connection... 22:14:46.723 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 22:14:46.723 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 22:14:46.723 INFO [main][MenuItemHandler] Select menu item: &Connection... 22:14:46.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 22:14:46.764 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 22:14:46.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:46.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.765 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:46.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.765 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:46.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.765 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 22:14:46.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:46.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.765 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:46.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.765 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 22:14:46.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:46.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:46.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:14:46.766 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:46.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:46.767 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:46.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:46.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:46.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:14:46.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:46.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:46.767 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:46.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:46.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:46.767 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 22:14:46.767 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 22:14:46.767 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 22:14:46.768 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 22:14:46.768 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:46.768 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 22:14:46.768 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) 22:14:46.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:46.769 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:46.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:46.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:46.769 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:46.769 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.790 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 22:14:46.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:14:46.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:14:46.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:14:46.790 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 22:14:46.793 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 22:14:46.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:46.794 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:46.794 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System A 22:14:46.794 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:46.794 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 22:14:46.794 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) 22:14:46.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:46.795 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:46.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:46.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:46.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:46.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:46.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:46.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:46.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:46.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:46.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:14:46.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:46.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:46.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:46.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:46.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:46.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:46.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:46.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A... 22:14:46.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:46.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.834 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:46.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 '\*?\QRemote Systems\E') 22:14:46.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:46.835 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:46.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:46.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:46.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 22:14:46.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A finished successfully 22:14:46.837 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 22:14:46.838 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:46.838 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 22:14:46.838 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:46.839 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:46.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 22:14:46.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.847 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 22:14:46.847 DEBUG [main][TreeItemHandler] Selecting tree item: Local 22:14:46.847 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 22:14:46.849 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 22:14:46.850 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:46.850 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.863 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:46.863 DEBUG [main][MenuItemLookup] Item match:New 22:14:46.863 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 22:14:46.863 DEBUG [main][MenuItemLookup] Item match:Connection... 22:14:46.863 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 22:14:46.863 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 22:14:46.863 INFO [main][MenuItemHandler] Select menu item: &Connection... 22:14:46.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 22:14:46.904 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 22:14:46.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:46.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:46.905 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.905 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:46.905 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.905 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.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: "New Connection"] 22:14:46.906 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.906 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:46.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.906 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:46.906 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:46.906 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 22:14:46.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:46.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:46.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:14:46.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:46.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:46.907 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:46.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:46.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:46.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:14:46.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:46.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:46.907 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:46.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:46.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:46.907 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 22:14:46.907 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 22:14:46.907 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 22:14:46.908 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 22:14:46.908 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:46.908 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 22:14:46.908 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) 22:14:46.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:46.909 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:46.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:46.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:46.909 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:46.909 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.935 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 22:14:46.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:14:46.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:14:46.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:14:46.935 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 22:14:46.938 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 22:14:46.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:46.939 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:46.939 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System B 22:14:46.939 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:46.939 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 22:14:46.939 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) 22:14:46.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:46.940 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:46.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:46.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:46.940 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:46.940 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:46.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:46.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:46.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:46.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:46.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:46.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:46.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:46.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:46.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:46.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:46.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:46.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:46.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B... 22:14:46.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:46.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.985 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:46.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 22:14:46.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:46.986 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:46.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:46.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:46.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:46.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B finished successfully 22:14:46.988 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:46.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 22:14:46.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:46.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:46.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:46.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:46.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:46.989 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:46.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:46.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:46.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:46.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:46.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:46.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:46.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:46.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:46.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:46.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:46.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:46.991 INFO [WorkbenchTestable][System] Deleting system Local 22:14:46.991 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 22:14:46.991 INFO [WorkbenchTestable][System] Deleting system Test Remote System A 22:14:46.991 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 22:14:46.991 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 22:14:46.991 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 22:14:46.992 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 22:14:46.993 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 22:14:46.993 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 22:14:46.993 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 22:14:46.994 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 22:14:46.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:46.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'Connect' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.016 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:14:47.016 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:47.016 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.026 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:47.026 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:47.026 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:47.026 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.026 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:47.026 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:47.026 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:47.026 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.026 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:47.026 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.026 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:47.026 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:47.026 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 22:14:47.026 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 22:14:47.026 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 22:14:47.026 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2165): Gtk-CRITICAL **: 22:14:47.037: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:14:47.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 22:14:47.055 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 22:14:47.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 22:14:47.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.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 "Delete") 22:14:47.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:47.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:47.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:47.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 22:14:47.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:47.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:47.056 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 22:14:47.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:47.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:47.056 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:47.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:47.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:47.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A... 22:14:47.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.078 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:47.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.078 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:47.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 '\*?\QRemote Systems\E') 22:14:47.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:47.080 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:47.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:47.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:47.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 22:14:47.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:47.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A finished successfully 22:14:47.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:47.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:47.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:47.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:47.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:47.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:47.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:47.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:47.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:47.090 INFO [WorkbenchTestable][System] Deleting system Test Remote System B 22:14:47.090 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 22:14:47.090 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 22:14:47.090 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 22:14:47.092 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 22:14:47.092 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 22:14:47.092 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 22:14:47.092 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 22:14:47.094 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 22:14:47.094 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:47.094 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'Connect' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.106 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:14:47.106 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:47.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.116 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:47.116 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:47.116 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:47.116 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.116 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:47.116 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:47.116 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:47.116 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.116 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:47.116 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.116 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:47.116 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:47.116 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 22:14:47.116 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 22:14:47.116 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 22:14:47.116 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2165): Gtk-CRITICAL **: 22:14:47.127: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:14:47.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 22:14:47.145 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 22:14:47.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 22:14:47.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14: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 "Delete") 22:14:47.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:47.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:47.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:47.145 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 22:14:47.145 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:47.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:47.146 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 22:14:47.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:47.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:47.146 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:47.146 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:47.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:47.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B... 22:14:47.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:47.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.174 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:47.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 '\*?\QRemote Systems\E') 22:14:47.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:47.176 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:47.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:47.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:47.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 22:14:47.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:47.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B finished successfully 22:14:47.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:47.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:47.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:14:47.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:47.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:47.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:47.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:47.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:47.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:47.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:47.178 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 22:14:47.178 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:47.178 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:47.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:47.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:47.178 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystems no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 22:14:47.178 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:47.178 INFO [WorkbenchTestable][RequirementsRunner] Started test: newConnection no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 22:14:47.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 22:14:47.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:47.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:47.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:47.178 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 22:14:47.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:47.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.181 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:47.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 '\*?\QRemote Systems\E') 22:14:47.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:47.191 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:47.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:47.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:47.193 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:47.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 22:14:47.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:47.194 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 22:14:47.194 DEBUG [main][TreeItemHandler] Selecting tree item: Local 22:14:47.194 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 22:14:47.196 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 22:14:47.196 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:47.196 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.217 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:47.217 DEBUG [main][MenuItemLookup] Item match:New 22:14:47.217 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 22:14:47.217 DEBUG [main][MenuItemLookup] Item match:Connection... 22:14:47.217 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 22:14:47.217 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 22:14:47.217 INFO [main][MenuItemHandler] Select menu item: &Connection... 22:14:47.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 22:14:47.259 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 22:14:47.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:47.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.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'] 22:14:47.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.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'] 22:14:47.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.260 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 22:14:47.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:47.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.261 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:47.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:47.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:47.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:47.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:47.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:47.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:47.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.261 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:47.261 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Cancel wizard 22:14:47.261 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) 22:14:47.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:47.262 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:14:47.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:47.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:47.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:47.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:47.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:47.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:47.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:47.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:14:47.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:47.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:47.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:47.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:47.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:47.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:47.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:47.294 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.294 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:47.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 22:14:47.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:47.295 INFO [WorkbenchTestable][System] Deleting system Local 22:14:47.295 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 22:14:47.295 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 22:14:47.295 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:47.295 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:47.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:47.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:47.295 INFO [WorkbenchTestable][RequirementsRunner] Finished test: newConnection no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 22:14:47.295 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:47.295 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystems_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 22:14:47.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 22:14:47.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:47.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:47.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:47.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:47.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.297 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:47.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 22:14:47.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:47.299 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:47.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:47.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:47.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 22:14:47.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:47.301 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:47.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 22:14:47.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:47.302 INFO [WorkbenchTestable][System] Deleting system Local 22:14:47.302 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 22:14:47.302 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 22:14:47.302 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:47.302 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:47.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:47.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:47.302 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystems_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 22:14:47.302 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:47.302 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 22:14:47.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 22:14:47.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:47.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:47.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:47.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.313 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 22:14:47.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:47.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.315 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:47.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 22:14:47.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:47.317 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:47.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:47.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:47.362 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 22:14:47.362 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:47.363 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:47.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 22:14:47.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:47.364 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 22:14:47.364 DEBUG [main][TreeItemHandler] Selecting tree item: Local 22:14:47.365 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 22:14:47.366 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 22:14:47.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:47.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.401 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:47.401 DEBUG [main][MenuItemLookup] Item match:New 22:14:47.401 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 22:14:47.401 DEBUG [main][MenuItemLookup] Item match:Connection... 22:14:47.401 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 22:14:47.401 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 22:14:47.402 INFO [main][MenuItemHandler] Select menu item: &Connection... 22:14:47.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 22:14:47.442 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 22:14:47.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:47.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:47.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:47.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.443 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 22:14:47.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:47.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.443 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:47.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.443 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 22:14:47.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:47.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:47.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:47.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:14:47.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:47.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:47.445 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:47.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:47.445 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:47.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:14:47.445 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:47.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:47.445 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:47.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:47.445 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:47.445 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 22:14:47.445 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 22:14:47.445 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 22:14:47.446 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 22:14:47.446 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:47.446 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 22:14:47.446 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) 22:14:47.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:47.447 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:47.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:47.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:47.447 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:47.447 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.468 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 22:14:47.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:14:47.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:14:47.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:14:47.469 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 22:14:47.492 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 22:14:47.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:47.493 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:47.493 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System A 22:14:47.494 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:47.494 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 22:14:47.494 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) 22:14:47.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:47.495 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:47.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:47.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:47.495 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:47.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:47.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:47.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:47.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:47.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:47.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:47.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:47.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:47.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:47.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:47.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:47.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:47.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A... 22:14:47.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:47.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.534 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:47.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 '\*?\QRemote Systems\E') 22:14:47.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:47.544 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:47.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:47.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:47.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 22:14:47.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:47.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A finished successfully 22:14:47.546 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 22:14:47.546 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:47.546 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 22:14:47.546 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:47.547 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:47.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 22:14:47.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:47.548 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 22:14:47.548 DEBUG [main][TreeItemHandler] Selecting tree item: Local 22:14:47.548 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 22:14:47.549 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 22:14:47.550 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:47.550 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.571 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:47.571 DEBUG [main][MenuItemLookup] Item match:New 22:14:47.571 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 22:14:47.571 DEBUG [main][MenuItemLookup] Item match:Connection... 22:14:47.571 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 22:14:47.571 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 22:14:47.571 INFO [main][MenuItemHandler] Select menu item: &Connection... 22:14:47.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 22:14:47.612 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 22:14:47.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:47.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.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'] 22:14:47.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.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'] 22:14:47.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.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: "New Connection"] 22:14:47.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 22:14:47.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.613 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:47.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:47.614 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 22:14:47.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:47.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:47.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:47.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:14:47.615 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:47.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:47.615 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:47.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:47.615 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:47.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:14:47.615 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:14:47.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:47.615 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:14:47.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:47.615 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:14:47.615 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 22:14:47.615 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 22:14:47.615 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 22:14:47.616 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 22:14:47.616 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:47.616 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 22:14:47.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) 22:14:47.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:47.617 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:47.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:47.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:47.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:47.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.643 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 22:14:47.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:14:47.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:14:47.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:14:47.644 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 22:14:47.646 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 22:14:47.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:47.647 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:47.647 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System B 22:14:47.647 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 22:14:47.647 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 22:14:47.647 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) 22:14:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:47.649 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:47.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:47.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:47.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:47.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:14:47.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:14:47.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:47.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:47.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:47.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:47.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:47.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:47.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:47.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:47.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:47.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:47.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B... 22:14:47.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:47.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.689 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:47.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 '\*?\QRemote Systems\E') 22:14:47.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:47.691 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:47.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:47.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:47.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:47.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:47.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B finished successfully 22:14:47.694 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:47.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 22:14:47.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:47.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:47.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:47.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:47.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.695 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:47.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:47.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:47.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 22:14:47.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:47.696 INFO [WorkbenchTestable][System] Deleting system Local 22:14:47.696 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 22:14:47.696 INFO [WorkbenchTestable][System] Deleting system Test Remote System A 22:14:47.696 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 22:14:47.696 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 22:14:47.697 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 22:14:47.698 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 22:14:47.698 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 22:14:47.698 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 22:14:47.698 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 22:14:47.700 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 22:14:47.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:47.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.722 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:47.722 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:47.722 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:47.722 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.722 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:47.722 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:47.722 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:47.722 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.722 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:47.722 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.722 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:47.722 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:47.722 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 22:14:47.722 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:14:47.723 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:47.723 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:47.723 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.723 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 22:14:47.723 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 22:14:47.723 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.723 DEBUG [main][MenuItemLookup] Found menu:'Connect' 22:14:47.723 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 22:14:47.723 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.723 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:14:47.723 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:47.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.733 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:47.733 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:47.733 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:47.733 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.733 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:47.733 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:47.733 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:47.733 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.733 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:47.733 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.733 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:47.733 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:47.733 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 22:14:47.733 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 22:14:47.733 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 22:14:47.733 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2165): Gtk-CRITICAL **: 22:14:47.744: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:14:47.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 22:14:47.762 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 22:14:47.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 22:14:47.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:14:47.762 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:47.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:47.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:47.762 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 22:14:47.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:47.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:47.763 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 22:14:47.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:47.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:47.763 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:47.763 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:47.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:47.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A... 22:14:47.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:47.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.786 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 22:14:47.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:47.797 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:47.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:47.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:47.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:47.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:47.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A finished successfully 22:14:47.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:47.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:47.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:14:47.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:47.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:47.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:47.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:47.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:47.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:47.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:47.799 INFO [WorkbenchTestable][System] Deleting system Test Remote System B 22:14:47.799 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 22:14:47.799 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 22:14:47.799 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 22:14:47.801 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 22:14:47.801 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 22:14:47.801 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 22:14:47.801 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 22:14:47.803 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 22:14:47.803 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:47.803 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'Connect' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.822 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 22:14:47.822 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:47.822 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.832 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:47.832 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:47.832 DEBUG [main][MenuItemLookup] Found menu:'Go To' 22:14:47.832 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.832 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:47.832 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 22:14:47.832 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 22:14:47.832 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.832 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:47.832 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:47.832 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:14:47.832 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 22:14:47.832 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 22:14:47.832 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 22:14:47.832 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 22:14:47.832 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:2165): Gtk-CRITICAL **: 22:14:47.843: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:14:47.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 22:14:47.861 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 22:14:47.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 22:14:47.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:14:47.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:47.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:47.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:47.861 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 22:14:47.861 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:47.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:47.862 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 22:14:47.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:47.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:47.862 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:47.862 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:47.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:47.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:47.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B... 22:14:47.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:47.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.883 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:47.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 '\*?\QRemote Systems\E') 22:14:47.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:47.884 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:47.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:47.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:47.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:47.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:47.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B finished successfully 22:14:47.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:47.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:14:47.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:14:47.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:47.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:47.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:47.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:47.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:47.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:47.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:47.886 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 22:14:47.886 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:47.886 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:47.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:47.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:47.887 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 22:14:47.887 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:47.887 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystem_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 22:14:47.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 22:14:47.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:47.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:47.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:47.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:47.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:47.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:47.897 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:47.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 '\*?\QRemote Systems\E') 22:14:47.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:47.898 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:47.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:47.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:47.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 22:14:47.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:47.900 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 22:14:47.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 22:14:47.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:47.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:47.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:47.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:47.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:47.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:47.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:47.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:47.902 INFO [WorkbenchTestable][System] Deleting system Local 22:14:47.902 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 22:14:47.902 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 22:14:47.902 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:47.902 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:47.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:47.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:47.902 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystem_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 22:14:47.902 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 22:14:47.902 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:47.902 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:47.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:47.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.477 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.265 s getSystems no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.486 s newConnection no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.117 s getSystems_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.007 s getSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.585 s getSystem_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.015 s Running org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 22:14:47.906 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 22:14:47.906 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:14:47.906 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:47.906 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 22:14:47.906 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:47.906 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:14:47.913 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:47.914 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:14:47.914 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:47.914 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:47.914 INFO [WorkbenchTestable][RequirementsRunner] Started test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest) 22:14:47.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 22:14:47.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:47.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:47.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:47.915 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest.getRepoTest throws exception: org.eclipse.reddeer.workbench.exception.WorkbenchLayerException: View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask List\E'' is not registered in workbench at org.eclipse.reddeer.workbench.lookup.ViewLookup.findView(ViewLookup.java:59) at org.eclipse.reddeer.workbench.lookup.ViewLookup.findRegisteredViewPath(ViewLookup.java:47) at org.eclipse.reddeer.workbench.impl.view.AbstractView.(AbstractView.java:85) at org.eclipse.reddeer.workbench.impl.view.AbstractView.(AbstractView.java:72) at org.eclipse.reddeer.workbench.impl.view.WorkbenchView.(WorkbenchView.java:32) at org.eclipse.reddeer.eclipse.mylyn.tasks.ui.views.TaskListView.(TaskListView.java:44) at org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest.getRepoTest(TaskListViewTest.java:34) 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) 22:14:47.916 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest.getRepoTest.png 22:14:47.969 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest.getRepoTest.png 22:14:47.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 22:14:47.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:47.970 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:47.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:47.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:47.971 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest) org.eclipse.reddeer.workbench.exception.WorkbenchLayerException: View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask List\E'' is not registered in workbench at org.eclipse.reddeer.workbench.lookup.ViewLookup.findView(ViewLookup.java:59) at org.eclipse.reddeer.workbench.lookup.ViewLookup.findRegisteredViewPath(ViewLookup.java:47) at org.eclipse.reddeer.workbench.impl.view.AbstractView.(AbstractView.java:85) at org.eclipse.reddeer.workbench.impl.view.AbstractView.(AbstractView.java:72) at org.eclipse.reddeer.workbench.impl.view.WorkbenchView.(WorkbenchView.java:32) at org.eclipse.reddeer.eclipse.mylyn.tasks.ui.views.TaskListView.(TaskListView.java:44) at org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest.getRepoTest(TaskListViewTest.java:34) 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) 22:14:47.972 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getRepoTest no-configuration(org.eclipse.reddeer.eclips at org.junit.runners.Suite.runChild(Suite.java:128) e.test.mylyn.tasks.ui.view.TaskListViewTest) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 22:14:47.972 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 22:14:47.972 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.jun at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) it.extension.after.test.impl.CloseAllShellsExt at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 22:14:47.972 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 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) 22:14:47.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:116) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) 22:14:47.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.base/java.lang.Thread.run(Thread.java:834) Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.066 s <<< FAILURE! - 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: 0.057 s <<< ERROR! org.eclipse.reddeer.workbench.exception.WorkbenchLayerException: View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask List\E'' is not registered in workbench at org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest.getRepoTest(TaskListViewTest.java:34) Running org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 22:14:47.976 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 22:14:47.976 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:14:47.976 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:47.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 22:14:47.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:47.976 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:14:47.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:47.976 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:14:47.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:47.976 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:47.977 INFO [WorkbenchTestable][RequirementsRunner] Started test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest) 22:14:47.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 22:14:47.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:47.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:47.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:47.977 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest.getRepoTest throws exception: org.eclipse.reddeer.workbench.exception.WorkbenchLayerException: View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask Repositories\E'' is not registered in workbench at org.eclipse.reddeer.workbench.lookup.ViewLookup.findView(ViewLookup.java:59) at org.eclipse.reddeer.workbench.lookup.ViewLookup.findRegisteredViewPath(ViewLookup.java:47) at org.eclipse.reddeer.workbench.impl.view.AbstractView.(AbstractView.java:85) at org.eclipse.reddeer.workbench.impl.view.AbstractView.(AbstractView.java:72) at org.eclipse.reddeer.workbench.impl.view.WorkbenchView.(WorkbenchView.java:32) at org.eclipse.reddeer.eclipse.mylyn.tasks.ui.views.TaskRepositoriesView.(TaskRepositoriesView.java:50) at org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest.getRepoTest(TaskRepositoriesViewTest.java:35) 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) 22:14:47.977 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest.getRepoTest.png 22:14:48.031 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest.getRepoTest.png 22:14:48.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 22:14:48.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:48.032 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:48.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:48.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:48.032 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest) org.eclipse.reddeer.workbench.exception.WorkbenchLayerException: View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask Repositories\E'' is not registered in workbench at org.eclipse.reddeer.workbench.lookup.ViewLookup.findView(ViewLookup.java:59) at org.eclipse.reddeer.workbench.lookup.ViewLookup.findRegisteredViewPath(ViewLookup.java:47) at org.eclipse.reddeer.workbench.impl.view.AbstractView.(AbstractView.java:85) at org.eclipse.reddeer.workbench.impl.view.AbstractView.(AbstractView.java:72) at org.eclipse.reddeer.workbench.impl.view.WorkbenchView.(WorkbenchView.java:32) at org.eclipse.reddeer.eclipse.mylyn.tasks.ui.views.TaskRepositoriesView.(TaskRepositoriesView.java:50) at org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest.getRepoTest(TaskRepositoriesViewTest.java:35) 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) 22:14:48.033 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getRepoTest no-configuration(org.eclipse.reddeer.eclips at org.junit.runners.ParentRunner.run(ParentRunner.java:413) e.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest) 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) 22:14:48.033 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 22:14:48.033 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.jun at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) it.extension.after.test.impl.CloseAllShellsExt at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 22:14:48.033 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 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) 22:14:48.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:48.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.057 s <<< FAILURE! - 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: 0.055 s <<< ERROR! org.eclipse.reddeer.workbench.exception.WorkbenchLayerException: View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask Repositories\E'' is not registered in workbench at org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest.getRepoTest(TaskRepositoriesViewTest.java:35) Running org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 22:14:48.037 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 22:14:48.037 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:14:48.037 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:48.037 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 22:14:48.038 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:48.038 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:14:48.038 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:48.038 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:14:48.038 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:48.040 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:48.040 INFO [WorkbenchTestable][RequirementsRunner] Started test: openPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 22:14:48.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 22:14:48.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:48.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:48.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:48.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:48.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:48.040 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:14:48.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:48.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:48.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:48.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:48.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:48.041 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:48.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:14:48.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:48.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:48.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:48.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:48.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:48.042 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:48.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:48.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:48.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:48.059 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 22:14:48.060 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 22:14:48.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'] 22:14:48.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:48.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'] 22:14:48.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:48.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 Dynamic Web Project"] 22:14:48.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:48.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'] 22:14:48.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:48.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'] 22:14:48.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:48.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'] 22:14:48.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:48.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 Dynamic Web Project"] 22:14:48.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:48.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'] 22:14:48.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:48.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'] 22:14:48.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:48.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:48.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:48.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:48.061 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:48.061 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:48.061 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:48.061 DEBUG [main][MenuItemLookup] Item match:File 22:14:48.061 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:14:48.062 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:48.065 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:14:48.065 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:14:48.073 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:14:48.073 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:14:48.073 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:14:48.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:14:48.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 'New|Select a wizard'] is available. finished successfully 22:14:48.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:14:48.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:48.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:48.125 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:14:48.125 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:48.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:14:48.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:48.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:48.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:48.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:48.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:48.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:48.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:48.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 22:14:48.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 22:14:48.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:48.131 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 22:14:48.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:48.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 22:14:48.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 22:14:48.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 22:14:48.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:48.131 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 22:14:48.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:48.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 22:14:48.131 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 22:14:48.131 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 22:14:48.132 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 22:14:48.133 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 22:14:48.133 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:14:48.133 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:14:48.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:14:48.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:48.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:48.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:48.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:48.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:48.134 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:48.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:48.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:48.134 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:48.134 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:48.201 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:48.201 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:48.201 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:48.201 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.... 22:14:48.201 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 22:14:48.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 22:14:48.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:48.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:48.202 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 22:14:48.202 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:48.202 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:") 22:14:48.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:48.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:48.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:48.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:48.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:48.203 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:48.204 INFO [WorkbenchTestable][AbstractText] Text set to: webProject 22:14:48.205 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 22:14:48.205 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 22:14:48.206 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) 22:14:48.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:48.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:48.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:48.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:48.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:48.207 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:48.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:48.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:48.207 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:48.207 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:48.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:48.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 22:14:48.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:14:48.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-bhcnj' is not running, skipped 22:14:48.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:48.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:48.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:48.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:48.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:48.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:48.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Associated Perspective?"] is available.... 22:14:48.734 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 22:14:48.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open Perspective") 22:14:48.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:48.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:48.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:48.734 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Associated Perspective?" as the parent 22:14:48.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:48.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:48.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:48.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:48.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:48.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:48.735 INFO [WorkbenchTestable][AbstractButton] Click button &Open Perspective 22:14:48.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:48.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:48.735 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:48.735 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:48.876 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:48.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:48.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:48.876 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:48.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:48.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:48.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:48.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:48.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:48.877 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 22:14:48.878 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 22:14:48.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:48.878 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 22:14:48.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:48.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:48.917 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 22:14:48.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:48.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:48.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:48.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:48.918 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:48.918 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:48.918 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:48.918 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:48.918 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:48.918 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:48.918 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:48.918 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:48.918 DEBUG [main][MenuItemLookup] Item match:Window 22:14:48.918 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:48.918 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:48.918 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:48.918 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:48.918 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:48.918 DEBUG [main][MenuItemLookup] Item match:Show View 22:14:48.921 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 22:14:48.921 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:14:48.921 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 22:14:48.921 DEBUG [main][MenuItemLookup] Found menu:'Markers' 22:14:48.921 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:14:48.921 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:14:48.921 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:14:48.921 DEBUG [main][MenuItemLookup] Found menu:'Properties' 22:14:48.921 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:14:48.921 DEBUG [main][MenuItemLookup] Found menu:'Servers' 22:14:48.921 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 22:14:48.921 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:48.921 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:14:48.921 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:14:48.921 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:14:48.921 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:14:48.921 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:14:49.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:14:49.029 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 22:14:49.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:14:49.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:49.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:49.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:14:49.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:49.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:49.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:49.030 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:14:49.030 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:49.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:49.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:49.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:49.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:49.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:49.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:49.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:49.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:14:49.031 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:14:49.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:49.031 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:14:49.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:49.031 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:14:49.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:14:49.031 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:14:49.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:49.032 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:14:49.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:49.032 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:14:49.032 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 22:14:49.032 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 22:14:49.032 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 22:14:49.096 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 22:14:49.096 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:49.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:49.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:49.096 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:14:49.096 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:49.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:49.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:49.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:14:49.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:49.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:49.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:49.097 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:14:49.097 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:49.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:49.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:49.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:49.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:49.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:49.098 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:14:49.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:49.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:49.098 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:49.098 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:49.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:49.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:49.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 22:14:49.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:49.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:49.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 22:14:49.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:49.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:49.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:49.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:49.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:49.201 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:49.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') 22:14:49.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:49.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:49.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:49.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:49.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:49.202 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:49.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:49.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:49.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:49.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:49.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:49.205 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:49.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:49.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:49.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:49.217 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:49.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:49.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:49.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:49.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:49.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:49.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:49.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:49.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:50.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:50.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:50.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:50.219 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:50.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:50.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:50.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:50.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 22:14:50.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:50.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:50.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:50.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:50.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:50.220 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 22:14:50.220 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:50.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:50.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:50.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:50.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:50.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:50.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:50.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:50.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:51.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:51.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:51.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:51.230 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:51.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:51.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:51.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:51.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:51.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:51.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:51.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:51.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:51.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:51.231 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 22:14:51.232 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:51.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:51.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:51.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:51.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:51.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:51.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:51.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:51.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:51.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:51.233 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:14:51.233 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:14:51.233 DEBUG [main][TreeItemHandler] Set Tree selection 22:14:51.233 DEBUG [main][TreeHandler] Notify Tree about selection event 22:14:51.234 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:14:51.234 DEBUG [WorkbenchTestable][TreeItemHandler] webProject 22:14:51.234 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:51.234 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:51.289 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:51.290 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:51.290 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:14:51.290 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:14:51.290 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:14:51.290 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:14:51.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:51.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:14:51.790 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 22:14:51.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:14:51.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:51.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:51.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:51.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:51.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:14:51.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:51.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:51.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:51.790 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:51.809 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:51.809 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:51.809 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:51.809 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:51.809 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:14:51.809 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:14:51.809 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:51.809 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:14:51.809 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:14:51.809 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:14:51.809 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:14:51.809 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:14:51.810 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:14:51.810 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:14:51.810 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:14:51.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:14:52.361 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 22:14:52.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:14:52.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:52.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:52.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: 32) 22:14:52.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:52.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:52.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:52.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:14:52.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:52.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:52.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:52.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:52.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:52.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:52.365 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:14:52.365 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:14:52.365 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:14:52.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:52.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:52.365 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:52.365 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:52.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:14:52.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:52.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:52.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:52.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:14:52.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:52.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:52.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:52.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:52.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:52.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:52.366 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:14:52.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:52.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:52.366 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:52.366 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:52.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:14:52.368 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:14:52.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:14:52.869 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:14:52.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:52.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:14:52.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:14:52.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:14:52.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:14:52.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:14:52.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:52.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:52.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:52.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:52.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:52.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:52.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 22:14:52.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:52.869 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:52.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:52.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:52.869 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 22:14:52.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:52.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: doNotOpenPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 22:14:52.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 22:14:52.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:52.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:52.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:52.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:52.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:52.871 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:14:52.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:52.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:52.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:52.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:52.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:52.872 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:52.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 '\*?\QPackage Explorer\E') 22:14:52.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:52.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:52.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:52.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:52.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:52.873 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:52.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:52.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:52.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:52.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:52.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:52.874 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 22:14:52.874 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 22:14:52.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:52.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:52.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:52.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:52.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:52.875 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") 22:14:52.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:52.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:52.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:52.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:52.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:14:52.877 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 22:14:52.877 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:14:52.877 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:52.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 22:14:52.925 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 22:14:52.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 22:14:52.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:52.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:52.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 22:14:52.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:52.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:52.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:52.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:14:52.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:52.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:52.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:52.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:52.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:52.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:14:52.926 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 22:14:52.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:14:52.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:14:52.927 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 22:14:52.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:14:52.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:14:52.927 TRACE [main][WidgetHandler] Notify Table with event 13 22:14:52.927 TRACE [main][WidgetHandler] Wait for synchronization 22:14:52.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:52.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:52.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:52.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:14:52.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:52.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:52.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:52.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 "Open") 22:14:52.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:52.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:52.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:52.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:14:52.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:52.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:52.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:52.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:52.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:52.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:52.929 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:14:52.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:52.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:52.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:52.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:52.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:52.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:52.987 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:52.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:52.988 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:52.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:52.988 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 22:14:52.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:52.988 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:52.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:52.988 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:52.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:52.988 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:52.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:52.988 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 22:14:52.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:52.988 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:52.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:52.988 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:52.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:52.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:52.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:52.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:52.989 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:52.989 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:52.989 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:52.989 DEBUG [main][MenuItemLookup] Item match:File 22:14:52.989 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:14:52.989 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:52.993 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:14:52.993 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:14:52.998 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:14:52.998 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:14:52.998 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:14:53.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:14:53.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 'New|Select a wizard'] is available. finished successfully 22:14:53.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:14:53.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:53.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:53.050 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:14:53.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:53.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:14:53.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:53.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:53.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:53.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:53.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:53.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:53.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:53.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 22:14:53.106 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 22:14:53.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:53.106 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 22:14:53.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:53.106 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 22:14:53.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 22:14:53.106 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 22:14:53.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:53.106 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 22:14:53.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:53.106 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 22:14:53.106 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 22:14:53.106 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 22:14:53.106 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 22:14:53.107 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 22:14:53.107 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:14:53.107 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:14:53.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:14:53.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:53.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:53.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:53.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:53.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:53.107 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:53.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:53.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:53.108 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:53.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:53.174 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:53.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:53.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:53.197 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.... 22:14:53.197 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 22:14:53.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 22:14:53.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:53.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:53.197 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 22:14:53.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:53.198 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:") 22:14:53.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:53.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:53.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:53.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:53.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:53.199 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:53.199 INFO [WorkbenchTestable][AbstractText] Text set to: webProject 22:14:53.201 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 22:14:53.201 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 22:14:53.201 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) 22:14:53.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:53.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:53.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:53.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:53.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:53.202 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:53.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:53.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:53.210 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:53.211 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:53.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:53.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 22:14:53.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:14:53.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:14:53.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 22:14:53.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 22:14:53.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:53.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:53.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:53.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:53.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Associated Perspective?"] is available.... 22:14:53.714 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 22:14:53.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 "No", Widget matcher matching widgets with style: 8) 22:14:53.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:53.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:53.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:53.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Associated Perspective?" as the parent 22:14:53.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:53.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:53.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:53.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:53.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:53.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:53.717 INFO [WorkbenchTestable][AbstractButton] Click button &No 22:14:53.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:53.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:53.717 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:53.717 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:53.819 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:53.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:53.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:53.820 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:53.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:53.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:53.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:53.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:53.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:53.821 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 22:14:53.821 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 22:14:53.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:53.821 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 22:14:53.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:53.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:53.860 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 22:14:53.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:53.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:53.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:53.861 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:53.861 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:53.861 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:53.861 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:53.861 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:53.861 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:53.861 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:53.861 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:53.861 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:53.861 DEBUG [main][MenuItemLookup] Item match:Window 22:14:53.862 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:53.862 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:53.862 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:53.862 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:53.862 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:53.862 DEBUG [main][MenuItemLookup] Item match:Show View 22:14:53.866 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:14:53.866 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:14:53.866 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:14:53.866 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:14:53.866 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:14:53.866 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:14:53.866 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:14:53.866 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:14:53.866 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:14:53.866 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:14:53.866 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:14:53.866 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:14:53.866 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:14:53.866 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:14:53.866 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:53.866 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:14:53.866 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:14:53.866 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:14:53.866 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:14:53.866 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:14:53.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:14:53.989 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 22:14:53.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:14:53.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:53.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:53.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:14:53.990 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:53.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:53.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:53.990 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:14:53.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:53.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:53.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:53.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:53.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:53.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:53.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:53.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:53.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:14:53.991 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:14:53.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:53.991 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:14:53.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:53.991 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:14:53.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:14:53.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:14:53.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:53.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:14:53.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:53.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:14:53.992 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 22:14:53.992 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 22:14:53.992 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 22:14:53.992 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 22:14:53.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:53.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:53.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:53.992 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:14:53.992 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:53.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:53.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:53.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 "Open") 22:14:53.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:53.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:53.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:53.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:14:53.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:53.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:53.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:53.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:53.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:53.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:53.994 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:14:53.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:53.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:53.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:53.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:54.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:54.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:54.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 22:14:54.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:54.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:54.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 22:14:54.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:54.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:54.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:54.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:54.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:54.038 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:54.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') 22:14:54.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:54.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:54.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:54.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:54.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:54.039 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:54.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:54.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:54.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:54.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:54.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:54.040 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:54.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:54.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:54.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:54.041 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:54.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:54.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:54.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:54.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:54.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:54.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:54.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:54.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:55.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:55.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:55.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:55.044 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:55.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:55.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:55.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:55.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 22:14:55.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:55.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:55.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:55.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:55.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:55.046 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 22:14:55.046 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:55.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:55.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:55.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:55.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:55.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:55.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:55.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:55.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:56.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:56.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:56.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:56.048 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:56.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:56.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:56.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:56.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:56.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:56.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:56.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:56.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:56.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:56.049 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 22:14:56.049 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:56.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:56.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:56.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:56.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:14:56.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:56.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:56.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:56.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:56.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:56.050 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:14:56.050 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:14:56.050 DEBUG [main][TreeItemHandler] Set Tree selection 22:14:56.050 DEBUG [main][TreeHandler] Notify Tree about selection event 22:14:56.051 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:14:56.051 DEBUG [WorkbenchTestable][TreeItemHandler] webProject 22:14:56.051 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:56.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:56.105 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:14:56.105 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:14:56.106 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:14:56.106 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:14:56.106 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:14:56.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:56.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:14:56.606 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 22:14:56.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:14:56.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:56.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:56.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:14:56.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:56.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:56.606 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:14:56.606 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:56.624 DEBUG [main][MenuItemLookup] Found menu:'New' 22:14:56.624 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:14:56.624 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:56.624 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:14:56.624 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:14:56.624 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:14:56.624 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:56.624 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:14:56.624 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:14:56.624 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:14:56.624 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:14:56.624 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:14:56.624 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:14:56.624 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:14:56.624 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:14:56.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:14:57.198 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 22:14:57.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:14:57.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:57.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:57.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:14:57.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:57.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:57.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:57.201 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:14:57.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:57.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:57.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:57.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:57.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:57.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:57.201 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:14:57.201 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:14:57.201 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:14:57.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:57.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:57.202 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:57.202 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:57.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:14:57.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:57.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:57.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:57.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:14:57.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:57.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:57.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:57.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:57.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:57.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:57.203 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:14:57.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:57.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:57.203 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:57.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:57.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:14:57.205 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:14:57.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:14:57.706 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:14:57.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:57.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:14:57.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:14:57.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:57.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:57.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:57.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:57.706 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 22:14:57.706 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:14:57.706 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:57.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:57.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:57.706 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doNotOpenPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 22:14:57.706 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:14:57.706 INFO [WorkbenchTestable][RequirementsRunner] Started test: testThrowException no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 22:14:57.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 22:14:57.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:14:57.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:14:57.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:14:57.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:57.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:57.707 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:14:57.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:57.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:57.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:57.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:57.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:57.708 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:57.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:14:57.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:57.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:57.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:57.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:57.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:57.708 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:57.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:57.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:57.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:57.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:57.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:57.709 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 22:14:57.709 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 22:14:57.711 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:57.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:57.711 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:57.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:57.711 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 22:14:57.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:57.711 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:57.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:57.711 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:57.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:57.711 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:57.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:57.711 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 22:14:57.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:57.711 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:14:57.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14: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'] 22:14:57.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:57.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:57.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:57.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:57.712 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:57.712 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:57.712 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:57.712 DEBUG [main][MenuItemLookup] Item match:File 22:14:57.713 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:14:57.713 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:57.714 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:14:57.714 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:14:57.722 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:14:57.722 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:14:57.722 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:14:57.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 'New|Select a wizard'] is available.... 22:14:57.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 22:14:57.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:14:57.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:57.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:57.773 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:14:57.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:57.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:14:57.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:57.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:57.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:57.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 22:14:57.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 22:14:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:57.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 22:14:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:57.775 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 22:14:57.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 22:14:57.775 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 22:14:57.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:57.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 22:14:57.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:57.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 22:14:57.779 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 22:14:57.779 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 22:14:57.779 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 22:14:57.779 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 22:14:57.779 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:14:57.779 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:14:57.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:14:57.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:57.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:57.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:57.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:57.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:57.781 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:14:57.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:57.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:57.781 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:57.781 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:57.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'] 22:14:57.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:57.855 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:57.856 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.... 22:14:57.856 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 22:14:57.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 22:14:57.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:57.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:57.856 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 22:14:57.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:14:57.857 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:") 22:14:57.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:57.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:57.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:57.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:57.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:14:57.858 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:14:57.858 INFO [WorkbenchTestable][AbstractText] Text set to: webProject 22:14:57.860 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 22:14:57.860 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 22:14:57.860 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) 22:14:57.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:57.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:57.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:57.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:57.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:57.861 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:14:57.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:57.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:57.861 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:57.861 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:57.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:14:57.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 22:14:57.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 22:14:57.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:14:57.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:14:57.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:14:57.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:14:57.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:14:57.864 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:14:57.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:57.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:57.864 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell New Dynamic Web Project 22:14:57.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 22:14:57.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:57.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:57.865 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") 22:14:57.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:57.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:57.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:57.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:57.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:57.866 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:57.866 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:57.866 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 22:14:57.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:57.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:57.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:58.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:58.367 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:58.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:58.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:58.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:58.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:58.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:58.368 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 22:14:58.368 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 22:14:58.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:58.369 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 22:14:58.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:58.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:58.402 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 22:14:58.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:58.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:58.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:58.402 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:58.402 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:14:58.402 DEBUG [main][MenuItemLookup] Found menu:'File' 22:14:58.402 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:14:58.402 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:14:58.402 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:14:58.402 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:14:58.402 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:14:58.402 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:14:58.402 DEBUG [main][MenuItemLookup] Item match:Window 22:14:58.403 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:14:58.403 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:14:58.403 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:14:58.403 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:58.403 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:14:58.403 DEBUG [main][MenuItemLookup] Item match:Show View 22:14:58.406 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:14:58.406 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:14:58.406 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:14:58.406 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:14:58.406 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:14:58.406 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:14:58.406 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:14:58.406 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:14:58.406 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:14:58.406 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:14:58.406 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:14:58.406 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:14:58.406 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:14:58.406 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:14:58.406 DEBUG [main][MenuItemLookup] Found menu:'' 22:14:58.406 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:14:58.406 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:14:58.406 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:14:58.406 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:14:58.406 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:14:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:14:58.500 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 22:14:58.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:14:58.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:58.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:58.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:14:58.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:58.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:58.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:58.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:14:58.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:58.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:58.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:58.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:58.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:58.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:58.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:14:58.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:14:58.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:14:58.512 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:14:58.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:58.512 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:14:58.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:58.512 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:14:58.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:14:58.512 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:14:58.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:14:58.512 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:14:58.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:14:58.512 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:14:58.512 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 22:14:58.512 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 22:14:58.513 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 22:14:58.513 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 22:14:58.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:58.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:58.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:58.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:14:58.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:58.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:58.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:58.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 "Open") 22:14:58.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:14:58.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:14:58.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:14:58.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:14:58.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:14:58.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:58.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:58.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:58.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:58.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:14:58.514 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:14:58.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:14:58.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:14:58.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:14:58.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:14:58.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:14:58.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:14:58.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 22:14:58.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:58.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:58.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 22:14:58.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:58.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:58.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:14:58.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:14:58.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:14:58.554 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:14:58.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:14:58.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:58.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:58.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:58.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:58.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:14:58.555 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:58.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:58.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:58.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:14:58.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:14:58.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:14:58.557 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:58.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:58.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:58.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:58.557 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:58.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:58.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:58.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:58.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:58.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:58.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:59.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:59.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:59.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:59.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:14:59.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:14:59.559 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:59.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:59.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:59.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:59.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 22:14:59.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:59.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:59.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:14:59.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:14:59.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:14:59.561 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 22:14:59.561 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:14:59.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:14:59.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:14:59.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:14:59.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:14:59.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:14:59.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:15:00.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:00.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:15:00.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:00.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:15:00.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:15:00.563 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:15:00.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:15:00.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:00.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:15:00.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 22:15:00.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:00.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:00.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:00.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:00.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:15:00.564 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 22:15:00.564 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:15:00.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:15:00.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:00.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:15:00.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 22:15:00.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:00.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:00.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:00.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:00.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:15:00.565 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:15:00.565 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:15:00.566 DEBUG [main][TreeItemHandler] Set Tree selection 22:15:00.566 DEBUG [main][TreeHandler] Notify Tree about selection event 22:15:00.567 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:15:00.567 DEBUG [WorkbenchTestable][TreeItemHandler] webProject 22:15:00.567 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:15:00.567 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'New' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:00.587 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:15:00.587 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:15:00.587 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:15:00.587 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:15:00.588 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:15:00.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:15:00.588 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 22:15:00.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 22:15:01.088 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 22:15:01.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:15:01.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:15:01.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:15:01.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:15:01.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:15:01.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:15:01.088 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:15:01.088 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:15:01.106 DEBUG [main][MenuItemLookup] Found menu:'New' 22:15:01.106 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:15:01.106 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:01.106 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 22:15:01.106 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:15:01.106 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:15:01.106 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:01.106 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:15:01.106 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:15:01.106 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:15:01.106 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:15:01.106 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:15:01.106 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:15:01.106 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:15:01.106 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:15:01.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:15:01.659 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 22:15:01.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:15:01.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:15:01.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:15:01.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:15:01.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:15:01.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:01.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:01.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:15:01.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:15:01.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:01.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:01.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:01.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:01.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:15:01.662 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:15:01.662 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:15:01.662 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:15:01.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:15:01.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:15:01.662 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:15:01.662 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:15:01.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:15:01.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:15:01.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:01.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:01.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:15:01.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:15:01.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:01.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:01.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:01.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:01.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:15:01.663 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:15:01.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:15:01.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:15:01.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:15:01.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:15:01.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:15:01.665 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:15:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:15:02.166 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:15:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:15:02.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:15:02.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:15:02.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:15:02.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:15:02.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:15:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:15:02.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 22:15:02.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:15:02.166 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:15:02.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:02.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:02.167 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testThrowException no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 22:15:02.167 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 22:15:02.167 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:15:02.167 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:15:02.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:02.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.13 s - in org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest openPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) Time elapsed: 4.829 s doNotOpenPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) Time elapsed: 4.837 s testThrowException no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) Time elapsed: 4.461 s Running org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 22:15:02.188 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 22:15:02.189 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:15:02.189 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:15:02.189 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 22:15:02.189 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:15:02.189 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:15:02.189 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:15:02.189 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:15:02.189 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:15:02.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:02.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:15:02.192 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 22:15:02.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:15:02.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:15:02.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:15:02.193 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:15:02.193 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:15:02.193 DEBUG [main][MenuItemLookup] Found menu:'File' 22:15:02.193 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:15:02.193 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:15:02.193 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:15:02.193 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:15:02.193 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:15:02.193 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:15:02.193 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:15:02.193 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:15:02.193 DEBUG [main][MenuItemLookup] Item match:Window 22:15:02.194 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:15:02.194 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:15:02.194 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:15:02.194 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:02.194 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:15:02.194 DEBUG [main][MenuItemLookup] Item match:Show View 22:15:02.198 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:15:02.198 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:15:02.198 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:15:02.198 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:15:02.198 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:15:02.198 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:15:02.198 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:15:02.198 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:15:02.198 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:15:02.198 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:15:02.198 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:15:02.198 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:15:02.198 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:15:02.198 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:15:02.198 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:02.198 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:15:02.198 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:15:02.198 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:15:02.198 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:15:02.198 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:15:02.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:15:02.263 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 22:15:02.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:15:02.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:15:02.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:15:02.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:15:02.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:15:02.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:02.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:02.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:15:02.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:15:02.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:02.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:02.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:02.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:02.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:15:02.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:15:02.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:15:02.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:15:02.266 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:15:02.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:15:02.266 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:15:02.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:15:02.266 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:15:02.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:15:02.266 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:15:02.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:15:02.266 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:15:02.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:15:02.266 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:15:02.267 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 22:15:02.267 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 22:15:02.267 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 22:15:02.267 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 22:15:02.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:15:02.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:02.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:02.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:15:02.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:15:02.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:02.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:02.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 22:15:02.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:15:02.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:02.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:02.268 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:15:02.268 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:15:02.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:02.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:02.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:02.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:02.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:15:02.268 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:15:02.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:15:02.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:15:02.268 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:15:02.268 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:15:02.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:15:02.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:15:02.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 22:15:02.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:02.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:02.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 22:15:02.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:02.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:02.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:15:02.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:15:02.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:15:02.314 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:15:02.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 '\*?\QProject Explorer\E') 22:15:02.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:02.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:02.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:02.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:02.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:15:02.314 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:15:02.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:15:02.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:02.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:15:02.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:15:02.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:15:02.316 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:15:02.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:15:02.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:02.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:15:02.316 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:15:02.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:15:02.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:02.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:15:02.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:02.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:02.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:15:02.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:02.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:15:03.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:03.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:15:03.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:15:03.318 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:15:03.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:15:03.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:03.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:15:03.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 22:15:03.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:03.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:03.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:03.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:03.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:15:03.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'] 22:15:03.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:15:03.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'] 22:15:03.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:15:03.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 Maven Project"] 22:15:03.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:15:03.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'] 22:15:03.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:15:03.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'] 22:15:03.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:15:03.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'] 22:15:03.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:15:03.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 Maven Project"] 22:15:03.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:15:03.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'] 22:15:03.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:15:03.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'] 22:15:03.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:15:03.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:15:03.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:15:03.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:15:03.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:15:03.320 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:15:03.320 DEBUG [main][MenuItemLookup] Found menu:'File' 22:15:03.320 DEBUG [main][MenuItemLookup] Item match:File 22:15:03.321 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:15:03.321 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'File' 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:03.323 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:15:03.323 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:15:03.323 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:15:03.323 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:15:03.323 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:15:03.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.... 22:15:03.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 'New|Select a wizard'] is available. finished successfully 22:15:03.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:15:03.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:15:03.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:15:03.375 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:15:03.375 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:15:03.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:15:03.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:03.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:03.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:03.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:03.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:15:03.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:15:03.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:15:03.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 22:15:03.380 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 22:15:03.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:15:03.380 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 22:15:03.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:15:03.380 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 22:15:03.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 22:15:03.380 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 22:15:03.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:15:03.380 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 22:15:03.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:15:03.380 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 22:15:03.381 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven Project 22:15:03.381 DEBUG [main][TreeItemHandler] Selecting tree item: Maven Project 22:15:03.381 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven Project about selection 22:15:03.382 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven Project 22:15:03.382 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:15:03.382 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:15:03.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:15:03.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:03.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:03.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:03.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:03.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:15:03.383 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:15:03.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:15:03.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:15:03.383 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:15:03.383 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:15:03.478 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:15:03.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:15:03.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:15:03.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available.... 22:15:03.479 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 22:15:03.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Maven Project 22:15:03.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:15:03.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:15:03.479 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 22:15:03.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:15:03.480 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)") 22:15:03.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:03.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:03.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:03.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:03.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:15:03.480 INFO [WorkbenchTestable][CheckBox] Select checkbox Create a &simple project (skip archetype selection) 22:15:03.481 INFO [WorkbenchTestable][CheckBox] Check checkbox Create a &simple project (skip archetype selection) 22:15:03.481 INFO [WorkbenchTestable][AbstractButton] Click button Create a &simple project (skip archetype selection) 22:15:03.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:15:03.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:15:03.481 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:15:03.481 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:15:03.481 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 22:15:03.481 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 22:15:03.481 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) 22:15:03.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:03.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:03.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:03.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:03.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:15:03.482 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:15:03.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:15:03.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:15:03.482 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:15:03.482 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:15:03.492 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:") 22:15:03.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:03.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:03.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:03.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:03.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:15:03.494 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:mavenProjectTest 22:15:03.505 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:") 22:15:03.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:03.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:03.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:03.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:03.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:15:03.508 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:mavenProjectTest 22:15:03.511 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 22:15:03.511 INFO [WorkbenchTestable][MavenProjectWizard] Finish wizard 22:15:03.511 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) 22:15:03.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:03.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:03.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:03.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:03.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:15:03.513 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:15:03.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:15:03.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:15:03.513 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:15:03.513 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:15:03.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:15:03.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:15:03.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:15:03.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating project "mavenProjectTest"' has no excuses, wait for it 22:15:04.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:15:04.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:15:04.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:15:04.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:15:04.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:15:04.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:15:04.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:15:04.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:15:04.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:15:04.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:15:04.112 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:15:04.112 INFO [WorkbenchTestable][RequirementsRunner] Started test: updateMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest) 22:15:04.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 22:15:04.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:15:04.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:15:04.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:15:04.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:04.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:04.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:15:04.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:15:04.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:15:04.114 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:15:04.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 '\*?\QProject Explorer\E') 22:15:04.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:04.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:04.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:04.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:04.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:15:04.114 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:15:04.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:15:04.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:04.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:15:04.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:15:04.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:15:04.116 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:15:04.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:15:04.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:04.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:15:04.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:04.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:04.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:15:04.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:04.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:15:05.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:05.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:15:05.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:15:05.118 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:15:05.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:15:05.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:05.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:15:05.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 22:15:05.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:05.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:05.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:05.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:05.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:15:05.120 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name mavenProjectTest 22:15:05.121 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item mavenProjectTest 22:15:05.121 DEBUG [main][TreeItemHandler] Selecting tree item: mavenProjectTest 22:15:05.121 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item mavenProjectTest about selection 22:15:05.147 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: mavenProjectTest 22:15:05.191 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:15:05.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'New' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Team' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 22:15:05.212 DEBUG [main][MenuItemLookup] Found menu:'Maven' 22:15:05.212 DEBUG [main][MenuItemLookup] Item match:Maven 22:15:05.214 DEBUG [main][MenuItemLookup] Found menu:'Add Dependency' 22:15:05.214 DEBUG [main][MenuItemLookup] Found menu:'Add Plugin' 22:15:05.214 DEBUG [main][MenuItemLookup] Found menu:'New Maven Module Project' 22:15:05.214 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:05.214 DEBUG [main][MenuItemLookup] Found menu:'Download Javadoc' 22:15:05.214 DEBUG [main][MenuItemLookup] Found menu:'Download Sources' 22:15:05.214 DEBUG [main][MenuItemLookup] Found menu:'Update Project... Alt+F5' 22:15:05.214 DEBUG [main][MenuItemLookup] Item match:Update Project... Alt+F5 22:15:05.214 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Update Project... Alt+F5" 22:15:05.214 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Update Project... Alt+F5 22:15:05.215 INFO [main][MenuItemHandler] Select menu item: &Update Project... Alt+F5 22:15:05.363 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.... 22:15:05.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:15:05.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:15:05.364 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 22:15:05.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Update Maven Project 22:15:05.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:15:05.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:15:05.397 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") 22:15:05.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:05.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:05.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:05.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:05.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:15:05.398 INFO [WorkbenchTestable][CheckBox] Select checkbox Clean projects 22:15:05.398 DEBUG [WorkbenchTestable][CheckBox] Checkbox Clean projects already selected, no action performed 22:15:05.398 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) 22:15:05.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:05.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:05.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:05.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:05.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:15:05.399 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:15:05.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:15:05.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:15:05.399 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:15:05.399 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:15:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Update Maven Project"] is available.... 22:15:05.428 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 22:15:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:15:05.428 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 22:15:05.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Project' has no excuses, wait for it 22:15:05.928 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 22:15:05.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph Update' is a system job, skipped 22:15:05.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:15:05.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:15:05.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:15:05.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:15:05.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:15:05.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:15:05.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:15:05.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:15:05.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:15:05.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:15:05.928 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:15:05.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:15:05.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 22:15:05.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:15:05.928 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:15:05.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:05.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:05.928 INFO [WorkbenchTestable][RequirementsRunner] Finished test: updateMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest) 22:15:05.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:05.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:05.929 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:15:05.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:05.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:05.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:15:05.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:15:05.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:15:05.930 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:15:05.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:15:05.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:05.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:05.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:05.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:05.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:15:05.931 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:15:05.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:15:05.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:05.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:15:05.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:15:05.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:15:05.933 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:15:05.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:15:05.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:05.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:15:05.933 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:15:05.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:15:05.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:05.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:15:05.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:05.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:05.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:15:06.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:06.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:15:06.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:06.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:15:06.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:15:06.935 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:15:06.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:15:06.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:06.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:15:06.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 22:15:06.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:06.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:06.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:06.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:06.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:15:06.937 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name mavenProjectTest 22:15:06.937 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:15:06.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:15:06.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:06.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:15:06.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:06.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:06.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:15:07.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:07.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:15:07.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:07.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:15:07.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:15:07.939 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:15:07.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:15:07.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:07.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:15:07.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 22:15:07.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:07.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:07.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:07.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:07.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:15:07.940 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name mavenProjectTest 22:15:07.940 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:15:07.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:15:07.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:07.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:15:07.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:15:07.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:07.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:07.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:07.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:07.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:15:07.941 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:15:07.941 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:15:07.941 DEBUG [main][TreeItemHandler] Set Tree selection 22:15:07.942 DEBUG [main][TreeHandler] Notify Tree about selection event 22:15:07.946 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:15:07.949 DEBUG [WorkbenchTestable][TreeItemHandler] mavenProjectTest 22:15:07.949 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:15:07.949 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:15:07.969 DEBUG [main][MenuItemLookup] Found menu:'New' 22:15:07.969 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:15:07.969 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:07.969 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:15:07.969 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:07.969 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:15:07.969 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:15:07.969 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:15:07.969 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:15:07.969 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 22:15:07.969 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:15:07.969 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:15:07.969 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:07.969 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:15:07.969 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:15:07.969 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:07.969 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:15:07.969 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:15:07.969 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:15:07.969 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:15:07.970 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:15:07.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:15:07.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:15:08.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:15:08.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:15:08.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:15:08.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:15:08.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:15:08.470 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:15:08.470 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:15:08.510 DEBUG [main][MenuItemLookup] Found menu:'New' 22:15:08.510 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:15:08.510 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:08.510 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:15:08.510 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:08.510 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:15:08.510 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:15:08.510 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:15:08.510 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:15:08.510 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:15:08.510 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:15:08.510 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:15:08.510 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:15:08.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:15:09.063 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 22:15:09.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:15:09.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:15:09.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:15:09.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:15:09.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:15:09.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:09.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:09.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:15:09.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:15:09.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:09.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:09.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:09.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:09.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:15:09.066 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:15:09.067 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:15:09.067 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:15:09.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:15:09.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:15:09.067 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:15:09.067 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:15:09.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:15:09.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:15:09.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:09.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:09.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:15:09.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:15:09.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:09.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:09.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:09.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:09.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:15:09.068 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:15:09.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:15:09.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:15:09.068 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:15:09.068 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:15:09.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:15:09.071 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:15:09.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:15:09.571 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:15:09.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:15:09.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 22:15:09.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:15:09.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:15:09.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 22:15:09.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 22:15:09.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 22:15:09.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:15:09.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:15:09.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:15:09.571 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 22:15:09.572 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:15:09.572 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:15:09.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:09.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.384 s - in org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest updateMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest) Time elapsed: 1.816 s Running org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 22:15:09.577 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 22:15:09.577 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:15:09.577 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:15:09.577 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 22:15:09.577 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:15:09.577 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:15:09.578 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:15:09.578 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:15:09.578 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:15:09.578 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:15:09.578 INFO [WorkbenchTestable][RequirementsRunner] Started test: testBrowserEditor no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 22:15:09.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 22:15:09.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:15:09.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:15:09.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:15:09.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72c42aa4 is found... 22:15:09.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72c42aa4 is found finished successfully 22:15:09.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qbrowser\E') 22:15:09.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:09.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:09.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:09.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:09.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:15:09.652 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:09.652 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 22:15:09.652 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 22:15:09.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:15:09.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:09.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:09.652 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 22:15:09.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:15:09.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:09.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:09.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:09.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:09.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 22:15:09.653 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 22:15:09.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:09.653 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:10.022 DEBUG [main][BrowserProgressListener] Calling chanded() 22:15:10.153 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:10.223 DEBUG [main][BrowserProgressListener] Calling chanded() 22:15:10.447 DEBUG [main][BrowserProgressListener] Calling chanded() 22:15:10.448 DEBUG [main][BrowserProgressListener] Calling chanded() 22:15:10.653 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:10.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:10.653 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 22:15:20.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:20.654 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:20.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:20.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:20.654 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:20.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:20.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:20.654 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:20.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:20.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:20.654 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:20.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:20.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:20.655 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:20.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:20.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:20.655 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:20.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:20.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:20.655 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:20.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:20.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:20.655 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:20.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:20.656 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:20.657 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

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.

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.

CSS Cascading and Inheritance Level 3 is a W3C Recommendation

11 February 2021 | Archive

The CSS Working Group has published CSS Cascading and Inheritance Level 3 as a W3C Recommendation. This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.

CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, etc.

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.

Six Internationalization Gap-analysis First Public Working Drafts published

4 February 2021 | Archive

The Internationalization Working Group has published First Public Working Drafts for six documents that explore gaps in language support on the Worldwide Web:

These drafts complement the 21 Gap-analysis documents published last June.

We are looking for expert contributors who can help us move this work forward by answering questions, documenting gaps in support, and creating tests. For more information about the program, see this 15 minute overview (slides).

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

Institut National de Recherche en Informatique et en Automatique (INRIA) logo

Institut National de Recherche en Informatique et en Automatique (INRIA)

Inria is a founding member of W3C. Inria is the french national research institute dedicated to digital sciences, addressing scientific and technological challenges in IT and playing an active role in technology transfer. Inria was also the European host of W3C until 2002 and actively contributes to W3C groups and activities.

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 22:15:20.657 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 22:15:20.657 DEBUG [WorkbenchTestable][EditorHandler] Closing editor browser 22:15:20.685 DEBUG [WorkbenchTestable][EditorHandler] Editor browser is closed 22:15:20.685 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 22:15:20.685 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:15:20.685 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:15:20.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:20.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:20.685 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testBrowserEditor no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 22:15:20.685 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:15:20.686 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWebBrowserView no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 22:15:20.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 22:15:20.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:15:20.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:15:20.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:15:20.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:20.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:15:20.688 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E'' view via menu. 22:15:20.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:15:20.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:15:20.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:15:20.689 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:15:20.689 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:15:20.689 DEBUG [main][MenuItemLookup] Found menu:'File' 22:15:20.689 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:15:20.689 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:15:20.689 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:15:20.689 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:15:20.689 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:15:20.689 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:15:20.689 DEBUG [main][MenuItemLookup] Item match:Window 22:15:20.689 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:15:20.689 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:15:20.689 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:15:20.689 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:20.689 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:15:20.689 DEBUG [main][MenuItemLookup] Item match:Show View 22:15:20.693 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:15:20.693 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:15:20.693 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:15:20.693 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:15:20.693 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:15:20.693 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:15:20.693 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:15:20.693 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:15:20.693 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:15:20.693 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:15:20.693 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:15:20.693 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:15:20.693 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:15:20.693 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:15:20.693 DEBUG [main][MenuItemLookup] Found menu:'' 22:15:20.693 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:15:20.693 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:15:20.693 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:15:20.693 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:15:20.693 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:15:20.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:15:20.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 22:15:20.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:15:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:15:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:15:20.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:15:20.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:15:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:20.755 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:15:20.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:15:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:20.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:20.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:20.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:15:20.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:15:20.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:15:20.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:15:20.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:15:20.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:15:20.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:15:20.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:15:20.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:15:20.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:15:20.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:15:20.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:15:20.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:15:20.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:15:20.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:15:20.757 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Internal Web Browser 22:15:20.757 DEBUG [main][TreeItemHandler] Selecting tree item: Internal Web Browser 22:15:20.757 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Internal Web Browser about selection 22:15:20.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Internal Web Browser 22:15:20.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:15:20.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:20.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:20.757 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:15:20.757 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:15:20.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:20.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:20.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 22:15:20.758 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:15:20.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:20.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:20.758 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:15:20.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:15:20.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:20.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:20.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:20.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:20.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:15:20.758 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:15:20.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:15:20.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:15:20.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:15:20.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:15:20.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:15:20.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:15:20.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open... 22:15:20.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:20.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:20.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open finished successfully 22:15:20.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:20.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:20.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:15:20.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:15:20.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:15:20.807 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:15:20.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 '\*?\QInternal Web Browser\E') 22:15:20.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:20.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:20.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:20.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:20.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:15:20.809 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 22:15:20.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 22:15:20.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:20.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:15:20.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:15:20.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:15:20.812 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 22:15:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:20.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:20.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:20.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 22:15:20.813 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 22:15:20.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 22:15:20.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:20.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 22:15:20.813 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 22:15:20.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:20.844 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:20.855 DEBUG [main][BrowserProgressListener] Calling chanded() 22:15:21.261 DEBUG [main][BrowserProgressListener] Calling chanded() 22:15:21.344 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:21.478 DEBUG [main][BrowserProgressListener] Calling chanded() 22:15:21.845 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:21.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:21.845 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 22:15:31.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:31.845 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:31.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:31.845 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 22:15:31.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 22:15:31.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:31.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

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.

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.

CSS Cascading and Inheritance Level 3 is a W3C Recommendation

11 February 2021 | Archive

The CSS Working Group has published CSS Cascading and Inheritance Level 3 as a W3C Recommendation. This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.

CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, etc.

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.

Six Internationalization Gap-analysis First Public Working Drafts published

4 February 2021 | Archive

The Internationalization Working Group has published First Public Working Drafts for six documents that explore gaps in language support on the Worldwide Web:

These drafts complement the 21 Gap-analysis documents published last June.

We are looking for expert contributors who can help us move this work forward by answering questions, documenting gaps in support, and creating tests. For more information about the program, see this 15 minute overview (slides).

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

Institut National de Recherche en Informatique et en Automatique (INRIA) logo

Institut National de Recherche en Informatique et en Automatique (INRIA)

Inria is a founding member of W3C. Inria is the french national research institute dedicated to digital sciences, addressing scientific and technological challenges in IT and playing an active role in technology transfer. Inria was also the European host of W3C until 2002 and actively contributes to W3C groups and activities.

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 22:15:31.848 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 22:15:31.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 22:15:31.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:31.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

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.

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.

CSS Cascading and Inheritance Level 3 is a W3C Recommendation

11 February 2021 | Archive

The CSS Working Group has published CSS Cascading and Inheritance Level 3 as a W3C Recommendation. This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.

CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, etc.

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.

Six Internationalization Gap-analysis First Public Working Drafts published

4 February 2021 | Archive

The Internationalization Working Group has published First Public Working Drafts for six documents that explore gaps in language support on the Worldwide Web:

These drafts complement the 21 Gap-analysis documents published last June.

We are looking for expert contributors who can help us move this work forward by answering questions, documenting gaps in support, and creating tests. For more information about the program, see this 15 minute overview (slides).

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

Institut National de Recherche en Informatique et en Automatique (INRIA) logo

Institut National de Recherche en Informatique et en Automatique (INRIA)

Inria is a founding member of W3C. Inria is the french national research institute dedicated to digital sciences, addressing scientific and technological challenges in IT and playing an active role in technology transfer. Inria was also the European host of W3C until 2002 and actively contributes to W3C groups and activities.

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 22:15:31.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:31.849 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:31.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:31.849 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 22:15:31.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 22:15:31.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:31.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

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.

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.

CSS Cascading and Inheritance Level 3 is a W3C Recommendation

11 February 2021 | Archive

The CSS Working Group has published CSS Cascading and Inheritance Level 3 as a W3C Recommendation. This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.

CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, etc.

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.

Six Internationalization Gap-analysis First Public Working Drafts published

4 February 2021 | Archive

The Internationalization Working Group has published First Public Working Drafts for six documents that explore gaps in language support on the Worldwide Web:

These drafts complement the 21 Gap-analysis documents published last June.

We are looking for expert contributors who can help us move this work forward by answering questions, documenting gaps in support, and creating tests. For more information about the program, see this 15 minute overview (slides).

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

Institut National de Recherche en Informatique et en Automatique (INRIA) logo

Institut National de Recherche en Informatique et en Automatique (INRIA)

Inria is a founding member of W3C. Inria is the french national research institute dedicated to digital sciences, addressing scientific and technological challenges in IT and playing an active role in technology transfer. Inria was also the European host of W3C until 2002 and actively contributes to W3C groups and activities.

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 22:15:31.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:31.850 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:31.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:31.850 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 22:15:31.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 22:15:31.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:31.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

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.

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.

CSS Cascading and Inheritance Level 3 is a W3C Recommendation

11 February 2021 | Archive

The CSS Working Group has published CSS Cascading and Inheritance Level 3 as a W3C Recommendation. This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.

CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, etc.

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.

Six Internationalization Gap-analysis First Public Working Drafts published

4 February 2021 | Archive

The Internationalization Working Group has published First Public Working Drafts for six documents that explore gaps in language support on the Worldwide Web:

These drafts complement the 21 Gap-analysis documents published last June.

We are looking for expert contributors who can help us move this work forward by answering questions, documenting gaps in support, and creating tests. For more information about the program, see this 15 minute overview (slides).

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

Institut National de Recherche en Informatique et en Automatique (INRIA) logo

Institut National de Recherche en Informatique et en Automatique (INRIA)

Inria is a founding member of W3C. Inria is the french national research institute dedicated to digital sciences, addressing scientific and technological challenges in IT and playing an active role in technology transfer. Inria was also the European host of W3C until 2002 and actively contributes to W3C groups and activities.

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 22:15:31.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:31.852 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:31.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:31.852 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 22:15:31.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 22:15:31.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:31.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

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.

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.

CSS Cascading and Inheritance Level 3 is a W3C Recommendation

11 February 2021 | Archive

The CSS Working Group has published CSS Cascading and Inheritance Level 3 as a W3C Recommendation. This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.

CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, etc.

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.

Six Internationalization Gap-analysis First Public Working Drafts published

4 February 2021 | Archive

The Internationalization Working Group has published First Public Working Drafts for six documents that explore gaps in language support on the Worldwide Web:

These drafts complement the 21 Gap-analysis documents published last June.

We are looking for expert contributors who can help us move this work forward by answering questions, documenting gaps in support, and creating tests. For more information about the program, see this 15 minute overview (slides).

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

Institut National de Recherche en Informatique et en Automatique (INRIA) logo

Institut National de Recherche en Informatique et en Automatique (INRIA)

Inria is a founding member of W3C. Inria is the french national research institute dedicated to digital sciences, addressing scientific and technological challenges in IT and playing an active role in technology transfer. Inria was also the European host of W3C until 2002 and actively contributes to W3C groups and activities.

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 22:15:31.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:31.854 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:31.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:31.854 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 22:15:31.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 22:15:31.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:31.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

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.

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.

CSS Cascading and Inheritance Level 3 is a W3C Recommendation

11 February 2021 | Archive

The CSS Working Group has published CSS Cascading and Inheritance Level 3 as a W3C Recommendation. This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.

CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, etc.

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.

Six Internationalization Gap-analysis First Public Working Drafts published

4 February 2021 | Archive

The Internationalization Working Group has published First Public Working Drafts for six documents that explore gaps in language support on the Worldwide Web:

These drafts complement the 21 Gap-analysis documents published last June.

We are looking for expert contributors who can help us move this work forward by answering questions, documenting gaps in support, and creating tests. For more information about the program, see this 15 minute overview (slides).

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

Institut National de Recherche en Informatique et en Automatique (INRIA) logo

Institut National de Recherche en Informatique et en Automatique (INRIA)

Inria is a founding member of W3C. Inria is the french national research institute dedicated to digital sciences, addressing scientific and technological challenges in IT and playing an active role in technology transfer. Inria was also the European host of W3C until 2002 and actively contributes to W3C groups and activities.

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 22:15:31.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:31.856 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:31.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:31.856 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 22:15:31.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 22:15:31.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:31.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

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.

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.

CSS Cascading and Inheritance Level 3 is a W3C Recommendation

11 February 2021 | Archive

The CSS Working Group has published CSS Cascading and Inheritance Level 3 as a W3C Recommendation. This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.

CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, etc.

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.

Six Internationalization Gap-analysis First Public Working Drafts published

4 February 2021 | Archive

The Internationalization Working Group has published First Public Working Drafts for six documents that explore gaps in language support on the Worldwide Web:

These drafts complement the 21 Gap-analysis documents published last June.

We are looking for expert contributors who can help us move this work forward by answering questions, documenting gaps in support, and creating tests. For more information about the program, see this 15 minute overview (slides).

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

Institut National de Recherche en Informatique et en Automatique (INRIA) logo

Institut National de Recherche en Informatique et en Automatique (INRIA)

Inria is a founding member of W3C. Inria is the french national research institute dedicated to digital sciences, addressing scientific and technological challenges in IT and playing an active role in technology transfer. Inria was also the European host of W3C until 2002 and actively contributes to W3C groups and activities.

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 22:15:31.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:31.858 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:31.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:31.858 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 22:15:31.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 22:15:31.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:31.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

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.

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.

CSS Cascading and Inheritance Level 3 is a W3C Recommendation

11 February 2021 | Archive

The CSS Working Group has published CSS Cascading and Inheritance Level 3 as a W3C Recommendation. This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.

CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, etc.

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.

Six Internationalization Gap-analysis First Public Working Drafts published

4 February 2021 | Archive

The Internationalization Working Group has published First Public Working Drafts for six documents that explore gaps in language support on the Worldwide Web:

These drafts complement the 21 Gap-analysis documents published last June.

We are looking for expert contributors who can help us move this work forward by answering questions, documenting gaps in support, and creating tests. For more information about the program, see this 15 minute overview (slides).

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

Institut National de Recherche en Informatique et en Automatique (INRIA) logo

Institut National de Recherche en Informatique et en Automatique (INRIA)

Inria is a founding member of W3C. Inria is the french national research institute dedicated to digital sciences, addressing scientific and technological challenges in IT and playing an active role in technology transfer. Inria was also the European host of W3C until 2002 and actively contributes to W3C groups and activities.

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 22:15:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:31.860 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:31.861 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 22:15:31.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 22:15:31.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:31.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

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.

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.

CSS Cascading and Inheritance Level 3 is a W3C Recommendation

11 February 2021 | Archive

The CSS Working Group has published CSS Cascading and Inheritance Level 3 as a W3C Recommendation. This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.

CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, etc.

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.

Six Internationalization Gap-analysis First Public Working Drafts published

4 February 2021 | Archive

The Internationalization Working Group has published First Public Working Drafts for six documents that explore gaps in language support on the Worldwide Web:

These drafts complement the 21 Gap-analysis documents published last June.

We are looking for expert contributors who can help us move this work forward by answering questions, documenting gaps in support, and creating tests. For more information about the program, see this 15 minute overview (slides).

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

Institut National de Recherche en Informatique et en Automatique (INRIA) logo

Institut National de Recherche en Informatique et en Automatique (INRIA)

Inria is a founding member of W3C. Inria is the french national research institute dedicated to digital sciences, addressing scientific and technological challenges in IT and playing an active role in technology transfer. Inria was also the European host of W3C until 2002 and actively contributes to W3C groups and activities.

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 22:15:31.862 INFO [WorkbenchTestable][AbstractView] Close view 'Internal Web Browser' 22:15:31.862 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Internal Web Browser 22:15:31.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 22:15:31.863 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 22:15:31.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 22:15:31.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:15:31.895 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:15:31.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:31.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:31.897 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWebBrowserView no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 22:15:31.897 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 22:15:31.897 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:15:31.897 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:15:31.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:31.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.321 s - in org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest testBrowserEditor no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) Time elapsed: 11.107 s testWebBrowserView no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) Time elapsed: 11.211 s Running org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 22:15:31.910 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 22:15:31.911 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:15:31.911 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:15:31.911 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 22:15:31.911 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:15:31.911 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:15:31.911 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:15:31.911 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:15:31.911 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:15:31.911 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:15:31.911 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 22:15:31.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 22:15:31.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:15:31.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:15:31.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:15:31.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5f81c31f is found... 22:15:32.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5f81c31f is found finished successfully 22:15:32.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qbrowser\E') 22:15:32.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:32.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:32.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:32.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:32.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:15:32.003 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:32.003 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 22:15:32.003 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 22:15:32.003 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:15:32.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:32.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:32.003 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 22:15:32.003 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:15:32.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:32.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:32.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:32.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:32.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 22:15:32.004 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 22:15:32.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:32.004 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:32.399 DEBUG [main][BrowserProgressListener] Calling chanded() 22:15:32.504 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:32.604 DEBUG [main][BrowserProgressListener] Calling chanded() 22:15:33.004 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:33.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:33.004 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 22:15:43.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:43.004 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:43.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:43.005 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 22:15:43.005 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:15:43.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:43.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:43.005 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 22:15:43.005 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:15:43.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:43.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:43.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:43.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:43.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 22:15:43.006 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/' 22:15:43.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:43.006 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:43.007 DEBUG [main][BrowserProgressListener] Calling chanded() 22:15:43.075 DEBUG [main][BrowserProgressListener] Calling chanded() failed to create drawable 22:15:43.334 DEBUG [main][BrowserProgressListener] Calling chanded() 22:15:43.506 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:43.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:43.506 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 22:15:53.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:53.508 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:53.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:53.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:53.508 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:53.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:53.511 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: return document.documentElement.innerHTML; 22:15:53.518 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:53.519 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 22:15:53.519 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 22:15:53.519 DEBUG [WorkbenchTestable][EditorHandler] Closing editor browser 22:15:53.543 DEBUG [WorkbenchTestable][EditorHandler] Editor browser is closed 22:15:53.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 22:15:53.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:15:53.543 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:15:53.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:53.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:53.543 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 22:15:53.544 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:15:53.544 INFO [WorkbenchTestable][RequirementsRunner] Started test: testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 22:15:53.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 22:15:53.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:15:53.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:15:53.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:15:53.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@736ee510 is found... 22:15:53.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@736ee510 is found finished successfully 22:15:53.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qbrowser\E') 22:15:53.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:53.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:53.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:53.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:53.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:15:53.617 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:15:53.617 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 22:15:53.617 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 22:15:53.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:15:53.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:15:53.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:15:53.618 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 22:15:53.618 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:15:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:15:53.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:15:53.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:15:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:15:53.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 22:15:53.618 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 22:15:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:15:53.618 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:53.954 DEBUG [main][BrowserProgressListener] Calling chanded() 22:15:54.119 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:54.174 DEBUG [main][BrowserProgressListener] Calling chanded() 22:15:54.619 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:15:54.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:15:54.619 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 22:16:04.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:16:04.619 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:16:04.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:16:04.619 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 22:16:04.619 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:04.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:04.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:04.620 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 22:16:04.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:04.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:04.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:04.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:04.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 22:16:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:16:04.621 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:16:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:16:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 22:16:04.621 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 22:16:04.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 22:16:04.621 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: return document.documentElement.innerHTML; 22:16:04.626 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:04.627 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= World Wide Web Consortium (W3C)

News

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.

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.

CSS Cascading and Inheritance Level 3 is a W3C Recommendation

11 February 2021 | Archive

The CSS Working Group has published CSS Cascading and Inheritance Level 3 as a W3C Recommendation. This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.

CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, etc.

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.

Six Internationalization Gap-analysis First Public Working Drafts published

4 February 2021 | Archive

The Internationalization Working Group has published First Public Working Drafts for six documents that explore gaps in language support on the Worldwide Web:

These drafts complement the 21 Gap-analysis documents published last June.

We are looking for expert contributors who can help us move this work forward by answering questions, documenting gaps in support, and creating tests. For more information about the program, see this 15 minute overview (slides).

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

Foundation for Research and Technology - Hellas(FORTH) logo

Foundation for Research and Technology - Hellas(FORTH)

ICS-FORTH has an established tradition of internationally acknowledged excellence in conducting basic and applied research in the fields of information and telecommunications technologies. It represents Greece in ERCIM, and also hosts the W3C Greece Chapter.

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 22:16:04.627 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 22:16:04.627 DEBUG [WorkbenchTestable][EditorHandler] Closing editor browser 22:16:04.649 DEBUG [WorkbenchTestable][EditorHandler] Editor browser is closed 22:16:04.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 22:16:04.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:04.649 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:04.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:04.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:04.650 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 22:16:04.650 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 22:16:04.650 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:04.650 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:04.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:04.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.74 s - in org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) Time elapsed: 21.632 s testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) Time elapsed: 11.106 s Running org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:04.664 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:04.664 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:16:04.665 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:04.665 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:04.665 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:04.665 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:16:04.665 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:04.665 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:16:04.665 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:04.665 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:04.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:04.666 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:04.666 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectDifferentTabsOnPreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 22:16:04.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:04.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:04.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:04.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:04.666 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:04.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:04.666 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:04.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:04.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:04.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:04.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:04.666 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:04.666 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:04.667 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:04.667 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:04.667 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:04.667 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:04.667 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:04.667 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:04.667 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:04.667 DEBUG [main][MenuItemLookup] Item match:Window 22:16:04.667 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:04.667 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:04.667 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:04.667 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:04.667 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:04.667 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:04.667 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:04.667 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:04.667 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:04.667 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:04.667 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:04.667 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:04.667 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:04.667 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:04.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:16:04.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:16:04.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:04.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:04.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:04.733 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:04.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:04.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:16:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:04.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:04.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:04.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:04.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:04.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:04.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:16:04.735 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:04.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:05.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:05.236 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:05.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:16:05.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:05.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:05.238 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:05.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:05.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:05.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 22:16:05.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 22:16:05.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:05.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:05.739 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 22:16:05.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 22:16:05.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 22:16:05.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:05.742 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 22:16:05.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:05.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 22:16:05.742 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 22:16:05.742 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 22:16:05.742 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 22:16:05.742 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 22:16:05.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:05.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:05.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:06.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:06.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:06.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:06.283 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") 22:16:06.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:06.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:06.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:06.284 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 22:16:06.284 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:06.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:06.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:06.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:06.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:06.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:16:06.291 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") 22:16:06.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:06.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:06.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:06.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:06.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:16:06.292 INFO [WorkbenchTestable][AbstractTabItem] Activate Contents 22:16:06.298 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") 22:16:06.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:06.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:06.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:06.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:06.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:16:06.299 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 22:16:06.302 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") 22:16:06.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:06.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:06.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:06.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:06.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:16:06.303 INFO [WorkbenchTestable][AbstractTabItem] Activate Password 22:16:06.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 22:16:06.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:06.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:06.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:06.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:06.305 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:16:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:06.305 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:06.305 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:06.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:06.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:06.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:06.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:06.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:06.336 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:06.336 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:06.336 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:06.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:06.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:06.346 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectDifferentTabsOnPreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 22:16:06.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.*'] 22:16:06.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:06.346 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:06.346 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableEncryptionAlgorithmsTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 22:16:06.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:06.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:06.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:06.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:06.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.*'] 22:16:06.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:06.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.*'] 22:16:06.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:06.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:06.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:06.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:06.347 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:06.347 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:06.347 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:06.347 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:06.347 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:06.347 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:06.347 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:06.347 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:06.347 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:06.347 DEBUG [main][MenuItemLookup] Item match:Window 22:16:06.347 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:06.347 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:06.347 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:06.347 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:06.347 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:06.347 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:06.347 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:06.347 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:06.347 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:06.347 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:06.347 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:06.347 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:06.347 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:06.347 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:06.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:16:06.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 22:16:06.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:06.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:06.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:06.987 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:06.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:06.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:16:06.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:06.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:06.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:06.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:06.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:16:06.988 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:06.988 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:06.988 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:16:06.988 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:06.988 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:06.988 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:06.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 22:16:06.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 22:16:06.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:06.989 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 22:16:06.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:06.989 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 22:16:06.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 22:16:06.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 22:16:06.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:06.989 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 22:16:06.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:06.989 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 22:16:06.989 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 22:16:06.989 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 22:16:06.989 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 22:16:06.989 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 22:16:06.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:06.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:06.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:06.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:06.990 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") 22:16:06.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:06.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:06.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:06.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:06.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:16:06.990 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 22:16:06.993 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 22:16:06.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:06.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:06.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:06.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:06.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:16:06.994 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 22:16:06.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:06.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:06.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:06.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 22:16:06.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:06.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:06.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:06.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:06.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:06.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:16:06.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) 22:16:06.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:06.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:06.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:06.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:06.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:06.996 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:16:06.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:06.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:06.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:06.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:07.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:07.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:07.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:07.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:07.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:07.027 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:07.027 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:07.027 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:07.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:07.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:07.028 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableEncryptionAlgorithmsTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 22:16:07.028 INFO [WorkbenchTestable][RequirementsRunner] Test method changeMasterPasswordTest is ignored because @Ignore annotation is presented. 22:16:07.028 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: changeMasterPasswordTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 22:16:07.028 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:07.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:07.028 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:07.028 INFO [WorkbenchTestable][RequirementsRunner] Started test: openStoragePreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 22:16:07.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:07.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:07.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:07.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:07.028 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:07.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:07.028 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:07.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:07.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:07.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:07.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:07.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:07.028 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:07.029 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:07.029 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:07.029 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:07.029 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:07.029 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:07.029 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:07.029 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:07.029 DEBUG [main][MenuItemLookup] Item match:Window 22:16:07.029 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:07.029 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:07.029 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:07.029 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:07.029 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:07.029 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:07.029 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:07.029 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:07.029 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:07.029 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:07.029 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:07.029 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:07.029 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:07.029 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:07.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 'Preferences.*'] is available.... 22:16:07.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 'Preferences.*'] is available. finished successfully 22:16:07.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:07.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:07.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:07.662 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:07.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:07.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:16:07.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:07.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:07.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:07.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:07.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:07.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:07.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:07.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:16:07.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:07.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:07.664 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:07.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:07.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:07.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:16:07.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:07.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:07.665 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:07.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:07.665 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:07.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 22:16:07.665 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 22:16:07.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:07.665 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 22:16:07.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:07.665 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 22:16:07.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 22:16:07.665 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 22:16:07.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:07.665 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 22:16:07.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:07.665 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 22:16:07.665 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 22:16:07.665 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 22:16:07.665 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 22:16:07.666 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 22:16:07.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:07.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:07.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:07.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:07.666 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 22:16:07.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:07.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:07.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:07.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:07.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 22:16:07.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 22:16:07.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:07.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:07.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:07.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:07.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:07.668 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:16:07.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:07.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:07.668 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:07.668 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:07.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:07.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:07.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:07.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:07.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:07.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:07.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:07.698 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:07.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:07.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:07.699 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openStoragePreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 22:16:07.699 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:07.699 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:07.699 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:07.699 INFO [WorkbenchTestable][RequirementsRunner] Started test: availableAlgorithmsContainsCurrentAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 22:16:07.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:07.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:07.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:07.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:07.699 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:07.699 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:07.699 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:07.699 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:07.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:07.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:07.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:07.699 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:07.699 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:07.700 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:07.700 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:07.700 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:07.700 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:07.700 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:07.700 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:07.700 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:07.700 DEBUG [main][MenuItemLookup] Item match:Window 22:16:07.700 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:07.700 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:07.700 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:07.700 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:07.700 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:07.700 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:07.700 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:07.700 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:07.700 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:07.700 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:07.700 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:07.700 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:07.700 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:07.700 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:07.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 'Preferences.*'] is available.... 22:16:08.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 'Preferences.*'] is available. finished successfully 22:16:08.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:08.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:08.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:08.331 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:08.331 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:08.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:16:08.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:08.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:08.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:08.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:08.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:08.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:08.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:08.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:16:08.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:08.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:08.333 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:08.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:08.333 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:08.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:16:08.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:08.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:08.333 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:08.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:08.333 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:08.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 22:16:08.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 22:16:08.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:08.333 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 22:16:08.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:08.333 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 22:16:08.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 22:16:08.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 22:16:08.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:08.333 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 22:16:08.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:08.333 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 22:16:08.333 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 22:16:08.333 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 22:16:08.333 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 22:16:08.334 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 22:16:08.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:08.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:08.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:08.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:08.334 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") 22:16:08.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:08.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:08.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:08.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:08.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:16:08.335 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 22:16:08.338 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 22:16:08.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:08.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:08.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:08.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:08.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:16:08.339 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") 22:16:08.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:08.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:08.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:08.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:08.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:16:08.339 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 22:16:08.340 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 22:16:08.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:08.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:08.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:08.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:08.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:16:08.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:16:08.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:08.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:08.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:08.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:08.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:08.341 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:16:08.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:08.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:08.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:08.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:08.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:08.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:08.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:08.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:08.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:08.368 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:08.368 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:08.368 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:08.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:08.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:08.368 INFO [WorkbenchTestable][RequirementsRunner] Finished test: availableAlgorithmsContainsCurrentAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 22:16:08.368 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:08.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:08.369 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:08.369 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 22:16:08.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:08.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:08.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:08.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:08.369 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:08.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:08.369 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:08.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:08.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:08.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:08.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:08.369 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:08.369 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:08.369 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:08.369 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:08.369 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:08.369 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:08.369 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:08.369 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:08.369 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:08.369 DEBUG [main][MenuItemLookup] Item match:Window 22:16:08.370 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:08.370 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:08.370 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:08.370 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:08.370 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:08.370 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:08.370 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:08.370 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:08.370 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:08.370 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:08.370 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:08.370 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:08.370 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:08.370 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:08.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 'Preferences.*'] is available.... 22:16:09.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:16:09.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:09.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:09.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:09.012 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:09.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:09.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:16:09.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:09.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:09.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:09.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:09.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:09.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:09.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:09.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:16:09.014 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:09.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:09.015 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:09.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:09.015 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:09.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:16:09.015 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:09.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:09.015 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:09.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:09.015 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:09.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 22:16:09.015 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 22:16:09.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:09.015 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 22:16:09.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:09.015 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 22:16:09.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 22:16:09.015 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 22:16:09.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:09.015 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 22:16:09.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:09.015 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 22:16:09.015 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 22:16:09.015 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 22:16:09.015 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 22:16:09.015 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 22:16:09.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:09.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:09.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:09.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:09.016 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") 22:16:09.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:09.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:09.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:09.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:09.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:16:09.017 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 22:16:09.020 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 22:16:09.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:09.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:09.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:09.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:09.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:16:09.021 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 22:16:09.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:09.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:09.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:09.021 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 22:16:09.021 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:09.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:09.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:09.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:09.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:09.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:16:09.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 "Cancel", Widget matcher matching widgets with style: 8) 22:16:09.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:09.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:09.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:09.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:09.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:09.023 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:16:09.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:09.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:09.023 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:09.023 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:09.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:09.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:09.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:09.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:09.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:09.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:09.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:09.055 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:09.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:09.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:09.055 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 22:16:09.055 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:09.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:09.055 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:09.055 INFO [WorkbenchTestable][RequirementsRunner] Started test: setEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 22:16:09.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:09.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:09.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:09.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:09.055 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:09.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:09.055 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:09.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:09.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:09.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:09.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:09.056 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:09.056 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:09.056 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:09.056 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:09.056 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:09.056 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:09.056 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:09.056 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:09.056 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:09.056 DEBUG [main][MenuItemLookup] Item match:Window 22:16:09.056 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:09.056 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:09.056 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:09.056 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:09.056 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:09.056 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:09.056 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:09.056 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:09.056 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:09.056 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:09.056 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:09.056 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:09.056 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:09.056 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:09.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 'Preferences.*'] is available.... 22:16:09.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 22:16:09.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:09.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:09.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:09.706 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:09.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:09.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:16:09.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:09.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:09.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:09.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:09.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:09.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:09.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:09.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:16:09.708 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:09.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:09.708 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:09.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:09.708 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:09.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:16:09.708 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:09.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:09.708 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:09.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:09.708 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:09.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 22:16:09.708 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 22:16:09.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:09.708 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 22:16:09.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:09.708 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 22:16:09.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 22:16:09.708 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 22:16:09.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:09.708 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 22:16:09.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:09.708 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 22:16:09.708 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 22:16:09.708 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 22:16:09.708 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 22:16:09.708 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 22:16:09.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:09.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:09.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:09.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:09.709 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") 22:16:09.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:09.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:09.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:09.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:09.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:16:09.710 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 22:16:09.713 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 22:16:09.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:09.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:09.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:09.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:09.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:16:09.714 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") 22:16:09.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:09.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:09.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:09.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:09.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:16:09.714 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 22:16:09.714 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") 22:16:09.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:09.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:09.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:09.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:09.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:16:09.715 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 22:16:09.715 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 22:16:09.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:09.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:09.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:09.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:09.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:16:09.715 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 22:16:09.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:09.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:09.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:09.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:09.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:16:09.716 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo PBEWithMD5AndDES to selection: PBEWithHmacSHA224AndAES_128 22:16:09.716 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") 22:16:09.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:09.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:09.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:09.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:09.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:16:09.717 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 22:16:09.717 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 22:16:09.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:09.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:09.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:09.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:09.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:16:09.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) 22:16:09.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:09.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:09.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:09.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:09.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:09.718 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:16:09.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:09.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:09.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:09.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:09.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:09.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:09.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:09.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:09.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:09.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:09.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:09.745 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:09.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:09.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:09.745 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 22:16:09.746 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:09.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:09.746 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:09.746 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStorageLocationTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 22:16:09.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:09.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:09.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:09.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:09.746 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:09.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:09.746 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:09.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:09.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:09.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:09.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:09.746 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:09.746 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:09.746 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:09.746 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:09.746 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:09.746 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:09.746 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:09.746 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:09.746 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:09.746 DEBUG [main][MenuItemLookup] Item match:Window 22:16:09.747 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:09.747 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:09.747 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:09.747 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:09.747 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:09.747 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:09.747 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:09.747 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:09.747 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:09.747 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:09.747 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:09.747 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:09.747 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:09.747 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:09.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.... 22:16:10.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:16:10.381 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:10.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:10.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:10.387 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:10.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:10.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:16:10.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:10.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:10.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:10.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:10.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:10.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:10.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:10.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:16:10.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:10.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:10.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:10.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:10.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:10.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:16:10.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:10.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:10.389 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:10.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:10.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:10.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 22:16:10.389 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 22:16:10.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:10.389 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 22:16:10.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:10.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 22:16:10.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 22:16:10.389 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 22:16:10.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:10.389 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 22:16:10.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:10.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 22:16:10.389 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 22:16:10.389 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 22:16:10.389 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 22:16:10.389 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 22:16:10.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:10.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:10.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:10.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:10.390 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") 22:16:10.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:10.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:10.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:10.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:10.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 22:16:10.391 INFO [WorkbenchTestable][AbstractTabItem] Activate Contents 22:16:10.395 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:") 22:16:10.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:10.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:10.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:10.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:10.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:16:10.397 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:16:10.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:16:10.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:10.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:10.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:10.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:10.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:10.399 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:16:10.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:10.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:10.399 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:10.399 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:10.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:10.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:10.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:10.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:10.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:10.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:10.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:10.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:10.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:10.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:10.426 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStorageLocationTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 22:16:10.426 INFO [WorkbenchTestable][RequirementsRunner] Test method recoverMasterPasswordTest is ignored because @Ignore annotation is presented. 22:16:10.426 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: recoverMasterPasswordTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 22:16:10.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.*'] 22:16:10.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:10.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:10.427 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMasterPasswordProvidersTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 22:16:10.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:10.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:10.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:10.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:10.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.*'] 22:16:10.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:10.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.*'] 22:16:10.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:10.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:10.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:10.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:10.427 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:10.427 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:10.427 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:10.427 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:10.427 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:10.427 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:10.427 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:10.427 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:10.427 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:10.427 DEBUG [main][MenuItemLookup] Item match:Window 22:16:10.428 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:10.428 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:10.428 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:10.428 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:10.428 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:10.428 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:10.428 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:10.428 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:10.428 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:10.428 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:10.428 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:10.428 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:10.428 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:10.428 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:10.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.... 22:16:11.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 'Preferences.*'] is available. finished successfully 22:16:11.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:11.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:11.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:11.061 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:11.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:11.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:16:11.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:11.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:11.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:11.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:11.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:16:11.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:11.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:11.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:16:11.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:11.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:11.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 22:16:11.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 22:16:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:11.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 22:16:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:11.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 22:16:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 22:16:11.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 22:16:11.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:11.064 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 22:16:11.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:11.064 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 22:16:11.064 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 22:16:11.064 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 22:16:11.064 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 22:16:11.064 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 22:16:11.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:11.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:11.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:11.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:11.064 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 22:16:11.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:11.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:11.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:11.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:11.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:16:11.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:16:11.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:16:11.067 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 22:16:11.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:11.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:11.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:11.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 22:16:11.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:11.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:11.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:11.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:11.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:11.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:16:11.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:16:11.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:16:11.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 22:16:11.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:11.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:11.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:11.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:11.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:11.068 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:16:11.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:11.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:11.068 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:11.068 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:11.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:11.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:11.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:11.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:11.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:11.096 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:11.096 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:11.096 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:11.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:11.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:11.097 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMasterPasswordProvidersTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 22:16:11.097 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 22:16:11.097 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:11.097 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:11.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:11.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 6.433 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.68 s getAvailableEncryptionAlgorithmsTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.682 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.671 s availableAlgorithmsContainsCurrentAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.669 s getEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.686 s setEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.69 s getStorageLocationTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.68 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.67 s Running org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 22:16:11.104 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 22:16:11.104 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:16:11.104 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:11.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 22:16:11.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:11.104 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:16:11.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:11.104 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:16:11.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:11.104 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:11.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:11.105 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:11.105 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFolding no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 22:16:11.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 22:16:11.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:11.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:11.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:11.105 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:11.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:11.105 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:11.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:11.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:11.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:11.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:11.105 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:11.105 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:11.105 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:11.105 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:11.105 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:11.105 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:11.105 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:11.105 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:11.105 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:11.105 DEBUG [main][MenuItemLookup] Item match:Window 22:16:11.106 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:11.106 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:11.106 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:11.106 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:11.106 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:11.106 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:11.106 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:11.106 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:11.106 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:11.106 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:11.106 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:11.106 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:11.106 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:11.106 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:11.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 'Preferences.*'] is available.... 22:16:11.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 'Preferences.*'] is available. finished successfully 22:16:11.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:11.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:11.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:11.755 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:11.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:11.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:16:11.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:11.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:11.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:11.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:11.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:11.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:11.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:11.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:16:11.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:11.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:12.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:12.257 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:12.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:16:12.260 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:12.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:12.260 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:16:12.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:12.260 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:12.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 22:16:12.260 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 22:16:12.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:12.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:12.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 22:16:12.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 22:16:12.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 22:16:12.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:12.762 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 22:16:12.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:12.762 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 22:16:12.763 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 22:16:12.763 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 22:16:12.763 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 22:16:12.763 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 22:16:12.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:12.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:12.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:12.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:12.777 DEBUG [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) 22:16:12.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:12.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:12.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:12.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:12.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:12.786 INFO [WorkbenchTestable][CheckBox] Select checkbox Enable f&olding 22:16:12.786 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Enable f&olding 22:16:12.786 INFO [WorkbenchTestable][AbstractButton] Click button Enable f&olding 22:16:12.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:12.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:12.786 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:12.786 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:12.787 DEBUG [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) 22:16:12.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:12.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:12.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:12.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:12.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:12.787 DEBUG [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) 22:16:12.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:12.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:12.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:12.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:12.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:12.788 INFO [WorkbenchTestable][CheckBox] Select checkbox Enable f&olding 22:16:12.788 INFO [WorkbenchTestable][CheckBox] Check checkbox Enable f&olding 22:16:12.788 INFO [WorkbenchTestable][AbstractButton] Click button Enable f&olding 22:16:12.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:12.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:12.788 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:12.788 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:12.788 DEBUG [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) 22:16:12.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:12.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:12.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:12.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:12.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 22:16:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:12.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:12.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:12.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:12.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:12.790 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:16:12.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:12.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:12.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:12.790 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:12.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:12.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:12.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:12.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:12.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:12.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 22:16:12.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:12.824 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:12.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:12.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:12.824 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFolding no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 22:16:12.824 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:12.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:12.824 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:12.824 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaderComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 22:16:12.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 22:16:12.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:12.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:12.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:12.825 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:12.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:12.825 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:12.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:12.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:12.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:12.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:12.825 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:12.825 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:12.825 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:12.825 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:12.825 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:12.825 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:12.825 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:12.825 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:12.825 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:12.825 DEBUG [main][MenuItemLookup] Item match:Window 22:16:12.826 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:12.826 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:12.826 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:12.826 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:12.826 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:12.826 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:12.826 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:12.826 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:12.826 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:12.826 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:12.826 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:12.826 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:12.826 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:12.826 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:12.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.... 22:16:12.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 22:16:12.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:12.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:12.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:12.889 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:12.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:12.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:16:12.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:12.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:12.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:12.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:12.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:12.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:12.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:12.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:16:12.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:12.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:12.891 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:16:12.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:12.891 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:12.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:16:12.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:12.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:12.891 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:16:12.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:12.891 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:12.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 22:16:12.892 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 22:16:12.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:12.892 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 22:16:12.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:12.892 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 22:16:12.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 22:16:12.892 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 22:16:12.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:12.892 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 22:16:12.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:12.892 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 22:16:12.892 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 22:16:12.892 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 22:16:12.892 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 22:16:12.892 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 22:16:12.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:12.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:12.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:12.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:12.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 2 and following matchers specified (Widget matcher matching widgets with style: 32) 22:16:12.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:12.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 22:16:12.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 22:16:12.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:12.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 22:16:12.903 INFO [WorkbenchTestable][CheckBox] Select checkbox &Header Comments 22:16:12.903 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Header Comments 22:16:12.903 INFO [WorkbenchTestable][AbstractButton] Click button &Header Comments 22:16:12.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:12.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:12.903 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:12.903 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:12.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 2 and following matchers specified (Widget matcher matching widgets with style: 32) 22:16:12.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:12.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 22:16:12.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 22:16:12.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:12.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 22:16:12.904 DEBUG [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) 22:16:12.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:12.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 22:16:12.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 22:16:12.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:12.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 22:16:12.905 INFO [WorkbenchTestable][CheckBox] Select checkbox &Header Comments 22:16:12.905 INFO [WorkbenchTestable][CheckBox] Check checkbox &Header Comments 22:16:12.905 INFO [WorkbenchTestable][AbstractButton] Click button &Header Comments 22:16:12.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:12.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:12.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:12.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:12.905 DEBUG [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) 22:16:12.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:12.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 22:16:12.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 22:16:12.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:12.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 22:16:12.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:16:12.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:12.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:12.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:12.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:12.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:12.907 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:16:12.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:12.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:12.907 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:12.907 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:12.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:12.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 22:16:12.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:12.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:12.937 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaderComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 22:16:12.938 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:12.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:12.938 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:12.938 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInnerTypes no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 22:16:12.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 22:16:12.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:12.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:12.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:12.938 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:12.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:12.938 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:12.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:12.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:12.938 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:12.938 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:12.938 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:12.939 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:12.939 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:12.939 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:12.939 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:12.939 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:12.939 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:12.939 DEBUG [main][MenuItemLookup] Item match:Window 22:16:12.939 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:12.939 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:12.939 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:12.939 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:12.939 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:12.939 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:12.939 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:12.939 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:12.939 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:12.939 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:12.939 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:12.939 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:12.939 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:12.939 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:13.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:16:13.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:16:13.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:13.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:13.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:13.014 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:13.014 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:13.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:16:13.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:13.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:13.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:13.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:13.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:13.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:16:13.015 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:13.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:13.015 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:16:13.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:13.015 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:13.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:16:13.015 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:13.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:13.016 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:16:13.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:13.016 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:13.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 22:16:13.016 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 22:16:13.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:13.016 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 22:16:13.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:13.016 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 22:16:13.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 22:16:13.016 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 22:16:13.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:13.016 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 22:16:13.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:13.016 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 22:16:13.017 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 22:16:13.017 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 22:16:13.017 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 22:16:13.017 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 22:16:13.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:13.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:13.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.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.FoldingPreferencePage, index 3 and following matchers specified (Widget matcher matching widgets with style: 32) 22:16:13.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 22:16:13.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 22:16:13.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 22:16:13.019 INFO [WorkbenchTestable][CheckBox] Select checkbox Inner &types 22:16:13.019 INFO [WorkbenchTestable][CheckBox] Check checkbox Inner &types 22:16:13.019 INFO [WorkbenchTestable][AbstractButton] Click button Inner &types 22:16:13.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:13.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:13.019 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:13.019 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:13.019 DEBUG [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) 22:16:13.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 22:16:13.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 22:16:13.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 22:16:13.020 DEBUG [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) 22:16:13.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 22:16:13.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 22:16:13.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 22:16:13.021 INFO [WorkbenchTestable][CheckBox] Select checkbox Inner &types 22:16:13.021 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Inner &types 22:16:13.021 INFO [WorkbenchTestable][AbstractButton] Click button Inner &types 22:16:13.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:13.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:13.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:13.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:13.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 3 and following matchers specified (Widget matcher matching widgets with style: 32) 22:16:13.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 22:16:13.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 22:16:13.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 22:16:13.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:16:13.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:13.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:13.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:13.023 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:16:13.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:13.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:13.023 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:13.023 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:13.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:13.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:13.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:13.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:13.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:13.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 22:16:13.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:13.102 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:13.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:13.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:13.102 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInnerTypes no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 22:16:13.102 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:13.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:13.102 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:13.102 INFO [WorkbenchTestable][RequirementsRunner] Started test: testComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 22:16:13.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 22:16:13.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:13.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:13.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:13.102 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:13.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:13.102 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:13.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:13.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:13.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:13.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:13.103 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:13.103 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:13.103 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:13.103 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:13.103 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:13.103 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:13.103 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:13.103 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:13.103 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:13.103 DEBUG [main][MenuItemLookup] Item match:Window 22:16:13.104 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:13.104 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:13.104 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:13.104 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.104 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:13.104 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:13.104 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.104 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:13.104 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.104 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:13.104 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:13.104 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:13.104 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:13.104 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:13.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 'Preferences.*'] is available.... 22:16:13.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 'Preferences.*'] is available. finished successfully 22:16:13.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:13.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:13.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:13.199 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:13.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:13.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:16:13.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:13.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:13.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:13.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:13.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:13.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:16:13.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:13.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:13.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:16:13.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:13.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:13.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:16:13.201 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:13.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:13.201 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:16:13.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:13.201 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:13.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 22:16:13.201 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 22:16:13.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:13.201 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 22:16:13.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:13.201 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 22:16:13.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 22:16:13.201 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 22:16:13.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:13.201 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 22:16:13.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:13.201 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 22:16:13.201 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 22:16:13.201 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 22:16:13.202 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 22:16:13.202 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 22:16:13.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:13.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:13.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.202 DEBUG [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) 22:16:13.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:16:13.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:16:13.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 22:16:13.203 INFO [WorkbenchTestable][CheckBox] Select checkbox &Comments 22:16:13.203 INFO [WorkbenchTestable][CheckBox] Check checkbox &Comments 22:16:13.203 INFO [WorkbenchTestable][AbstractButton] Click button &Comments 22:16:13.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:13.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:13.203 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:13.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:13.204 DEBUG [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) 22:16:13.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:16:13.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:16:13.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 22:16:13.204 DEBUG [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) 22:16:13.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:16:13.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:16:13.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 22:16:13.205 INFO [WorkbenchTestable][CheckBox] Select checkbox &Comments 22:16:13.205 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Comments 22:16:13.205 INFO [WorkbenchTestable][AbstractButton] Click button &Comments 22:16:13.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:13.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:13.205 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:13.205 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:13.205 DEBUG [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) 22:16:13.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:16:13.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:16:13.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 22:16:13.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 22:16:13.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:13.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:13.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:13.207 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:16:13.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:13.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:13.208 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:13.208 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:13.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:13.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:13.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:13.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:13.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:13.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 22:16:13.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:13.228 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:13.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:13.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:13.229 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 22:16:13.229 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:13.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:13.229 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:13.229 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMembers no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 22:16:13.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 22:16:13.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:13.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:13.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:13.229 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:13.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:13.229 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:13.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:13.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:13.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:13.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:13.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:13.229 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:13.229 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:13.229 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:13.229 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:13.229 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:13.229 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:13.229 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:13.229 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:13.229 DEBUG [main][MenuItemLookup] Item match:Window 22:16:13.230 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:13.230 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:13.230 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:13.230 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.230 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:13.230 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:13.230 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.230 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:13.230 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.230 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:13.230 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:13.230 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:13.230 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:13.230 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:13.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 'Preferences.*'] is available.... 22:16:13.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 22:16:13.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:13.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:13.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:13.291 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:13.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:13.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:16:13.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:13.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:13.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:13.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:13.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:13.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:16:13.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:13.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:13.292 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:16:13.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:13.292 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:13.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:16:13.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:13.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:13.292 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:16:13.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:13.292 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:13.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 22:16:13.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 22:16:13.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:13.293 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 22:16:13.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:13.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 22:16:13.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 22:16:13.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 22:16:13.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:13.293 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 22:16:13.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:13.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 22:16:13.293 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 22:16:13.293 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 22:16:13.293 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 22:16:13.293 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 22:16:13.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:13.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:13.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.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.preferences.FoldingPreferencePage, index 4 and following matchers specified (Widget matcher matching widgets with style: 32) 22:16:13.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 22:16:13.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 22:16:13.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 22:16:13.294 INFO [WorkbenchTestable][CheckBox] Select checkbox &Members 22:16:13.294 INFO [WorkbenchTestable][CheckBox] Check checkbox &Members 22:16:13.294 INFO [WorkbenchTestable][AbstractButton] Click button &Members 22:16:13.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:13.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:13.294 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:13.294 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:13.295 DEBUG [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) 22:16:13.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 22:16:13.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 22:16:13.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 22:16:13.295 DEBUG [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) 22:16:13.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 22:16:13.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 22:16:13.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 22:16:13.296 INFO [WorkbenchTestable][CheckBox] Select checkbox &Members 22:16:13.296 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Members 22:16:13.296 INFO [WorkbenchTestable][AbstractButton] Click button &Members 22:16:13.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:13.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:13.296 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:13.296 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:13.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.preferences.FoldingPreferencePage, index 4 and following matchers specified (Widget matcher matching widgets with style: 32) 22:16:13.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 22:16:13.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 22:16:13.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 22:16:13.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:16:13.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:13.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:13.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:13.298 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:16:13.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:13.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:13.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:13.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:13.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:13.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:13.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:13.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:13.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:13.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 22:16:13.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:13.319 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:13.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:13.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:13.319 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMembers no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 22:16:13.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:13.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:13.320 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:13.320 INFO [WorkbenchTestable][RequirementsRunner] Started test: testImports no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 22:16:13.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 22:16:13.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:13.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:13.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:13.320 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:13.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:13.320 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:13.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:13.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:13.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:13.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:13.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:13.320 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:13.320 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:13.320 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:13.320 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:13.320 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:13.320 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:13.320 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:13.320 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:13.320 DEBUG [main][MenuItemLookup] Item match:Window 22:16:13.321 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:13.321 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:13.321 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:13.321 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.321 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:13.321 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:13.321 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.321 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:13.321 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.321 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:13.321 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:13.321 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:13.321 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:13.321 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:13.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:16:13.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. finished successfully 22:16:13.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:13.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:13.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:13.378 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:13.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:13.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:16:13.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:13.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:13.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:13.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:13.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:13.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:16:13.379 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:13.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:13.379 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:16:13.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:13.379 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:13.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:16:13.379 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:13.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:13.379 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:16:13.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:13.379 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:13.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 22:16:13.380 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 22:16:13.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:13.380 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 22:16:13.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:13.380 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 22:16:13.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 22:16:13.380 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 22:16:13.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:13.380 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 22:16:13.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:13.380 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 22:16:13.380 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 22:16:13.380 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 22:16:13.380 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 22:16:13.380 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 22:16:13.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:13.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:13.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16: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.jdt.ui.preferences.FoldingPreferencePage, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 22:16:13.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 22:16:13.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 22:16:13.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 22:16:13.382 INFO [WorkbenchTestable][CheckBox] Select checkbox &Imports 22:16:13.382 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Imports already selected, no action performed 22:16:13.382 DEBUG [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) 22:16:13.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 22:16:13.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 22:16:13.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 22:16:13.382 DEBUG [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) 22:16:13.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 22:16:13.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 22:16:13.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 22:16:13.383 INFO [WorkbenchTestable][CheckBox] Select checkbox &Imports 22:16:13.383 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Imports 22:16:13.383 INFO [WorkbenchTestable][AbstractButton] Click button &Imports 22:16:13.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:13.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:13.383 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:13.383 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:13.383 DEBUG [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) 22:16:13.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 22:16:13.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 22:16:13.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 22:16:13.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:16:13.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:13.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:13.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:13.385 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:16:13.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:13.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:13.385 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:13.385 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:13.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:13.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:13.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:13.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:13.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:13.405 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 22:16:13.405 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:13.405 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:13.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:13.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:13.405 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testImports no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 22:16:13.405 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 22:16:13.405 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:13.405 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:13.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:13.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.303 s - in org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest testFolding no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 1.719 s testHeaderComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.113 s testInnerTypes no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.164 s testComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.127 s testMembers no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.09 s testImports no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.085 s Running org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 22:16:13.409 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 22:16:13.410 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:16:13.410 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:13.410 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 22:16:13.410 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:13.410 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:16:13.410 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:13.410 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:16:13.410 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:13.410 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 22:16:13.410 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 22:16:13.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 22:16:13.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:13.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:13.411 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:13.411 DEBUG [main][MenuItemLookup] Item match:Window 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:13.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:13.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:13.411 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:13.411 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:13.411 DEBUG [main][MenuItemLookup] Item match:Window 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:13.412 DEBUG [main][MenuItemLookup] Item match:Perspective 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:16:13.412 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:16:13.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 22:16:13.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:13.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:13.412 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:13.412 DEBUG [main][MenuItemLookup] Item match:Window 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.412 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:13.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:13.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:13.413 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:13.413 DEBUG [main][MenuItemLookup] Item match:Window 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:13.413 DEBUG [main][MenuItemLookup] Item match:Perspective 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:16:13.413 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:16:13.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:13.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:13.413 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:13.413 DEBUG [main][MenuItemLookup] Item match:Window 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.413 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:13.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:13.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:13.422 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:13.422 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:13.422 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:13.422 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:13.422 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:13.422 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:13.422 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:13.422 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:13.422 DEBUG [main][MenuItemLookup] Item match:Window 22:16:13.422 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:13.422 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:13.422 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:13.422 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.422 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:13.422 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:13.422 DEBUG [main][MenuItemLookup] Item match:Perspective 22:16:13.423 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:16:13.423 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.423 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:16:13.423 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:16:13.423 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:16:13.423 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:16:13.423 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 22:16:13.423 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 22:16:13.423 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 22:16:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 22:16:13.447 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 22:16:13.447 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 22:16:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:13.447 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:13.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:16:13.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:13.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:13.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:13.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 22:16:13.447 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:13.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:16:13.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:13.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:13.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:13.448 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 22:16:13.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:13.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:13.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:13.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:13.537 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:13.537 INFO [WorkbenchTestable][RequirementsRunner] Started test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 22:16:13.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 22:16:13.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:13.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:13.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:13.538 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:13.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:13.538 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:13.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:13.538 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:13.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:13.538 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:13.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:13.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:13.538 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:13.538 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:13.539 DEBUG [main][MenuItemLookup] Item match:Window 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:13.539 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:13.539 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:13.539 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:13.539 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:13.539 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:13.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 'Preferences.*'] is available.... 22:16:13.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:16:13.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:13.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:13.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:13.600 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:13.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:13.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:16:13.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:13.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:13.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:13.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:13.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:13.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:13.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:13.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:16:13.602 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:13.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:13.602 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:16:13.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:13.602 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:13.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:16:13.602 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:13.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:13.602 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:16:13.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:13.602 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:13.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children... 22:16:13.602 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 22:16:13.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:14.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:14.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 22:16:14.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children finished successfully 22:16:14.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 22:16:14.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:14.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 22:16:14.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:14.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 22:16:14.104 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath Variables 22:16:14.105 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath Variables 22:16:14.105 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath Variables about selection 22:16:14.105 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath Variables 22:16:14.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.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.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 22:16:14.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:16:14.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:16:14.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:16:14.143 DEBUG [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...") 22:16:14.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:14.144 INFO [WorkbenchTestable][AbstractButton] Click button &New... 22:16:14.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:14.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:14.144 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:14.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:14.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available.... 22:16:14.167 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 22:16:14.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Entry 22:16:14.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:14.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:14.168 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:") 22:16:14.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:16:14.168 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:16:14.169 INFO [WorkbenchTestable][AbstractText] Text set to: VN 22:16:14.169 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:") 22:16:14.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:16:14.170 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:16:14.170 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 22:16:14.172 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) 22:16:14.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:14.173 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:16:14.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:14.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:14.173 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:14.173 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:14.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:16:14.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:16:14.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.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 22:16:14.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:16:14.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:16:14.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:16:14.195 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 22:16:14.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:16:14.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:16:14.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:16:14.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:16:14.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:14.198 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:16:14.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:14.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:14.198 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:14.198 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:14.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:14.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:14.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:14.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:14.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:14.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:14.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:14.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:14.247 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:14.247 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:14.247 DEBUG [main][MenuItemLookup] Item match:Window 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:14.247 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:14.247 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:14.247 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:14.247 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:14.247 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:14.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.... 22:16:14.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. finished successfully 22:16:14.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:14.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:14.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:14.311 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:14.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:14.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 22:16:14.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:14.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:14.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:14.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:16:14.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:14.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:14.312 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:16:14.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:14.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:14.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:16:14.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:14.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:14.312 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:16:14.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:14.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:14.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children... 22:16:14.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 22:16:14.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:14.313 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 22:16:14.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:14.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 22:16:14.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children finished successfully 22:16:14.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 22:16:14.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:14.313 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 22:16:14.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:14.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 22:16:14.313 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath Variables 22:16:14.313 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath Variables 22:16:14.313 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath Variables about selection 22:16:14.313 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath Variables 22:16:14.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.314 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 22:16:14.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:16:14.315 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") 22:16:14.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 22:16:14.315 TRACE [main][WidgetHandler] Notify Table with event 13 22:16:14.315 TRACE [main][WidgetHandler] Wait for synchronization 22:16:14.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.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") 22:16:14.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:14.317 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:16:14.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:14.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:14.317 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:14.317 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:14.317 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 22:16:14.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:16:14.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:16:14.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:16:14.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.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 "Apply and Close") 22:16:14.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:14.327 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:16:14.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:14.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:14.327 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:14.327 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:14.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:14.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:14.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:14.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:14.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:14.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 22:16:14.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:14.364 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:14.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:14.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:14.364 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 22:16:14.364 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:14.364 INFO [WorkbenchTestable][RequirementsRunner] Started test: getVariables no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 22:16:14.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 22:16:14.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:14.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:14.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:14.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:14.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:14.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:14.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:14.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:14.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:14.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:14.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:14.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:14.364 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:14.364 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:14.365 DEBUG [main][MenuItemLookup] Item match:Window 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:14.365 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:14.365 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:14.365 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:14.365 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:14.365 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:14.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 'Preferences.*'] is available.... 22:16:14.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:16:14.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:14.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:14.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:14.433 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:14.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:14.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:16:14.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:14.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:14.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:14.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:16:14.439 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:14.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:14.440 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:16:14.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:14.440 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:14.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:16:14.440 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:14.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:14.440 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:16:14.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:14.440 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:14.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children... 22:16:14.440 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 22:16:14.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:14.440 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 22:16:14.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:14.440 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 22:16:14.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children finished successfully 22:16:14.440 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 22:16:14.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:14.440 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 22:16:14.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:14.440 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 22:16:14.440 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath Variables 22:16:14.440 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath Variables 22:16:14.441 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath Variables about selection 22:16:14.441 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath Variables 22:16:14.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.441 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 22:16:14.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:16:14.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:16:14.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:16:14.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:16:14.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:14.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:14.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:14.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:14.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:14.443 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:16:14.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:14.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:14.443 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:14.443 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:14.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:14.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:14.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:14.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:14.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:14.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 22:16:14.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:14.464 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:14.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:14.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:14.464 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getVariables no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 22:16:14.464 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 22:16:14.464 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:14.464 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:14.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:14.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.055 s - in org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) Time elapsed: 0.827 s getVariables no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) Time elapsed: 0.1 s Results: Errors: ResultViewTest.testSQLResultViewFail:190->testSQLResultView:200->removeResults:231 » WaitTimeoutExpired ResultViewTest.testSQLResultViewSuccess:195->testSQLResultView:200->removeResults:231 » WaitTimeoutExpired TaskListViewTest.getRepoTest:34 » WorkbenchLayer View 'Matcher matching widget... TaskRepositoriesViewTest.getRepoTest:35 » WorkbenchLayer View 'Matcher matchin... RepoConnectionDialogTest.getDialogTest:44 » WorkbenchLayer View 'Matcher match... Tests run: 310, Failures: 0, Errors: 5, Skipped: 3 [ERROR] There are test failures. Please refer to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/surefire-reports for the individual test results. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.eclipse.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.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.035 s - in org.eclipse.reddeer.gef.test.matcher.IsEditPartWithParentTest testMacthingEditPartWithHigherParent(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithParentTest) Time elapsed: 0.012 s testMacthingEditPartWithParent(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithParentTest) Time elapsed: 0 s Running org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest testMacthingEditPartWithLabelTooltip(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest) Time elapsed: 0.01 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.004 s testMacthingEditPartWithNullTooltip(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest) Time elapsed: 0 s Running org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest testMacthingEditPartWithNoLabel(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest) Time elapsed: 0.003 s testMacthingEditPartWithTextFlowLabel(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest) Time elapsed: 0.001 s testMacthingEditPartWithSimpleLabel(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest) Time elapsed: 0 s testMacthingEditPartWithSimpleLabelByRegex(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.gef.test.GEFEditorTest 22:16:26.887 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 22:16:26.889 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 22:16:26.897 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 22:16:26.898 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 22:16:26.915 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.gef.test.GEFEditorTest 22:16:26.924 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:16:26.925 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:26.927 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 22:16:26.929 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 22:16:26.930 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 22:16:26.936 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 22:16:26.996 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:26.996 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:16:26.998 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:26.998 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:16:27.001 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:27.002 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:16:27.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:27.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:27.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.*'] 22:16:27.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:27.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.*'] 22:16:27.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:27.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:27.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:27.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:27.030 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:27.033 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:27.035 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:27.035 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:27.035 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:27.036 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:27.036 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:27.036 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:27.036 DEBUG [main][MenuItemLookup] Item match:Window 22:16:27.039 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:27.039 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:27.039 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:27.039 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:27.039 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:27.039 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:27.039 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:27.039 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:27.039 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:27.039 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:27.039 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:27.041 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:27.041 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:27.043 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:27.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 'Preferences.*'] is available.... 22:16:27.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:16:27.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:27.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:27.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:27.209 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:27.209 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:27.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:16:27.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:27.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:27.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:27.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:27.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:27.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:27.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:27.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:16:27.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:27.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:27.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:27.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:27.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:27.297 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:16:27.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:27.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:27.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:27.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:27.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:27.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:27.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:27.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:27.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:27.323 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:16:27.324 DEBUG [main][EditorHandler] 0 editor(s) found 22:16:27.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:27.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:27.341 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:16:27.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:27.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:27.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:27.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:27.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:27.344 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:27.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') 22:16:27.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:27.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:27.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:27.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:27.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:27.347 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:27.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:27.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:27.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:16:27.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:16:27.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:16:27.392 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:27.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:27.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:27.393 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 22:16:27.394 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:27.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:27.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:27.395 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 22:16:27.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:27.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:27.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:27.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:27.397 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:27.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:27.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:27.398 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 22:16:27.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:27.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:27.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:27.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:27.399 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 22:16:27.399 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:27.399 INFO [WorkbenchTestable][RequirementsRunner] Started test: logicDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 22:16:27.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 22:16:27.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:27.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:27.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:27.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'] 22:16:27.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:27.412 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:16:27.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:27.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: "New Project"] 22:16:27.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:27.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'] 22:16:27.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:27.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'] 22:16:27.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:27.414 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:16:27.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:27.414 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 22:16:27.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:27.414 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:16:27.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:16:27.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:27.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:27.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:27.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:27.415 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:27.415 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:27.415 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:27.415 DEBUG [main][MenuItemLookup] Item match:File 22:16:27.417 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:16:27.418 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:16:27.421 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:16:27.422 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:27.422 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:16:27.422 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:27.422 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:16:27.422 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:27.422 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:16:27.422 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:27.422 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:16:27.422 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:16:27.422 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:16:27.422 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:16:27.422 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:16:27.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.... 22:16:27.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:16:27.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:16:27.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:27.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:27.507 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:16:27.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:27.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:16:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:27.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:27.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:27.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:27.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:27.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:27.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:27.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:16:27.512 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:27.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:28.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:28.015 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:28.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:16:28.016 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:28.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:28.017 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:28.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:28.017 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:28.017 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 22:16:28.018 DEBUG [main][TreeItemHandler] Selecting tree item: Project 22:16:28.018 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 22:16:28.021 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 22:16:28.021 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:16:28.021 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:16:28.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:16:28.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:28.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:28.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:28.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:28.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:28.024 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:16:28.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:28.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:28.024 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:28.024 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:28.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'] 22:16:28.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:28.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:28.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 22:16:28.058 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 22:16:28.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 22:16:28.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:28.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:28.060 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 22:16:28.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:28.061 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:") 22:16:28.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:28.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:28.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:28.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 22:16:28.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:28.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:28.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:28.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:28.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:28.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:16:28.066 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:16:28.067 INFO [WorkbenchTestable][AbstractText] Text set to: test 22:16:28.068 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 22:16:28.069 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 22:16:28.069 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) 22:16:28.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:28.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:28.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:28.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:28.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:28.071 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:16:28.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:28.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:28.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:28.072 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:28.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:28.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:28.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:16:28.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 22:16:29.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:16:29.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:16:29.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:16:29.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:29.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:29.088 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:16:29.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:29.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:29.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:29.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:29.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:29.090 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:29.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 '\*?\QProject Explorer\E') 22:16:29.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:29.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:29.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:29.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:29.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:29.091 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:29.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:29.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:29.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:16:29.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:16:29.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:16:29.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 22:16:29.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:29.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:29.098 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 22:16:29.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:29.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:29.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:29.099 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:29.099 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:29.099 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:29.099 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:29.100 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:29.100 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:29.100 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:29.100 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:29.100 DEBUG [main][MenuItemLookup] Item match:Window 22:16:29.100 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:29.100 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:29.100 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:29.100 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:29.101 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:29.101 DEBUG [main][MenuItemLookup] Item match:Show View 22:16:29.110 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 22:16:29.110 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:16:29.110 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:16:29.110 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:16:29.110 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:16:29.111 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:16:29.111 DEBUG [main][MenuItemLookup] Found menu:'Properties' 22:16:29.111 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:16:29.111 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:29.111 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:16:29.111 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:16:29.121 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:16:29.122 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:16:29.122 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:16:29.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:16:29.190 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 22:16:29.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:16:29.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:29.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:29.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:16:29.194 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:29.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:29.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:29.194 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:16:29.194 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:29.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:29.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:29.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:29.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:29.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:29.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:29.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:29.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:16:29.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:29.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:29.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:29.698 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:29.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:16:29.699 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:16:29.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:29.700 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:16:29.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:29.700 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:16:29.700 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 22:16:29.700 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 22:16:29.701 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 22:16:29.701 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 22:16:29.701 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:29.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:16:29.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:29.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:29.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:29.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:16:29.702 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:29.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:29.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:29.703 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:16:29.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:29.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:29.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:29.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:29.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:29.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:29.704 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:16:29.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:29.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:29.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:29.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:29.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:16:29.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:16:29.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 22:16:29.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:29.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:29.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 22:16:29.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:29.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:29.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:29.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:29.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:29.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:29.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 '\*?\QPackage Explorer\E') 22:16:29.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:29.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:30.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:30.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:30.001 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:16:30.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:16:30.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:30.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:16:30.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:16:30.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:16:30.003 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:16:30.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:16:30.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:30.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:30.004 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:16:30.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:16:30.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:30.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:30.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:30.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:30.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:30.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:30.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:31.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:31.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:31.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:16:31.006 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:16:31.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:16:31.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:31.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:31.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 22:16:31.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:31.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:31.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:31.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:31.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:31.009 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:16:31.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 22:16:31.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:31.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:31.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:31.016 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:31.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:16:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:31.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:31.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:31.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:31.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:31.017 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:31.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:31.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:31.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:31.039 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:31.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:31.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:31.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:31.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:31.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:31.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:31.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:31.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:32.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:32.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:32.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:16:32.043 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:32.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:32.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:32.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:32.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 22:16:32.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:32.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:32.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:32.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:32.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:32.045 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:16:32.045 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 22:16:32.045 DEBUG [main][TreeItemHandler] Selecting tree item: test 22:16:32.045 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 22:16:32.054 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 22:16:32.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'] 22:16:32.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:32.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'] 22:16:32.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:32.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: ""] 22:16:32.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:32.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'] 22:16:32.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:32.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'] 22:16:32.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:32.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: ""] 22:16:32.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:32.057 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 22:16:32.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'] 22:16:32.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:32.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'] 22:16:32.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:32.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:32.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:32.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:32.058 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:32.058 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:32.059 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:32.059 DEBUG [main][MenuItemLookup] Item match:File 22:16:32.060 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:16:32.060 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:16:32.062 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:16:32.062 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:32.062 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:16:32.062 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:32.063 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:16:32.063 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:32.063 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:16:32.063 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:32.063 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:16:32.063 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:16:32.063 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:16:32.063 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:16:32.063 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:16:32.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:16:32.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 22:16:32.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:16:32.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:32.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:32.115 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:16:32.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:32.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:16:32.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:32.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:32.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:32.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 22:16:32.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:32.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:32.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:32.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:32.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 22:16:32.117 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 22:16:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:32.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:32.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 22:16:32.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 22:16:32.620 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 22:16:32.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:32.620 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 22:16:32.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:32.620 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 22:16:32.620 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 22:16:32.620 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 22:16:32.620 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 22:16:32.624 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 22:16:32.624 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:16:32.624 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:16:32.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:16:32.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:32.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:32.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:32.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:32.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:32.625 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:16:32.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:32.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:32.626 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:32.626 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:32.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 22:16:32.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 22:16:32.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 22:16:32.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:32.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:32.670 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 22:16:32.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:32.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:") 22:16:32.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:32.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:32.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:32.670 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 22:16:32.670 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:32.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:32.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:32.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:32.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:32.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:16:32.673 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:16:32.674 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 22:16:32.675 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 22:16:32.675 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 22:16:32.675 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) 22:16:32.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:32.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:32.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:32.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:32.677 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:16:32.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:32.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:32.677 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:32.677 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:32.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:33.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:33.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:16:33.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:16:33.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:16:33.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:16:33.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:16:33.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:16:33.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:16:33.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:16:33.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:16:33.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4f1ca304 is found... 22:16:33.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4f1ca304 is found finished successfully 22:16:33.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 22:16:33.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:33.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:33.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:33.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:33.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:33.156 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:33.156 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:33.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:33.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:33.196 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' view via menu. 22:16:33.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:33.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:33.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:33.198 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:33.199 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test/test.logic - Eclipse Platform' 22:16:33.199 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:33.199 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:33.199 DEBUG [main][MenuItemLookup] Found menu:'View' 22:16:33.199 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:33.199 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:33.199 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:33.199 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:33.199 DEBUG [main][MenuItemLookup] Item match:Window 22:16:33.200 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:33.200 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:33.200 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:33.200 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:33.200 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:33.200 DEBUG [main][MenuItemLookup] Item match:Show View 22:16:33.203 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 22:16:33.203 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:16:33.203 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:16:33.203 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:16:33.203 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:16:33.203 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:16:33.203 DEBUG [main][MenuItemLookup] Found menu:'Properties' 22:16:33.203 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:16:33.204 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:33.204 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:16:33.204 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:16:33.204 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:16:33.204 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:16:33.204 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:16:33.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:16:33.250 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 22:16:33.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:16:33.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:33.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:33.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:16:33.251 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:33.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:33.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:33.251 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:16:33.251 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:33.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:33.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:33.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:33.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:33.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:33.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:33.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:33.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:16:33.252 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:33.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:33.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:33.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:33.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:16:33.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:33.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:33.758 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:33.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:33.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:33.758 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Palette 22:16:33.758 DEBUG [main][TreeItemHandler] Selecting tree item: Palette 22:16:33.758 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Palette about selection 22:16:33.759 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Palette 22:16:33.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:33.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:33.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:33.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:16:33.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:33.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:33.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:33.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 22:16:33.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:33.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:33.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:33.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:16:33.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:33.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:33.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:33.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:33.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:33.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:33.760 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:16:33.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:33.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:33.760 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:33.760 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:33.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:16:33.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:16:33.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open... 22:16:33.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:33.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:33.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open finished successfully 22:16:33.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:33.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:33.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:33.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:33.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:33.846 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:33.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 '\*?\QPalette\E') 22:16:33.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:33.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:33.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:33.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:33.847 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:33.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:33.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:33.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test/test.logic - Eclipse Platform TooltipText=null 22:16:33.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:16:33.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:16:33.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:33.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:33.855 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:33.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:33.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:33.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:33.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:33.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:33.856 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:33.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 '\*?\QPalette\E') 22:16:33.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:33.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:33.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:33.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:33.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:33.857 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:33.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:33.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:33.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test/test.logic - Eclipse Platform TooltipText=null 22:16:33.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:16:33.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:16:33.899 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 22:16:33.899 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:33.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:33.904 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:33.904 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:33.923 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:33.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:33.929 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #0 Text=Label ) 22:16:33.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 22:16:33.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 22:16:33.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:33.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:33.947 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:33.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:33.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:33.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:33.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:33.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:33.950 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:33.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') 22:16:33.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:33.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:33.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:33.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:33.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:33.951 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:33.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:33.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:33.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:33.999 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 0] 22:16:33.999 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:33.999 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.000 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:34.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.012 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:34.012 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.015 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #0 Value=0 ) 22:16:34.015 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #0 Value=0 ) 22:16:34.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 22:16:34.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 22:16:34.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.020 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:34.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:34.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:34.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:34.022 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:34.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 '\*?\QPalette\E') 22:16:34.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:34.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:34.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:34.023 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:34.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:34.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:34.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:34.045 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 0] 22:16:34.045 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:34.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.045 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:34.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.056 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:34.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.058 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #0 ) 22:16:34.058 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #0 ) 22:16:34.058 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #0 ) 22:16:34.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3... 22:16:34.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3 finished successfully 22:16:34.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.099 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:34.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:34.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:34.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:34.102 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:34.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 22:16:34.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:34.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:34.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:34.102 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:34.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:34.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:34.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:34.111 INFO [WorkbenchTestable][ViewerHandler] Click at [150, 0] 22:16:34.111 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:34.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.122 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:34.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.135 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:34.135 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.136 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 22:16:34.136 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 22:16:34.136 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 22:16:34.136 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 22:16:34.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4... 22:16:34.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4 finished successfully 22:16:34.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.140 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:34.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:34.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:34.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:34.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:34.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 22:16:34.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:34.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:34.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:34.142 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:34.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:34.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:34.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:34.149 INFO [WorkbenchTestable][ViewerHandler] Click at [200, 0] 22:16:34.149 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:34.149 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.150 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:34.150 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.201 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:34.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.203 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 22:16:34.203 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 22:16:34.203 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 22:16:34.203 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 22:16:34.203 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 22:16:34.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 5... 22:16:34.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 5 finished successfully 22:16:34.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.207 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:34.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:34.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:34.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:34.209 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:34.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 22:16:34.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:34.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:34.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:34.210 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:34.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:34.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:34.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:34.217 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 22:16:34.217 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:34.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.217 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:34.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.237 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:34.237 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.238 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 22:16:34.238 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 22:16:34.238 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 22:16:34.238 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 22:16:34.238 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 22:16:34.238 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 22:16:34.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 6... 22:16:34.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 6 finished successfully 22:16:34.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.242 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:34.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:34.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:34.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:34.245 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:34.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.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') 22:16:34.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:34.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:34.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:34.246 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:34.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:34.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:34.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:34.253 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 100] 22:16:34.253 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:34.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.253 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:34.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.296 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:34.296 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.297 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 22:16:34.297 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 22:16:34.297 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 22:16:34.297 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 22:16:34.297 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 22:16:34.297 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 22:16:34.297 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 22:16:34.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 7... 22:16:34.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 7 finished successfully 22:16:34.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.303 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:34.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:34.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:34.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:34.305 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:34.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 22:16:34.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:34.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:34.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:34.306 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:34.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:34.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:34.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:34.326 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 100] 22:16:34.326 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:34.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.326 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:34.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.336 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:34.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.337 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 22:16:34.337 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 22:16:34.337 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 22:16:34.337 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 22:16:34.337 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 22:16:34.337 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 22:16:34.337 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 22:16:34.337 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 22:16:34.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 8... 22:16:34.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 8 finished successfully 22:16:34.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.348 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:34.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:34.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:34.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:34.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:34.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 '\*?\QPalette\E') 22:16:34.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:34.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:34.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:34.351 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:34.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:34.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:34.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:34.400 INFO [WorkbenchTestable][ViewerHandler] Click at [150, 100] 22:16:34.400 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:34.400 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.401 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:34.401 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.414 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:34.414 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.415 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 22:16:34.415 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 22:16:34.415 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 22:16:34.415 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 22:16:34.415 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 22:16:34.415 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 22:16:34.415 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 22:16:34.415 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 22:16:34.415 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 22:16:34.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 9... 22:16:34.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 9 finished successfully 22:16:34.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.420 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:34.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:34.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:34.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:34.422 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:34.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 '\*?\QPalette\E') 22:16:34.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:34.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:34.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:34.423 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:34.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:34.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:34.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:34.429 INFO [WorkbenchTestable][ViewerHandler] Click at [200, 100] 22:16:34.429 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:34.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.430 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:34.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.451 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:34.451 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.452 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 22:16:34.452 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 22:16:34.452 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 22:16:34.452 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 22:16:34.452 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 22:16:34.452 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 22:16:34.452 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 22:16:34.452 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 22:16:34.452 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 22:16:34.452 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 22:16:34.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 10... 22:16:34.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 10 finished successfully 22:16:34.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.456 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:34.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:34.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:34.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:34.458 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:34.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 '\*?\QPalette\E') 22:16:34.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:34.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:34.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:34.459 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:34.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:34.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:34.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:34.505 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 200] 22:16:34.505 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:34.505 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.506 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:34.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.514 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:34.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.524 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 22:16:34.524 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 22:16:34.524 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 22:16:34.524 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 22:16:34.524 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 22:16:34.524 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 22:16:34.524 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 22:16:34.524 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 22:16:34.524 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 22:16:34.524 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 22:16:34.524 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 22:16:34.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 11... 22:16:34.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 11 finished successfully 22:16:34.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.538 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:34.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:34.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:34.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:34.540 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:34.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 '\*?\QPalette\E') 22:16:34.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:34.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:34.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:34.541 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:34.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:34.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:34.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:34.547 INFO [WorkbenchTestable][ViewerHandler] Click at [200, 200] 22:16:34.547 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:34.547 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.548 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:34.548 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.590 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:34.590 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.593 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 22:16:34.593 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 22:16:34.593 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 22:16:34.593 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 22:16:34.593 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 22:16:34.593 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 22:16:34.593 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 22:16:34.593 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 22:16:34.593 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 22:16:34.593 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 22:16:34.593 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 22:16:34.593 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 22:16:34.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 14... 22:16:34.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 14 finished successfully 22:16:34.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.611 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:34.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:34.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:34.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:34.613 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:34.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 '\*?\QPalette\E') 22:16:34.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:34.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:34.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:34.613 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:34.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:34.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:34.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:34.620 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 300] 22:16:34.620 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:34.620 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.620 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:34.620 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.640 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:34.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.643 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 22:16:34.643 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 22:16:34.643 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 22:16:34.643 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 22:16:34.643 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 22:16:34.643 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 22:16:34.643 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 22:16:34.643 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 22:16:34.643 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 22:16:34.643 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 22:16:34.643 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 22:16:34.643 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 22:16:34.643 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 22:16:34.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 22... 22:16:34.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 22 finished successfully 22:16:34.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.649 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:34.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:34.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:34.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:34.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:34.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 '\*?\QPalette\E') 22:16:34.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:34.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:34.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:34.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:34.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:34.652 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:34.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:34.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:34.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:34.703 INFO [WorkbenchTestable][ViewerHandler] Click at [105, 305] 22:16:34.703 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:34.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.704 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:34.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.716 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:34.716 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.717 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #2 Value=0 ) 22:16:34.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 23... 22:16:34.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 23 finished successfully 22:16:34.722 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:34.722 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:34.722 INFO [WorkbenchTestable][AbstractEditor] Save editor 22:16:34.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:34.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:34.724 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:34.724 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test/test.logic - Eclipse Platform' 22:16:34.724 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:34.724 DEBUG [main][MenuItemLookup] Item match:File 22:16:34.727 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:16:34.727 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 22:16:34.727 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 22:16:34.727 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 22:16:34.727 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:34.727 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 22:16:34.727 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 22:16:34.727 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:34.727 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 22:16:34.727 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 22:16:34.727 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 22:16:34.727 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 22:16:34.727 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 22:16:34.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 22:16:34.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 22:16:34.795 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:34.795 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:34.796 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 22:16:34.796 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:34.826 DEBUG [main][MenuItemLookup] Found menu:'Undo Create Object' 22:16:34.826 DEBUG [main][MenuItemLookup] Item match:Undo Create Object 22:16:34.827 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Undo Create Object" 22:16:34.827 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Undo Create Object 22:16:34.827 INFO [main][MenuItemHandler] Select menu item: &Undo Create Object 22:16:34.830 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:16:34.831 DEBUG [main][EditorHandler] 1 editor(s) found 22:16:34.832 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 22:16:34.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 'Save .*'] is available.... 22:16:35.364 DEBUG [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 22:16:35.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 22:16:35.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:35.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:35.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:35.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:35.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:35.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 22:16:35.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:35.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:35.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:35.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 22:16:35.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:35.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:35.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:35.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 22:16:35.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:35.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:35.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:35.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:35.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:35.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:35.367 INFO [WorkbenchTestable][AbstractButton] Click button &Save 22:16:35.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:35.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:35.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:35.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:35.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:16:35.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:16:35.449 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 22:16:35.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:35.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:35.450 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:16:35.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:35.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:35.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:35.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:35.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:35.452 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:35.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:16:35.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:35.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:35.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:35.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:35.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:35.453 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:35.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:35.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:35.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:35.459 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:35.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:35.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:35.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:35.459 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:35.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:35.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:35.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:35.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:35.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:35.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:35.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:35.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:36.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:36.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:36.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:16:36.462 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:36.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:36.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:36.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:36.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 22:16:36.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:36.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:36.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:36.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:36.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:36.463 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:16:36.464 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:36.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:36.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:36.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:36.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:36.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:36.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:36.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:36.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:37.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:37.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:37.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:16:37.466 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:37.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:37.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:37.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:37.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:16:37.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:37.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:37.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:37.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:37.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:37.467 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:16:37.468 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:37.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:37.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:37.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:37.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 22:16:37.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:37.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:37.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:37.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:37.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:37.469 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:16:37.469 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:16:37.469 DEBUG [main][TreeItemHandler] Set Tree selection 22:16:37.470 DEBUG [main][TreeHandler] Notify Tree about selection event 22:16:37.475 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:16:37.475 DEBUG [WorkbenchTestable][TreeItemHandler] test 22:16:37.476 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:16:37.476 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:37.506 DEBUG [main][MenuItemLookup] Found menu:'New' 22:16:37.507 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:16:37.507 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:37.507 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:16:37.507 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:37.507 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:16:37.507 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:16:37.507 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:16:37.507 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:16:37.507 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:16:37.507 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:37.507 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:16:37.507 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:16:37.507 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:37.507 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:16:37.507 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:16:37.507 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:16:37.507 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:16:37.507 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:16:37.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:16:37.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:16:37.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:16:38.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:16:38.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:16:38.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:16:38.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:16:38.009 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:16:38.009 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:38.025 DEBUG [main][MenuItemLookup] Found menu:'New' 22:16:38.025 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:16:38.025 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:38.025 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:16:38.025 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:38.025 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:16:38.025 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:16:38.025 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:16:38.025 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:16:38.025 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:16:38.026 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:16:38.026 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:16:38.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:16:38.628 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 22:16:38.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:16:38.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:38.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:38.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:16:38.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:38.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:38.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:38.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:16:38.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:38.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:38.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:38.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:38.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:38.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:38.632 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:16:38.633 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:16:38.633 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:16:38.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:38.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:38.633 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:38.633 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:38.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 "OK") 22:16:38.633 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:38.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:38.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:38.633 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:16:38.633 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:38.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:38.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:38.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:38.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:38.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:38.634 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:16:38.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:38.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:38.635 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:38.635 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:38.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:16:38.640 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:16:39.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:16:39.141 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:16:39.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:16:39.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:16:39.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:16:39.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:16:39.142 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:39.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:39.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:39.143 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 22:16:39.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 22:16:39.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:39.146 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:39.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:39.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:39.146 INFO [WorkbenchTestable][RequirementsRunner] Finished test: logicDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 22:16:39.146 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:39.146 INFO [WorkbenchTestable][RequirementsRunner] Started test: shapesDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 22:16:39.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 22:16:39.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:39.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:39.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:39.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'] 22:16:39.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:39.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'] 22:16:39.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:39.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: "New Project"] 22:16:39.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:39.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'] 22:16:39.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:39.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'] 22:16:39.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:39.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'] 22:16:39.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:39.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 Project"] 22:16:39.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:39.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'] 22:16:39.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:39.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'] 22:16:39.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:39.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:39.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:39.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:39.149 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:39.149 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:39.149 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:39.149 DEBUG [main][MenuItemLookup] Item match:File 22:16:39.150 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:16:39.150 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:16:39.152 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:16:39.152 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:39.152 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:16:39.152 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:39.152 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:16:39.152 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:39.152 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:16:39.152 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:39.152 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:16:39.152 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:16:39.153 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:16:39.153 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:16:39.153 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:16:39.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:16:39.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 'New|Select a wizard'] is available. finished successfully 22:16:39.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:16:39.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:39.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:39.199 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:16:39.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:39.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:16:39.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:39.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:39.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:39.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:39.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:39.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:39.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:39.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:16:39.202 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:39.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:39.202 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:39.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:39.202 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:39.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:16:39.202 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:39.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:39.202 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:39.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:39.202 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:39.202 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 22:16:39.202 DEBUG [main][TreeItemHandler] Selecting tree item: Project 22:16:39.203 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 22:16:39.208 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 22:16:39.208 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:16:39.209 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:16:39.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:16:39.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:39.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:39.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:39.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:39.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:39.210 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:16:39.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:39.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:39.210 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:39.210 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:39.225 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:16:39.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:39.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:39.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 22:16:39.229 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 22:16:39.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 22:16:39.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:39.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:39.230 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 22:16:39.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:39.230 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:") 22:16:39.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:39.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:39.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:39.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 22:16:39.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:39.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:39.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:39.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:39.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:39.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:16:39.232 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:16:39.233 INFO [WorkbenchTestable][AbstractText] Text set to: test 22:16:39.233 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 22:16:39.233 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 22:16:39.233 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) 22:16:39.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:39.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:39.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:39.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:39.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:39.235 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:16:39.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:39.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:39.235 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:39.235 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:39.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:39.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:39.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:16:39.750 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:16:39.750 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:16:39.750 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:16:39.750 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:16:39.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:16:39.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:39.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:39.751 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:16:39.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:39.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:39.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:39.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:39.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:39.752 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:39.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 '\*?\QProject Explorer\E') 22:16:39.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:39.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:39.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:39.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:39.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:39.754 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:39.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:39.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:39.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:16:39.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:16:39.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:16:39.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 22:16:39.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:39.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:39.758 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:16:39.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:39.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:39.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:39.761 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:39.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:16:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:39.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:39.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:39.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:39.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:39.763 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:16:39.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:16:39.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:39.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:39.783 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:16:39.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:16:39.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:39.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:39.784 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:16:39.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:16:39.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:39.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:39.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:39.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:39.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:40.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:40.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:40.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:40.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:40.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:16:40.786 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:16:40.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:16:40.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:40.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:40.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:16:40.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:40.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:40.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:40.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:40.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:40.788 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:16:40.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 22:16:40.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:40.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:40.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:40.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:40.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:40.790 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:40.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') 22:16:40.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:40.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:40.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:40.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:40.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:40.791 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:40.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:40.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:40.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:40.807 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:40.807 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:40.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:40.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:40.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:40.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:40.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:41.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:41.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:41.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:41.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:41.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:16:41.809 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:41.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:41.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:41.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:41.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 22:16:41.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:41.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:41.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:41.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:41.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:41.811 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:16:41.811 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 22:16:41.811 DEBUG [main][TreeItemHandler] Selecting tree item: test 22:16:41.811 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 22:16:41.815 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 22:16:41.816 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:16:41.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:41.816 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:16:41.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:41.816 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 22:16:41.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:41.816 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:16:41.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:41.816 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:16:41.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:41.817 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 22:16:41.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:41.817 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 22:16:41.817 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:16:41.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:41.817 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:16:41.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:41.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:41.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:41.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:41.818 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:41.818 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:41.818 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:41.818 DEBUG [main][MenuItemLookup] Item match:File 22:16:41.819 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:16:41.819 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:16:41.820 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:16:41.820 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:41.820 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:16:41.820 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:41.820 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:16:41.820 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:41.820 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:16:41.820 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:41.820 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:16:41.820 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:16:41.821 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:16:41.821 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:16:41.821 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:16:41.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:16:41.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. finished successfully 22:16:41.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:16:41.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:41.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:41.882 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:16:41.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:41.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:16:41.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:41.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:41.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:41.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 22:16:41.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:41.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:41.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:41.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:41.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:41.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:41.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:41.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:41.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 22:16:41.883 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 22:16:41.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:42.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:42.385 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 22:16:42.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 22:16:42.386 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 22:16:42.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:42.386 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 22:16:42.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:42.386 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 22:16:42.386 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Shapes Diagram 22:16:42.386 DEBUG [main][TreeItemHandler] Selecting tree item: Shapes Diagram 22:16:42.386 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Shapes Diagram about selection 22:16:42.388 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Shapes Diagram 22:16:42.388 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:16:42.388 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:16:42.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:16:42.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:42.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:42.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:42.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:42.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:42.390 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:16:42.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:42.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:42.390 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:42.390 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:42.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 22:16:42.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 22:16:42.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 22:16:42.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:42.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:42.415 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 22:16:42.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:42.415 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:") 22:16:42.415 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:42.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:42.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:42.415 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 22:16:42.415 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:42.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:42.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:42.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:42.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:42.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:16:42.417 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:16:42.418 INFO [WorkbenchTestable][AbstractText] Text set to: test.shapes 22:16:42.419 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 22:16:42.419 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 22:16:42.419 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) 22:16:42.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:42.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:42.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:42.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:42.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:42.420 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:16:42.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:42.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:42.421 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:42.421 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:42.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:42.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:42.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:16:42.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:16:42.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:16:42.926 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:16:42.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:16:42.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1afcfa4a is found... 22:16:42.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1afcfa4a is found finished successfully 22:16:42.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.shapes\E') 22:16:42.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:42.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:42.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:42.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:42.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:42.929 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:42.930 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:42.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:42.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:42.930 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:42.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:42.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:42.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 22:16:42.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:42.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:42.938 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 22:16:42.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 '\*?\QPalette\E') 22:16:42.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:42.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:42.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:42.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:42.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:42.939 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:42.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:42.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:42.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:42.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:42.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:42.947 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:42.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:42.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:42.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 22:16:42.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:42.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:42.948 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 22:16:42.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 '\*?\QPalette\E') 22:16:42.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:42.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:42.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:42.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:42.955 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:42.955 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:42.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:42.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test/test.shapes - Eclipse Platform TooltipText=null 22:16:42.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:16:42.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:16:42.956 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 22:16:42.957 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:42.957 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:42.957 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:42.957 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:42.961 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:42.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:42.963 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 1567808902 ) 22:16:42.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 22:16:42.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 22:16:42.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:42.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:42.977 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:42.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:42.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:42.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 22:16:42.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:42.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:42.978 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 22:16:42.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 '\*?\QPalette\E') 22:16:42.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:42.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:42.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:42.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:42.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:42.978 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:42.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:42.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:42.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:42.983 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 0] 22:16:42.983 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:42.983 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:42.984 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:42.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:42.988 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:42.988 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:42.988 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 1511906428 ) 22:16:42.988 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 1511906428 ) 22:16:42.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 22:16:42.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 22:16:42.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:43.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:43.000 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:43.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:43.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:43.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 22:16:43.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:43.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:43.001 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 22:16:43.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 22:16:43.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:43.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:43.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:43.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:43.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:43.002 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:43.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:43.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:43.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:43.007 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 200] 22:16:43.007 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:43.007 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:43.007 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:43.007 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:43.019 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:43.019 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:43.020 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 695383187 ) 22:16:43.020 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 695383187 ) 22:16:43.020 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 695383187 ) 22:16:43.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3... 22:16:43.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3 finished successfully 22:16:43.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:43.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:43.023 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:43.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:43.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:43.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 22:16:43.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:43.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:43.024 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 22:16:43.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 '\*?\QPalette\E') 22:16:43.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:43.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:43.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:43.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:43.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:43.025 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:43.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:43.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:43.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:43.039 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 200] 22:16:43.039 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:43.039 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:43.040 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:43.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:43.044 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:43.044 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:43.044 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 1610949912 ) 22:16:43.044 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 1610949912 ) 22:16:43.044 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 1610949912 ) 22:16:43.044 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 1610949912 ) 22:16:43.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4... 22:16:43.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4 finished successfully 22:16:43.047 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:43.047 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:43.047 INFO [WorkbenchTestable][AbstractEditor] Save editor 22:16:43.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 22:16:43.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:43.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:43.048 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 22:16:43.048 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test/test.shapes - Eclipse Platform' 22:16:43.048 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:43.048 DEBUG [main][MenuItemLookup] Item match:File 22:16:43.049 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:16:43.049 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 22:16:43.049 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 22:16:43.049 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 22:16:43.049 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:43.049 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 22:16:43.049 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 22:16:43.049 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:43.049 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 22:16:43.049 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 22:16:43.049 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 22:16:43.049 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 22:16:43.049 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 22:16:43.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 22:16:43.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 22:16:43.095 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:43.095 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:43.095 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 22:16:43.095 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:43.104 DEBUG [main][MenuItemLookup] Found menu:'Undo shape creation' 22:16:43.104 DEBUG [main][MenuItemLookup] Item match:Undo shape creation 22:16:43.104 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Undo shape creation" 22:16:43.104 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Undo shape creation 22:16:43.104 INFO [main][MenuItemHandler] Select menu item: &Undo shape creation 22:16:43.115 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:16:43.115 DEBUG [main][EditorHandler] 1 editor(s) found 22:16:43.115 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.shapes 22:16:43.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 'Save .*'] is available.... 22:16:43.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 'Save .*'] is available. finished successfully 22:16:43.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 22:16:43.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:43.637 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:43.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 22:16:43.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:43.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:43.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:43.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:16:43.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:43.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:43.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:43.638 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 22:16:43.638 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:43.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:43.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:43.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:43.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:43.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:43.639 INFO [WorkbenchTestable][AbstractButton] Click button &Save 22:16:43.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:43.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:43.639 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:43.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:43.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:16:43.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:16:43.676 DEBUG [WorkbenchTestable][EditorHandler] Editor test.shapes is closed 22:16:43.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:43.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:43.677 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:16:43.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:43.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:43.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:43.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:43.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:43.678 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:43.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 '\*?\QProject Explorer\E') 22:16:43.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:43.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:43.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:43.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:43.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:43.679 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:43.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:43.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:43.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:43.683 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:43.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:43.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:43.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:43.684 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:43.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:43.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:43.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:43.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:43.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:43.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:44.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:44.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:44.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:44.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:44.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:16:44.687 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:44.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:44.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:44.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:44.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 22:16:44.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:44.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:44.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:44.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:44.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:44.689 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:16:44.689 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:44.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:44.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:44.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:44.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:44.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:44.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:45.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:45.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:45.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:45.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:45.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:16:45.692 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:45.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:45.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:45.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:45.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:16:45.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:45.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:45.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:45.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:45.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:45.694 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:16:45.694 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:45.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:45.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:45.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:45.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:16:45.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:45.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:45.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:45.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:45.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:45.695 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:16:45.695 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:16:45.695 DEBUG [main][TreeItemHandler] Set Tree selection 22:16:45.695 DEBUG [main][TreeHandler] Notify Tree about selection event 22:16:45.699 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:16:45.700 DEBUG [WorkbenchTestable][TreeItemHandler] test 22:16:45.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:16:45.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:45.719 DEBUG [main][MenuItemLookup] Found menu:'New' 22:16:45.719 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:16:45.719 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:45.719 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:16:45.719 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:45.719 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:16:45.719 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:16:45.719 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:16:45.719 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:16:45.719 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:16:45.719 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:45.719 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:16:45.719 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:16:45.719 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:45.719 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:16:45.719 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:16:45.719 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:16:45.719 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:16:45.719 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:16:45.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:16:45.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:16:46.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:16:46.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:16:46.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:16:46.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:16:46.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:16:46.220 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:46.235 DEBUG [main][MenuItemLookup] Found menu:'New' 22:16:46.235 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:16:46.235 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:46.235 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:16:46.235 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:46.235 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:16:46.235 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:16:46.235 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:16:46.235 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:16:46.235 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:16:46.236 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:16:46.236 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:16:46.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:16:46.796 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 22:16:46.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:16:46.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:46.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:46.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: 32) 22:16:46.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:46.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:46.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:46.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:16:46.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:46.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:46.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:46.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:46.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:46.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:46.799 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:16:46.799 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:16:46.799 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:16:46.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:46.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:46.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:46.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:46.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") 22:16:46.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:46.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:46.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:46.799 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:16:46.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:46.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:46.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:46.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:46.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:46.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:46.800 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:16:46.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:46.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:46.800 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:46.800 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:16:46.804 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:16:47.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:16:47.304 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:16:47.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:16:47.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:16:47.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:16:47.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:16:47.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:16:47.305 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:47.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:47.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:47.306 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 22:16:47.306 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 22:16:47.306 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:47.306 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:47.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:47.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:47.306 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shapesDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 22:16:47.307 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 22:16:47.307 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:47.307 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:47.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:47.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.462 s - in org.eclipse.reddeer.gef.test.GEFEditorTest logicDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) Time elapsed: 11.747 s shapesDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) Time elapsed: 8.16 s Running org.eclipse.reddeer.gef.test.EditPartTest 22:16:47.312 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.gef.test.EditPartTest 22:16:47.312 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:16:47.313 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:47.313 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 22:16:47.313 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:47.313 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:16:47.313 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:47.313 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:16:47.313 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:47.313 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:16:47.313 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:47.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:47.314 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:47.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:47.314 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:16:47.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:47.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:47.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:47.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:47.314 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:47.314 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:47.314 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:47.315 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:16:47.315 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:16:47.315 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:16:47.315 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:16:47.315 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:16:47.315 DEBUG [main][MenuItemLookup] Item match:Window 22:16:47.315 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:16:47.315 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:16:47.315 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:16:47.315 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:47.315 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:16:47.315 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:16:47.315 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:47.315 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:16:47.315 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:47.315 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:16:47.315 DEBUG [main][MenuItemLookup] Item match:Preferences 22:16:47.315 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:16:47.315 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:16:47.315 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:16:47.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 'Preferences.*'] is available.... 22:16:47.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 'Preferences.*'] is available. finished successfully 22:16:47.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:16:47.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:47.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:47.374 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:16:47.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:47.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:16:47.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:47.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:47.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:47.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:47.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:47.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:47.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:47.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) 22:16:47.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:47.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:47.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:47.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:47.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:47.377 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:16:47.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:47.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:47.377 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:47.377 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:47.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:47.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:47.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:47.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:47.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:47.391 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:16:47.391 DEBUG [main][EditorHandler] 0 editor(s) found 22:16:47.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:47.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:47.392 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:16:47.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:47.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:47.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:47.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:47.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:47.394 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:47.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:16:47.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:47.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:47.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:47.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:47.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:47.395 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:47.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:47.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:47.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:16:47.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:16:47.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:16:47.403 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:47.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:47.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:47.404 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 22:16:47.404 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:47.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:47.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:47.405 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 22:16:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:47.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:47.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:47.405 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:47.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:47.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:47.406 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 22:16:47.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:47.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:47.406 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 22:16:47.406 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:47.407 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 22:16:47.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 22:16:47.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:47.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:47.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:47.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'] 22:16:47.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:47.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'] 22:16:47.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:47.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 22:16:47.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:47.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'] 22:16:47.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:47.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'] 22:16:47.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:47.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'] 22:16:47.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:47.408 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 22:16:47.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:47.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'] 22:16:47.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:47.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'] 22:16:47.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:47.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:47.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:47.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:47.409 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:47.409 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:47.409 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:47.409 DEBUG [main][MenuItemLookup] Item match:File 22:16:47.410 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:16:47.410 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:16:47.411 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:16:47.411 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:47.411 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:16:47.411 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:47.411 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:16:47.411 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:47.411 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:16:47.411 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:47.411 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:16:47.411 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:16:47.417 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:16:47.417 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:16:47.418 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:16:47.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:16:47.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 'New|Select a wizard'] is available. finished successfully 22:16:47.459 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:16:47.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:47.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:47.461 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:16:47.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:47.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:16:47.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:47.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:47.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:47.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:47.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:47.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:47.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:47.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:16:47.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:47.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:47.463 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:47.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:47.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:47.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:16:47.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:47.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:47.463 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:47.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:47.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:47.463 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 22:16:47.464 DEBUG [main][TreeItemHandler] Selecting tree item: Project 22:16:47.464 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 22:16:47.466 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 22:16:47.466 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:16:47.466 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:16:47.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:16:47.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:47.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:47.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:47.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:47.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:47.467 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:16:47.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:47.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:47.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:47.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:47.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'] 22:16:47.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:47.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:47.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 22:16:47.499 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 22:16:47.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 22:16:47.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:47.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:47.500 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 22:16:47.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:47.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 name:") 22:16:47.500 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:47.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:47.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:47.500 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 22:16:47.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:47.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:47.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:47.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:47.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:47.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:16:47.501 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:16:47.502 INFO [WorkbenchTestable][AbstractText] Text set to: test 22:16:47.502 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 22:16:47.502 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 22:16:47.503 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) 22:16:47.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:47.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:47.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:47.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:47.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:47.504 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:16:47.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:47.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:47.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:47.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:47.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:48.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:48.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:16:48.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:16:48.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:16:48.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:16:48.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:16:48.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:16:48.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:48.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:48.016 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:16:48.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:48.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:48.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:48.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:48.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:48.017 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:48.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:16:48.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:48.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:48.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:48.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:48.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:48.018 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:48.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:48.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:48.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:16:48.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:16:48.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:16:48.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 22:16:48.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:48.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:48.021 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:16:48.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:48.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:48.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:48.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:48.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:48.023 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:48.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') 22:16:48.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:48.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:48.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:48.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:48.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:48.024 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:16:48.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:16:48.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:48.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:48.048 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:16:48.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:16:48.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:48.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:48.049 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:16:48.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:16:48.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:48.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:48.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:48.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:48.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:48.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:48.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:49.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:49.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:49.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:16:49.051 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:16:49.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:16:49.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:49.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:49.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:16:49.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:49.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:49.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:49.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:49.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:49.053 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:16:49.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 22:16:49.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:49.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:49.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:49.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:49.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:49.055 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:49.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:16:49.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:49.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:49.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:49.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:49.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:49.055 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:49.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:49.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:49.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:49.070 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:49.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:49.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:49.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:49.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:49.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:49.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:49.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:49.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:50.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:50.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:50.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:16:50.072 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:50.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:50.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:50.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:50.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 22:16:50.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:50.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:50.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:50.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:50.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:50.074 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:16:50.074 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 22:16:50.074 DEBUG [main][TreeItemHandler] Selecting tree item: test 22:16:50.074 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 22:16:50.078 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 22:16:50.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'] 22:16:50.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:50.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'] 22:16:50.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:50.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: ""] 22:16:50.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:50.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'] 22:16:50.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:50.080 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:16:50.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:50.080 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 22:16:50.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:50.080 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 22:16:50.080 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:16:50.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:50.080 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:16:50.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:50.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:50.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:50.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:50.081 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:50.081 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:50.081 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:50.081 DEBUG [main][MenuItemLookup] Item match:File 22:16:50.082 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:16:50.082 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:16:50.083 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:16:50.083 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:50.083 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:16:50.083 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:50.083 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:16:50.083 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:50.083 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:16:50.083 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:50.083 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:16:50.083 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:16:50.090 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:16:50.090 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:16:50.090 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:16:50.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:16:50.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 'New|Select a wizard'] is available. finished successfully 22:16:50.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:16:50.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:50.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:50.133 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:16:50.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:50.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:16:50.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:50.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:50.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:50.134 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 22:16:50.134 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:50.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:50.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:50.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:50.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:50.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:50.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:50.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:50.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 22:16:50.135 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 22:16:50.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:50.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:50.637 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 22:16:50.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 22:16:50.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 22:16:50.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:50.638 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 22:16:50.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:50.638 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 22:16:50.638 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 22:16:50.638 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 22:16:50.638 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 22:16:50.640 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 22:16:50.640 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:16:50.640 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:16:50.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:16:50.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:50.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:50.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:50.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:50.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:50.642 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:16:50.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:50.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:50.642 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:50.642 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:50.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 22:16:50.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 22:16:50.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 22:16:50.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:50.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:50.672 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 22:16:50.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:50.672 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:") 22:16:50.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:50.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:50.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:50.672 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 22:16:50.672 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:50.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:50.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:50.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:50.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:50.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:16:50.674 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:16:50.675 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 22:16:50.675 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 22:16:50.675 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 22:16:50.676 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) 22:16:50.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:50.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:50.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:50.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:50.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:50.677 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:16:50.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:50.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:50.677 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:50.677 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:50.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:51.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:51.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:16:51.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:16:51.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:16:51.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:16:51.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:16:51.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1f853587 is found... 22:16:51.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1f853587 is found finished successfully 22:16:51.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 '\*?\Qtest.logic\E') 22:16:51.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:51.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:51.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:51.183 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:51.183 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:51.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.184 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:51.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:51.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:51.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:51.186 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:51.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') 22:16:51.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:51.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:51.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:51.186 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:51.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:51.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:51.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:51.201 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 22:16:51.201 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:51.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:51.201 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:51.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:51.207 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:51.207 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:51.208 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #2 Text=Label ) 22:16:51.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 22:16:51.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 22:16:51.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.223 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:51.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:51.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:51.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:51.225 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:51.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 '\*?\QPalette\E') 22:16:51.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:51.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:51.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:51.226 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:51.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:51.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:51.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:51.232 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 22:16:51.232 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:51.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:51.233 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:51.233 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:51.248 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:51.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:51.249 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #3 Text=Label ) 22:16:51.249 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #3 Text=Label ) 22:16:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 22:16:51.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 22:16:51.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') 22:16:51.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:51.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:51.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:51.266 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:51.266 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:51.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 '\*?\Qtest.logic\E') 22:16:51.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:51.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:51.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:51.294 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:51.294 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:51.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 22:16:51.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:51.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:51.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:51.297 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:51.297 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:51.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 22:16:51.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:51.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:51.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:16:51.315 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:16:51.315 INFO [WorkbenchTestable][AbstractText] Text set to: Foo 22:16:51.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 22:16:51.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:51.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 22:16:51.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:51.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:51.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:51.322 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:51.323 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:51.329 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 22:16:51.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:51.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:51.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:16:51.330 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:16:51.330 INFO [WorkbenchTestable][AbstractText] Text set to: Hello 22:16:51.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 22:16:51.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:51.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 22:16:51.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:51.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:51.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:51.339 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:51.339 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:51.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 22:16:51.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:51.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:51.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:51.342 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:51.342 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:51.343 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:16:51.344 DEBUG [main][EditorHandler] 1 editor(s) found 22:16:51.344 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 22:16:51.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 22:16:51.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 'Save .*'] is available. finished successfully 22:16:51.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 22:16:51.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:51.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:51.894 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:51.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:51.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:51.894 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 22:16:51.894 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:51.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.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 "Save") 22:16:51.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:51.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:51.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:51.895 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 22:16:51.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:51.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:51.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:51.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:51.896 INFO [WorkbenchTestable][AbstractButton] Click button &Save 22:16:51.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:51.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:51.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:51.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:51.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:16:51.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:16:51.938 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 22:16:51.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.939 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:16:51.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:51.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:51.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:51.940 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:51.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') 22:16:51.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:51.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:51.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:51.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:51.941 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:51.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:51.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:51.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:51.946 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:51.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:51.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:51.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:51.946 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:51.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:51.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:51.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:51.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:51.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:51.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:52.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:52.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:52.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:52.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:52.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:16:52.948 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:52.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:52.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:52.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:52.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:16:52.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:52.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:52.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:52.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:52.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:52.949 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:16:52.950 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:52.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:52.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:52.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:52.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:52.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:53.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:53.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:53.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:53.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:53.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:16:53.952 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:53.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:53.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:53.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:53.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:16:53.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:53.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:53.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:53.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:53.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:53.954 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:16:53.954 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:53.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:53.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:53.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:53.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:16:53.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:53.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:53.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:53.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:53.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:53.955 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:16:53.955 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:16:53.955 DEBUG [main][TreeItemHandler] Set Tree selection 22:16:53.955 DEBUG [main][TreeHandler] Notify Tree about selection event 22:16:53.960 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:16:53.961 DEBUG [WorkbenchTestable][TreeItemHandler] test 22:16:53.961 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:16:53.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:53.980 DEBUG [main][MenuItemLookup] Found menu:'New' 22:16:53.980 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:16:53.980 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:53.980 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:16:53.980 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:53.980 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:16:53.980 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:16:53.980 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:16:53.980 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:16:53.980 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:16:53.980 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:53.980 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:16:53.980 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:16:53.980 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:53.980 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:16:53.980 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:16:53.980 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:16:53.980 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:16:53.980 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:16:53.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:16:53.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:16:54.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:16:54.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:16:54.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:16:54.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:16:54.481 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:16:54.481 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:54.495 DEBUG [main][MenuItemLookup] Found menu:'New' 22:16:54.495 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:16:54.495 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:54.495 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:16:54.495 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:54.495 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:16:54.495 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:16:54.495 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:16:54.495 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:16:54.496 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:16:54.496 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:16:54.496 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:16:54.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:16:55.053 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 22:16:55.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:16:55.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:55.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:55.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:16:55.055 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:55.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:55.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:55.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:16:55.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:55.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:55.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:55.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:55.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:55.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:55.056 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:16:55.056 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:16:55.056 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:16:55.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:55.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:55.056 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:55.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:55.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:16:55.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:55.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:55.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:55.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:16:55.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:55.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:55.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:55.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:55.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:55.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:55.057 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:16:55.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:55.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:55.057 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:55.057 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:55.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:16:55.059 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:16:55.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:16:55.560 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:16:55.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:16:55.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:16:55.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:16:55.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:16:55.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:16:55.560 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:55.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:55.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:55.561 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 22:16:55.561 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 22:16:55.561 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:16:55.561 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:16:55.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:55.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:55.562 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 22:16:55.562 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:16:55.562 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 22:16:55.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 22:16:55.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:16:55.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:16:55.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:16:55.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'] 22:16:55.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:55.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'] 22:16:55.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:55.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 Project"] 22:16:55.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:55.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'] 22:16:55.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:55.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'] 22:16:55.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:55.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'] 22:16:55.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:55.564 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 22:16:55.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:55.564 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:16:55.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:55.564 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:16:55.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:55.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:55.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:55.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:55.565 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:55.565 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:55.565 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:55.565 DEBUG [main][MenuItemLookup] Item match:File 22:16:55.566 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:16:55.566 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:16:55.567 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:16:55.567 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:55.567 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:16:55.567 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:55.567 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:16:55.568 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:55.568 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:16:55.568 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:55.568 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:16:55.568 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:16:55.568 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:16:55.568 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:16:55.568 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:16:55.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:16:55.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 22:16:55.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:16:55.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:55.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:55.613 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:16:55.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:55.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:16:55.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:55.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:55.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:55.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:55.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:55.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:55.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:55.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:16:55.615 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:55.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:55.615 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:55.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:55.615 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:55.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:16:55.615 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:16:55.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:55.615 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:16:55.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:55.615 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:16:55.615 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 22:16:55.615 DEBUG [main][TreeItemHandler] Selecting tree item: Project 22:16:55.615 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 22:16:55.618 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 22:16:55.618 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:16:55.618 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:16:55.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:16:55.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:55.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:55.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:55.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:55.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:55.619 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:16:55.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:55.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:55.619 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:55.619 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:55.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:16:55.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:55.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:55.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 22:16:55.639 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 22:16:55.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 22:16:55.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:55.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:55.640 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 22:16:55.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:55.640 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:") 22:16:55.640 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:55.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:55.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:55.640 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 22:16:55.640 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:55.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:55.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:55.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:55.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:55.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:16:55.641 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:16:55.642 INFO [WorkbenchTestable][AbstractText] Text set to: test 22:16:55.642 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 22:16:55.642 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 22:16:55.642 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) 22:16:55.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:55.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:55.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:55.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:55.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:55.644 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:16:55.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:55.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:55.644 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:55.644 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:55.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:56.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:56.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:16:56.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:16:56.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:16:56.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:16:56.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:16:56.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:56.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:56.153 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:16:56.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:56.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:56.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:56.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:56.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:56.154 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:56.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') 22:16:56.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:56.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:56.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:56.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:56.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:56.155 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:56.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:56.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:56.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:16:56.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:16:56.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:16:56.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 22:16:56.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:56.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:56.158 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:16:56.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:56.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:56.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:56.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:56.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:56.159 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:56.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 '\*?\QPackage Explorer\E') 22:16:56.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:56.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:56.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:56.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:56.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:56.161 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:16:56.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:16:56.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:56.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:56.179 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:16:56.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:16:56.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:56.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:56.180 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:16:56.180 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:16:56.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:56.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:56.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:56.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:56.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:56.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:56.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:57.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:57.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:57.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:16:57.182 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:16:57.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:16:57.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:57.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:57.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:16:57.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:57.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:57.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:57.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:57.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:57.183 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:16:57.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 22:16:57.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:57.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:57.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:57.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:57.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:57.185 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:57.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 '\*?\QProject Explorer\E') 22:16:57.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:57.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:57.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:57.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:57.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:57.186 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:57.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:57.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:57.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:57.200 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:57.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:57.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:57.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:57.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:57.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:57.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:57.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:57.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:58.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:58.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:16:58.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:16:58.204 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:16:58.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:16:58.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:58.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:16:58.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 22:16:58.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:58.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:58.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:58.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:58.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:58.205 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:16:58.205 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 22:16:58.205 DEBUG [main][TreeItemHandler] Selecting tree item: test 22:16:58.205 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 22:16:58.213 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 22:16:58.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'] 22:16:58.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:58.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'] 22:16:58.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:58.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: ""] 22:16:58.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:58.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'] 22:16:58.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:58.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'] 22:16:58.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:58.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: ""] 22:16:58.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:58.215 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 22:16:58.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'] 22:16:58.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:58.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'] 22:16:58.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:58.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:16:58.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:58.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:58.216 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:16:58.216 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:16:58.216 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:58.216 DEBUG [main][MenuItemLookup] Item match:File 22:16:58.216 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:16:58.216 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:16:58.218 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:16:58.218 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:58.218 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:16:58.218 DEBUG [main][MenuItemLookup] Found menu:'File' 22:16:58.218 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:16:58.218 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:58.218 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:16:58.218 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:58.218 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:16:58.218 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:16:58.218 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:16:58.218 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:16:58.218 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:16:58.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:16:58.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 'New|Select a wizard'] is available. finished successfully 22:16:58.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:16:58.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:58.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:58.263 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:16:58.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:58.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:16:58.263 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:58.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:58.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:58.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 22:16:58.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:58.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:58.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:58.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:58.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:58.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:16:58.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:16:58.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:16:58.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 22:16:58.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 22:16:58.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:58.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:58.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 22:16:58.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 22:16:58.768 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 22:16:58.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:16:58.768 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 22:16:58.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:16:58.768 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 22:16:58.768 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 22:16:58.768 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 22:16:58.768 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 22:16:58.770 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 22:16:58.771 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:16:58.771 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:16:58.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:16:58.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:58.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:58.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:58.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:58.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:58.772 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:16:58.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:58.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:58.772 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:58.772 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:58.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 22:16:58.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 22:16:58.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 22:16:58.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:58.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:58.799 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 22:16:58.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:16:58.799 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:") 22:16:58.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:16:58.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:16:58.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:16:58.799 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 22:16:58.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:16:58.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:58.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:58.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:58.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:58.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:16:58.801 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:16:58.802 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 22:16:58.803 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 22:16:58.803 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 22:16:58.803 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) 22:16:58.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:58.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:58.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:58.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:58.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:16:58.804 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:16:58.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:16:58.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:16:58.804 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:16:58.804 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:58.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:16:59.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:16:59.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:16:59.309 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:16:59.309 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:16:59.309 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:16:59.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:16:59.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2e6f06a3 is found... 22:16:59.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2e6f06a3 is found finished successfully 22:16:59.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 22:16:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:59.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:59.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:59.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:59.311 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:59.311 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:59.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:59.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:59.312 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:59.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:59.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:59.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:59.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:59.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:59.314 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:59.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 '\*?\QPalette\E') 22:16:59.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:59.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:59.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:59.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:59.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:59.315 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:59.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:59.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:59.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:59.320 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 22:16:59.320 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:59.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:59.320 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:59.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:59.325 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:59.325 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:59.326 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #3 Value=0 ) 22:16:59.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 22:16:59.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 22:16:59.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:59.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:59.341 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:59.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:59.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:59.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:59.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:59.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:59.343 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:59.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 22:16:59.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:59.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:59.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:59.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:59.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:59.343 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:59.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:59.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:59.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:59.349 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 100] 22:16:59.349 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:59.349 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:59.350 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:59.350 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:59.355 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:59.355 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:59.356 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #4 Value=0 ) 22:16:59.356 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #4 Value=0 ) 22:16:59.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 22:16:59.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 22:16:59.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:59.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:59.369 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:59.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:59.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:59.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:59.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:59.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:59.371 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:59.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 22:16:59.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:59.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:59.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:59.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:59.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:59.371 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:59.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:59.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:59.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:59.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 22:16:59.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:59.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:59.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:59.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:59.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:59.399 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part test.logic 22:16:59.411 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:59.411 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:59.411 INFO [WorkbenchTestable][ViewerHandler] Click at [30, 121] 22:16:59.411 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:59.411 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:59.412 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:59.412 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:59.413 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:59.413 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:59.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 22:16:59.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:59.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:59.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:59.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:59.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:59.415 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:59.415 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:59.415 INFO [WorkbenchTestable][ViewerHandler] Click at [130, 121] 22:16:59.415 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:59.415 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:59.415 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:59.415 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:59.418 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:59.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:59.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:59.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:59.419 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:16:59.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:59.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:59.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:16:59.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:16:59.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:16:59.421 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:16:59.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 22:16:59.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:59.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:59.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:59.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:59.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:59.421 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:16:59.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:16:59.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:59.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:59.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 22:16:59.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:59.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:59.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:59.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:59.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:59.440 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part test.logic 22:16:59.451 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:59.452 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:59.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 22:16:59.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:59.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:59.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:59.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:59.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:59.454 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:59.454 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:59.454 INFO [WorkbenchTestable][ViewerHandler] Click at [86, 121] 22:16:59.454 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:16:59.454 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:59.455 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:16:59.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:59.457 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:16:59.458 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:59.458 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 22:16:59.458 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:16:59.491 DEBUG [main][MenuItemLookup] Found menu:'Undo Connection change' 22:16:59.491 DEBUG [main][MenuItemLookup] Found menu:'Redo' 22:16:59.491 DEBUG [main][MenuItemLookup] Found menu:'' 22:16:59.491 DEBUG [main][MenuItemLookup] Found menu:'Paste' 22:16:59.491 DEBUG [main][MenuItemLookup] Found menu:'Delete' 22:16:59.491 DEBUG [main][MenuItemLookup] Item match:Delete 22:16:59.492 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 22:16:59.492 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 22:16:59.492 INFO [main][MenuItemHandler] Select menu item: &Delete 22:16:59.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 22:16:59.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:16:59.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:16:59.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:16:59.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:16:59.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:16:59.496 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:16:59.496 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:16:59.496 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:16:59.496 DEBUG [main][EditorHandler] 1 editor(s) found 22:16:59.496 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 22:16:59.496 DEBUG [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.... 22:17:00.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 'Save .*'] is available. finished successfully 22:17:00.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 22:17:00.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:00.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:00.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:00.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:00.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:00.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 22:17:00.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:00.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:00.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:00.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:17:00.008 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:00.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:00.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:00.008 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 22:17:00.008 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:00.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:00.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:00.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:00.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:00.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:00.008 INFO [WorkbenchTestable][AbstractButton] Click button &Save 22:17:00.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:00.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:00.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:00.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:00.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:17:00.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:17:00.069 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 22:17:00.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:00.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:00.070 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:17:00.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:00.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:00.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:00.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:00.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:00.071 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:00.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 '\*?\QProject Explorer\E') 22:17:00.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:00.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:00.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:00.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:00.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:00.072 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:00.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:00.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:00.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:00.076 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:00.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:00.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:00.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:00.077 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:00.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:00.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:00.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:00.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:00.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:00.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:00.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:00.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:01.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:01.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:01.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:17:01.079 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:01.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:01.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:01.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:01.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 22:17:01.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:01.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:01.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:01.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:01.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:01.081 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:17:01.081 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:01.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:01.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:01.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:01.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:01.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:01.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:01.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:01.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:02.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:02.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:02.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:17:02.083 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:02.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:02.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:02.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:02.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 22:17:02.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:02.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:02.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:02.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:02.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:02.085 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:17:02.085 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:02.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:02.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:02.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:02.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 22:17:02.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:02.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:02.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:02.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:02.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:02.086 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:17:02.086 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:17:02.086 DEBUG [main][TreeItemHandler] Set Tree selection 22:17:02.086 DEBUG [main][TreeHandler] Notify Tree about selection event 22:17:02.090 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:17:02.090 DEBUG [WorkbenchTestable][TreeItemHandler] test 22:17:02.090 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:17:02.090 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:02.105 DEBUG [main][MenuItemLookup] Found menu:'New' 22:17:02.106 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:17:02.106 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:02.106 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:17:02.106 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:02.106 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:17:02.106 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:17:02.106 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:17:02.106 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:17:02.106 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:17:02.106 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:02.106 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:17:02.106 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:17:02.106 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:02.106 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:17:02.106 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:17:02.106 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:17:02.106 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:17:02.106 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:17:02.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:17:02.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:17:02.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:17:02.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:17:02.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:17:02.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:17:02.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:17:02.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:17:02.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:02.620 DEBUG [main][MenuItemLookup] Found menu:'New' 22:17:02.620 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:17:02.620 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:02.620 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:17:02.620 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:02.620 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:17:02.620 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:17:02.620 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:17:02.620 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:17:02.620 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:17:02.620 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:17:02.621 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:17:02.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:17:03.168 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 22:17:03.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:17:03.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:03.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:03.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) 22:17:03.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:03.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:03.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:03.170 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:17:03.170 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:03.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:03.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:03.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:03.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:03.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:03.171 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:17:03.171 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:17:03.171 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:17:03.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:03.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:03.171 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:03.171 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:03.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") 22:17:03.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:03.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:03.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:03.172 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:17:03.172 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:03.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:03.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:03.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:03.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:03.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:03.173 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:17:03.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:03.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:03.173 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:03.173 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:03.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:17:03.175 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:17:03.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:17:03.676 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:17:03.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:17:03.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:17:03.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:17:03.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:17:03.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:17:03.676 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:03.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:03.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:03.677 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 22:17:03.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 22:17:03.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:17:03.677 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:17:03.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:03.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:03.678 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 22:17:03.678 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:17:03.678 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 22:17:03.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 22:17:03.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:17:03.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:17:03.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:17:03.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:03.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:03.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:03.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:03.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 22:17:03.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:03.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:03.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:03.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:03.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:03.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:03.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:03.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 22:17:03.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:03.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:03.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:03.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'] 22:17:03.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:03.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:03.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:03.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:03.680 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:03.680 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:17:03.680 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:03.680 DEBUG [main][MenuItemLookup] Item match:File 22:17:03.681 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:17:03.681 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:17:03.682 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:17:03.682 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:03.682 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:17:03.682 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:03.682 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:17:03.682 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:03.682 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:17:03.682 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:03.682 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:17:03.682 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:17:03.682 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:17:03.682 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:17:03.682 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:17:03.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:17:03.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:17:03.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:17:03.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:03.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:03.724 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:17:03.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:03.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:17:03.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:03.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:03.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:03.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:03.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:03.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:17:03.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:17:03.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:17:03.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:17:03.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:03.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:17:03.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:03.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:17:03.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:17:03.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:17:03.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:03.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:17:03.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:03.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:17:03.727 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 22:17:03.727 DEBUG [main][TreeItemHandler] Selecting tree item: Project 22:17:03.727 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 22:17:03.729 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 22:17:03.730 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:17:03.730 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:17:03.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:17:03.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:03.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:03.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:03.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:03.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:03.731 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:17:03.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:03.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:03.731 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:03.731 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:03.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:03.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:03.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:03.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 22:17:03.749 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 22:17:03.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 22:17:03.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:03.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:03.749 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 22:17:03.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:03.750 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:") 22:17:03.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:03.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:03.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:03.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 22:17:03.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:03.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:03.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:03.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:03.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:03.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:17:03.751 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:17:03.751 INFO [WorkbenchTestable][AbstractText] Text set to: test 22:17:03.752 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 22:17:03.752 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 22:17:03.752 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) 22:17:03.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:03.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:03.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:03.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:03.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:03.753 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:17:03.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:03.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:03.753 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:03.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:03.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:17:04.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:17:04.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:17:04.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:17:04.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:17:04.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:17:04.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:17:04.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:04.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:04.262 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:17:04.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:04.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:04.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:04.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:04.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:04.263 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:17:04.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:04.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:04.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:04.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:04.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:04.264 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:04.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:04.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:04.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:17:04.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:17:04.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:17:04.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 22:17:04.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:04.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:04.267 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:17:04.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:04.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:04.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:04.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:04.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:04.269 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:04.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 '\*?\QPackage Explorer\E') 22:17:04.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:04.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:04.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:04.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:04.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:04.270 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:17:04.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:17:04.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:04.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:04.297 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:17:04.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:17:04.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:04.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:04.298 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:17:04.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:17:04.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:04.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:04.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:04.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:04.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:04.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:04.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:05.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:05.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:05.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:17:05.300 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:17:05.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:17:05.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:05.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:05.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 22:17:05.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:05.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:05.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:05.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:05.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:05.301 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:17:05.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 22:17:05.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:05.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:05.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:05.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:05.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:05.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:05.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:17:05.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:05.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:05.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:05.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:05.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:05.304 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:05.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:05.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:05.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:05.310 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:05.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:05.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:05.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:05.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:05.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:05.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:05.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:05.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:06.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:06.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:06.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:17:06.320 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:06.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:06.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:06.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:06.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 22:17:06.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:06.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:06.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:06.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:06.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:06.321 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:17:06.322 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 22:17:06.322 DEBUG [main][TreeItemHandler] Selecting tree item: test 22:17:06.322 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 22:17:06.329 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 22:17:06.329 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:06.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:06.329 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:06.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:06.329 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 22:17:06.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:06.330 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:06.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:06.330 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:06.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:06.330 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 22:17:06.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:06.330 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 22:17:06.330 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:06.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:06.330 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:06.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:06.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:06.331 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:06.331 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:17:06.331 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:06.331 DEBUG [main][MenuItemLookup] Item match:File 22:17:06.332 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:17:06.332 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:17:06.334 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:17:06.334 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:06.334 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:17:06.334 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:06.334 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:17:06.334 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:06.334 DEBUG [main][MenuItemLookup] Found menu:'Example...' 22:17:06.334 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:06.334 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:17:06.334 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:17:06.334 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:17:06.334 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:17:06.334 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:17:06.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 'New|Select a wizard'] is available.... 22:17:06.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:17:06.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:17:06.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:06.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:06.391 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:17:06.391 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:06.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:17:06.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:06.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:06.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:06.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 22:17:06.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:06.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:06.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:06.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:06.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:06.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:06.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:17:06.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:17:06.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 22:17:06.393 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 22:17:06.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:06.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:06.895 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 22:17:06.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 22:17:06.896 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 22:17:06.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:06.896 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 22:17:06.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:06.896 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 22:17:06.896 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 22:17:06.896 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 22:17:06.896 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 22:17:06.898 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 22:17:06.899 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:17:06.899 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:17:06.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:17:06.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:06.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:06.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:06.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:06.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:06.900 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:17:06.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:06.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:06.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:06.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:06.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 22:17:06.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 22:17:06.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 22:17:06.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:06.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:06.927 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 22:17:06.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:06.927 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:") 22:17:06.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:06.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:06.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:06.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 22:17:06.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:06.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:06.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:06.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:06.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:06.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:17:06.930 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:17:06.930 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 22:17:06.931 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 22:17:06.931 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 22:17:06.931 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) 22:17:06.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:06.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:06.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:06.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:06.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:06.932 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:17:06.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:06.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:06.932 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:06.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:06.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:17:07.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:17:07.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:17:07.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:17:07.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:17:07.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:17:07.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:17:07.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@56cd20d8 is found... 22:17:07.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@56cd20d8 is found finished successfully 22:17:07.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 22:17:07.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:07.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:07.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:07.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:07.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:07.439 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:07.439 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:17:07.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:07.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:07.439 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:17:07.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:07.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:07.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:17:07.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:07.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:07.441 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:17:07.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 '\*?\QPalette\E') 22:17:07.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:07.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:07.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:07.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:07.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:07.441 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:17:07.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:17:07.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:07.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:17:07.447 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 22:17:07.447 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:17:07.447 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:07.447 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:17:07.447 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:07.461 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:17:07.461 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:07.462 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #4 Text=Label ) 22:17:07.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 22:17:07.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 22:17:07.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:07.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:07.466 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:17:07.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:07.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:07.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 22:17:07.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:07.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:07.468 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 22:17:07.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 '\*?\QPalette\E') 22:17:07.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:07.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:07.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:07.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:07.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:07.468 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:17:07.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:17:07.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:07.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:17:07.473 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 22:17:07.473 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:17:07.473 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:07.474 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:17:07.474 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:07.489 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:17:07.489 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:07.490 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #5 Text=Label ) 22:17:07.490 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #5 Text=Label ) 22:17:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 22:17:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 22:17:07.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 22:17:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:07.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:07.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:07.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:07.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:07.494 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:07.494 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:17:07.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') 22:17:07.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:07.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:07.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:07.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:07.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:07.497 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:07.497 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:17:07.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 22:17:07.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:07.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:07.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:07.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:07.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:07.500 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:07.500 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:17:07.509 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 22:17:07.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:07.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:07.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:07.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:07.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:17:07.509 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:17:07.509 INFO [WorkbenchTestable][AbstractText] Text set to: Foo 22:17:07.510 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 22:17:07.510 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:07.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 '\*?\Qtest.logic\E') 22:17:07.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:07.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:07.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:07.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:07.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:07.515 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:07.515 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:17:07.521 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 22:17:07.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:07.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:07.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:07.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:07.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:17:07.521 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:17:07.521 INFO [WorkbenchTestable][AbstractText] Text set to: Hello 22:17:07.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 22:17:07.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:07.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 22:17:07.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:07.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:07.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:07.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:07.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:07.529 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:07.529 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:17: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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 22:17:07.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:07.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:07.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:07.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:07.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:07.532 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:07.532 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:17:07.533 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 22:17:07.533 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:07.540 DEBUG [main][MenuItemLookup] Found menu:'Undo' 22:17:07.540 DEBUG [main][MenuItemLookup] Found menu:'Redo' 22:17:07.540 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:07.540 DEBUG [main][MenuItemLookup] Found menu:'Paste' 22:17:07.540 DEBUG [main][MenuItemLookup] Found menu:'Delete' 22:17:07.540 DEBUG [main][MenuItemLookup] Item match:Delete 22:17:07.540 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 22:17:07.540 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 22:17:07.540 INFO [main][MenuItemHandler] Select menu item: &Delete 22:17:07.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 22:17:07.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:07.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:07.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:07.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:07.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:07.547 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:07.547 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:17:07.549 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:17:07.549 DEBUG [main][EditorHandler] 1 editor(s) found 22:17:07.549 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 22:17:07.549 DEBUG [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.... 22:17:08.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 'Save .*'] is available. finished successfully 22:17:08.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 22:17:08.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:08.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:08.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:08.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:08.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:08.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 22:17:08.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:08.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:08.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:08.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 22:17:08.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:08.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:08.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:08.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 22:17:08.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:08.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:08.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:08.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:08.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:08.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:08.099 INFO [WorkbenchTestable][AbstractButton] Click button &Save 22:17:08.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:08.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:08.099 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:08.099 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:08.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:17:08.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:17:08.144 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 22:17:08.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:08.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:08.145 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:17:08.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:08.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:08.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:08.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:08.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:08.146 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:08.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') 22:17:08.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:08.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:08.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:08.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:08.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:08.147 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:08.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:08.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:08.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:08.151 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:08.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:08.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:08.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:08.152 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:08.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:08.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:08.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:08.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:08.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:08.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:08.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:08.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:09.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:09.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:09.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:17:09.154 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:09.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:09.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:09.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:09.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:17:09.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:09.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:09.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:09.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:09.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:09.155 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:17:09.156 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:09.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:09.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:09.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:09.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:09.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:09.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:09.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:09.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:10.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:10.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:10.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:17:10.157 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:10.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:10.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:10.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:10.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 22:17:10.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:10.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:10.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:10.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:10.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:10.158 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:17:10.159 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:10.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:10.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:10.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:10.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 22:17:10.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:10.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:10.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:10.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:10.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:10.159 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:17:10.159 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:17:10.159 DEBUG [main][TreeItemHandler] Set Tree selection 22:17:10.159 DEBUG [main][TreeHandler] Notify Tree about selection event 22:17:10.163 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:17:10.163 DEBUG [WorkbenchTestable][TreeItemHandler] test 22:17:10.164 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:17:10.164 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:10.178 DEBUG [main][MenuItemLookup] Found menu:'New' 22:17:10.178 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:17:10.178 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:10.178 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:17:10.178 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:10.178 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:17:10.178 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:17:10.178 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:17:10.178 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:17:10.178 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:17:10.178 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:10.178 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:17:10.179 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:17:10.179 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:10.179 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:17:10.179 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:17:10.179 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:17:10.179 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:17:10.179 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:17:10.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:17:10.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:17:10.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:17:10.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:17:10.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:17:10.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:17:10.679 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:17:10.679 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:10.692 DEBUG [main][MenuItemLookup] Found menu:'New' 22:17:10.692 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:17:10.692 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:10.692 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:17:10.692 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:10.692 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:17:10.692 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:17:10.692 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:17:10.692 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:17:10.692 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:17:10.693 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:17:10.693 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:17:10.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 22:17:11.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 22:17:11.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:17:11.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:11.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:11.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:17:11.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:11.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:11.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:11.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:17:11.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:11.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:11.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:11.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:11.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:11.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:11.242 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:17:11.242 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:17:11.242 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:17:11.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:11.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:11.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:11.243 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:11.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:17:11.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:11.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:11.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:11.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:17:11.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:11.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:11.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:11.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:11.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:11.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:11.243 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:17:11.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:11.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:11.243 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:11.243 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:11.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:17:11.246 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:17:11.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:17:11.747 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:17:11.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:17:11.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:17:11.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:17:11.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:17:11.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:17:11.747 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:11.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:11.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:11.748 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 22:17:11.748 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 22:17:11.748 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:17:11.748 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:17:11.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:11.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:11.749 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 22:17:11.749 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 22:17:11.749 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:17:11.749 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:17:11.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:11.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.438 s - in org.eclipse.reddeer.gef.test.EditPartTest selectEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) Time elapsed: 8.155 s clickEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) Time elapsed: 8.115 s nonExistingEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) Time elapsed: 8.071 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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/reddeer.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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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/202102261000/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 22:17:22.939 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 22:17:22.988 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 22:17:22.999 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 22:17:23.000 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 22:17:23.021 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 22:17:23.043 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:17:23.045 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:17:23.047 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 22:17:23.049 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 22:17:23.050 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 22:17:23.089 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 22:17:23.092 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:17:23.092 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:17:23.095 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:17:23.095 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:17:23.098 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:17:23.099 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:17:23.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:17:23.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:23.147 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:17:23.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:23.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:17:23.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:23.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:23.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:23.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:23.194 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:23.198 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:17:23.201 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:23.201 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:17:23.201 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:17:23.201 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:17:23.201 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:17:23.202 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:17:23.202 DEBUG [main][MenuItemLookup] Item match:Window 22:17:23.205 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:17:23.205 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:17:23.205 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:17:23.205 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:23.205 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:17:23.205 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:17:23.205 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:23.205 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:17:23.205 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:23.205 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:17:23.205 DEBUG [main][MenuItemLookup] Item match:Preferences 22:17:23.208 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:17:23.208 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:17:23.209 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:17:23.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.... 22:17:23.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:17:23.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:17:23.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:23.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:23.395 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:17:23.395 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:23.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:17:23.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:23.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:23.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:23.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:23.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:23.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:17:23.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:17:23.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:17:23.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:23.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:23.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:23.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:23.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:23.443 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:17:23.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:23.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:23.444 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:23.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:23.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:17:23.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:17:23.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:23.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:23.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:23.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:23.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:23.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:23.513 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:23.513 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 22:17:23.513 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:17:23.515 INFO [WorkbenchTestable][RequirementsRunner] Started test: contextButtonTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 22:17:23.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 22:17:23.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:17:23.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:17:23.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:17:23.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'] 22:17:23.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:23.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'] 22:17:23.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:23.522 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 22:17:23.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:23.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'] 22:17:23.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:23.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'] 22:17:23.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:23.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'] 22:17:23.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:23.524 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 22:17:23.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:23.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'] 22:17:23.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:23.525 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:23.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:23.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:23.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:23.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:23.525 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:23.525 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:17:23.525 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:23.525 DEBUG [main][MenuItemLookup] Item match:File 22:17:23.528 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:17:23.528 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:17:23.532 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:17:23.532 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:23.532 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:17:23.532 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:23.532 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:17:23.533 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:23.533 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:17:23.533 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:17:23.533 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:17:23.533 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:17:23.534 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:17:23.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.... 22:17:23.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 22:17:23.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:17:23.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:23.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:23.628 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:17:23.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:23.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:17:23.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:23.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:23.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:23.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:23.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:23.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:17:23.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:17:23.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:17:23.633 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:17:23.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:24.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:24.137 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:17:24.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:17:24.138 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:17:24.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:24.139 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:17:24.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:24.139 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:17:24.139 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 22:17:24.140 DEBUG [main][TreeItemHandler] Selecting tree item: Project 22:17:24.140 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 22:17:24.143 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 22:17:24.143 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:17:24.143 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:17:24.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:17:24.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:24.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:24.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:24.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:24.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:24.146 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:17:24.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:24.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:24.146 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:24.146 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:24.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'] 22:17:24.180 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:24.180 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:24.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 22:17:24.180 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 22:17:24.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 22:17:24.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:24.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:24.182 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 22:17:24.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:24.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 22:17:24.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:24.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:24.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:24.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 22:17:24.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:24.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:24.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:24.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:24.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:24.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:17:24.188 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:17:24.189 INFO [WorkbenchTestable][AbstractText] Text set to: test 22:17:24.191 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 22:17:24.192 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 22:17:24.192 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) 22:17:24.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:24.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:24.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:24.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:24.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:24.195 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:17:24.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:24.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:24.195 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:24.195 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:24.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:17:24.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:17:24.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:17:24.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:17:24.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:17:24.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:17:24.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:17:24.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:24.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:24.716 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:17:24.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:24.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:24.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:24.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:24.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:24.719 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:24.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 '\*?\QProject Explorer\E') 22:17:24.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:24.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:24.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:24.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:24.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:24.721 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:24.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:24.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:24.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:17:24.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:17:24.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:17:24.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 22:17:24.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:24.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:24.742 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 22:17:24.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:24.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:24.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:24.744 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:24.744 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:17:24.744 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:24.744 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:17:24.744 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:17:24.744 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:17:24.744 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:17:24.744 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:17:24.744 DEBUG [main][MenuItemLookup] Item match:Window 22:17:24.745 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:17:24.745 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:17:24.745 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:17:24.745 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:24.745 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:17:24.745 DEBUG [main][MenuItemLookup] Item match:Show View 22:17:24.752 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 22:17:24.752 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:17:24.752 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:17:24.752 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:17:24.752 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:17:24.753 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:17:24.753 DEBUG [main][MenuItemLookup] Found menu:'Properties' 22:17:24.753 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:17:24.753 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:24.753 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:17:24.753 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:17:24.753 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:17:24.753 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:17:24.753 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:17:24.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:17:24.799 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 22:17:24.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:17:24.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:24.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:24.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:17:24.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:24.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:24.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:24.801 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:17:24.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:24.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:24.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:24.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:24.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:24.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:24.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:17:24.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:17:24.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:17:24.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:17:24.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:25.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:25.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:17:25.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:17:25.306 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:17:25.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:25.306 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:17:25.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:25.306 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:17:25.306 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 22:17:25.306 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 22:17:25.306 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 22:17:25.307 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 22:17:25.307 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:25.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:25.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:25.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:17:25.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:25.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:25.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:25.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") 22:17:25.308 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:25.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:25.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:25.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:17:25.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:25.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:25.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:25.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:25.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:25.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:25.310 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:17:25.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:25.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:25.310 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:25.310 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:25.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:17:25.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:17:25.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 22:17:25.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:25.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:25.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 22:17:25.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:25.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:25.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:25.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:25.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:25.593 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:25.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 '\*?\QPackage Explorer\E') 22:17:25.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:25.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:25.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:25.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:25.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:25.595 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:17:25.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:17:25.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:25.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:17:25.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:17:25.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:17:25.598 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:17:25.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:17:25.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:25.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:25.600 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:17:25.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:17:25.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:25.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:25.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:25.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:25.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:26.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:26.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:26.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:26.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:26.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:17:26.605 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:17:26.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:17:26.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:26.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:26.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 22:17:26.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:26.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:26.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:26.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:26.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:26.608 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:17:26.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 22:17:26.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:26.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:26.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:26.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:26.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:26.621 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:26.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 '\*?\QProject Explorer\E') 22:17:26.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:26.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:26.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:26.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:26.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:26.622 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:26.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:26.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:26.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:26.642 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:26.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:26.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:26.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:26.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:26.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:26.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:27.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:27.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:27.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:27.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:27.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:17:27.646 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:27.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:27.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:27.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:27.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:17:27.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:27.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:27.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:27.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:27.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:27.648 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:17:27.648 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 22:17:27.648 DEBUG [main][TreeItemHandler] Selecting tree item: test 22:17:27.650 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 22:17:27.655 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 22:17:27.656 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:27.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:27.656 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:27.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:27.657 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 22:17:27.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:27.657 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:27.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:27.657 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:27.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:27.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'] 22:17:27.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:27.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: "New Diagram"] 22:17:27.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:27.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'] 22:17:27.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:27.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'] 22:17:27.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:27.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:27.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:27.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:27.659 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:27.659 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:17:27.659 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:27.659 DEBUG [main][MenuItemLookup] Item match:File 22:17:27.660 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:17:27.660 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:17:27.662 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:17:27.662 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:27.662 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:17:27.662 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:27.662 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:17:27.662 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:27.662 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:17:27.662 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:17:27.662 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:17:27.662 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:17:27.663 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:17:27.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 'New|Select a wizard'] is available.... 22:17:27.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 'New|Select a wizard'] is available. finished successfully 22:17:27.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:17:27.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:27.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:27.714 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:17:27.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:27.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:17:27.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:27.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:27.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:27.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:27.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:27.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:17:27.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:17:27.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children... 22:17:27.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 22:17:27.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:28.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:28.218 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 22:17:28.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children finished successfully 22:17:28.219 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 22:17:28.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:28.219 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Other is already expanded. No action performed 22:17:28.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:28.219 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 22:17:28.219 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Graphiti Example Diagram 22:17:28.219 DEBUG [main][TreeItemHandler] Selecting tree item: Graphiti Example Diagram 22:17:28.219 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Graphiti Example Diagram about selection 22:17:28.224 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Graphiti Example Diagram 22:17:28.224 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:17:28.224 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:17:28.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:17:28.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:28.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:28.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:28.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:28.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:28.226 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:17:28.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:28.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:28.226 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:28.226 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:28.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'] 22:17:28.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:28.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:28.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Diagram"] is available.... 22:17:28.251 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 22:17:28.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Diagram 22:17:28.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:28.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:28.252 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 22:17:28.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:28.253 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") 22:17:28.253 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:28.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:28.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:28.253 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 22:17:28.253 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:28.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:28.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:28.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:28.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:28.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:17:28.256 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo tutorial to selection: tutorial 22:17:28.258 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 22:17:28.258 INFO [WorkbenchTestable][TutorialDiagramWizard] Go to next wizard page 22:17:28.258 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) 22:17:28.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:28.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:28.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:28.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:28.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:28.260 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:17:28.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:28.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:28.260 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:28.260 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:28.264 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") 22:17:28.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:28.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:28.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:28.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 22:17:28.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:28.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:28.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:28.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:28.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:28.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:17:28.269 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:17:28.270 INFO [WorkbenchTestable][AbstractText] Text set to: test 22:17:28.270 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 22:17:28.270 INFO [WorkbenchTestable][TutorialDiagramWizard] Finish wizard 22:17:28.270 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) 22:17:28.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:28.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:28.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:28.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:28.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:28.272 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:17:28.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:28.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:28.272 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:28.272 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:28.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:17:28.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:17:28.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:17:28.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:17:28.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:17:28.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:17:28.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:17:28.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:17:28.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:17:28.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@55d5608c is found... 22:17:28.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@55d5608c is found finished successfully 22:17:28.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 22:17:28.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:28.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:28.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:28.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:28.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:28.930 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:28.931 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:17:28.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:28.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:28.939 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' view via menu. 22:17:28.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform 22:17:28.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:28.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:28.940 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 22:17:28.940 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 22:17:28.940 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:28.940 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:17:28.940 DEBUG [main][MenuItemLookup] Found menu:'View' 22:17:28.941 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:17:28.941 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:17:28.941 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:17:28.941 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:17:28.941 DEBUG [main][MenuItemLookup] Item match:Window 22:17:28.942 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:17:28.942 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:17:28.942 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:17:28.942 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:28.942 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:17:28.942 DEBUG [main][MenuItemLookup] Item match:Show View 22:17:28.947 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 22:17:28.947 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:17:28.947 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:17:28.947 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:17:28.947 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:17:28.947 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:17:28.947 DEBUG [main][MenuItemLookup] Found menu:'Properties' 22:17:28.947 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:17:28.947 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:28.947 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:17:28.947 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:17:28.948 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:17:28.948 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:17:28.948 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:17:29.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:17:29.025 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 22:17:29.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:17:29.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:29.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:29.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:17:29.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:29.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:29.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:29.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:17:29.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:29.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:29.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:29.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:29.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:29.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:17:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:17:29.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:17:29.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:17:29.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:29.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:29.533 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:17:29.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:17:29.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:17:29.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:29.535 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:17:29.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:29.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:17:29.535 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Palette 22:17:29.535 DEBUG [main][TreeItemHandler] Selecting tree item: Palette 22:17:29.536 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Palette about selection 22:17:29.536 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Palette 22:17:29.536 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:29.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:29.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:29.536 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:17:29.536 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:29.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:29.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:29.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:17:29.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:29.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:29.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:29.537 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:17:29.537 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:29.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:29.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:29.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:29.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:29.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:29.538 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:17:29.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:29.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:29.539 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:29.539 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:29.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:17:29.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:17:29.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open... 22:17:29.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:29.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:29.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open finished successfully 22:17:29.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:29.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:29.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform 22:17:29.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:29.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:29.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 22:17:29.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 '\*?\QPalette\E') 22:17:29.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:29.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:29.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:29.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:29.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:29.606 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:17:29.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:17:29.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:29.607 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 22:17:29.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:17:29.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:17:29.611 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 100] 22:17:29.611 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:17:29.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:29.617 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:17:29.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:29.640 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:17:29.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:29.701 INFO [main][AbstractEditor] New edit part org.eclipse.graphiti.ui.internal.parts.ContainerShapeEditPart@1001b435 22:17:29.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 22:17:29.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 22:17:29.742 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 22:17:29.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:29.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:29.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:30.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:30.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:30.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:30.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:30.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:17:30.746 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 22:17:30.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 '\*?\Qtest\E') 22:17:30.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:30.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:30.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:30.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:30.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:30.753 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:30.753 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:17:30.753 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:30.753 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:17:30.754 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 22:17:30.754 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test 22:17:30.802 DEBUG [WorkbenchTestable][EditorHandler] Editor test is closed 22:17:30.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:30.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:30.804 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:17:30.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:30.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:30.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:30.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:30.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:30.806 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:30.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:17:30.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:30.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:30.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:30.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:30.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:30.807 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:30.807 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:30.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:30.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:30.813 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:30.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:30.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:30.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:30.814 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:30.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:30.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:30.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:30.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:30.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:30.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:31.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:31.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:31.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:31.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:31.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:17:31.817 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:31.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:31.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:31.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:31.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:17:31.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:31.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:31.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:31.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:31.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:31.818 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:17:31.820 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 22:17:31.820 DEBUG [main][TreeItemHandler] Selecting tree item: test 22:17:31.821 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 22:17:31.826 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 22:17:31.827 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:17:31.827 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:31.869 DEBUG [main][MenuItemLookup] Found menu:'New' 22:17:31.869 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:17:31.869 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:31.869 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:17:31.869 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:31.869 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:17:31.869 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:17:31.869 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:17:31.869 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:17:31.869 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:17:31.869 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:31.869 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:17:31.869 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:17:31.869 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:31.869 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:17:31.869 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:17:31.870 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:17:31.870 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:17:31.870 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:17:31.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:17:31.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:17:31.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:17:32.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:17:32.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:17:32.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:17:32.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:17:32.372 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test' via Explorer 22:17:32.372 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 22:17:32.372 DEBUG [main][TreeItemHandler] Selecting tree item: test 22:17:32.373 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 22:17:32.378 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 22:17:32.378 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:17:32.378 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:32.411 DEBUG [main][MenuItemLookup] Found menu:'New' 22:17:32.411 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:17:32.411 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:32.411 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:17:32.411 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:32.411 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:17:32.411 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:17:32.411 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:17:32.411 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:17:32.411 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:17:32.412 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:17:32.412 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:17:32.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 'Delete.*'] is available.... 22:17:33.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 'Delete.*'] is available. finished successfully 22:17:33.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:17:33.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:33.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:33.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:33.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:33.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:17:33.031 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:33.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:33.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:33.031 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:17:33.031 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:33.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:33.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:33.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:33.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:33.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:33.032 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:17:33.032 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:17:33.032 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:17:33.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:33.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:33.032 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:33.032 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:33.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:17:33.033 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:33.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:33.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:33.033 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:17:33.033 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:33.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:33.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:33.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:33.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:33.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:33.034 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:17:33.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:33.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:33.034 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:33.034 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:33.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:17:33.039 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:17:33.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:17:33.540 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:17:33.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:17:33.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:17:33.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:17:33.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:17:33.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 22:17:33.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:17:33.543 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:17:33.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:33.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:33.544 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contextButtonTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 22:17:33.544 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:17:33.544 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 22:17:33.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 22:17:33.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:17:33.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:17:33.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:17:33.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'] 22:17:33.545 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:33.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'] 22:17:33.545 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:33.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: "New Project"] 22:17:33.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:33.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'] 22:17:33.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:33.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'] 22:17:33.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:33.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'] 22:17:33.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:33.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: "New Project"] 22:17:33.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:33.547 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:33.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:33.547 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:33.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:33.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:33.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:33.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:33.554 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:33.554 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:17:33.554 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:33.554 DEBUG [main][MenuItemLookup] Item match:File 22:17:33.555 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:17:33.555 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:17:33.556 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:17:33.556 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:33.556 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:17:33.556 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:33.556 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:17:33.556 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:33.556 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:17:33.557 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:17:33.557 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:17:33.557 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:17:33.557 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:17:33.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:17:33.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 22:17:33.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:17:33.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:33.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:33.609 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:17:33.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:33.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:17:33.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:33.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:33.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:33.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:33.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:33.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:17:33.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:17:33.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:17:33.611 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:17:33.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:33.611 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:17:33.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:33.611 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:17:33.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:17:33.611 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:17:33.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:33.611 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:17:33.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:33.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:17:33.612 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 22:17:33.612 DEBUG [main][TreeItemHandler] Selecting tree item: Project 22:17:33.612 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 22:17:33.615 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 22:17:33.615 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:17:33.615 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:17:33.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:17:33.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:33.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:33.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:33.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:33.620 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:17:33.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:33.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:33.620 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:33.620 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:33.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:33.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:33.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:33.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 22:17:33.639 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 22:17:33.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 22:17:33.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:33.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:33.640 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 22:17:33.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:33.640 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:") 22:17:33.640 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:33.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:33.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:33.640 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 22:17:33.640 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:33.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:33.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:33.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:33.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:33.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:17:33.642 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:17:33.642 INFO [WorkbenchTestable][AbstractText] Text set to: test 22:17:33.643 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 22:17:33.643 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 22:17:33.643 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) 22:17:33.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:33.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:33.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:33.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:33.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:33.645 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:17:33.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:33.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:33.645 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:33.645 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:33.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:17:34.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:17:34.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:17:34.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:17:34.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:17:34.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:17:34.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:17:34.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:34.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:34.152 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:17:34.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:34.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:34.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:34.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:34.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:34.153 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:34.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:17:34.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:34.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:34.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:34.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:34.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:34.155 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:34.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:34.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:34.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:17:34.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:17:34.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:17:34.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 22:17:34.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:34.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:34.165 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:17:34.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:34.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:34.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:34.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:34.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:34.167 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:34.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:17:34.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:34.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:34.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:34.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:34.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:34.170 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:17:34.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:17:34.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:34.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:34.183 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:17:34.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:17:34.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:34.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:34.194 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:17:34.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:17:34.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:34.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:34.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:34.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:34.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:34.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:34.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:35.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:35.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:35.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:17:35.198 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:17:35.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:17:35.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:35.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:35.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 22:17:35.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:35.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:35.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:35.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:35.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:35.200 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:17:35.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 22:17:35.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:35.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:35.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:35.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:35.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:35.210 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:35.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 '\*?\QProject Explorer\E') 22:17:35.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:35.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:35.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:35.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:35.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:35.212 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:35.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:35.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:35.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:35.227 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:35.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:35.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:35.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:35.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:35.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:35.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:35.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:35.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:36.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:36.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:36.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:17:36.230 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:36.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:36.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:36.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:36.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:17:36.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:36.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:36.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:36.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:36.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:36.231 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:17:36.232 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 22:17:36.232 DEBUG [main][TreeItemHandler] Selecting tree item: test 22:17:36.233 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 22:17:36.238 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 22:17:36.239 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:36.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:36.239 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:36.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:36.239 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Diagram"] 22:17:36.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:36.239 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:36.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:36.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'] 22:17:36.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:36.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'] 22:17:36.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:36.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: "New Diagram"] 22:17:36.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:36.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'] 22:17:36.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:36.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'] 22:17:36.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:36.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:36.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:36.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:36.241 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:36.241 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:17:36.241 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:36.241 DEBUG [main][MenuItemLookup] Item match:File 22:17:36.242 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:17:36.242 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:17:36.243 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:17:36.243 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:36.243 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:17:36.243 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:36.243 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:17:36.243 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:36.243 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:17:36.243 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:17:36.244 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:17:36.244 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:17:36.244 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:17:36.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.... 22:17:36.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. finished successfully 22:17:36.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:17:36.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:36.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:36.293 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:17:36.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:36.293 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:17:36.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:36.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:36.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:36.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:36.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:36.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:17:36.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:17:36.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children... 22:17:36.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 22:17:36.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:36.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Other is already expanded. No action performed 22:17:36.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:36.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 22:17:36.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children finished successfully 22:17:36.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 22:17:36.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:36.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Other is already expanded. No action performed 22:17:36.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:36.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 22:17:36.299 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Graphiti Example Diagram 22:17:36.300 DEBUG [main][TreeItemHandler] Selecting tree item: Graphiti Example Diagram 22:17:36.300 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Graphiti Example Diagram about selection 22:17:36.303 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Graphiti Example Diagram 22:17:36.304 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:17:36.304 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:17:36.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:17:36.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:36.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:36.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:36.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:36.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:36.305 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:17:36.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:36.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:36.305 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:36.305 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:36.316 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:17:36.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:36.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:36.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Diagram"] is available.... 22:17:36.316 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 22:17:36.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Diagram 22:17:36.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:36.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:36.317 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 22:17:36.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:36.317 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") 22:17:36.317 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:36.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:36.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:36.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 22:17:36.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:36.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:36.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:36.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:36.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:36.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:17:36.318 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo tutorial to selection: tutorial 22:17:36.318 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 22:17:36.319 INFO [WorkbenchTestable][TutorialDiagramWizard] Go to next wizard page 22:17:36.319 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) 22:17:36.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:36.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:36.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:36.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:36.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:36.320 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:17:36.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:36.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:36.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:36.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:36.324 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") 22:17:36.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:36.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:36.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:36.324 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 22:17:36.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:36.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:36.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:36.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:36.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:36.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:17:36.326 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:17:36.326 INFO [WorkbenchTestable][AbstractText] Text set to: test 22:17:36.326 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 22:17:36.326 INFO [WorkbenchTestable][TutorialDiagramWizard] Finish wizard 22:17:36.326 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) 22:17:36.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:36.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:36.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:36.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:36.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:36.328 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:17:36.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:36.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:36.328 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:36.328 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:36.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:17:36.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:17:36.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:17:36.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:17:36.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:17:36.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:17:36.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:17:36.498 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:17:36.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:17:36.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@b9c994b is found... 22:17:36.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@b9c994b is found finished successfully 22:17:36.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest\E') 22:17:36.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:36.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:36.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:36.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:36.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:36.501 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:36.501 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:17:36.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:36.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:36.501 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 22:17:36.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:36.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:36.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform 22:17:36.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:36.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:36.502 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 22:17:36.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 '\*?\QPalette\E') 22:17:36.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:36.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:36.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:36.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:36.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:36.503 INFO [WorkbenchTestable][AbstractView] Activate view Palette 22:17:36.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 22:17:36.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:36.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:17:36.520 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 100] 22:17:36.520 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 22:17:36.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:36.521 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 22:17:36.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:36.536 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 22:17:36.536 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:36.541 INFO [main][AbstractEditor] New edit part org.eclipse.graphiti.ui.internal.parts.ContainerShapeEditPart@58f27c37 22:17:36.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 22:17:36.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 22:17:36.592 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 22:17:36.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:36.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:36.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:37.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:37.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:37.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:37.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:37.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:17:37.593 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 22:17:37.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest\E') 22:17:37.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:37.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:37.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:37.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:37.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:37.598 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:37.599 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:17:37.599 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:37.599 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 22:17:37.599 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 22:17:37.599 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test 22:17:37.636 DEBUG [WorkbenchTestable][EditorHandler] Editor test is closed 22:17:37.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:37.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:37.637 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:17:37.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:37.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:37.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:37.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:37.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:37.639 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:37.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:17:37.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:37.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:37.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:37.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:37.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:37.640 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:37.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:37.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:37.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:37.646 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:37.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:37.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:37.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:37.646 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:37.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:37.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:37.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:37.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:37.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:37.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:38.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:38.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:38.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:38.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:38.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:17:38.649 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:38.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:38.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:38.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:17:38.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:17:38.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:38.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:38.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:38.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:38.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:38.650 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 22:17:38.650 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 22:17:38.650 DEBUG [main][TreeItemHandler] Selecting tree item: test 22:17:38.652 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 22:17:38.657 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 22:17:38.657 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:17:38.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:38.679 DEBUG [main][MenuItemLookup] Found menu:'New' 22:17:38.679 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:17:38.679 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:38.679 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:17:38.679 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:38.679 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:17:38.679 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:17:38.679 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:17:38.679 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:17:38.679 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:17:38.679 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:38.679 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:17:38.679 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:17:38.679 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:38.679 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:17:38.679 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:17:38.679 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:17:38.679 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:17:38.679 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:17:38.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:17:38.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:17:38.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:17:39.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:17:39.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:17:39.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:17:39.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:17:39.180 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test' via Explorer 22:17:39.181 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 22:17:39.181 DEBUG [main][TreeItemHandler] Selecting tree item: test 22:17:39.182 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 22:17:39.187 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 22:17:39.187 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:17:39.187 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:39.206 DEBUG [main][MenuItemLookup] Found menu:'New' 22:17:39.206 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:17:39.206 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:39.206 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:17:39.206 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:39.206 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:17:39.206 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:17:39.206 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:17:39.206 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:17:39.206 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:17:39.206 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:17:39.207 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:17:39.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.... 22:17:39.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting 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 22:17:39.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:17:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:39.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:39.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:39.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:17:39.762 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:39.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:39.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:39.762 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:17:39.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:39.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:39.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:39.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:39.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:39.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:39.763 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:17:39.763 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:17:39.763 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:17:39.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:39.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:39.764 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:39.764 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:39.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 "OK", Widget matcher matching widgets with style: 8) 22:17:39.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:17:39.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:39.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:39.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:17:39.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:17:39.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:39.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:39.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:39.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:39.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:39.765 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:17:39.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:39.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:39.765 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:39.765 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:39.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:17:39.767 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:17:40.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:17:40.268 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:17:40.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:17:40.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:17:40.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:17:40.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:17:40.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:17:40.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 22:17:40.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:17:40.269 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:17:40.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:40.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:40.269 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 22:17:40.270 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 22:17:40.270 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:17:40.270 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:17:40.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:40.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.35 s - in org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest contextButtonTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) Time elapsed: 10.029 s doubleClickTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) Time elapsed: 6.725 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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/reddeer.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 22:17:50.002 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 22:17:50.003 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 22:17:50.012 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 22:17:50.013 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 22:17:50.095 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.direct.test.project.ProjectTest 22:17:50.115 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:17:50.117 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:17:50.119 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 22:17:50.121 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 22:17:50.122 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 22:17:50.129 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 22:17:50.133 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:17:50.133 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:17:50.135 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:17:50.135 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:17:50.138 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. 22:17:50.244 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:17:50.246 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreatingProject no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 22:17:50.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 22:17:50.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:17:50.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:17:50.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:17:50.252 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:17:50.253 DEBUG [main][EditorHandler] 0 editor(s) found 22:17:50.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:50.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:50.306 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:17:50.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:50.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:50.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:50.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:50.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:50.317 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:50.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') 22:17:50.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:50.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:50.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:50.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:50.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:50.321 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:50.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:50.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:50.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:17:50.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:17:50.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:17:50.335 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:50.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:50.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:50.336 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 22:17:50.338 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:50.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:50.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:50.339 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 22:17:50.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:50.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:50.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:50.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:50.341 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:50.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:50.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:50.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 22:17:50.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 22:17:50.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:17:50.416 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:17:50.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:50.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:50.511 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreatingProject no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 22:17:50.511 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:17:50.511 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingLocation no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 22:17:50.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 22:17:50.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:17:50.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:17:50.511 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:17:50.511 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:17:50.512 DEBUG [main][EditorHandler] 0 editor(s) found 22:17:50.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:50.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:50.514 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:17:50.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:50.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:50.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:50.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:50.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:50.517 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:50.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 '\*?\QProject Explorer\E') 22:17:50.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:50.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:50.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:50.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:50.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:50.518 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:50.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:50.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:50.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:17:50.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:17:50.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:17:50.521 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:50.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:50.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:50.522 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 22:17:50.523 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:50.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:50.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:50.531 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 22:17:50.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:50.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:50.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:50.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:50.532 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:50.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:50.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:50.533 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 22:17:50.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 22:17:50.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:17:50.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:17:50.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:50.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:50.548 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingLocation no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 22:17:50.548 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 22:17:50.548 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:17:50.548 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:17:50.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:50.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 s - in org.eclipse.reddeer.direct.test.project.ProjectTest testCreatingProject no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) Time elapsed: 0.265 s testGettingLocation no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) Time elapsed: 0.037 s Running org.eclipse.reddeer.direct.test.preferences.PreferencesTest 22:17:50.599 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 22:17:50.600 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:17:50.600 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:17:50.601 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 22:17:50.601 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:17:50.601 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:17:50.601 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:17:50.601 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:17:50.601 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:17:50.601 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:17:50.601 DEBUG [main][EditorHandler] 0 editor(s) found 22:17:50.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:50.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:50.603 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 22:17:50.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:50.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:50.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:50.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:50.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:50.612 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:50.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:17:50.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:50.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:50.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:50.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:50.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:17:50.613 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:50.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:50.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:50.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:17:50.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:17:50.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:17:50.615 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:50.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:50.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:50.616 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 22:17:50.616 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:50.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:50.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:50.617 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 22:17:50.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:50.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:50.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:50.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:50.618 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:17:50.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:17:50.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:17:50.619 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 22:17:50.619 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:17:50.620 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 22:17:50.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 22:17:50.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:17:50.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:17:50.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:17:51.127 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 22:17:51.127 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:17:51.127 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:17:51.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:51.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:51.128 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 22:17:51.128 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:17:51.128 INFO [WorkbenchTestable][RequirementsRunner] Started test: setPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 22:17:51.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 22:17:51.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:17:51.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:17:51.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:17:51.134 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:17:51.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:51.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.*'] 22:17:51.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:51.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.*'] 22:17:51.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:51.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:51.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:51.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:51.145 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:51.148 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:17:51.150 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:51.150 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:17:51.150 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:17:51.150 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:17:51.150 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:17:51.150 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:17:51.150 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:17:51.150 DEBUG [main][MenuItemLookup] Item match:Window 22:17:51.153 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:17:51.153 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:17:51.153 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:17:51.153 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:51.153 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:17:51.153 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:17:51.153 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:51.153 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:17:51.153 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:51.153 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:17:51.153 DEBUG [main][MenuItemLookup] Item match:Preferences 22:17:51.155 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:17:51.155 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:17:51.156 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:17:51.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.... 22:17:51.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:17:51.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:17:51.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:51.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:51.314 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:17:51.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:51.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:17:51.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:51.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:51.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:51.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:51.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:51.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:17:51.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:17:51.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 22:17:51.395 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 22:17:51.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:51.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:51.899 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 22:17:51.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 22:17:51.901 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 22:17:51.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:51.902 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 22:17:51.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:51.902 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 22:17:51.902 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 22:17:51.903 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 22:17:51.903 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 22:17:51.904 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 22:17:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:51.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:51.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:52.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:52.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:52.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:52.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:52.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:17:52.937 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") 22:17:52.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:52.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:52.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:52.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:52.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:52.946 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 22:17:52.946 DEBUG [main][AbstractWait] Waiting until widget is found... 22:17:52.946 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:17:52.947 TRACE [main][WidgetLookup] widget with index 1 is found 22:17:52.947 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 22:17:52.947 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 22:17:52.947 DEBUG [main][AbstractText] Set focus to Text 22:17:52.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:52.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:52.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:17:52.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:52.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:52.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:52.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:52.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:52.955 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:17:52.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:52.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:52.957 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:52.957 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:52.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:17:52.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:17:52.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:52.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:52.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:52.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:52.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:52.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:52.998 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:52.998 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:17:52.998 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:52.998 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:17:52.998 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:17:52.998 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:17:52.998 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:17:52.998 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:17:52.998 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:17:52.998 DEBUG [main][MenuItemLookup] Item match:Window 22:17:52.999 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:17:52.999 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:17:52.999 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:17:52.999 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:52.999 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:17:52.999 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:17:52.999 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:52.999 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:17:52.999 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:52.999 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:17:52.999 DEBUG [main][MenuItemLookup] Item match:Preferences 22:17:52.999 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:17:52.999 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:17:52.999 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:17:53.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:17:53.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:17:53.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:17:53.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:53.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:53.107 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:17:53.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:53.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:17:53.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:53.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:53.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:53.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:53.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:53.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:17:53.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:17:53.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 22:17:53.109 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 22:17:53.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:53.109 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 22:17:53.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:53.109 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 22:17:53.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 22:17:53.110 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 22:17:53.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:53.110 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 22:17:53.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:53.110 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 22:17:53.110 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 22:17:53.110 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 22:17:53.110 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 22:17:53.110 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 22:17:53.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:53.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:53.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:53.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:53.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:54.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:54.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:54.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:17:54.116 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") 22:17:54.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:54.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:54.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:54.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:54.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:54.120 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 22:17:54.120 DEBUG [main][AbstractWait] Waiting until widget is found... 22:17:54.120 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:17:54.120 TRACE [main][WidgetLookup] widget with index 1 is found 22:17:54.120 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 22:17:54.120 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 22:17:54.121 DEBUG [main][AbstractText] Set focus to Text 22:17:54.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:54.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:54.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:17:54.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:54.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:54.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:54.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:54.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:54.126 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:17:54.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:54.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:54.126 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:54.126 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:54.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:17:54.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:17:54.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:54.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:54.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:54.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 22:17:54.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:17:54.158 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:17:54.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:54.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:54.159 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 22:17:54.159 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:17:54.159 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 22:17:54.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 22:17:54.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:17:54.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:17:54.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:17:54.159 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:17:54.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:54.159 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:17:54.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:54.160 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:17:54.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:54.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:54.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:54.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:54.160 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:54.160 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:17:54.160 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:54.160 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:17:54.160 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:17:54.161 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:17:54.161 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:17:54.161 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:17:54.161 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:17:54.161 DEBUG [main][MenuItemLookup] Item match:Window 22:17:54.161 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:17:54.161 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:17:54.161 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:17:54.161 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:54.161 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:17:54.161 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:17:54.161 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:54.161 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:17:54.161 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:54.161 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:17:54.161 DEBUG [main][MenuItemLookup] Item match:Preferences 22:17:54.161 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:17:54.161 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:17:54.161 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:17:54.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.... 22:17:54.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 22:17:54.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:17:54.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:54.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:54.225 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:17:54.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:54.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 22:17:54.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:54.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:54.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:54.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:54.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:54.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:17:54.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:17:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 22:17:54.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 22:17:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:54.227 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 22:17:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:54.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 22:17:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 22:17:54.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 22:17:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:54.227 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 22:17:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:54.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 22:17:54.228 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 22:17:54.228 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 22:17:54.228 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 22:17:54.228 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 22:17:54.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:54.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:54.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:54.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:54.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:55.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:55.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:55.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:17:55.238 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") 22:17:55.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:55.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:55.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:55.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:55.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:55.243 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 22:17:55.243 DEBUG [main][AbstractWait] Waiting until widget is found... 22:17:55.243 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:17:55.243 TRACE [main][WidgetLookup] widget with index 1 is found 22:17:55.243 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 22:17:55.243 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 22:17:55.243 DEBUG [main][AbstractText] Set focus to Text 22:17:55.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:55.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:55.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 "Apply and Close") 22:17:55.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:55.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:55.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:55.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:55.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:55.248 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:17:55.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:55.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:55.248 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:55.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:55.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:17:55.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:17:55.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:55.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:55.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:55.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:55.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:55.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:55.272 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:55.272 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:17:55.272 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:55.272 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:17:55.272 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:17:55.272 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:17:55.272 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:17:55.272 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:17:55.272 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:17:55.272 DEBUG [main][MenuItemLookup] Item match:Window 22:17:55.273 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:17:55.273 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:17:55.273 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:17:55.273 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:55.273 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:17:55.273 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:17:55.273 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:55.273 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:17:55.273 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:55.273 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:17:55.273 DEBUG [main][MenuItemLookup] Item match:Preferences 22:17:55.273 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:17:55.273 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:17:55.273 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:17:55.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 'Preferences.*'] is available.... 22:17:55.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:17:55.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:17:55.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:55.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:55.329 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:17:55.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:55.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:17:55.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:55.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:55.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:55.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:55.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:17:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:17:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 22:17:55.331 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 22:17:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:55.331 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 22:17:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:55.331 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 22:17:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 22:17:55.331 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 22:17:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:55.332 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 22:17:55.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:55.332 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 22:17:55.332 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 22:17:55.332 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 22:17:55.332 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 22:17:55.332 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 22:17:55.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:55.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:55.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:55.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:55.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:56.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:56.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:56.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:17:56.337 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") 22:17:56.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:56.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:56.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:56.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:56.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:56.341 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 22:17:56.341 DEBUG [main][AbstractWait] Waiting until widget is found... 22:17:56.341 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:17:56.341 TRACE [main][WidgetLookup] widget with index 1 is found 22:17:56.341 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 22:17:56.341 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 22:17:56.341 DEBUG [main][AbstractText] Set focus to Text 22:17:56.342 INFO [WorkbenchTestable][AbstractText] Text set to: /tmp/settings_new.xml 22:17:56.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:56.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:56.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:17:56.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:56.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:56.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:56.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:56.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:56.347 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:17:56.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:56.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:56.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:56.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:56.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:17:56.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:17:56.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:56.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:56.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:56.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:17:56.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven settings' has no excuses, wait for it 22:17:56.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Repository registry initialization' is not running, skipped 22:17:56.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:17:56.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:17:56.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:17:56.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:17:56.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 22:17:56.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:17:56.914 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:17:56.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:56.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:56.915 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 22:17:56.915 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:17:56.915 INFO [WorkbenchTestable][RequirementsRunner] Started test: setDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 22:17:56.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 22:17:56.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:17:56.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:17:56.915 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:17:56.915 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:17:56.915 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:56.915 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:17:56.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:56.916 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:17:56.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:56.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:56.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:56.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:56.916 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:56.916 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:17:56.916 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:56.917 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:17:56.917 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:17:56.917 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:17:56.917 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:17:56.917 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:17:56.917 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:17:56.917 DEBUG [main][MenuItemLookup] Item match:Window 22:17:56.917 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:17:56.917 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:17:56.917 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:17:56.917 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:56.917 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:17:56.917 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:17:56.917 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:56.917 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:17:56.917 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:56.917 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:17:56.917 DEBUG [main][MenuItemLookup] Item match:Preferences 22:17:56.918 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:17:56.918 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:17:56.918 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:17:56.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:17:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:17:56.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:17:56.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:56.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:56.973 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:17:56.973 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:56.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:17:56.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:56.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:56.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:56.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:56.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:56.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:17:56.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:17:56.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 22:17:56.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 22:17:56.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:56.974 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 22:17:56.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:56.974 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 22:17:56.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 22:17:56.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 22:17:56.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:56.975 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 22:17:56.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:56.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 22:17:56.975 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 22:17:56.975 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 22:17:56.975 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 22:17:56.975 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 22:17:56.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:56.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:56.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:57.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:57.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:57.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:57.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:57.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:17:57.980 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") 22:17:57.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:57.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:57.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:57.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:57.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:57.983 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 22:17:57.983 DEBUG [main][AbstractWait] Waiting until widget is found... 22:17:57.983 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:17:57.983 TRACE [main][WidgetLookup] widget with index 1 is found 22:17:57.983 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 22:17:57.983 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 22:17:57.983 DEBUG [main][AbstractText] Set focus to Text 22:17:57.984 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") 22:17:57.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:57.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:57.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:57.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:57.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:57.986 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 22:17:57.986 DEBUG [main][AbstractWait] Waiting until widget is found... 22:17:57.986 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:17:57.986 TRACE [main][WidgetLookup] widget with index 1 is found 22:17:57.986 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 22:17:57.986 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 22:17:57.986 DEBUG [main][AbstractText] Set focus to Text 22:17:57.987 INFO [WorkbenchTestable][AbstractText] Text set to: /tmp/settings_new.xml 22:17:57.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:57.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:57.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 "Apply and Close") 22:17:57.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:57.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:57.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:57.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:57.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:57.992 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:17:57.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:57.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:57.992 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:57.992 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:58.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:17:58.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:17:58.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:58.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:58.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:58.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:17:58.018 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven settings' has no excuses, wait for it 22:17:58.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Repository registry initialization' is not running, skipped 22:17:58.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:17:58.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:17:58.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:17:58.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:17:58.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:58.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:58.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:58.565 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:58.565 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:17:58.565 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:58.565 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:17:58.565 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:17:58.565 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:17:58.565 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:17:58.565 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:17:58.565 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:17:58.565 DEBUG [main][MenuItemLookup] Item match:Window 22:17:58.566 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:17:58.566 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:17:58.566 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:17:58.566 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:58.566 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:17:58.566 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:17:58.566 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:58.566 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:17:58.566 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:58.566 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:17:58.566 DEBUG [main][MenuItemLookup] Item match:Preferences 22:17:58.566 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:17:58.566 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:17:58.566 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:17:58.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.... 22:17:58.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. finished successfully 22:17:58.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:17:58.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:58.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:58.633 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:17:58.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:58.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 22:17:58.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:58.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:58.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:58.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:58.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:58.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:17:58.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:17:58.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 22:17:58.639 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 22:17:58.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:58.639 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 22:17:58.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:58.639 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 22:17:58.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 22:17:58.639 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 22:17:58.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:17:58.640 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 22:17:58.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:17:58.640 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 22:17:58.640 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 22:17:58.640 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 22:17:58.640 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 22:17:58.640 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 22:17:58.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:58.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:58.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:59.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:59.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:59.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:59.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:17:59.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:17:59.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.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") 22:17:59.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:59.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:59.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:59.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:59.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:59.650 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 22:17:59.650 DEBUG [main][AbstractWait] Waiting until widget is found... 22:17:59.650 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:17:59.650 TRACE [main][WidgetLookup] widget with index 1 is found 22:17:59.650 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 22:17:59.650 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 22:17:59.650 DEBUG [main][AbstractText] Set focus to Text 22:17:59.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:59.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:59.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 22:17:59.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:59.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:59.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:59.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:59.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:17:59.654 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:17:59.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:17:59.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:17:59.654 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:17:59.654 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:17:59.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:17:59.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:17:59.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:59.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:59.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:59.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 22:17:59.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:17:59.677 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:17:59.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:59.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:59.678 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 22:17:59.678 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:17:59.678 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 22:17:59.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 22:17:59.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:17:59.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:17:59.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:17:59.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 22:17:59.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:17:59.678 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:17:59.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:59.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:17:59.679 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 22:17:59.679 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 22:17:59.679 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:17:59.679 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:17:59.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:17:59.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.081 s - in org.eclipse.reddeer.direct.test.preferences.PreferencesTest getNonExistingPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 0.508 s setPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 3.031 s getPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 2.756 s setDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 2.763 s getDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 0 s Running org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 22:17:59.685 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 22:17:59.686 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:17:59.686 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:17:59.686 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 22:17:59.686 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:17:59.686 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:17:59.686 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:17:59.686 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:17:59.686 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:17:59.686 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:17:59.687 INFO [WorkbenchTestable][RequirementsRunner] Started test: setOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 22:17:59.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 22:17:59.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:17:59.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:17:59.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:17: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.*'] 22:17:59.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:59.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:17:59.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:59.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:17:59.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:59.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:17:59.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:59.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:59.723 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:17:59.724 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:17:59.724 DEBUG [main][MenuItemLookup] Found menu:'File' 22:17:59.724 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:17:59.724 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:17:59.724 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:17:59.724 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:17:59.724 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:17:59.724 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:17:59.724 DEBUG [main][MenuItemLookup] Item match:Window 22:17:59.724 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:17:59.724 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:17:59.724 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:17:59.725 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:59.725 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:17:59.725 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:17:59.725 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:59.725 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:17:59.725 DEBUG [main][MenuItemLookup] Found menu:'' 22:17:59.725 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:17:59.725 DEBUG [main][MenuItemLookup] Item match:Preferences 22:17:59.725 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:17:59.725 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:17:59.725 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:17:59.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:17:59.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:17:59.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:17:59.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:17:59.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:17:59.779 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:17:59.779 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:17:59.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:17:59.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:17:59.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:17:59.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:17:59.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:17:59.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:17:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:17:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:17:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:17:59.780 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:17:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:00.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:00.281 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:18:00.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:18:00.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:18:00.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:00.283 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:18:00.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:00.283 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:18:00.283 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 22:18:00.283 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 22:18:00.284 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 22:18:00.284 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 22:18:00.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:00.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:00.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:00.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:00.329 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") 22:18:00.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:00.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:00.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:00.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:00.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 22:18:00.331 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") 22:18:00.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:00.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:00.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:00.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:00.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:00.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:18:00.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:00.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:00.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:00.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:00.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:00.334 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:00.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:00.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:00.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:00.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:00.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:00.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:00.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:00.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:00.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:00.381 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:00.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:00.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:00.381 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:00.381 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:00.381 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:00.381 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:00.381 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:00.381 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:00.381 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:00.382 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:18:00.382 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:00.382 DEBUG [main][MenuItemLookup] Item match:Window 22:18:00.382 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:00.382 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:00.382 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:00.382 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:00.382 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:00.382 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:00.382 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:00.382 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:00.382 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:00.382 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:00.382 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:00.382 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:00.382 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:00.382 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:00.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:18:00.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:18:00.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:00.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:00.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:00.458 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:00.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:00.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:00.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:00.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:00.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:00.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:00.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:00.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:00.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:00.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:18:00.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:18:00.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:00.459 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:18:00.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:00.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:18:00.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:18:00.460 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:18:00.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:00.460 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:18:00.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:00.460 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:18:00.460 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 22:18:00.460 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 22:18:00.460 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 22:18:00.460 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 22:18:00.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:00.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:00.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:00.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:00.461 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") 22:18:00.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:00.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:00.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:00.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:00.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 22:18:00.462 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") 22:18:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:00.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:00.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:00.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:00.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 22:18:00.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:00.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:00.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:00.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:00.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:00.464 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:00.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:00.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:00.464 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:00.464 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:00.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:00.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:00.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:00.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:00.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:00.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:00.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:00.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:00.514 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:00.514 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:00.515 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:00.515 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:00.515 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:00.515 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:00.515 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:00.515 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:18:00.515 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:00.515 DEBUG [main][MenuItemLookup] Item match:Window 22:18:00.515 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:00.515 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:00.515 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:00.515 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:00.515 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:00.515 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:00.515 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:00.515 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:00.515 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:00.515 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:00.515 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:00.515 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:00.515 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:00.515 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:00.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:18:00.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:18:00.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:00.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:00.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:00.598 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:00.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:00.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:00.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:00.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:00.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:00.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:00.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:00.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:00.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:00.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:18:00.599 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:18:00.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:00.599 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:18:00.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:00.599 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:18:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:18:00.600 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:18:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:00.600 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:18:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:00.600 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:18:00.609 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 22:18:00.609 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 22:18:00.609 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 22:18:00.609 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 22:18:00.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:00.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:00.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:00.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:00.610 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") 22:18:00.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:00.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:00.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:00.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:00.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 22:18:00.611 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") 22:18:00.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:00.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:00.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:00.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:00.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:00.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:18:00.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:00.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:00.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:00.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:00.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:00.614 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:00.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:00.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:00.614 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:00.614 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:00.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:00.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:00.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:00.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:00.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:00.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:00.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:00.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:00.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:00.638 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:00.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:00.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:00.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:00.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:00.638 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:00.638 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:00.638 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:00.638 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:00.638 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:00.638 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:00.638 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:00.638 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:18:00.638 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:00.638 DEBUG [main][MenuItemLookup] Item match:Window 22:18:00.639 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:00.639 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:00.639 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:00.639 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:00.639 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:00.639 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:00.639 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:00.639 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:00.639 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:00.639 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:00.639 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:00.639 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:00.639 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:00.639 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:00.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:18:00.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. finished successfully 22:18:00.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:00.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:00.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:00.735 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:00.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:00.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:00.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:00.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:00.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:00.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:00.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:00.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:00.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:00.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 22:18:00.736 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:00.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:01.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:01.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:01.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 22:18:01.239 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:01.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:01.239 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:01.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:01.239 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:01.239 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 22:18:01.239 DEBUG [main][TreeItemHandler] Selecting tree item: Console 22:18:01.239 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 22:18:01.239 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 22:18:01.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:18:01.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:01.303 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 22:18:01.303 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 22:18:01.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:01.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:01.303 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:01.303 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:01.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:18:01.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:01.305 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 22:18:01.305 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 22:18:01.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:01.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:01.306 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:01.306 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:01.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:18:01.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:01.309 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:18:01.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:01.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:01.309 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:01.309 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:01.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:01.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:01.350 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 22:18:01.350 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:01.350 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:01.350 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 22:18:01.350 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:01.350 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingConsoleShow no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 22:18:01.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 22:18:01.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:01.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:01.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:01.351 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:01.351 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:01.351 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:01.351 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:01.351 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:01.351 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:01.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:01.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:01.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:01.351 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:01.351 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:01.352 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:01.352 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:01.352 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:01.352 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:01.352 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:01.352 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:18:01.352 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:01.352 DEBUG [main][MenuItemLookup] Item match:Window 22:18:01.352 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:01.352 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:01.352 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:01.352 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:01.352 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:01.352 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:01.352 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:01.352 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:01.352 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:01.352 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:01.352 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:01.352 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:01.352 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:01.352 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:01.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.... 22:18:01.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:18:01.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:01.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:01.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:01.448 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:01.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:01.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 22:18:01.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:01.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:01.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:01.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 22:18:01.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:01.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:01.450 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:01.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:01.450 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:01.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 22:18:01.450 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:01.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:01.450 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:01.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:01.450 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:01.450 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 22:18:01.450 DEBUG [main][TreeItemHandler] Selecting tree item: Console 22:18:01.450 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 22:18:01.450 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 22:18:01.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.452 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") 22:18:01.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:01.466 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") 22:18:01.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:01.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:18:01.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:01.489 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:01.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:01.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:01.490 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:01.490 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:01.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:01.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:01.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:01.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:01.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:01.515 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'true' 22:18:01.515 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'false' 22:18:01.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:01.516 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:01.516 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:01.516 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:01.516 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:01.516 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:01.516 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:01.516 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:01.516 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:18:01.516 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:01.516 DEBUG [main][MenuItemLookup] Item match:Window 22:18:01.517 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:01.517 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:01.517 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:01.517 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:01.517 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:01.517 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:01.517 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:01.517 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:01.517 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:01.517 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:01.517 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:01.517 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:01.517 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:01.517 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:01.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.... 22:18:01.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:18:01.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:01.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:01.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:01.604 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:01.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:01.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:01.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:01.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:01.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:01.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 22:18:01.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:01.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:01.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:01.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:01.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:01.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 22:18:01.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:01.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:01.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:01.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:01.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:01.606 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 22:18:01.606 DEBUG [main][TreeItemHandler] Selecting tree item: Console 22:18:01.607 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 22:18:01.607 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 22:18:01.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.607 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") 22:18:01.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:01.609 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") 22:18:01.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:01.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:18:01.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:01.612 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:01.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:01.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:01.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:01.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:01.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:01.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:01.636 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'false' 22:18:01.637 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'true' 22:18:01.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:01.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:01.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:01.638 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:01.638 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:01.638 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:01.638 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:01.638 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:01.638 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:01.638 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:01.638 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:18:01.638 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:01.638 DEBUG [main][MenuItemLookup] Item match:Window 22:18:01.638 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:01.638 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:01.638 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:01.638 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:01.638 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:01.638 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:01.638 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:01.638 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:01.638 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:01.638 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:01.638 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:01.638 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:01.638 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:01.639 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:01.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.... 22:18:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:18:01.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:01.732 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:01.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:01.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 22:18:01.733 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:01.734 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:01.734 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 22:18:01.734 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:01.734 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:01.734 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:01.734 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 22:18:01.734 DEBUG [main][TreeItemHandler] Selecting tree item: Console 22:18:01.734 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 22:18:01.734 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 22:18:01.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.735 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") 22:18:01.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:01.748 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") 22:18:01.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:01.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 22:18:01.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:01.752 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:01.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:01.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:01.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:01.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:01.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:01.808 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:01.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:01.809 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:01.809 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:01.809 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:01.809 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:01.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:01.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:01.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:01.809 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:01.809 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:01.809 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:01.809 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:01.809 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:01.809 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:01.809 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:01.809 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:18:01.809 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:01.809 DEBUG [main][MenuItemLookup] Item match:Window 22:18:01.810 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:01.810 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:01.810 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:01.810 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:01.810 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:01.810 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:01.810 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:01.810 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:01.810 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:01.810 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:01.810 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:01.810 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:01.810 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:01.810 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:01.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:18:01.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:18:01.900 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:01.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:01.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:01.902 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:01.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:01.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:01.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:01.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:01.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:01.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 22:18:01.903 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:01.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:01.903 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:01.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:01.904 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:01.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 22:18:01.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:01.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:01.904 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:01.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:01.904 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:01.904 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 22:18:01.904 DEBUG [main][TreeItemHandler] Selecting tree item: Console 22:18:01.904 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 22:18:01.905 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 22:18:01.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:18:01.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:01.907 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 22:18:01.907 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 22:18:01.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:01.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:01.907 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:01.907 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:01.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:18:01.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:01.909 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 22:18:01.909 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 22:18:01.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:01.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:01.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:01.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:01.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:18:01.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:01.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:01.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:01.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:01.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:01.926 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:18:01.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:01.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:01.927 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:01.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:01.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:01.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:01.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:01.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:01.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:01.951 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 22:18:01.951 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:01.951 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:01.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:01.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:01.951 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingConsoleShow no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 22:18:01.952 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:01.952 INFO [WorkbenchTestable][RequirementsRunner] Started test: setOpenAssociatedPerspectiveWithIncorrectOptionTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 22:18:01.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 22:18:01.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:01.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:01.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:01.952 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:01.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:01.952 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:01.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:01.952 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:01.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:01.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:01.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:01.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:01.953 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:01.953 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:01.953 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:01.953 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:01.953 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:01.953 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:01.953 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:01.953 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:18:01.953 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:01.953 DEBUG [main][MenuItemLookup] Item match:Window 22:18:01.954 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:01.954 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:01.954 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:01.954 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:01.954 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:01.954 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:01.954 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:01.954 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:01.954 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:01.954 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:01.954 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:01.954 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:01.954 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:01.954 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:02.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.... 22:18:02.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 'Preferences.*'] is available. finished successfully 22:18:02.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:02.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.059 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:02.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:02.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:02.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:02.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:02.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 22:18:02.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:02.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:02.061 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:02.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:02.061 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:02.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 22:18:02.061 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:02.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:02.061 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:02.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:02.061 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:02.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 22:18:02.061 DEBUG [main][TreeItemHandler] Selecting tree item: Console 22:18:02.061 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 22:18:02.062 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 22:18:02.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.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 "Restore Defaults") 22:18:02.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:02.102 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 22:18:02.102 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 22:18:02.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:02.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:02.102 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:02.102 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:02.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:18:02.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:02.104 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 22:18:02.104 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 22:18:02.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:02.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:02.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:02.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:02.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:18:02.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:02.114 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:18:02.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:02.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:02.114 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:02.114 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:02.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:02.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:02.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:02.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 22:18:02.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:02.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:02.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:02.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:02.138 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setOpenAssociatedPerspectiveWithIncorrectOptionTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 22:18:02.138 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:02.138 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildingTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 22:18:02.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 22:18:02.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:02.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:02.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:02.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:02.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:02.139 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:02.139 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:02.139 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:02.139 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:02.139 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:02.139 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:02.139 DEBUG [main][MenuItemLookup] Item match:Project 22:18:02.142 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 22:18:02.142 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 22:18:02.142 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.142 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 22:18:02.142 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 22:18:02.142 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 22:18:02.142 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:18:02.142 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 22:18:02.142 DEBUG [main][MenuItemLookup] Item match:Build Automatically 22:18:02.142 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 22:18:02.143 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 22:18:02.144 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:02.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.144 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:02.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.144 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:02.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:02.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.145 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:02.145 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:02.145 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:02.145 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:02.145 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:02.145 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:02.145 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:02.145 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:18:02.145 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:02.145 DEBUG [main][MenuItemLookup] Item match:Window 22:18:02.145 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:02.145 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:02.145 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:02.145 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.145 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:02.145 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:02.145 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.146 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:02.146 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.146 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:02.146 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:02.146 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:02.146 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:02.146 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:02.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:18:02.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. finished successfully 22:18:02.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.239 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:02.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:02.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 22:18:02.240 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:02.240 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:02.240 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 22:18:02.240 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:02.241 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:02.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:02.241 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:02.241 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 22:18:02.241 DEBUG [main][TreeItemHandler] Selecting tree item: Console 22:18:02.241 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 22:18:02.241 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 22:18:02.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18: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 "Restore Defaults") 22:18:02.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:02.244 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 22:18:02.244 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 22:18:02.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:02.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:02.244 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:02.244 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:02.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 "Apply") 22:18:02.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:02.247 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 22:18:02.247 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 22:18:02.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:02.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:02.247 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:02.247 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:02.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 22:18:02.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:02.267 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:18:02.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:02.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:02.267 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:02.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:02.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:02.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:02.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:02.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 22:18:02.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:02.304 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:02.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:02.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:02.304 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildingTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 22:18:02.304 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:02.304 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLimitingConsoleOutput no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 22:18:02.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 22:18:02.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:02.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:02.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:02.305 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:02.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.305 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:02.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.305 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:02.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:02.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.305 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:02.305 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:02.306 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:02.306 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:02.306 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:02.306 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:02.306 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:02.306 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:18:02.306 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:02.306 DEBUG [main][MenuItemLookup] Item match:Window 22:18:02.306 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:02.306 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:02.306 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:02.306 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.306 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:02.306 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:02.306 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.306 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:02.306 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.306 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:02.306 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:02.306 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:02.306 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:02.307 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:02.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 'Preferences.*'] is available.... 22:18:02.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 'Preferences.*'] is available. finished successfully 22:18:02.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:02.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.374 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:02.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:02.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:02.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:02.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:02.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 22:18:02.375 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:02.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:02.376 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:02.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:02.376 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:02.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 22:18:02.376 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:02.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:02.376 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:02.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:02.376 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:02.376 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 22:18:02.376 DEBUG [main][TreeItemHandler] Selecting tree item: Console 22:18:02.387 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 22:18:02.403 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 22:18:02.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.407 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") 22:18:02.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:02.409 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):") 22:18:02.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:18:02.416 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:18:02.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) 22:18:02.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:02.419 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:02.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:02.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:02.419 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:02.419 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:02.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:02.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:02.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:02.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:02.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.441 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:02.441 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:02.441 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:02.441 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:02.441 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:02.441 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:02.441 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:02.441 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:18:02.441 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:02.441 DEBUG [main][MenuItemLookup] Item match:Window 22:18:02.442 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:02.442 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:02.442 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:02.442 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.442 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:02.442 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:02.442 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.442 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:02.442 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.442 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:02.442 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:02.442 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:02.442 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:02.442 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:02.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:18:02.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 'Preferences.*'] is available. finished successfully 22:18:02.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:02.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.516 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:02.516 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:02.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:02.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:02.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:02.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 22:18:02.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:02.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:02.517 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:02.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:02.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:02.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 22:18:02.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:02.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:02.517 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:02.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:02.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:02.518 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 22:18:02.518 DEBUG [main][TreeItemHandler] Selecting tree item: Console 22:18:02.518 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 22:18:02.518 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 22:18:02.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.518 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") 22:18:02.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:02.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 22:18:02.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:02.521 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:02.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:02.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:02.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:02.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:02.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:02.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:02.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.545 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:02.545 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:02.545 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:02.545 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:02.545 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:02.545 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:02.545 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:02.545 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:18:02.545 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:02.545 DEBUG [main][MenuItemLookup] Item match:Window 22:18:02.546 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:02.546 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:02.546 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:02.546 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.546 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:02.546 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:02.546 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.546 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:02.546 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.546 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:02.546 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:02.546 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:02.546 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:02.546 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:02.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.... 22:18:02.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 22:18:02.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:02.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.625 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:02.625 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.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 22:18:02.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:02.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:02.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:02.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 22:18:02.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:02.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:02.626 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:02.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:02.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:02.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 22:18:02.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:02.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:02.626 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:02.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:02.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:02.627 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 22:18:02.627 DEBUG [main][TreeItemHandler] Selecting tree item: Console 22:18:02.627 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 22:18:02.627 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 22:18:02.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.627 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") 22:18:02.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:02.629 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):") 22:18:02.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:18:02.633 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:18:02.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:18:02.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:02.648 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:02.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:02.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:02.648 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:02.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:02.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:02.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:02.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:02.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:02.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:02.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:02.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:02.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.672 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:02.672 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:02.672 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:02.672 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:02.672 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:02.672 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:02.672 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:02.672 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:18:02.672 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:02.672 DEBUG [main][MenuItemLookup] Item match:Window 22:18:02.672 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:02.672 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:02.672 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:02.672 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.672 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:02.672 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:02.672 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.672 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:02.672 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.672 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:02.672 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:02.672 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:02.672 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:02.672 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:02.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 'Preferences.*'] is available.... 22:18:02.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:18:02.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:02.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.753 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:02.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:02.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:02.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:02.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:02.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 22:18:02.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:02.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:02.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 22:18:02.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:02.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:02.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:02.755 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 22:18:02.755 DEBUG [main][TreeItemHandler] Selecting tree item: Console 22:18:02.755 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 22:18:02.755 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 22:18:02.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:18:02.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:02.758 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 22:18:02.769 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 22:18:02.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:02.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:02.769 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:02.769 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:02.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:18:02.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:02.772 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 22:18:02.772 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 22:18:02.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:02.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:02.772 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:02.772 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:02.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 22:18:02.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:02.794 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:18:02.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:02.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:02.794 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:02.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:02.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:02.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:02.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:02.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.817 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 22:18:02.817 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:02.817 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:02.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:02.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:02.817 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLimitingConsoleOutput no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 22:18:02.818 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:02.818 INFO [WorkbenchTestable][RequirementsRunner] Started test: getOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 22:18:02.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 22:18:02.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:02.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:02.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:02.818 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:02.818 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.818 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:02.818 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.818 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:02.818 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:02.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.819 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:02.819 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:02.819 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:02.819 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:02.819 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:02.819 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:02.819 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:02.819 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:18:02.819 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:02.819 DEBUG [main][MenuItemLookup] Item match:Window 22:18:02.820 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:02.820 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:02.820 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:02.820 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.820 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:02.820 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:02.820 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.820 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:02.820 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:02.820 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:02.820 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:02.820 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:02.820 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:02.820 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:02.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:18:02.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:18:02.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:02.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:02.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:02.905 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:02.905 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:02.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:02.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:02.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:02.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:02.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:02.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:02.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:02.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:02.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:18:02.906 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:18:02.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:03.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:03.407 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:18:03.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:18:03.409 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:18:03.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:03.409 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:18:03.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:03.409 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:18:03.409 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 22:18:03.409 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 22:18:03.409 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 22:18:03.410 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 22:18:03.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:03.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:03.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:03.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:03.443 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") 22:18:03.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:03.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:03.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:03.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:03.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 22:18:03.445 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") 22:18:03.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:03.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:03.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:03.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:03.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:03.445 INFO [WorkbenchTestable][RadioButton] Select radio button Alwa&ys open 22:18:03.445 INFO [WorkbenchTestable][AbstractButton] Click button Alwa&ys open 22:18:03.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:03.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:03.445 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:03.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:03.445 TRACE [main][WidgetHandler] Notify Button with event 27 22:18:03.446 TRACE [main][WidgetHandler] Wait for synchronization 22:18:03.446 TRACE [main][WidgetHandler] Notify Button with event 13 22:18:03.446 TRACE [main][WidgetHandler] Wait for synchronization 22:18:03.446 TRACE [main][WidgetHandler] Notify Button with event 26 22:18:03.446 TRACE [main][WidgetHandler] Wait for synchronization 22:18:03.446 TRACE [main][WidgetHandler] Notify Button with event 3 22:18:03.446 TRACE [main][WidgetHandler] Wait for synchronization 22:18:03.446 TRACE [main][WidgetHandler] Notify Button with event 4 22:18:03.446 TRACE [main][WidgetHandler] Wait for synchronization 22:18:03.446 TRACE [main][WidgetHandler] Notify Button with event 13 22:18:03.446 TRACE [main][WidgetHandler] Wait for synchronization 22:18:03.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:18:03.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:03.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:03.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:03.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:03.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:03.447 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 22:18:03.448 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 22:18:03.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:03.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:03.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:03.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:03.448 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") 22:18:03.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:03.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:03.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:03.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:03.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 22:18:03.449 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") 22:18:03.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:03.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:03.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:03.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:03.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:03.450 INFO [WorkbenchTestable][RadioButton] Select radio button Promp&t 22:18:03.450 INFO [WorkbenchTestable][AbstractButton] Click button Promp&t 22:18:03.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:03.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:03.450 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:03.450 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:03.450 TRACE [main][WidgetHandler] Notify Button with event 27 22:18:03.450 TRACE [main][WidgetHandler] Wait for synchronization 22:18:03.450 TRACE [main][WidgetHandler] Notify Button with event 13 22:18:03.450 TRACE [main][WidgetHandler] Wait for synchronization 22:18:03.450 TRACE [main][WidgetHandler] Notify Button with event 26 22:18:03.450 TRACE [main][WidgetHandler] Wait for synchronization 22:18:03.450 TRACE [main][WidgetHandler] Notify Button with event 3 22:18:03.450 TRACE [main][WidgetHandler] Wait for synchronization 22:18:03.450 TRACE [main][WidgetHandler] Notify Button with event 4 22:18:03.450 TRACE [main][WidgetHandler] Wait for synchronization 22:18:03.450 TRACE [main][WidgetHandler] Notify Button with event 13 22:18:03.450 TRACE [main][WidgetHandler] Wait for synchronization 22:18:03.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:18:03.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:03.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:03.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:03.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:03.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:03.452 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 22:18:03.452 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 22:18:03.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:03.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:03.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:03.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:03.453 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") 22:18:03.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:03.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:03.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:03.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:03.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 22:18:03.454 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") 22:18:03.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:03.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:03.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:03.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:03.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:03.455 INFO [WorkbenchTestable][RadioButton] Select radio button Ne&ver open 22:18:03.455 INFO [WorkbenchTestable][AbstractButton] Click button Ne&ver open 22:18:03.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:03.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:03.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:03.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:03.455 TRACE [main][WidgetHandler] Notify Button with event 27 22:18:03.455 TRACE [main][WidgetHandler] Wait for synchronization 22:18:03.455 TRACE [main][WidgetHandler] Notify Button with event 13 22:18:03.455 TRACE [main][WidgetHandler] Wait for synchronization 22:18:03.455 TRACE [main][WidgetHandler] Notify Button with event 26 22:18:03.455 TRACE [main][WidgetHandler] Wait for synchronization 22:18:03.455 TRACE [main][WidgetHandler] Notify Button with event 3 22:18:03.455 TRACE [main][WidgetHandler] Wait for synchronization 22:18:03.455 TRACE [main][WidgetHandler] Notify Button with event 4 22:18:03.455 TRACE [main][WidgetHandler] Wait for synchronization 22:18:03.455 TRACE [main][WidgetHandler] Notify Button with event 13 22:18:03.455 TRACE [main][WidgetHandler] Wait for synchronization 22:18:03.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:18:03.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:03.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:03.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:03.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:03.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:03.457 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 22:18:03.457 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 22:18:03.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:03.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:03.457 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:03.457 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:03.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:18:03.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:03.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:03.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:03.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:03.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:03.465 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:03.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:03.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:03.465 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:03.465 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:03.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:03.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:03.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:03.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:03.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:03.501 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:03.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:03.501 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:03.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:03.501 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:03.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:03.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:03.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:03.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:03.501 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:03.501 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:03.502 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:03.502 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:03.502 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:03.502 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:03.502 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:03.502 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:18:03.502 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:03.502 DEBUG [main][MenuItemLookup] Item match:Window 22:18:03.502 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:03.502 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:03.502 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:03.502 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:03.502 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:03.502 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:03.502 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:03.502 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:03.502 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:03.502 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:03.502 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:03.502 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:03.502 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:03.502 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:03.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:18:03.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:18:03.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:03.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:03.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:03.571 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:03.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:03.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:03.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:03.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:03.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:03.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:03.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:03.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:03.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:03.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 22:18:03.573 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:03.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:04.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:04.074 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 22:18:04.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 22:18:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:04.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 22:18:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:04.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 22:18:04.076 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 22:18:04.076 DEBUG [main][TreeItemHandler] Selecting tree item: Console 22:18:04.076 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 22:18:04.076 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 22:18:04.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:04.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:04.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:04.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:04.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:18:04.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:04.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:04.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:04.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:04.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:04.112 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 22:18:04.113 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 22:18:04.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:04.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:04.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:04.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:04.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:18:04.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:04.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:04.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:04.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:04.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:04.115 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 22:18:04.115 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 22:18:04.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:04.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:04.115 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:04.115 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:04.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:04.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:04.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") 22:18:04.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:04.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:04.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:04.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:04.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:04.119 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:18:04.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:04.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:04.119 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:04.119 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:04.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:04.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:04.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:04.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:04.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:04.145 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 22:18:04.145 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:04.145 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:04.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:04.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:04.145 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 22:18:04.145 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 22:18:04.145 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:04.145 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:04.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:04.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.46 s - in org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest setOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 1.663 s testSettingConsoleShow no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 0.601 s setOpenAssociatedPerspectiveWithIncorrectOptionTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 0.186 s autoBuildingTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 0.166 s testLimitingConsoleOutput no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 0.513 s getOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 1.327 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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/reddeer.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 &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.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.019 s - in org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest testGetNonexistingObjectAttribute(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0.002 s testGetStringObjectAttributeInPlaceOfSimpleAttribute(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0 s testGetAttributeOfComplexConfiguration(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0 s getNonexistingStringAttribute(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0 s testGetStringAttribute(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0 s testGetObjectAttribute(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest 22:18:14.161 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.autobuilding.AutoBuildingRequirement 22:18:14.164 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.cleanworkspace.CleanWorkspaceRequirement 22:18:14.166 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.closeeditors.CloseAllEditorsRequirement 22:18:14.167 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.db.DatabaseRequirement 22:18:14.168 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.jre.JRERequirement 22:18:14.188 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.openperspective.OpenPerspectiveRequirement 22:18:14.190 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.property.PropertyRequirement 22:18:14.191 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.securestorage.SecureStorageRequirement 22:18:14.193 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.server.apache.tomcat.ApacheTomcatServerRequirement 22:18:14.198 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.requirement.configuration.resources.JavaRequirement 22:18:14.198 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.property.PropertyRequirement 22:18:14.198 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.internal.requirement.CustomJavaTestRequirement 22:18:14.199 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.internal.requirement.CustomServerTestRequirement 22:18:14.200 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.requirement.configuration.resources.ComplexRequirement 22:18:14.201 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.208 s - in org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest numberOfTestRunsWithConfig(org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest) Time elapsed: 0.203 s numberOfTestRunsNoConfig(org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 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.061 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.006 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 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.014 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 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.002 s - in org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest testVersions3a(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 s testVersions3b(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 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.001 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.044 s - in org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest testGetCustomRequirementFromAnnotation(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.033 s testGetValueOfStaticAnnotatedMethodWhichDoesNotExist(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.001 s getAnnotationWithNoEnclosingClass(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.001 s testGetRequirementAnnotation(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.001 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.001 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.001 s testGetChildsClassAnnotations(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0 s testGetDefaultRequirementFromAnnotation(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 22:18:14.404 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 22:18:14.405 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=6 22:18:14.412 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 22:18:14.413 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=3 22:18:14.420 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 22:18:14.433 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:14.433 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:14.436 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 22:18:14.438 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 22:18:14.439 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 22:18:14.446 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 22:18:14.512 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:14.512 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:18:14.514 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:14.514 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:18:14.518 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:14.519 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:18:14.533 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:14.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:14.536 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:14.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:14.538 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:14.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:14.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:14.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:14.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:14.548 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:14.589 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:14.592 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:14.592 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:14.593 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:14.593 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:14.593 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:14.593 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:14.593 DEBUG [main][MenuItemLookup] Item match:Window 22:18:14.596 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:14.596 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:14.596 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:14.596 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:14.596 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:14.596 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:14.596 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:14.596 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:14.596 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:14.596 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:14.596 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:14.599 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:14.599 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:14.600 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:14.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.... 22:18:14.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:18:14.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:14.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:14.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:14.731 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:14.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:14.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:14.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:14.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:14.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:14.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:14.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:14.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:14.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:14.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 22:18:14.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:14.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:14.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:14.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:14.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:14.798 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:14.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:14.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:14.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:14.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:14.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:14.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:14.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:14.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:14.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:14.827 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:14.830 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:14.831 INFO [WorkbenchTestable][RequirementsRunner] Started test: screenshotCapturerTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 22:18:14.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 22:18:14.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:14.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:14.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:14.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:14.834 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.screenshotCapturerTest.png 22:18:14.937 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 22:18:14.938 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.screenshotCapturerTest(2).png 22:18:14.991 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 22:18:14.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 22:18:14.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:14.995 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:14.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:14.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:14.996 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:14.997 INFO [WorkbenchTestable][RequirementsRunner] Finished test: screenshotCapturerTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 22:18:14.997 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:14.997 INFO [WorkbenchTestable][RequirementsRunner] Started test: failAtTheEndTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 22:18:14.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 22:18:14.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:14.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:14.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:14.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:14.998 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.failAtTheEndTest.png 22:18:15.083 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 22:18:15.083 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.failAtTheEndTest(2).png 22:18:15.141 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 22:18:15.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 22:18:15.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.142 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:15.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.143 INFO [WorkbenchTestable][RequirementsRunner] Finished test: failAtTheEndTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 22:18:15.143 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 22:18:15.143 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.143 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.144 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 s - in org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest screenshotCapturerTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) Time elapsed: 0.166 s failAtTheEndTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) Time elapsed: 0.146 s Running org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 22:18:15.148 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 22:18:15.150 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 22:18:15.153 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:15.153 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 22:18:15.153 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.153 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:18:15.153 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.154 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:18:15.154 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.154 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:18:15.154 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:15.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.154 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:15.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.154 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:15.155 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:15.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.155 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:15.155 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:15.155 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:15.155 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:15.155 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:15.155 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:15.155 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:15.155 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:15.155 DEBUG [main][MenuItemLookup] Item match:Window 22:18:15.156 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:15.156 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:15.156 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:15.156 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.156 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:15.156 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:15.156 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.156 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:15.156 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.156 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:15.156 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:15.156 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:15.157 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:15.157 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:15.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:18:15.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. finished successfully 22:18:15.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:15.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.239 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:15.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:15.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:15.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:15.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:15.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:15.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:15.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:15.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:15.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:18:15.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:15.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:15.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:15.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:15.245 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:15.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:15.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:15.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:15.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:15.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:15.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:15.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.295 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.295 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 22:18:15.295 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param: param0](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 22:18:15.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 22:18:15.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 22:18:15.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.296 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:15.296 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param: param0](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 22:18:15.297 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 22:18:15.297 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param: param1](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 22:18:15.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 22:18:15.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.297 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 22:18:15.297 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.297 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.297 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:15.297 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param: param1](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 22:18:15.298 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 22:18:15.298 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.298 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.298 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 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 s Running org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 22:18:15.301 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 22:18:15.301 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 22:18:15.303 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:15.303 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 22:18:15.303 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.303 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:18:15.303 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.303 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:18:15.303 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.303 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:18:15.304 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:15.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.304 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:15.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.304 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:15.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:15.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.305 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:15.305 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:15.305 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:15.305 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:15.305 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:15.305 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:15.305 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:15.305 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:15.305 DEBUG [main][MenuItemLookup] Item match:Window 22:18:15.306 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:15.306 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:15.306 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:15.306 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.306 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:15.306 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:15.306 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.306 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:15.306 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.306 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:15.306 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:15.306 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:15.306 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:15.306 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:15.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:18:15.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. finished successfully 22:18:15.396 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:15.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.398 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:15.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.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 22:18:15.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:15.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:15.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:15.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:15.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:15.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:15.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:15.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 22:18:15.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:15.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:15.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:15.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:15.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:15.403 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:15.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:15.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:15.403 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:15.403 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:15.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:15.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:15.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:15.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.426 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.426 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 22:18:15.426 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param0](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 22:18:15.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 22:18:15.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 22:18:15.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:15.426 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param0](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 22:18:15.427 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 22:18:15.427 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param1](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 22:18:15.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 22:18:15.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 22:18:15.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.427 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:15.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param1](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 22:18:15.427 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 22:18:15.427 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.427 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.427 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest test no-configuration [param0](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) Time elapsed: 0 s test no-configuration [param1](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 22:18:15.430 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 22:18:15.431 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:15.431 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:15.431 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 22:18:15.431 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.431 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:18:15.431 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.431 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:18:15.431 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.431 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:18:15.431 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:15.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.432 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:15.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.432 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:15.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:15.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.432 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:15.432 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:15.432 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:15.433 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:15.433 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:15.433 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:15.433 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:15.433 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:15.433 DEBUG [main][MenuItemLookup] Item match:Window 22:18:15.433 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:15.433 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:15.433 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:15.433 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.433 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:15.433 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:15.434 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.434 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:15.434 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.434 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:15.434 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:15.434 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:15.434 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:15.434 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:15.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.... 22:18:15.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:18:15.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:15.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.528 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:15.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.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 22:18:15.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:15.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:15.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:15.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:15.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:15.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:15.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:15.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 22:18:15.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:15.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:15.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:15.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:15.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:15.532 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:15.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:15.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:15.532 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:15.532 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:15.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:15.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:15.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:15.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.554 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.555 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:15.555 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEqualPrioritized no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 22:18:15.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 22:18:15.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 22:18:15.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.556 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:15.556 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEqualPrioritized no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 22:18:15.556 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:15.556 INFO [WorkbenchTestable][RequirementsRunner] Started test: testVariousPriority no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 22:18:15.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 22:18:15.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 22:18:15.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.556 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:15.557 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testVariousPriority no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 22:18:15.557 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:15.557 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOrderOfSortedList no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 22:18:15.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 22:18:15.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.557 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.557 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 22:18:15.557 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.557 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.557 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:15.557 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOrderOfSortedList no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 22:18:15.557 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 22:18:15.557 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.557 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.557 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest testEqualPrioritized no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) Time elapsed: 0.001 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 s Running org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 22:18:15.563 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 22:18:15.564 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:15.564 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 22:18:15.564 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:15.564 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 22:18:15.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 22:18:15.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 22:18:15.564 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 22:18:15.564 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:15.564 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 22:18:15.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 22:18:15.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 22:18:15.587 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 22:18:15.587 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:15.587 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 22:18:15.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 22:18:15.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 22:18:15.587 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 22:18:15.587 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:15.587 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 22:18:15.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 22:18:15.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 22:18:15.587 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 22:18:15.587 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:15.587 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 22:18:15.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 22:18:15.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 22:18:15.588 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 22:18:15.588 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun1 is ignored because shouldRun method of RunIf conditional run is not met. 22:18:15.588 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 22:18:15.588 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun2 is ignored because @Ignore annotation is presented. 22:18:15.588 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 22:18:15.588 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun3 is ignored because @Ignore annotation is presented. 22:18:15.588 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 22:18:15.588 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun4 is ignored because shouldRun method of RunIf conditional run is not met. 22:18:15.588 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 22:18:15.588 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun5 is ignored because shouldRun method of RunIf conditional run is not met. 22:18:15.588 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 22:18:15.588 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun6 is ignored because shouldRun method of RunIf conditional run is not met. 22:18:15.588 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun6 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 22:18:15.588 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun7 is ignored because shouldRun method of RunIf conditional run is not met. 22:18:15.588 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun7 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 22:18:15.588 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun8 is ignored because shouldRun method of RunIf conditional run is not met. 22:18:15.588 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun8 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 22:18:15.588 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.028 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.023 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.001 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.004 s - in org.eclipse.reddeer.junit.test.internal.configuration.reader.JSONConfigurationReaderTest testLoadConfigsFromInvalidJSONFile(org.eclipse.reddeer.junit.test.internal.configuration.reader.JSONConfigurationReaderTest) Time elapsed: 0 s testLoadConfigFromFile(org.eclipse.reddeer.junit.test.internal.configuration.reader.JSONConfigurationReaderTest) Time elapsed: 0.003 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.004 s - in org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest testNoRequirementFieldInjection(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0.001 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 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.001 s Running org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest 22:18:15.608 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.608 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 22:18:15.609 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:15.609 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.609 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.609 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:18:15.609 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.609 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:18:15.609 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.609 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:18:15.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.*'] 22:18:15.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.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.*'] 22:18:15.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.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.*'] 22:18:15.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:15.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.610 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:15.610 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:15.611 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:15.611 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:15.611 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:15.611 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:15.611 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:15.611 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:15.611 DEBUG [main][MenuItemLookup] Item match:Window 22:18:15.611 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:15.611 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:15.611 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:15.611 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.611 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:15.612 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:15.612 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.612 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:15.612 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.612 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:15.612 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:15.612 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:15.612 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:15.612 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:15.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.... 22:18:15.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 22:18:15.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:15.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.701 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:15.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:15.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:15.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:15.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:15.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:15.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:15.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:15.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:15.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:18:15.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:15.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:15.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:15.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:15.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:15.706 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:15.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:15.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:15.706 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:15.706 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:15.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:15.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:15.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:15.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.728 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.728 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 22:18:15.728 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 22:18:15.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.728 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.728 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.728 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.728 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.729 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:15.729 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 22:18:15.729 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 22:18:15.729 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 22:18:15.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.729 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:15.729 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 22:18:15.729 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.729 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.729 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.729 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:15.730 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.730 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 22:18:15.731 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:15.731 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.731 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.731 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:18:15.731 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.731 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:18:15.731 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.731 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:18:15.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.*'] 22:18:15.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.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.*'] 22:18:15.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.732 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:15.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:15.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:15.732 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:15.732 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:15.732 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:15.732 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:15.732 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:15.732 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:15.733 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:15.733 DEBUG [main][MenuItemLookup] Item match:Window 22:18:15.733 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:15.733 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:15.733 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:15.733 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.733 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:15.733 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:15.733 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.733 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:15.733 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.733 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:15.733 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:15.733 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:15.733 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:15.733 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:15.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 'Preferences.*'] is available.... 22:18:15.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:18:15.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:15.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.823 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:15.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:15.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:15.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:15.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:15.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:15.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:15.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:15.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:15.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) 22:18:15.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:15.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:15.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:15.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:15.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:15.828 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:15.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:15.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:15.828 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:15.828 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:15.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:15.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:15.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:15.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.850 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.850 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 22:18:15.850 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 22:18:15.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.850 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:15.851 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 22:18:15.851 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 22:18:15.851 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 22:18:15.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.851 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.851 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.851 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.851 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:15.851 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 22:18:15.851 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.851 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.851 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.851 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:15.852 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.852 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 22:18:15.852 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:15.852 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.853 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.853 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:18:15.853 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.853 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:18:15.853 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.853 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:18:15.853 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:15.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.853 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:15.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.853 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:15.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:15.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.854 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:15.854 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:15.854 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:15.854 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:15.854 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:15.854 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:15.854 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:15.854 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:15.854 DEBUG [main][MenuItemLookup] Item match:Window 22:18:15.855 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:15.855 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:15.855 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:15.855 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.855 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:15.855 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:15.855 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.855 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:15.855 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.855 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:15.855 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:15.855 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:15.855 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:15.855 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:15.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:18:15.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:18:15.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:15.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.944 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:15.944 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:15.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:15.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:15.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:15.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:15.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:15.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:15.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:15.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 22:18:15.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:15.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:15.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:15.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:15.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:15.948 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:15.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:15.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:15.948 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:15.948 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:15.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:15.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:15.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:15.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.992 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.992 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 22:18:15.992 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 22:18:15.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.992 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.992 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.992 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.992 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:15.993 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 22:18:15.993 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 22:18:15.993 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 22:18:15.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:15.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:15.993 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 22:18:15.993 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.993 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:15.993 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:15.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:15.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:15.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:15.994 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.994 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 22:18:15.994 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:15.994 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:15.994 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:15.994 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:18:15.995 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:15.995 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:18:15.995 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:15.995 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:18:15.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.*'] 22:18:15.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.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.*'] 22:18:15.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.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.*'] 22:18:15.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:15.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:15.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:15.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:15.995 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:15.995 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:15.996 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:15.996 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:15.996 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:15.996 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:15.996 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:15.996 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:15.996 DEBUG [main][MenuItemLookup] Item match:Window 22:18:15.996 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:15.996 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:15.996 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:15.996 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.996 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:15.996 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:15.997 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.997 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:15.997 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:15.997 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:15.997 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:15.997 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:15.997 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:15.997 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:16.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 'Preferences.*'] is available.... 22:18:16.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 'Preferences.*'] is available. finished successfully 22:18:16.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:16.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:16.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:16.061 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:16.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:16.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:16.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:16.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:16.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:16.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:16.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:16.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:16.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:16.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:18:16.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:16.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:16.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:16.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:16.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:16.108 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:16.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:16.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:16.108 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:16.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:16.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:16.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:16.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:16.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:16.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:16.132 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:16.132 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 22:18:16.132 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 22:18:16.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:16.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:16.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:16.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:16.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:16.132 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:16.132 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:16.132 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:16.132 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:16.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:16.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:16.132 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 22:18:16.132 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 22:18:16.132 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 22:18:16.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:16.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:16.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:16.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:16.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:16.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:16.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:16.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:16.133 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:16.133 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 22:18:16.133 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 22:18:16.133 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:16.133 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:16.133 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.527 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.124 s testRequirementInjectionInBefore(org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest) Time elapsed: 0.122 s testRequirementInjectionInBeforeClass(org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest) Time elapsed: 0.141 s testStaticInject(org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest) Time elapsed: 0.139 s Running org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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 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.261 s - in org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest constructor_nullList(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0 s sortByPriority(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0.001 s fulfill(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0.259 s size(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0.001 s cleanup(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0 s iterator(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerTest 22:18:16.453 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements$MockitoMock$438388390 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerTest testInjectMethodInvocation(org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerTest) Time elapsed: 0.047 s Running org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerBuilderTest 22:18:16.457 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerBuilderTest$ParameterizedSuite 22:18:16.457 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 22:18:16.461 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 22:18:16.487 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:16.488 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:16.488 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 22:18:16.488 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:16.488 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:18:16.488 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:16.488 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:18:16.488 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:16.488 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:18:16.488 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:16.488 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:16.488 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:16.488 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:16.489 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:16.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:16.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:16.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:16.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:16.489 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:16.489 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:16.489 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:16.489 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:16.490 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:16.490 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:16.490 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:16.490 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:16.490 DEBUG [main][MenuItemLookup] Item match:Window 22:18:16.490 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:16.490 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:16.490 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:16.490 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:16.490 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:16.490 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:16.490 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:16.490 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:16.490 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:16.490 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:16.490 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:16.490 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:16.490 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:16.490 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:16.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 'Preferences.*'] is available.... 22:18:16.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:18:16.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:16.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:16.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:16.550 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:16.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:16.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:16.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:16.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:16.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:16.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:16.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:16.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:16.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:16.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:18:16.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:16.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:16.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:16.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:16.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:16.554 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:16.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:16.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:16.555 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:16.555 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:16.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:16.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:16.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:16.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:16.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:16.598 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:16.598 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:16.598 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest) 22:18:16.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 22:18:16.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:16.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:16.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:16.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:16.599 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 22:18:16.599 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:16.599 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:16.599 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:16.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:16.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:16.599 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest) 22:18:16.599 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 22:18:16.599 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:16.599 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:16.599 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:16.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:16.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 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 22:18:16.602 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 22:18:16.602 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:16.602 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:16.602 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 22:18:16.603 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:16.603 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:18:16.603 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:16.603 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:18:16.603 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:16.603 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:18:16.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.*'] 22:18:16.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:16.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.*'] 22:18:16.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:16.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.*'] 22:18:16.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:16.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:16.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:16.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:16.604 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:16.604 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:16.604 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:16.604 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:16.604 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:16.604 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:16.604 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:16.604 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:16.604 DEBUG [main][MenuItemLookup] Item match:Window 22:18:16.605 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:16.605 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:16.605 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:16.605 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:16.605 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:16.605 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:16.605 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:16.605 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:16.605 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:16.605 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:16.605 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:16.605 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:16.605 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:16.605 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:16.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:18:16.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:18:16.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:16.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:16.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:16.696 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:16.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:16.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 22:18:16.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:16.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:16.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:16.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:16.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:16.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:16.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:16.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 "Cancel", Widget matcher matching widgets with style: 8) 22:18:16.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:16.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:16.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:16.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:16.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:16.700 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:16.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:16.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:16.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:16.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:16.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:16.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:16.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:16.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:16.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:16.722 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:16.722 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:16.722 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErroneousTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 22:18:16.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 22:18:16.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:16.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:16.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:16.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:16.724 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 22:18:16.724 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:16.724 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:16.724 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 22:18:16.725 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:16.725 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:18:16.725 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:16.725 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:18:16.725 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:16.725 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:18:16.725 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:16.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:16.725 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:16.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:16.726 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:16.726 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:16.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:16.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:16.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:16.726 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:16.726 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:16.726 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:16.726 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:16.726 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:16.726 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:16.726 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:16.726 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:16.726 DEBUG [main][MenuItemLookup] Item match:Window 22:18:16.726 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:16.726 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:16.726 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:16.726 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:16.726 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:16.726 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:16.726 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:16.727 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:16.727 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:16.727 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:16.727 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:16.727 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:16.727 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:16.727 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:16.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 'Preferences.*'] is available.... 22:18:16.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:18:16.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:16.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:16.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:16.803 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:16.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:16.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:16.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:16.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:16.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:16.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:16.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:16.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:16.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:16.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 22:18:16.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:16.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:16.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:16.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:16.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:16.806 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:16.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:16.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:16.807 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:16.807 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:16.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:16.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:16.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:16.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:16.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:16.827 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:16.827 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:16.827 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest) 22:18:16.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 22:18:16.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:16.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:16.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:16.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:16.828 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) 22:18:16.829 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest.test.png 22:18:16.881 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 22:18:16.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 22:18:16.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:16.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:16.882 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:16.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:16.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:16.883 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) 22:18:16.884 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest) 22:18:16.884 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 22:18:16.884 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:16.884 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:16.884 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:16.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:16.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:16.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 22:18:16.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:16.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:16.885 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:16.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:16.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:16.888 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErroneousTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 22:18:16.888 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:16.888 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFailingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 22:18:16.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 22:18:16.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:16.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:16.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:16.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:16.888 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 22:18:16.889 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:16.889 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:16.889 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 22:18:16.889 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:16.889 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:18:16.889 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:16.889 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:18:16.889 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:16.889 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:18:16.889 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:16.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:16.890 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:16.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:16.890 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:16.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:16.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:16.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:16.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:16.890 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:16.890 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:16.890 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:16.891 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:16.891 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:16.891 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:16.891 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:16.891 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:16.891 DEBUG [main][MenuItemLookup] Item match:Window 22:18:16.891 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:16.891 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:16.891 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:16.891 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:16.891 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:16.891 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:16.891 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:16.891 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:16.891 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:16.891 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:16.891 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:16.891 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:16.892 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:16.892 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:16.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:18:16.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 'Preferences.*'] is available. finished successfully 22:18:16.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:16.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:16.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:16.954 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:16.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:16.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:16.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:16.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:16.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:16.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:16.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:18:16.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:16.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:16.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:16.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:16.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:16.958 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:16.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:16.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:16.958 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:16.958 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:16.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:16.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:16.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:16.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:16.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:16.989 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:16.990 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:16.990 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest) 22:18:16.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 22:18:16.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:16.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:16.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:16.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:16.990 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest.test throws exception: java.lang.AssertionError: Test in failure at org.junit.Assert.fail(Assert.java: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) 22:18:16.991 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest.test.png 22:18:17.043 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 22:18:17.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 22:18:17.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:17.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:17.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:17.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:17.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:17.044 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) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) 22:18:17.045 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.in at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:116) tegration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest) 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) 22:18:17.045 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 22:18:17.045 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:17.045 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:17.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:17.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:17.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:17.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 22:18:17.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:17.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:17.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:17.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:17.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:17.045 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFailingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 22:18:17.045 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:17.046 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPassingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 22:18:17.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 22:18:17.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:17.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:17.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:17.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:17.046 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 22:18:17.046 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.047 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:17.047 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 22:18:17.047 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:17.047 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:18:17.047 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:17.047 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:18:17.047 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:17.047 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:18:17.047 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:17.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:17.047 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:17.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:17.047 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:17.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:17.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:17.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:17.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:17.048 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:17.048 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:17.048 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:17.048 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:17.048 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:17.048 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:17.048 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:17.048 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:17.048 DEBUG [main][MenuItemLookup] Item match:Window 22:18:17.049 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:17.049 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:17.049 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:17.049 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:17.049 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:17.049 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:17.049 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:17.049 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:17.049 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:17.049 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:17.049 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:17.049 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:17.049 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:17.049 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:17.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 'Preferences.*'] is available.... 22:18:17.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. finished successfully 22:18:17.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:17.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:17.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:17.125 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:17.125 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:17.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 22:18:17.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:17.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:17.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:17.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:17.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:17.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:17.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:17.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:18:17.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:17.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:17.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:17.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:17.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:17.129 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:17.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:17.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:17.129 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:17.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:17.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:17.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:17.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:17.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:17.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:17.150 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:17.150 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:17.150 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest) 22:18:17.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 22:18:17.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:17.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:17.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:17.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:17.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 22:18:17.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:17.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:17.150 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:17.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:17.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:17.151 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest) 22:18:17.151 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 22:18:17.151 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:17.151 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:17.151 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:17.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:17.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:17.151 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 22:18:17.151 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:17.151 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:17.151 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:17.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:17.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:17.151 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPassingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 22:18:17.151 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 22:18:17.151 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:17.151 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:17.151 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:17.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:17.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 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.166 s testFailingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) Time elapsed: 0.157 s testPassingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) Time elapsed: 0.105 s Running org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 22:18:17.154 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 22:18:17.154 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 22:18:17.155 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.155 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 22:18:17.155 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:17.155 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:18:17.155 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:17.155 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:18:17.155 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:17.156 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:18:17.156 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:17.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:17.156 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:17.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:17.156 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:17.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:17.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:17.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:17.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:17.156 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:17.156 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:17.156 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:17.187 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:17.187 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:17.188 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:17.188 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:17.188 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:17.188 DEBUG [main][MenuItemLookup] Item match:Window 22:18:17.188 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:17.188 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:17.188 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:17.188 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:17.188 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:17.188 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:17.188 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:17.188 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:17.188 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:17.188 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:17.188 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:17.188 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:17.188 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:17.188 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:17.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 'Preferences.*'] is available.... 22:18:17.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:18:17.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:17.246 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:17.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:17.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:17.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:17.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:17.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:17.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:17.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:17.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 22:18:17.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:17.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:17.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:17.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:17.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:17.249 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:17.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:17.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:17.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:17.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:17.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:17.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:17.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:17.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:17.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:17.288 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:17.288 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 22:18:17.288 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [0](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 22:18:17.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 22:18:17.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:17.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:17.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:17.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:17.288 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 22:18:17.288 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:17.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:17.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:17.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:17.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:17.289 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [0](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 22:18:17.289 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 22:18:17.289 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [1](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 22:18:17.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 22:18:17.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:17.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:17.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:17.289 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:17.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 22:18:17.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:17.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:17.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:17.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:17.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:17.289 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [1](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 22:18:17.289 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 22:18:17.289 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:17.289 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:17.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:17.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:17.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest test no-configuration [0](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) Time elapsed: 0.001 s test no-configuration [1](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 22:18:17.293 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 22:18:17.293 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.294 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:17.294 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 22:18:17.294 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:17.294 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:18:17.294 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:17.294 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:18:17.294 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:17.294 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:18:17.294 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:17.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:17.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.*'] 22:18:17.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:17.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.*'] 22:18:17.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:17.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:17.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:17.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:17.295 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:17.295 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:17.296 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:17.296 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:17.296 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:17.296 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:17.296 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:17.296 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:17.296 DEBUG [main][MenuItemLookup] Item match:Window 22:18:17.296 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:17.296 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:17.296 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:17.296 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:17.296 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:17.296 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:17.296 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:17.296 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:17.296 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:17.296 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:17.296 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:17.297 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:17.297 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:17.297 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:17.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 'Preferences.*'] is available.... 22:18:17.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:18:17.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:17.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:17.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:17.355 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:17.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:17.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:17.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:17.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:17.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:17.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:17.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:17.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:17.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:17.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:18:17.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:17.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:17.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:17.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:17.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:17.358 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:17.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:17.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:17.358 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:17.358 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:17.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:17.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:17.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:17.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:17.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:17.400 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:17.400 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:17.400 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest) 22:18:17.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 22:18:17.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:17.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:17.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:17.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:17.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 22:18:17.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:17.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:17.400 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:17.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:17.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:17.401 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest) 22:18:17.401 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 22:18:17.401 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:17.401 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:17.401 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:17.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:17.401 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.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 22:18:17.404 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 22:18:17.404 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.404 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:17.405 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 22:18:17.405 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:17.405 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:18:17.405 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:17.405 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:18:17.405 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:17.405 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:18:17.405 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:17.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:17.405 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:17.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:17.406 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:17.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:17.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:17.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:17.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:17.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:17.406 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:17.406 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:17.406 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:17.406 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:17.406 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:17.406 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:17.406 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:17.406 DEBUG [main][MenuItemLookup] Item match:Window 22:18:17.407 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:17.407 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:17.407 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:17.407 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:17.407 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:17.407 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:17.407 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:17.407 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:17.407 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:17.407 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:17.407 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:17.407 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:17.407 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:17.407 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:17.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.... 22:18:17.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 'Preferences.*'] is available. finished successfully 22:18:17.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:17.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:17.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:17.503 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:17.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:17.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:17.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:17.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:17.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:17.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:17.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:17.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:17.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:17.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:18:17.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:17.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:17.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:17.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:17.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:17.507 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:17.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:17.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:17.507 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:17.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:17.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:17.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:17.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:17.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:17.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:17.528 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:17.528 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:17.528 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest) 22:18:17.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 22:18:17.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:17.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:17.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:17.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 22:18:17.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 22:18:17.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:17.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:17.528 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:17.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:17.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:17.529 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest) 22:18:17.529 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 22:18:17.529 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 22:18:17.529 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:18:17.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:18:17.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:17.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 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 22:18:17.537 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 22:18:17.541 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass2 22:18:17.542 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.548 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaServerTestClassWithCollectionTwoRequirementsCorrect 22:18:17.549 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaServerTestClassWithCollectionTwoRequirementsCorrect 22:18:17.549 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.551 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 22:18:17.552 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 22:18:17.552 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 22:18:17.553 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 22:18:17.553 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.555 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 22:18:17.556 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 22:18:17.556 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 22:18:17.556 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 22:18:17.556 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.588 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 22:18:17.588 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 22:18:17.589 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 22:18:17.589 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 22:18:17.589 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 22:18:17.590 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 22:18:17.590 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.592 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass 22:18:17.592 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass 22:18:17.593 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.596 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass2 22:18:17.596 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass2 22:18:17.596 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.598 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollection 22:18:17.599 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollection 22:18:17.599 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.599 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 22:18:17.599 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.600 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 22:18:17.600 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 22:18:17.600 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.602 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements 22:18:17.603 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements 22:18:17.603 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.606 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$ServerTestClass 22:18:17.606 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$ServerTestClass 22:18:17.606 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 22:18:17.606 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 22:18:17.607 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 22:18:17.607 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 22:18:17.607 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.609 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.609 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 22:18:17.610 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.612 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirementsCorrect 22:18:17.612 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.614 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 22:18:17.614 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 22:18:17.615 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 22:18:17.615 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 22:18:17.615 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 22:18:17.615 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 22:18:17.616 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:17.617 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 22:18:17.617 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest testSimpleSuiteWithMoreTestClassesWithoutConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.006 s testCorrectRestrictionDiffAttributes(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.007 s testRequirementsSuite_withPartialConfig(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.004 s testRestrictedConfigurationTwoRequirements2(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.004 s testRestrictedConfigurationTwoRequirements3(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.033 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.003 s testJavaServerTestWithRestrictedConfigurationCollection(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.003 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.003 s testRequirementsSuiteWithConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.005 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.002 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.001 s testSingleTestWithoutConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0 s Results: Tests run: 141, Failures: 0, Errors: 0, Skipped: 8 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.junit.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.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 51/9244K 100/9244K 149/9244K 199/9244K 248/9244K 294/9244K 344/9244K 391/9244K 437/9244K 487/9244K 536/9244K 582/9244K 633/9244K 679/9244K 729/9244K 776/9244K 825/9244K 875/9244K 925/9244K 971/9244K 1017/9244K 1064/9244K 1114/9244K 1166/9244K 1213/9244K 1266/9244K 1318/9244K 1370/9244K 1420/9244K 1468/9244K 1519/9244K 1572/9244K 1624/9244K 1673/9244K 1726/9244K 1777/9244K 1827/9244K 1879/9244K 1928/9244K 1978/9244K 2025/9244K 2078/9244K 2129/9244K 2181/9244K 2234/9244K 2284/9244K 2332/9244K 2380/9244K 2429/9244K 2480/9244K 2533/9244K 2581/9244K 2627/9244K 2678/9244K 2731/9244K 2780/9244K 2830/9244K 2881/9244K 2929/9244K 2975/9244K 3027/9244K 3075/9244K 3122/9244K 3168/9244K 3216/9244K 3269/9244K 3318/9244K 3368/9244K 3419/9244K 3466/9244K 3516/9244K 3569/9244K 3621/9244K 3670/9244K 3718/9244K 3765/9244K 3811/9244K 3864/9244K 3911/9244K 3958/9244K 4010/9244K 4063/9244K 4112/9244K 4163/9244K 4211/9244K 4260/9244K 4308/9244K 4354/9244K 4405/9244K 4454/9244K 4507/9244K 4555/9244K 4601/9244K 4653/9244K 4702/9244K 4753/9244K 4806/9244K 4859/9244K 4910/9244K 4963/9244K 5011/9244K 5062/9244K 5115/9244K 5163/9244K 5211/9244K 5265/9244K 5314/9244K 5361/9244K 5412/9244K 5465/9244K 5514/9244K 5561/9244K 5612/9244K 5659/9244K 5707/9244K 5754/9244K 5805/9244K 5854/9244K 5907/9244K 5961/9244K 6009/9244K 6055/9244K 6107/9244K 6160/9244K 6208/9244K 6257/9244K 6309/9244K 6361/9244K 6412/9244K 6465/9244K 6515/9244K 6564/9244K 6612/9244K 6662/9244K 6716/9244K 6763/9244K 6816/9244K 6863/9244K 6913/9244K 6959/9244K 7005/9244K 7059/9244K 7105/9244K 7154/9244K 7202/9244K 7254/9244K 7300/9244K 7354/9244K 7403/9244K 7449/9244K 7500/9244K 7550/9244K 7596/9244K 7643/9244K 7691/9244K 7737/9244K 7787/9244K 7835/9244K 7885/9244K 7938/9244K 7988/9244K 8037/9244K 8088/9244K 8136/9244K 8188/9244K 8240/9244K 8286/9244K 8338/9244K 8387/9244K 8440/9244K 8488/9244K 8534/9244K 8581/9244K 8629/9244K 8679/9244K 8728/9244K 8780/9244K 8833/9244K 8880/9244K 8933/9244K 8982/9244K 9034/9244K 9083/9244K 9131/9244K 9183/9244K 9230/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/202102261000/plugins/ (165.62kB) [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/202102261000/plugins/ (165.62kB) [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/202102261000/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/202102261000/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/202102261000/plugins/ (48.79kB) [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/202102261000/plugins/ (48.79kB) [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 22:18:28.831 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 22:18:28.833 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 22:18:28.839 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 22:18:28.840 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 22:18:29.007 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.autobuilding.AutoBuildingRequirement 22:18:29.008 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.cleanworkspace.CleanWorkspaceRequirement 22:18:29.009 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.closeeditors.CloseAllEditorsRequirement 22:18:29.010 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.db.DatabaseRequirement 22:18:29.010 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.jre.JRERequirement 22:18:29.011 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.openperspective.OpenPerspectiveRequirement 22:18:29.013 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.property.PropertyRequirement 22:18:29.013 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.securestorage.SecureStorageRequirement 22:18:29.015 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.server.apache.tomcat.ApacheTomcatServerRequirement 22:18:29.056 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 22:18:29.100 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:18:29.102 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:18:29.103 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 22:18:29.105 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 22:18:29.105 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 22:18:29.110 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 22:18:29.124 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:18:29.124 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:18:29.126 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:18:29.126 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:18:29.128 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:18:29.129 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:18:29.138 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:29.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:29.196 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:29.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:29.197 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:18:29.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:29.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:29.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:29.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:29.205 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:29.208 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:29.211 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:29.211 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:29.212 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:29.212 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:29.212 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:29.212 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:29.212 DEBUG [main][MenuItemLookup] Item match:Window 22:18:29.216 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:29.216 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:29.216 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:29.216 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:29.216 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:29.216 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:18:29.217 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:29.217 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:18:29.217 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:29.217 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:18:29.217 DEBUG [main][MenuItemLookup] Item match:Preferences 22:18:29.219 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:18:29.219 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:18:29.220 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:18:29.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.... 22:18:29.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 'Preferences.*'] is available. finished successfully 22:18:29.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:18:29.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:29.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:29.360 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:18:29.360 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:29.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:18:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:29.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:29.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:29.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:29.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:29.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:29.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:29.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:18:29.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:29.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:29.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:29.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:29.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:29.427 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:18:29.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:29.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:29.428 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:29.428 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:29.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:18:29.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:18:29.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:29.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:29.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:29.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:29.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:18:29.507 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' view via menu. 22:18:29.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:29.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:29.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:29.508 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:29.508 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:29.508 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:29.508 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:18:29.508 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:18:29.508 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:18:29.508 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:18:29.508 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:18:29.508 DEBUG [main][MenuItemLookup] Item match:Window 22:18:29.509 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:18:29.509 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:18:29.509 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:18:29.509 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:29.510 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:18:29.510 DEBUG [main][MenuItemLookup] Item match:Show View 22:18:29.519 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 22:18:29.519 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:18:29.519 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:18:29.519 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:18:29.519 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:18:29.519 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:18:29.519 DEBUG [main][MenuItemLookup] Found menu:'Properties' 22:18:29.519 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:18:29.519 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:29.519 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:18:29.519 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:18:29.520 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:18:29.520 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:18:29.520 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:18:29.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:18:29.591 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 22:18:29.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:18:29.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:29.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:29.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:18:29.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:18:29.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:29.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:29.594 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:18:29.594 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:18:29.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:29.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:29.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:29.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:29.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:29.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:29.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:29.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 22:18:29.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:18:29.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:30.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:30.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:18:30.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 22:18:30.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:18:30.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:30.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:18:30.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:30.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:18:30.104 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Servers 22:18:30.104 DEBUG [main][TreeItemHandler] Selecting tree item: Servers 22:18:30.105 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Servers about selection 22:18:30.105 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Servers 22:18:30.106 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:18:30.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:30.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:30.106 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:18:30.106 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:18:30.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:30.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:30.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 "Open") 22:18:30.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:18:30.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:30.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:30.108 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:18:30.108 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:18:30.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:30.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:30.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:30.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:30.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:30.109 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:18:30.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:30.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:30.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:30.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:30.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:18:30.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:18:30.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open... 22:18:30.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:30.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:30.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open finished successfully 22:18:30.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:30.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:30.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:30.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:30.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:30.246 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:30.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 '\*?\QServers\E') 22:18:30.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:30.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:30.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:30.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:30.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:18:30.250 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:18:30.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:18:30.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:18:30.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:18:30.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:18:30.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:18:30.320 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:18:30.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:18:30.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:18:30.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 22:18:30.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 22:18:30.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:30.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:30.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:18:30.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:30.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:18:31.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:31.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:18:31.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:18:31.332 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:18:31.332 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 22:18:31.337 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:18:31.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:31.338 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:18:31.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:31.338 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 22:18:31.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:31.338 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:18:31.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:31.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:18:31.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:31.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:18:31.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:31.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 22:18:31.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:31.340 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:18:31.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:31.340 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:18:31.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:31.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:18:31.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:31.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:31.346 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:18:31.346 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:18:31.347 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:31.347 DEBUG [main][MenuItemLookup] Item match:File 22:18:31.349 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:18:31.349 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:18:31.354 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:18:31.354 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:31.354 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:18:31.354 DEBUG [main][MenuItemLookup] Found menu:'File' 22:18:31.354 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:18:31.354 DEBUG [main][MenuItemLookup] Found menu:'' 22:18:31.354 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:18:31.354 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:18:31.355 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:18:31.355 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:18:31.355 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:18:31.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.... 22:18:31.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 'New|Select a wizard'] is available. finished successfully 22:18:31.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:18:31.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:31.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:31.416 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:18:31.417 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:31.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:18:31.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:31.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:31.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:31.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:31.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:31.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:31.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:31.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 22:18:31.420 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:18:31.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:31.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:31.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:18:31.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 22:18:31.922 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:18:31.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:31.922 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:18:31.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:31.922 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:18:31.922 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 22:18:31.922 DEBUG [main][TreeItemHandler] Selecting tree item: Server 22:18:31.923 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 22:18:31.925 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 22:18:31.925 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:18:31.925 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:18:31.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) 22:18:31.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:31.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:31.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:31.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:31.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:31.928 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:18:31.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:31.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:31.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:31.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:32.224 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:18:32.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:32.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:32.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 22:18:32.226 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 22:18:32.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:18:32.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:18:32.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:18:32.227 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:18:32.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:18:32.231 DEBUG [WorkbenchTestable][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 22:18:32.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:32.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:32.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:32.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:32.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:32.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:18:32.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:18:32.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server]... 22:18:32.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:32.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:32.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 22:18:32.234 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 22:18:32.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:32.235 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 22:18:32.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:32.235 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 22:18:32.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 22:18:32.236 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 22:18:32.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:32.236 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 22:18:32.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:32.236 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 22:18:32.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server] finished successfully 22:18:32.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.NewServerWizardPage, index 0 and no matchers specified 22:18:32.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:32.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:32.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:32.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:32.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:18:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:18:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:18:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 22:18:32.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 22:18:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:32.242 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 22:18:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:32.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 22:18:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 22:18:32.243 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 22:18:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:18:32.243 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 22:18:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:18:32.243 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 22:18:32.243 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v7.0 Server 22:18:32.243 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v7.0 Server 22:18:32.244 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v7.0 Server about selection 22:18:32.245 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v7.0 Server 22:18:32.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.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) 22:18:32.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:32.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:32.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:32.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:32.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:32.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:32.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:32.749 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:") 22:18:32.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:32.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:32.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:32.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:32.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:18:32.756 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:18:32.757 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Server at localhost 22:18:32.759 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:18:32.759 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 22:18:32.759 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) 22:18:32.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:32.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:32.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:32.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:32.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:18:32.765 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:18:32.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:18:32.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:18:32.766 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:18:32.766 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:18:32.895 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 22:18:32.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:18:32.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:32.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:32.896 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 22:18:32.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:18:32.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:32.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:18:32.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:18:32.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:32.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:18:32.896 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:18:32.896 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Runtime 22:18:32.897 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 22:18:32.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:18:32.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:18:32.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:18:32.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 22:18:32.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:18:32.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:18:32.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:18:32.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:18:32.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:18:32.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 22:18:32.898 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:18:32.898 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 22:18:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:19:32.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 22:19:32.952 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:19:32.952 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 22:19:32.953 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) 22:19:32.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:32.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:32.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:32.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:32.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:19:32.957 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:19:32.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:19:32.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:19:32.957 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:19:32.957 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:19:32.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:19:33.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:19:33.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:19:33.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:19:33.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:19:33.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:19:33.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:19:33.468 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v7.0 Server at localhost' 22:19:33.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:33.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:33.471 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:19:33.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:33.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:33.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:19:33.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:33.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:33.473 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:19:33.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 '\*?\QServers\E') 22:19:33.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:33.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:33.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:33.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:33.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:19:33.476 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:33.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:33.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:33.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:19:33.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:19:33.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:19:33.485 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:33.485 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:33.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:33.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:19:33.486 DEBUG [WorkbenchTestable][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 22:19:33.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:33.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:33.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:33.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:33.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:19:33.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:33.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:33.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:19:33.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:33.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:33.493 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:19:33.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 '\*?\QServers\E') 22:19:33.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:33.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:33.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:33.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:33.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:19:33.496 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:33.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:33.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:33.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:19:33.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:19:33.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:19:33.501 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:33.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:33.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:33.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:19:33.502 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:33.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:33.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:33.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:19:33.503 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 22:19:33.503 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 22:19:33.503 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 22:19:33.516 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 22:19:33.518 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:33.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:33.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:33.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:19:33.519 INFO [WorkbenchTestable][AbstractServer] Start server Apache Tomcat v7.0 Server at localhost 22:19:33.519 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:33.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:33.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:33.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:19:33.520 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:33.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:33.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:33.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:19:33.521 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Apache Tomcat v7.0 Server at localhost 22:19:33.522 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:33.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:33.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:33.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:19:33.523 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 22:19:33.523 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 22:19:33.523 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 22:19:33.528 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 22:19:33.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:33.530 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:19:33.530 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:19:33.592 DEBUG [main][MenuItemLookup] Found menu:'New' 22:19:33.592 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:19:33.592 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:19:33.592 DEBUG [main][MenuItemLookup] Found menu:'' 22:19:33.592 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:19:33.592 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:19:33.592 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:19:33.592 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 22:19:33.592 DEBUG [main][MenuItemLookup] Found menu:'' 22:19:33.592 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 22:19:33.592 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 22:19:33.592 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 22:19:33.592 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 22:19:33.592 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 22:19:33.592 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 22:19:33.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 22:19:36.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 22:19:36.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 22:19:36.099 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:36.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:36.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:36.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:19:36.601 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:36.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:36.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:36.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:19:36.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 22:19:36.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:19:36.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 22:19:36.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:19:36.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:19:36.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:19:36.603 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:36.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:36.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:36.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:19:36.604 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 22:19:36.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:36.605 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:19:36.607 INFO [WorkbenchTestable][RequirementsRunner] Started test: isServerRunningTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerRunningTest) 22:19:36.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 22:19:36.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:19:36.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:19:36.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:19:36.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.610 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:19:36.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:19:36.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:36.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:36.613 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:19:36.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 '\*?\QServers\E') 22:19:36.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:36.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:36.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:19:36.616 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:36.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:36.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:36.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:19:36.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:19:36.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:19:36.618 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:36.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:36.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:36.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:19:36.619 DEBUG [WorkbenchTestable][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 22:19:36.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:36.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:36.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:19:36.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:19:36.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:36.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:36.629 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:19:36.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') 22:19:36.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:36.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:36.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:19:36.631 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:36.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:36.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:36.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:19:36.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:19:36.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:19:36.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:19:36.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:36.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:36.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:19:36.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:19:36.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:36.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:36.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:19:36.636 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:36.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:36.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:36.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:19:36.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:19:36.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:19:36.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 22:19:36.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:19:36.648 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:19:36.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:19:36.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:19:36.649 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isServerRunningTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerRunningTest) 22:19:36.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.652 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:19:36.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:19:36.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:36.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:36.662 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:19:36.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') 22:19:36.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:36.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:36.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:19:36.665 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:36.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:36.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:36.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:19:36.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:19:36.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:19:36.689 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:36.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:36.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:36.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:19:36.690 DEBUG [WorkbenchTestable][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 22:19:36.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:36.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:36.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:19:36.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:19:36.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:36.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:36.693 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:19:36.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 '\*?\QServers\E') 22:19:36.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:36.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:36.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:19:36.695 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:36.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:36.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:36.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:19:36.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:19:36.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:19:36.697 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:36.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:36.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:36.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:19:36.698 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Started, Synchronized] 22:19:36.698 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Started, Synchronized] 22:19:36.698 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Started, Synchronized] about selection 22:19:36.702 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Started, Synchronized] 22:19:36.703 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:36.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:36.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:36.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:19:36.704 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v7.0 Server at localhost'. Stop server first: true 22:19:36.704 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:36.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:36.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:36.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:19:36.711 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:19:36.711 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:19:36.728 DEBUG [main][MenuItemLookup] Found menu:'New' 22:19:36.728 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:19:36.728 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:19:36.728 DEBUG [main][MenuItemLookup] Found menu:'' 22:19:36.728 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:19:36.728 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:19:36.728 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:19:36.728 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:19:36.728 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 22:19:36.728 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:19:36.728 INFO [main][MenuItemHandler] Select menu item: Delete Delete 22:19:36.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 22:19:36.789 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 22:19:36.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 22:19:36.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:36.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:36.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) 22:19:36.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:19:36.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:19:36.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:19:36.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 22:19:36.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:19:36.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:36.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:36.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:19:36.791 INFO [WorkbenchTestable][CheckBox] Select checkbox Delete unused server configuration(s) 22:19:36.791 DEBUG [WorkbenchTestable][CheckBox] Checkbox Delete unused server configuration(s) already selected, no action performed 22:19:36.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:19:36.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:19:36.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:19:36.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:19:36.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 22:19:36.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:19:36.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:36.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:36.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:19:36.793 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:19:36.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:19:36.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:19:36.793 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:19:36.793 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:19:36.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:19:36.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:19:36.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.820 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:19:36.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:19:36.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:36.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:36.908 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:19:36.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') 22:19:36.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:36.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:36.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:19:36.910 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:36.910 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:36.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:36.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:19:36.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:19:36.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:19:36.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost... 22:19:36.913 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:36.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:36.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:36.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:19:36.914 DEBUG [WorkbenchTestable][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 22:19:36.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:36.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:36.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:19:36.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:19:36.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:36.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:36.925 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:19:36.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 '\*?\QServers\E') 22:19:36.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:36.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:36.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:36.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:36.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:19:36.926 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:36.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:36.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:36.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:19:36.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:19:36.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:19:37.448 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:37.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:37.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:37.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:19:37.458 DEBUG [WorkbenchTestable][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 22:19:37.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:37.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:37.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:37.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:37.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:19:37.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:37.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:37.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:19:37.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:37.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:37.464 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:19:37.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 '\*?\QServers\E') 22:19:37.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:37.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:37.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:37.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:37.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:19:37.466 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:37.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:37.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:37.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:19:37.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:19:37.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:19:37.969 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:37.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:37.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:37.970 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 22:19:37.970 DEBUG [WorkbenchTestable][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 22:19:37.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:37.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:37.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:19:38.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:38.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:19:38.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:38.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:19:38.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:19:38.974 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:19:38.974 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v7.0 Server at localhost' was not found on Servers view 22:19:38.975 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:38.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:38.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:38.976 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 22:19:38.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 22:19:38.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:38.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:38.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:19:39.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:39.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:19:39.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:39.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:19:39.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:19:39.979 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:19:39.980 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 22:19:39.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost finished successfully 22:19:39.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:19:39.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:19:39.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:19:39.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:19:39.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:19:39.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.*'] 22:19:39.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:39.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.*'] 22:19:39.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:39.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.*'] 22:19:39.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:39.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:19:39.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:39.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:39.982 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:19:39.982 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:19:39.982 DEBUG [main][MenuItemLookup] Found menu:'File' 22:19:39.982 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:19:39.982 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:19:39.982 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:19:39.982 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:19:39.982 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:19:39.982 DEBUG [main][MenuItemLookup] Item match:Window 22:19:39.983 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:19:39.983 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:19:39.983 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:19:39.983 DEBUG [main][MenuItemLookup] Found menu:'' 22:19:39.983 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:19:39.983 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:19:39.983 DEBUG [main][MenuItemLookup] Found menu:'' 22:19:39.983 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:19:39.983 DEBUG [main][MenuItemLookup] Found menu:'' 22:19:39.983 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:19:39.983 DEBUG [main][MenuItemLookup] Item match:Preferences 22:19:39.983 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:19:39.983 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:19:39.983 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:19:40.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 'Preferences.*'] is available.... 22:19:40.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:19:40.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:19:40.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:40.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:40.045 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:19:40.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:40.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:19:40.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:40.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:40.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:40.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:40.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:19:40.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:19:40.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:19:40.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 22:19:40.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:19:40.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:19:40.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:19:40.549 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:19:40.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 22:19:40.550 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:19:40.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:19:40.550 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:19:40.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:19:40.550 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:19:40.550 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 22:19:40.551 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 22:19:40.551 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 22:19:40.551 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 22:19:40.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:40.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:40.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:19:41.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:41.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:19:41.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:41.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:19:41.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:19:41.583 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v7.0 Runtime(test)' 22:19:41.586 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 22:19:41.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:41.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:41.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:41.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:41.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:19:41.587 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v7.0 Runtime' 22:19:41.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:19:41.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:19:41.592 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' was found 22:19:41.592 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' matched 'Apache Tomcat v7.0 Runtime'! Selecting... 22:19:41.592 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 22:19:41.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:19:41.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:19:41.592 TRACE [main][WidgetHandler] Notify Table with event 13 22:19:41.593 TRACE [main][WidgetHandler] Wait for synchronization 22:19:41.593 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") 22:19:41.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:41.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:41.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:41.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:41.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:19:41.597 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:19:41.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:19:41.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:19:41.597 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:19:41.597 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:19:41.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:19:44.629 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 22:19:44.629 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 22:19:44.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:44.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:44.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:19:44.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:44.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:44.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:44.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:44.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:19:44.633 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:19:44.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:19:44.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:19:44.633 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:19:44.633 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:19:44.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:19:44.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:19:44.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:19:44.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:44.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:44.651 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 22:19:44.651 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:19:44.651 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:19:44.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:19:44.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:19:44.651 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: 75.834 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.042 s Running org.eclipse.reddeer.requirements.test.server.ServerPresentTest 22:19:44.671 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 22:19:44.672 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:19:44.672 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:19:44.672 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 22:19:44.672 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:19:44.672 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:19:44.673 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:19:44.673 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:19:44.673 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:19:44.673 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:19:44.673 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:19:44.673 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:44.673 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:19:44.673 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:44.674 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:19:44.674 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:44.674 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:19:44.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:44.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:44.674 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:19:44.674 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:19:44.674 DEBUG [main][MenuItemLookup] Found menu:'File' 22:19:44.674 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:19:44.674 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:19:44.674 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:19:44.674 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:19:44.674 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:19:44.674 DEBUG [main][MenuItemLookup] Item match:Window 22:19:44.675 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:19:44.675 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:19:44.675 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:19:44.675 DEBUG [main][MenuItemLookup] Found menu:'' 22:19:44.675 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:19:44.675 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:19:44.675 DEBUG [main][MenuItemLookup] Found menu:'' 22:19:44.675 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:19:44.675 DEBUG [main][MenuItemLookup] Found menu:'' 22:19:44.675 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:19:44.675 DEBUG [main][MenuItemLookup] Item match:Preferences 22:19:44.675 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:19:44.675 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:19:44.675 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:19:44.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.... 22:19:44.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:19:44.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:19:44.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:44.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:44.742 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:19:44.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:44.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:19:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:44.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:44.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:44.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:19:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:19:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:19:44.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:19:44.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:44.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:44.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:44.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:44.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:19:44.746 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:19:44.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:19:44.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:19:44.746 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:19:44.746 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:19:44.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:19:44.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:19:44.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:19:44.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:44.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:44.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:44.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:44.791 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:19:44.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:44.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:44.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:19:44.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:44.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:44.793 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:19:44.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 '\*?\QServers\E') 22:19:44.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:44.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:44.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:44.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:44.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:19:44.794 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:44.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:44.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:44.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:19:44.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:19:44.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:19:44.796 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:19:44.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:19:44.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:19:44.796 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 22:19:44.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 22:19:44.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:44.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:44.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:19:45.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:45.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:19:45.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:45.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:19:45.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:19:45.800 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:19:45.800 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 22:19:45.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'] 22:19:45.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:45.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'] 22:19:45.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:45.801 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 22:19:45.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:45.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'] 22:19:45.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:45.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'] 22:19:45.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:45.802 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:19:45.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:45.802 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 22:19:45.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:45.802 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:19:45.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:45.802 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:19:45.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:45.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:19:45.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:45.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:45.803 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:19:45.803 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:19:45.803 DEBUG [main][MenuItemLookup] Found menu:'File' 22:19:45.803 DEBUG [main][MenuItemLookup] Item match:File 22:19:45.804 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:19:45.804 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:19:45.806 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:19:45.806 DEBUG [main][MenuItemLookup] Found menu:'' 22:19:45.806 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:19:45.806 DEBUG [main][MenuItemLookup] Found menu:'File' 22:19:45.806 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:19:45.806 DEBUG [main][MenuItemLookup] Found menu:'' 22:19:45.806 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:19:45.806 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:19:45.807 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:19:45.807 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:19:45.807 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:19:45.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:19:45.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 'New|Select a wizard'] is available. finished successfully 22:19:45.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:19:45.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:45.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:45.854 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:19:45.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:45.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:19:45.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:45.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:45.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:45.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:45.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:19:45.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:19:45.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:19:45.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 22:19:45.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:19:45.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:19:45.856 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:19:45.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:19:45.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:19:45.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 22:19:45.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:19:45.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:19:45.856 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:19:45.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:19:45.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:19:45.857 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 22:19:45.857 DEBUG [main][TreeItemHandler] Selecting tree item: Server 22:19:45.857 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 22:19:45.857 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 22:19:45.857 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:19:45.857 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:19:45.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:19:45.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:45.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:45.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:45.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:45.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:19:45.858 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:19:45.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:19:45.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:19:45.859 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:19:45.859 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:19:45.934 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:19:45.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:45.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:45.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 22:19:45.938 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 22:19:45.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:19:45.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:19:45.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:19:45.939 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:19:45.939 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:19:45.940 DEBUG [WorkbenchTestable][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 22:19:45.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:45.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:45.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:45.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:45.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:19:45.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:19:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:19:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server]... 22:19:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:19:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:19:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 22:19:45.942 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 22:19:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:19:45.942 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 22:19:45.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:19:45.942 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 22:19:45.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 22:19:45.943 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 22:19:45.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:19:45.943 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 22:19:45.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:19:45.943 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 22:19:45.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server] finished successfully 22:19:45.943 DEBUG [WorkbenchTestable][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 22:19:45.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:45.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:45.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:45.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:45.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:19:45.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:19:45.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:19:45.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 22:19:45.944 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 22:19:45.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:19:45.944 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 22:19:45.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:19:45.944 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 22:19:45.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 22:19:45.944 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 22:19:45.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:19:45.944 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 22:19:45.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:19:45.944 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 22:19:45.950 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v7.0 Server 22:19:45.950 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v7.0 Server 22:19:45.950 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v7.0 Server about selection 22:19:45.960 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v7.0 Server 22:19:45.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.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) 22:19:45.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:45.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:45.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:45.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:45.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:19:45.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:19:46.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:19:46.490 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:") 22:19:46.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:46.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:46.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:46.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:46.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:19:46.494 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:19:46.494 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Server at localhost 22:19:46.495 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:19:46.495 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 22:19:46.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 22:19:46.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:46.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:46.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:46.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:46.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:19:46.496 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:19:46.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:19:46.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:19:46.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:19:46.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:19:46.519 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 22:19:46.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:19:46.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:19:46.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:19:46.519 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 22:19:46.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:19:46.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:46.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:19:46.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:19:46.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:46.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:19:46.519 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:19:46.519 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Runtime 22:19:46.521 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 22:19:46.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:19:46.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:19:46.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:19:46.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 22:19:46.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:19:46.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:19:46.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:19:46.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:19:46.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:19:46.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 22:19:46.521 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:19:46.522 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 22:19:46.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:20:46.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 22:20:46.549 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:20:46.549 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 22:20:46.550 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) 22:20:46.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:46.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:46.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:46.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:46.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:20:46.552 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:20:46.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:20:46.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:20:46.553 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:20:46.553 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:20:46.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:20:47.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:20:47.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:20:47.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:20:47.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:20:47.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:20:47.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:20:47.059 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v7.0 Server at localhost' 22:20:47.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.061 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:20:47.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:20:47.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:20:47.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:20:47.063 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:20:47.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:20:47.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:47.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:47.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:20:47.065 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:20:47.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:20:47.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:20:47.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:20:47.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:20:47.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:20:47.066 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:20:47.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:20:47.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:20:47.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:20:47.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.cnf.ServersView2, index 0 and no matchers specified 22:20:47.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:47.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:47.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:20:47.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:20:47.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:20:47.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:20:47.076 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:20:47.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:20:47.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:47.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:47.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:20:47.077 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:20:47.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:20:47.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:20:47.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:20:47.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:20:47.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:20:47.080 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:20:47.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:20:47.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:20:47.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:20:47.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:20:47.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: isServerPresentTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerPresentTest) 22:20:47.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 22:20:47.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:20:47.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:20:47.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:20:47.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.082 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:20:47.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:20:47.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:20:47.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:20:47.084 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:20:47.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:20:47.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:47.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:47.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:20:47.086 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:20:47.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:20:47.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:20:47.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:20:47.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:20:47.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:20:47.095 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:20:47.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:20:47.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:20:47.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:20:47.096 DEBUG [WorkbenchTestable][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 22:20:47.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:47.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:47.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:20:47.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:20:47.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:20:47.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:20:47.099 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:20:47.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:20:47.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:47.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:47.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:20:47.100 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:20:47.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:20:47.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:20:47.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:20:47.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:20:47.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:20:47.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 22:20:47.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:20:47.102 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:20:47.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:20:47.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:20:47.102 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isServerPresentTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerPresentTest) 22:20:47.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.110 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:20:47.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:20:47.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:20:47.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:20:47.112 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:20:47.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 '\*?\QServers\E') 22:20:47.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:47.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:47.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:20:47.113 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:20:47.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:20:47.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:20:47.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:20:47.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:20:47.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:20:47.115 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:20:47.115 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:20:47.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:20:47.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:20:47.116 DEBUG [WorkbenchTestable][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 22:20:47.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:47.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:47.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:20:47.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:20:47.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:20:47.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:20:47.118 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:20:47.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 '\*?\QServers\E') 22:20:47.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:47.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:47.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:20:47.119 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:20:47.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:20:47.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:20:47.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:20:47.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:20:47.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:20:47.128 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:20:47.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:20:47.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:20:47.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:20:47.129 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 22:20:47.129 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 22:20:47.129 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 22:20:47.134 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 22:20:47.135 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:20:47.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:20:47.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:20:47.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:20:47.142 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v7.0 Server at localhost'. Stop server first: true 22:20:47.142 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:20:47.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:20:47.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:20:47.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:20:47.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:20:47.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:20:47.158 DEBUG [main][MenuItemLookup] Found menu:'New' 22:20:47.158 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:20:47.158 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:20:47.158 DEBUG [main][MenuItemLookup] Found menu:'' 22:20:47.158 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:20:47.158 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:20:47.158 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:20:47.158 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:20:47.158 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 22:20:47.158 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:20:47.158 INFO [main][MenuItemHandler] Select menu item: Delete Delete 22:20:47.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 22:20:47.200 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 22:20:47.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 22:20:47.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:20:47.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:20:47.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:20:47.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:20:47.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:20:47.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:20:47.200 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 22:20:47.200 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:20:47.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:47.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:47.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:20:47.201 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:20:47.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:20:47.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:20:47.201 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:20:47.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:20:47.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:20:47.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:20:47.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.221 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:20:47.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:20:47.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:20:47.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:20:47.223 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:20:47.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:20:47.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:47.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:47.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:47.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:20:47.224 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:20:47.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:20:47.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:20:47.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:20:47.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:20:47.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:20:47.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost... 22:20:47.226 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:20:47.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:20:47.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:20:47.226 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 22:20:47.226 DEBUG [WorkbenchTestable][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 22:20:47.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:47.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:20:47.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:47.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:20:48.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:48.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:20:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:20:48.229 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:20:48.229 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v7.0 Server at localhost' was not found on Servers view 22:20:48.229 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:20:48.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:20:48.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:20:48.230 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 22:20: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.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 22:20:48.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:48.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:48.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:20:48.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:48.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:20:49.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:49.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:20:49.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:20:49.233 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:20:49.233 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 22:20:49.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost finished successfully 22:20:49.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:20:49.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:20:49.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:20:49.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:20:49.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:20:49.233 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:20:49.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:49.233 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:20:49.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:49.233 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:20:49.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:49.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:20:49.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:20:49.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:20:49.234 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:20:49.234 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:20:49.234 DEBUG [main][MenuItemLookup] Found menu:'File' 22:20:49.234 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:20:49.234 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:20:49.234 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:20:49.234 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:20:49.234 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:20:49.234 DEBUG [main][MenuItemLookup] Item match:Window 22:20:49.235 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:20:49.235 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:20:49.235 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:20:49.235 DEBUG [main][MenuItemLookup] Found menu:'' 22:20:49.235 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:20:49.235 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:20:49.235 DEBUG [main][MenuItemLookup] Found menu:'' 22:20:49.235 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:20:49.235 DEBUG [main][MenuItemLookup] Found menu:'' 22:20:49.235 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:20:49.235 DEBUG [main][MenuItemLookup] Item match:Preferences 22:20:49.235 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:20:49.235 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:20:49.235 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:20:49.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 'Preferences.*'] is available.... 22:20:49.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. finished successfully 22:20:49.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:20:49.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:20:49.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:20:49.290 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:20:49.290 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:49.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:20:49.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:49.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:49.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:49.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:49.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:20:49.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:20:49.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:20:49.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 22:20:49.291 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:20:49.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:20:49.292 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:20:49.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:20:49.292 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:20:49.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 22:20:49.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:20:49.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:20:49.292 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:20:49.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:20:49.292 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:20:49.292 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 22:20:49.292 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 22:20:49.292 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 22:20:49.292 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 22:20:49.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:49.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:49.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:20:49.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:49.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:20:50.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:50.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:20:50.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:20:50.297 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v7.0 Runtime(test)' 22:20:50.297 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 22:20:50.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:50.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:50.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:50.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:50.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:20:50.298 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v7.0 Runtime' 22:20:50.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:20:50.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:20:50.301 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' was found 22:20:50.301 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' matched 'Apache Tomcat v7.0 Runtime'! Selecting... 22:20:50.301 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 22:20:50.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:20:50.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:20:50.301 TRACE [main][WidgetHandler] Notify Table with event 13 22:20:50.301 TRACE [main][WidgetHandler] Wait for synchronization 22:20:50.301 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") 22:20:50.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:50.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:50.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:50.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:50.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:20:50.303 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:20:50.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:20:50.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:20:50.303 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:20:50.303 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:20:50.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:20:53.308 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 22:20:53.308 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 22:20:53.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:53.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:53.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:20:53.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:53.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:53.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:53.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:53.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:20:53.312 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:20:53.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:20:53.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:20:53.312 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:20:53.312 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:20:53.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:20:53.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:20:53.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:20:53.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:20:53.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:20:53.331 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 22:20:53.331 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:20:53.331 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:20:53.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:20:53.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 68.66 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 22:20:53.335 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 22:20:53.336 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:20:53.336 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:20:53.336 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 22:20:53.336 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:20:53.336 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:20:53.336 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:20:53.336 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:20:53.336 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:20:53.337 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:20:53.337 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:20:53.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:53.337 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:20:53.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:53.337 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:20:53.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:53.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:20:53.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:20:53.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:20:53.337 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:20:53.337 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:20:53.338 DEBUG [main][MenuItemLookup] Found menu:'File' 22:20:53.338 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:20:53.338 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:20:53.338 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:20:53.338 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:20:53.338 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:20:53.338 DEBUG [main][MenuItemLookup] Item match:Window 22:20:53.338 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:20:53.338 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:20:53.338 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:20:53.338 DEBUG [main][MenuItemLookup] Found menu:'' 22:20:53.338 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:20:53.338 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:20:53.338 DEBUG [main][MenuItemLookup] Found menu:'' 22:20:53.338 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:20:53.338 DEBUG [main][MenuItemLookup] Found menu:'' 22:20:53.338 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:20:53.338 DEBUG [main][MenuItemLookup] Item match:Preferences 22:20:53.339 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:20:53.339 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:20:53.339 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:20:53.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.... 22:20:53.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 22:20:53.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:20:53.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:20:53.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:20:53.399 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:20:53.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:53.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:20:53.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:53.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:53.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:53.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:53.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:20:53.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:20:53.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:20:53.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:20:53.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:53.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:53.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:53.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:53.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:20:53.402 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:20:53.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:20:53.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:20:53.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:20:53.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:20:53.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:20:53.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:20:53.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:20:53.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:20:53.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:20:53.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:53.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:53.428 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:20:53.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:53.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:53.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:20:53.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:20:53.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:20:53.429 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:20:53.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 '\*?\QServers\E') 22:20:53.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:53.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:53.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:53.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:53.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:20:53.431 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:20:53.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:20:53.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:20:53.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:20:53.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:20:53.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:20:53.438 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:20:53.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:20:53.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:20:53.439 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 22:20:53.439 DEBUG [WorkbenchTestable][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 22:20:53.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:53.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:53.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:20:53.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:53.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:20:54.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:54.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:20:54.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:20:54.442 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:20:54.442 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 22:20:54.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:20:54.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:54.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:20:54.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:54.443 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 22:20:54.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:54.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: Matcher matching text to regular expression 'New|Select a wizard'] 22:20:54.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:54.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'] 22:20:54.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:54.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'] 22:20:54.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:54.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: "New Server"] 22:20:54.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:54.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'] 22:20:54.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:54.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'] 22:20:54.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:54.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:20:54.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:20:54.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:20:54.445 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:20:54.445 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:20:54.445 DEBUG [main][MenuItemLookup] Found menu:'File' 22:20:54.445 DEBUG [main][MenuItemLookup] Item match:File 22:20:54.446 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:20:54.446 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:20:54.447 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:20:54.447 DEBUG [main][MenuItemLookup] Found menu:'' 22:20:54.447 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:20:54.447 DEBUG [main][MenuItemLookup] Found menu:'File' 22:20:54.447 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:20:54.447 DEBUG [main][MenuItemLookup] Found menu:'' 22:20:54.447 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:20:54.447 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:20:54.448 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:20:54.448 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:20:54.448 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:20:54.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.... 22:20:54.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 'New|Select a wizard'] is available. finished successfully 22:20:54.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:20:54.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:20:54.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:20:54.493 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:20:54.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:54.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 22:20:54.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:54.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:54.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:54.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:54.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:20:54.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:20:54.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:20:54.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 22:20:54.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:20:54.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:20:54.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:20:54.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:20:54.494 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:20:54.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 22:20:54.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:20:54.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:20:54.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:20:54.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:20:54.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:20:54.495 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 22:20:54.495 DEBUG [main][TreeItemHandler] Selecting tree item: Server 22:20:54.495 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 22:20:54.495 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 22:20:54.495 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:20:54.495 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:20:54.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) 22:20:54.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:54.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:54.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:54.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:54.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:20:54.496 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:20:54.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:20:54.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:20:54.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:20:54.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:20:54.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'] 22:20:54.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:54.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:54.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 22:20:54.595 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 22:20:54.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:20:54.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:20:54.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:20:54.596 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:20:54.596 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:20:54.598 DEBUG [WorkbenchTestable][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 22:20:54.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:54.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:54.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:54.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:54.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:20:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:20:54.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:20:54.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server]... 22:20:54.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:20:54.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:20:54.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 22:20:54.600 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 22:20:54.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:20:54.600 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 22:20:54.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:20:54.600 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 22:20:54.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 22:20:54.600 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 22:20:54.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:20:54.601 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 22:20:54.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:20:54.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 22:20:54.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server] finished successfully 22:20:54.601 DEBUG [WorkbenchTestable][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 22:20:54.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:54.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:54.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:54.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:54.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:20:54.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:20:54.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:20:54.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 22:20:54.602 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 22:20:54.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:20:54.602 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 22:20:54.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:20:54.602 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 22:20:54.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 22:20:54.603 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 22:20:54.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:20:54.603 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 22:20:54.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:20:54.603 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 22:20:54.603 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v7.0 Server 22:20:54.603 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v7.0 Server 22:20:54.603 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v7.0 Server about selection 22:20:54.616 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v7.0 Server 22:20:54.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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) 22:20:54.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:54.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:54.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:54.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:54.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:20:54.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:20:55.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:20:55.118 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:") 22:20:55.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:55.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:55.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:55.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:55.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:20:55.121 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:20:55.121 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Server at localhost 22:20:55.122 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:20:55.122 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 22:20:55.122 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) 22:20:55.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:55.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:55.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:55.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:55.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:20:55.124 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:20:55.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:20:55.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:20:55.124 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:20:55.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:20:55.154 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 22:20:55.154 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:20:55.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:20:55.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:20:55.155 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 22:20:55.155 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:20:55.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:55.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:20:55.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:20:55.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:55.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:20:55.155 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:20:55.155 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Runtime 22:20:55.156 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 22:20:55.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:20:55.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:20:55.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:20:55.157 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 22:20:55.157 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:20:55.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:20:55.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:20:55.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:20:55.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:20:55.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 22:20:55.157 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:20:55.157 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 22:20:55.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:21:55.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 22:21:55.184 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:21:55.184 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 22:21:55.184 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) 22:21:55.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:21:55.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:55.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:55.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:21:55.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:21:55.187 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:21:55.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:21:55.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:21:55.187 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:21:55.187 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:21:55.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:21:55.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:21:55.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:21:55.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:21:55.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:21:55.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:21:55.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:21:55.694 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v7.0 Server at localhost' 22:21:55.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:55.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:55.697 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:21:55.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:55.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:55.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:21:55.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:21:55.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:21:55.698 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:21:55.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 '\*?\QServers\E') 22:21:55.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:21:55.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:55.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:55.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:21:55.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:21:55.700 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:21:55.700 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:21:55.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:21:55.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:21:55.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:21:55.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:21:55.703 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:21:55.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:21:55.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:21:55.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:21:55.704 DEBUG [WorkbenchTestable][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 22:21:55.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:21:55.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:55.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:55.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:21:55.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:21:55.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:55.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:55.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:21:55.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:21:55.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:21:55.707 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:21:55.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 '\*?\QServers\E') 22:21:55.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:21:55.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:55.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:55.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:21:55.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:21:55.708 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:21:55.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:21:55.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:21:55.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:21:55.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:21:55.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:21:55.710 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:21:55.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:21:55.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:21:55.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:21:55.717 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:21:55.718 INFO [WorkbenchTestable][RequirementsRunner] Started test: testServerCleanup server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerCleanupTest) 22:21:55.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 22:21:55.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:21:55.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:21:55.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:21:55.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:55.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:55.720 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:21:55.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:55.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:55.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:21:55.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:21:55.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:21:55.721 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:21:55.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 '\*?\QServers\E') 22:21:55.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:21:55.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:55.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:55.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:21:55.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:21:55.723 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:21:55.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:21:55.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:21:55.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:21:55.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:21:55.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:21:55.725 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:21:55.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:21:55.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:21:55.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:21:55.726 DEBUG [WorkbenchTestable][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 22:21:55.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:21:55.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:55.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:55.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:21:55.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:21:55.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:55.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:55.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:21:55.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:21:55.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:21:55.735 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:21:55.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 '\*?\QServers\E') 22:21:55.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:21:55.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:55.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:55.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:21:55.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:21:55.737 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:21:55.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:21:55.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:21:55.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:21:55.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:21:55.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:21:55.739 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:21:55.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:21:55.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:21:55.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:21:55.740 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 22:21:55.740 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 22:21:55.740 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 22:21:55.744 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 22:21:55.750 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:21:55.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:21:55.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:21:55.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:21:55.751 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v7.0 Server at localhost'. Stop server first: true 22:21:55.752 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:21:55.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:21:55.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:21:55.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:21:55.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:21:55.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:21:55.791 DEBUG [main][MenuItemLookup] Found menu:'New' 22:21:55.791 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:21:55.791 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:21:55.791 DEBUG [main][MenuItemLookup] Found menu:'' 22:21:55.791 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:21:55.791 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:21:55.791 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:21:55.791 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:21:55.791 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 22:21:55.791 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:21:55.792 INFO [main][MenuItemHandler] Select menu item: Delete Delete 22:21:55.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 22:21:55.816 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 22:21:55.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 22:21:55.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:21:55.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:21:55.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 22:21:55.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:21:55.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:21:55.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:21:55.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 22:21:55.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:21:55.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:21:55.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:55.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:55.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:21:55.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:21:55.817 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:21:55.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:21:55.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:21:55.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:21:55.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:21:55.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:21:55.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:21:55.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:55.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:55.837 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:21:55.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:55.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:55.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:21:55.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:21:55.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:21:55.840 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:21:55.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 22:21:55.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:21:55.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:55.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:55.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:21:55.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:21:55.848 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:21:55.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:21:55.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:21:55.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:21:55.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:21:55.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:21:55.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost... 22:21:55.849 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:21:55.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:21:55.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:21:55.850 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 22:21:55.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 22:21:55.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:21:55.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:55.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:21:56.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:56.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:21:56.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:56.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:21:56.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:21:56.854 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:21:56.854 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v7.0 Server at localhost' was not found on Servers view 22:21:56.854 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:21:56.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:21:56.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:21:56.855 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 22:21:56.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 22:21:56.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:21:56.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:56.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:21:57.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:57.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:21:57.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:57.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:21:57.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:21:57.858 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:21:57.858 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 22:21:57.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost finished successfully 22:21:57.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:21:57.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:21:57.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:21:57.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:21:57.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:21:57.858 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:21:57.858 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:21:57.859 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:21:57.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:21:57.859 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:21:57.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:21:57.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:21:57.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:21:57.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:21:57.859 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:21:57.859 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:21:57.860 DEBUG [main][MenuItemLookup] Found menu:'File' 22:21:57.860 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:21:57.860 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:21:57.860 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:21:57.860 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:21:57.860 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:21:57.860 DEBUG [main][MenuItemLookup] Item match:Window 22:21:57.860 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:21:57.860 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:21:57.860 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:21:57.860 DEBUG [main][MenuItemLookup] Found menu:'' 22:21:57.860 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:21:57.860 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:21:57.860 DEBUG [main][MenuItemLookup] Found menu:'' 22:21:57.860 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:21:57.860 DEBUG [main][MenuItemLookup] Found menu:'' 22:21:57.860 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:21:57.860 DEBUG [main][MenuItemLookup] Item match:Preferences 22:21:57.860 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:21:57.860 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:21:57.860 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:21:57.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.... 22:21:57.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:21:57.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:21:57.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:21:57.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:21:57.915 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:21:57.915 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:21:57.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 22:21:57.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:21:57.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:57.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:57.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:21:57.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:21:57.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:21:57.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:21:57.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 22:21:57.916 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:21:57.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:21:57.916 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:21:57.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:21:57.916 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:21:57.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 22:21:57.916 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:21:57.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:21:57.916 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:21:57.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:21:57.916 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:21:57.917 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 22:21:57.917 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 22:21:57.917 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 22:21:57.917 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 22:21:57.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:21:57.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:57.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:21:58.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:58.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:21:58.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:58.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:21:58.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:21:58.921 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v7.0 Runtime(test)' 22:21:58.921 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 22:21:58.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:21:58.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:58.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:58.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:21:58.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:21:58.922 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v7.0 Runtime' 22:21:58.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:21:58.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:21:58.925 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' was found 22:21:58.925 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' matched 'Apache Tomcat v7.0 Runtime'! Selecting... 22:21:58.925 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 22:21:58.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:21:58.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:21:58.926 TRACE [main][WidgetHandler] Notify Table with event 13 22:21:58.926 TRACE [main][WidgetHandler] Wait for synchronization 22:21:58.926 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") 22:21:58.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:21:58.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:21:58.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:21:58.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:21:58.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:21:58.928 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:21:58.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:21:58.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:21:58.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:21:58.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:21:58.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:22:01.933 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 22:22:01.933 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 22:22:01.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:01.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:01.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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") 22:22:01.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:22:01.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:01.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:01.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:22:01.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:22:01.937 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:22:01.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:22:01.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:22:01.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:22:01.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:22:01.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:22:01.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:22:01.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:22:01.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:22:01.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:22:01.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:01.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:01.960 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:22:01.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:01.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:01.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:22:01.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:22:01.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:22:01.961 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:22:01.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 '\*?\QServers\E') 22:22:01.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:22:01.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:01.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:22:01.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:22:01.963 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:22:01.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:22:01.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:22:01.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:22:01.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:22:01.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:22:01.965 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:22:01.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:22:01.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:22:01.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 22:22:01.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 22:22:01.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:22:01.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:01.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:22:02.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:02.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:22:02.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:02.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:22:02.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:22:02.975 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:22:02.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 22:22:02.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:22:02.975 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:22:02.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:22:02.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:22:02.975 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testServerCleanup server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerCleanupTest) 22:22:02.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:02.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:02.977 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:22:02.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:02.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:02.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:22:02.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:22:02.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:22:02.978 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:22:02.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 '\*?\QServers\E') 22:22:02.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:22:02.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:02.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:02.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:22:02.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:22:02.986 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:22:02.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:22:02.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:22:02.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:22:02.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:22:02.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:22:02.987 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:22:02.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:22:02.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:22:02.988 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 22:22:02.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 22:22:02.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:22:02.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:02.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:22:03.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:03.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:22:03.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:03.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:22:03.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:22:03.991 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:22:03.991 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 22:22:03.991 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:22:03.991 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:22:03.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:22:03.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 70.656 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.257 s Running org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 22:22:03.995 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 22:22:03.996 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:22:03.996 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:22:03.996 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 22:22:03.996 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:22:03.996 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:22:03.997 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:22:03.997 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:22:03.997 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:22:03.997 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:22:03.997 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:22:03.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:22:03.997 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:22:03.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:22:03.997 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:22:03.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:22:03.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:22:03.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:22:03.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:22:03.998 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:22:03.998 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:22:03.998 DEBUG [main][MenuItemLookup] Found menu:'File' 22:22:03.998 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:22:03.998 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:22:03.998 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:22:03.998 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:22:03.998 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:22:03.998 DEBUG [main][MenuItemLookup] Item match:Window 22:22:03.999 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:22:03.999 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:22:03.999 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:22:03.999 DEBUG [main][MenuItemLookup] Found menu:'' 22:22:03.999 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:22:03.999 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:22:03.999 DEBUG [main][MenuItemLookup] Found menu:'' 22:22:03.999 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:22:03.999 DEBUG [main][MenuItemLookup] Found menu:'' 22:22:03.999 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:22:03.999 DEBUG [main][MenuItemLookup] Item match:Preferences 22:22:03.999 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:22:03.999 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:22:03.999 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:22:04.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:22:04.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:22:04.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:22:04.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:22:04.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:22:04.054 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:22:04.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:22:04.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:22:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:22:04.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:04.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:22:04.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:22:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:22:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:22:04.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:22:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:22:04.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:04.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:04.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:22:04.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:22:04.056 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:22:04.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:22:04.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:22:04.056 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:22:04.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:22:04.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:22:04.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:22:04.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:22:04.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:22:04.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:22:04.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:04.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:04.071 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:22:04.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:04.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:04.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:22:04.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:22:04.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:22:04.072 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:22:04.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 '\*?\QServers\E') 22:22:04.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:22:04.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:04.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:04.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:22:04.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:22:04.074 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:22:04.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:22:04.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:22:04.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:22:04.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:22:04.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:22:04.094 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:22:04.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:22:04.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:22:04.095 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 22:22:04.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 22:22:04.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:22:04.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:04.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:22:04.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:04.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:22:05.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:05.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:22:05.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:22:05.098 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:22:05.098 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 22:22: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'] 22:22:05.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:22: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'] 22:22:05.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:22:05.102 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 22:22:05.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:22:05.102 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:22:05.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:22:05.102 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:22:05.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:22:05.102 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:22:05.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:22:05.103 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 22:22:05.103 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:22:05.103 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:22:05.103 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:22:05.103 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:22:05.103 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:22:05.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:22:05.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:22:05.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:22:05.103 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:22:05.103 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:22:05.104 DEBUG [main][MenuItemLookup] Found menu:'File' 22:22:05.104 DEBUG [main][MenuItemLookup] Item match:File 22:22:05.105 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:22:05.105 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:22:05.107 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:22:05.107 DEBUG [main][MenuItemLookup] Found menu:'' 22:22:05.107 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:22:05.107 DEBUG [main][MenuItemLookup] Found menu:'File' 22:22:05.107 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:22:05.107 DEBUG [main][MenuItemLookup] Found menu:'' 22:22:05.107 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:22:05.107 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:22:05.113 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:22:05.113 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:22:05.113 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:22:05.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:22:05.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 22:22:05.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:22:05.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:22:05.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:22:05.155 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:22:05.155 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:22:05.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:22:05.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:22:05.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:05.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:05.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:22:05.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:22:05.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:22:05.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:22:05.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 22:22:05.157 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:22:05.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:22:05.157 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:22:05.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:22:05.157 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:22:05.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 22:22:05.157 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:22:05.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:22:05.157 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:22:05.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:22:05.157 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:22:05.157 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 22:22:05.158 DEBUG [main][TreeItemHandler] Selecting tree item: Server 22:22:05.158 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 22:22:05.158 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 22:22:05.158 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:22:05.158 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:22:05.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:22:05.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:22:05.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:05.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:05.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:22:05.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:22:05.159 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:22:05.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:22:05.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:22:05.159 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:22:05.159 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:22:05.226 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:22:05.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:22:05.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:22:05.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 22:22:05.229 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 22:22:05.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 22:22:05.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:22:05.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:22:05.230 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:22:05.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:22:05.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.wizard.NewServerWizardPage, index 0 and no matchers specified 22:22:05.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:22:05.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:05.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:05.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:22:05.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:22:05.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 22:22:05.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 22:22:05.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server]... 22:22:05.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:22:05.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:22:05.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 22:22:05.239 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 22:22:05.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:22:05.239 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 22:22:05.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:22:05.240 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 22:22:05.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 22:22:05.240 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 22:22:05.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:22:05.240 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 22:22:05.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:22:05.240 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 22:22:05.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server] finished successfully 22:22:05.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 22:22:05.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:22:05.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:05.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:05.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:22:05.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:22:05.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:22:05.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:22:05.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 22:22:05.241 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 22:22:05.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:22:05.241 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 22:22:05.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:22:05.241 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 22:22:05.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 22:22:05.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 22:22:05.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:22:05.242 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 22:22:05.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:22:05.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 22:22:05.242 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v7.0 Server 22:22:05.242 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v7.0 Server 22:22:05.242 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v7.0 Server about selection 22:22:05.254 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v7.0 Server 22:22:05.254 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) 22:22:05.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:22:05.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:05.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:05.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:22:05.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:22:05.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:22:05.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:22:05.756 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:") 22:22:05.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:22:05.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:05.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:05.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:22:05.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:22:05.759 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:22:05.759 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Server at localhost 22:22:05.760 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:22:05.760 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 22:22:05.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.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) 22:22:05.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:22:05.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:05.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:05.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:22:05.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:22:05.764 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:22:05.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:22:05.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:22:05.764 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:22:05.764 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:22:05.785 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 22:22:05.785 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:22:05.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:22:05.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:22:05.785 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 22:22:05.785 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:22:05.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:22:05.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:22:05.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:22:05.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:22:05.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:22:05.785 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:22:05.785 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Runtime 22:22:05.786 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 22:22:05.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:22:05.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:22:05.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:22:05.787 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 22:22:05.787 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:22:05.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:22:05.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:22:05.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:22:05.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:22:05.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 22:22:05.787 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:22:05.787 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 22:22:05.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 22:23:05.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 22:23:05.813 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 22:23:05.813 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 22:23:05.813 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) 22:23:05.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:05.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:05.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:05.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:05.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:05.816 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:23:05.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:05.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:05.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:05.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:05.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:06.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:06.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:23:06.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:23:06.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:23:06.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:23:06.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:23:06.323 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v7.0 Server at localhost' 22:23:06.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.325 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:23:06.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:06.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:06.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:06.326 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:06.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') 22:23:06.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:06.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:06.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:23:06.328 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:23:06.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:23:06.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:06.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:23:06.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:23:06.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:23:06.335 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:23:06.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:23:06.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:06.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:23:06.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 22:23:06.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:06.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:06.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:06.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:06.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:06.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:06.338 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:06.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 '\*?\QServers\E') 22:23:06.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:06.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:06.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:23:06.340 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:23:06.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:23:06.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:06.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:23:06.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:23:06.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:23:06.342 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:23:06.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:23:06.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:06.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:23:06.342 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:06.342 INFO [WorkbenchTestable][RequirementsRunner] Started test: isServerStoppedTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerStoppedTest) 22:23:06.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 22:23:06.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:06.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:06.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:06.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.344 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:23:06.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:06.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:06.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:06.345 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:06.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 '\*?\QServers\E') 22:23:06.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:06.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:06.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:23:06.354 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:23:06.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:23:06.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:06.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:23:06.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:23:06.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:23:06.355 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:23:06.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:23:06.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:06.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:23:06.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 22:23:06.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:06.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:06.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:06.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:06.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:06.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:06.358 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:06.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') 22:23:06.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:06.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:06.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:23:06.360 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:23:06.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:23:06.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:06.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:23:06.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:23:06.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:23:06.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:06.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:06.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:06.370 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:06.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 '\*?\QServers\E') 22:23:06.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:06.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:06.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:23:06.371 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:23:06.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:23:06.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:06.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:23:06.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:23:06.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:23:06.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 22:23:06.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:06.373 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:06.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:06.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:06.373 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isServerStoppedTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerStoppedTest) 22:23:06.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.375 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:23:06.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:06.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:06.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:06.377 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:06.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') 22:23:06.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:06.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:06.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:23:06.378 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:23:06.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:23:06.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:06.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:23:06.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:23:06.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:23:06.386 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:23:06.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:23:06.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:06.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:23:06.387 DEBUG [WorkbenchTestable][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 22:23:06.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:06.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:06.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:06.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:06.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:06.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:06.389 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23: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 '\*?\QServers\E') 22:23:06.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:06.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:06.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:23:06.390 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:23:06.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:23:06.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:06.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:23:06.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:23:06.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:23:06.392 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:23:06.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:23:06.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:06.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:23:06.392 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 22:23:06.392 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 22:23:06.393 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 22:23:06.397 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 22:23:06.397 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:23:06.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:23:06.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:06.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:23:06.398 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v7.0 Server at localhost'. Stop server first: true 22:23:06.398 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:23:06.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:23:06.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:06.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:23:06.399 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:23:06.399 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:06.416 DEBUG [main][MenuItemLookup] Found menu:'New' 22:23:06.416 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:23:06.416 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:23:06.416 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:06.416 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:23:06.416 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:23:06.416 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:23:06.416 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:23:06.416 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 22:23:06.416 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:23:06.416 INFO [main][MenuItemHandler] Select menu item: Delete Delete 22:23:06.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 22:23:06.439 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 22:23:06.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 22:23:06.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:06.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:06.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 "OK") 22:23:06.440 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:06.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:06.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:06.440 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 22:23:06.440 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:06.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:06.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:06.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:06.440 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:23:06.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:06.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:06.441 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:06.441 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:06.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:23:06.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:23:06.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.459 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 22:23:06.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:06.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:06.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:06.461 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:06.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 '\*?\QServers\E') 22:23:06.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:06.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:06.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:06.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:23:06.493 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:23:06.493 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:23:06.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:06.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:23:06.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:23:06.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:23:06.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost... 22:23:06.494 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:23:06.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:23:06.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:06.495 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 22:23:06.495 DEBUG [WorkbenchTestable][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 22:23:06.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:06.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:06.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:06.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:07.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:07.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:07.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:23:07.498 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:23:07.498 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v7.0 Server at localhost' was not found on Servers view 22:23:07.498 INFO [WorkbenchTestable][AbstractView] Activate view Servers 22:23:07.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 22:23:07.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:07.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 22:23:07.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 22:23:07.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:07.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:07.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:07.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:08.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:08.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:08.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:08.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:23:08.502 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 22:23:08.502 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 22:23:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost finished successfully 22:23:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:23:08.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:23:08.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:23:08.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:23:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:23:08.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.*'] 22:23:08.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:08.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.*'] 22:23:08.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:08.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.*'] 22:23:08.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:08.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:08.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:08.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:08.503 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:08.503 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:08.503 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:08.503 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:08.503 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:08.503 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:08.503 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:08.503 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:08.503 DEBUG [main][MenuItemLookup] Item match:Window 22:23:08.504 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:08.504 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:08.504 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:08.504 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:08.504 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:08.504 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:08.504 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:08.504 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:08.504 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:08.504 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:08.504 DEBUG [main][MenuItemLookup] Item match:Preferences 22:23:08.504 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:23:08.504 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:23:08.504 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:23: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.... 22:23:08.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:23:08.556 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:23:08.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:08.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:08.557 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:23:08.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:08.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:23:08.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:08.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:08.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:08.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:08.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 22:23:08.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:23:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:08.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:23:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:08.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:23:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 22:23:08.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 22:23:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:08.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 22:23:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:08.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 22:23:08.559 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 22:23:08.559 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 22:23:08.559 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 22:23:08.559 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 22:23:08.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:08.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:08.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:09.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:09.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:09.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:09.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:09.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:23:09.564 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v7.0 Runtime(test)' 22:23:09.564 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 22:23:09.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:09.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:09.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:09.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:09.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:23:09.565 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v7.0 Runtime' 22:23:09.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:23:09.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:23:09.567 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' was found 22:23:09.567 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' matched 'Apache Tomcat v7.0 Runtime'! Selecting... 22:23:09.567 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 22:23:09.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:23:09.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:23:09.568 TRACE [main][WidgetHandler] Notify Table with event 13 22:23:09.568 TRACE [main][WidgetHandler] Wait for synchronization 22:23:09.568 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") 22:23:09.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:09.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:09.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:09.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:09.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:09.570 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 22:23:09.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:09.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:09.570 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:09.570 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:09.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 22:23:12.575 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 22:23:12.576 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 22:23:12.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:12.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:12.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 "Apply and Close") 22:23:12.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:12.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:12.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:12.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:12.579 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:23:12.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:12.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:12.579 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:12.579 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:12.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:12.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:12.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:12.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:12.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:12.598 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 22:23:12.598 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:12.598 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:12.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:12.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 68.603 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.031 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 22:23:12.602 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 22:23:12.603 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:23:12.603 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:12.603 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 22:23:12.603 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:12.603 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:23:12.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:12.604 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:23:12.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:12.604 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:23:12.604 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:12.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:12.604 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:12.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:12.604 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:12.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:12.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:12.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:12.605 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:12.605 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:12.605 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:12.605 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:12.605 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:12.605 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:12.605 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:12.605 DEBUG [main][MenuItemLookup] Item match:Window 22:23:12.605 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:12.605 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:12.605 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:12.605 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:12.605 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:12.605 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:12.605 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:12.605 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:12.605 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:12.605 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:12.605 DEBUG [main][MenuItemLookup] Item match:Preferences 22:23:12.605 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:23:12.605 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:23:12.606 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:23:12.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.... 22:23:12.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:23:12.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:23:12.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:12.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:12.656 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:23:12.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:12.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 22:23:12.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:12.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:12.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:12.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:12.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:12.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:12.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:12.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) 22:23:12.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:12.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:12.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:12.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:12.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:12.659 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:23:12.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:12.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:12.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:12.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:12.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:12.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:12.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:12.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:12.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:12.671 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 22:23:12.672 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:12.672 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest) 22:23:12.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 22:23:12.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:12.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:12.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:12.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:12.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:12.694 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:12.694 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:12.694 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:12.694 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:12.694 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:12.694 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:12.694 DEBUG [main][MenuItemLookup] Item match:Project 22:23:12.696 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 22:23:12.696 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 22:23:12.696 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:12.696 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 22:23:12.696 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 22:23:12.696 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 22:23:12.696 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:23:12.696 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 22:23:12.696 DEBUG [main][MenuItemLookup] Item match:Build Automatically 22:23:12.697 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 22:23:12.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:12.698 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:12.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:12.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:12.698 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest) 22:23:12.698 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 22:23:12.699 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 22:23:12.699 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:12.699 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:12.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:12.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest) Time elapsed: 0.026 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 22:23:12.703 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 22:23:12.703 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:23:12.704 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:12.704 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 22:23:12.704 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:12.704 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:23:12.704 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:12.704 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:23:12.704 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:12.704 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:23:12.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.*'] 22:23:12.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:12.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.*'] 22:23:12.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:12.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.*'] 22:23:12.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:12.705 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:12.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:12.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:12.705 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:12.705 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:12.705 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:12.706 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:12.706 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:12.706 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:12.706 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:12.706 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:12.706 DEBUG [main][MenuItemLookup] Item match:Window 22:23:12.706 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:12.706 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:12.706 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:12.706 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:12.706 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:12.706 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:12.706 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:12.706 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:12.706 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:12.706 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:12.706 DEBUG [main][MenuItemLookup] Item match:Preferences 22:23:12.706 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:23:12.706 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:23:12.706 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:23:12.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:23:12.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:23:12.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:23:12.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:12.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:12.758 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:23:12.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:12.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:23:12.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:12.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:12.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:12.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:12.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:12.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:12.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:12.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:23:12.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:12.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:12.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:12.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:12.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:12.761 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:23:12.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:12.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:12.761 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:12.761 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:12.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:12.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:12.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:12.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:12.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:12.777 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 22:23:12.777 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:12.777 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest) 22:23:12.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 22:23:12.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:12.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:12.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:12.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:12.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:12.777 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:12.777 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:12.777 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:12.777 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:12.777 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:12.777 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:12.777 DEBUG [main][MenuItemLookup] Item match:Project 22:23:12.777 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 22:23:12.777 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 22:23:12.777 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:12.777 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 22:23:12.777 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 22:23:12.778 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 22:23:12.778 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:23:12.778 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 22:23:12.778 DEBUG [main][MenuItemLookup] Item match:Build Automatically 22:23:12.778 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 22:23:12.778 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:12.778 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:12.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:12.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:12.794 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest) 22:23:12.794 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 22:23:12.794 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 22:23:12.794 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:12.794 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:12.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:12.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest) Time elapsed: 0.017 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 22:23:12.797 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 22:23:12.798 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:23:12.798 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:12.798 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 22:23:12.798 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:12.798 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:23:12.798 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:12.798 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:23:12.798 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:12.798 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:23:12.799 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:12.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:12.799 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:12.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:12.799 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:12.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:12.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:12.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:12.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:12.799 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:12.799 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:12.800 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:12.800 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:12.800 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:12.800 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:12.800 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:12.800 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:12.800 DEBUG [main][MenuItemLookup] Item match:Window 22:23:12.800 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:12.800 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:12.800 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:12.800 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:12.800 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:12.800 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:12.800 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:12.800 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:12.800 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:12.800 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:12.800 DEBUG [main][MenuItemLookup] Item match:Preferences 22:23:12.800 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:23:12.800 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:23:12.800 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:23:12.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:23:12.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 'Preferences.*'] is available. finished successfully 22:23:12.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:23:12.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:12.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:12.902 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:23:12.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:12.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:23:12.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:12.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:12.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:12.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:12.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:12.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:12.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:12.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:23:12.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:12.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:12.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:12.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:12.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:12.905 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:23:12.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:12.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:12.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:12.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:12.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:12.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:12.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:12.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:12.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:12.917 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 22:23:12.917 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:12.917 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest) 22:23:12.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 22:23:12.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:12.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:12.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:12.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:12.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:12.918 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:12.918 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:12.918 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:12.918 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:12.918 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:12.918 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:12.918 DEBUG [main][MenuItemLookup] Item match:Project 22:23:12.918 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 22:23:12.918 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 22:23:12.918 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:12.918 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 22:23:12.918 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 22:23:12.918 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 22:23:12.918 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 22:23:12.918 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 22:23:12.918 DEBUG [main][MenuItemLookup] Item match:Build Automatically 22:23:12.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 22:23:12.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:12.918 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:12.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:12.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:12.919 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest) 22:23:12.919 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 22:23:12.919 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:12.919 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:12.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:12.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 22:23:12.923 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 22:23:12.924 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:23:12.924 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:12.924 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 22:23:12.924 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:12.924 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:23:12.924 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:12.924 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:23:12.924 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:12.924 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:23:12.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.*'] 22:23:12.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:12.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.*'] 22:23:12.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:12.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.*'] 22:23:12.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:12.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:12.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:12.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:12.925 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:12.932 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:12.932 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:12.932 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:12.932 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:12.932 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:12.932 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:12.932 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:12.932 DEBUG [main][MenuItemLookup] Item match:Window 22:23:12.933 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:12.933 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:12.933 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:12.933 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:12.933 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:12.933 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:12.933 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:12.933 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:12.933 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:12.933 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:12.933 DEBUG [main][MenuItemLookup] Item match:Preferences 22:23:12.933 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:23:12.933 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:23:12.933 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:23:12.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.... 22:23:12.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:23:12.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:23:12.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:12.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:12.987 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:23:12.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:12.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 22:23:12.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:12.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:12.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:12.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:12.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:12.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:12.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:12.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) 22:23:12.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:12.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:12.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:12.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:12.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:12.990 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:23:12.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:12.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:12.990 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:12.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:13.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:13.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:13.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:13.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:13.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:13.003 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:13.003 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 22:23:13.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 22:23:13.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:13.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:13.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:13.003 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 22:23:13.004 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 22:23:13.005 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 22:23:13.005 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 22:23:13.005 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:13.005 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:13.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:13.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:13.005 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 22:23:13.005 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:13.006 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOffWithoutCleanupTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 22:23:13.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 22:23:13.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:13.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:13.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:13.006 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 22:23:13.006 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 22:23:13.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 22:23:13.006 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:13.006 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:13.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:13.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:13.013 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOffWithoutCleanupTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 22:23:13.013 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:13.014 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 22:23:13.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 22:23:13.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:13.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:13.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:13.014 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 22:23:13.014 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 22:23:13.014 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 22:23:13.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 22:23:13.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:13.015 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:13.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:13.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:13.015 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 22:23:13.015 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 22:23:13.015 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 22:23:13.015 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:13.015 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:13.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:13.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 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.007 s autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 22:23:13.018 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 22:23:13.019 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:23:13.019 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:13.019 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 22:23:13.019 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:13.019 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:23:13.019 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:13.019 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:23:13.019 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:13.019 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:23:13.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:13.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:13.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.*'] 22:23:13.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:13.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.*'] 22:23:13.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:13.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:13.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:13.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:13.020 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:13.020 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:13.020 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:13.021 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:13.021 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:13.021 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:13.021 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:13.021 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:13.021 DEBUG [main][MenuItemLookup] Item match:Window 22:23:13.021 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:13.021 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:13.021 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:13.021 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:13.021 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:13.021 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:13.021 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:13.021 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:13.021 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:13.021 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:13.021 DEBUG [main][MenuItemLookup] Item match:Preferences 22:23:13.021 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:23:13.021 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:23:13.021 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:23:13.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 'Preferences.*'] is available.... 22:23:13.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. finished successfully 22:23:13.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:23:13.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:13.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:13.097 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:23:13.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:13.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:23:13.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:13.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:13.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:13.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:13.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:13.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 22:23:13.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:13.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:13.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:13.100 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:23:13.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:13.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:13.100 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:13.100 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:13.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:13.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:13.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:13.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:13.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:13.120 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:13.120 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTestClassWithoutCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 22:23:13.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 22:23:13.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:13.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:13.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:13.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:13.125 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 22:23:13.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:13.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:13.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:13.125 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:13.125 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:13.125 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:13.125 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:13.125 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:13.125 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:13.125 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:13.125 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:13.125 DEBUG [main][MenuItemLookup] Item match:Window 22:23:13.126 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:13.126 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:13.126 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:13.126 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:13.126 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:13.126 DEBUG [main][MenuItemLookup] Item match:Show View 22:23:13.129 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 22:23:13.129 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:23:13.129 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:23:13.129 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:23:13.129 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:23:13.129 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:23:13.129 DEBUG [main][MenuItemLookup] Found menu:'Properties' 22:23:13.129 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:23:13.129 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:13.129 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:23:13.129 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:23:13.129 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:23:13.129 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:23:13.129 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:23:13.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:23:13.159 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 22:23:13.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:23:13.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:13.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:13.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:23:13.160 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:13.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:13.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:13.160 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:23:13.160 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:13.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:13.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:13.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:13.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:13.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:13.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:23:13.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:23:13.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:13.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:13.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:23:13.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:23:13.666 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:23:13.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:13.666 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:23:13.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:13.666 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:23:13.666 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 22:23:13.666 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 22:23:13.667 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 22:23:13.667 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 22:23:13.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:13.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:13.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:13.667 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:23:13.667 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:13.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.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 "Open") 22:23:13.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:13.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:13.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:13.668 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:23:13.668 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:13.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:13.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:13.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:13.668 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:23:13.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:13.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:13.668 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:13.668 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:13.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:23:13.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:23:13.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open... 22:23:13.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open finished successfully 22:23:13.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:13.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:13.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:13.750 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:13.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 '\*?\QError Log\E') 22:23:13.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:13.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:13.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:23:13.752 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 22:23:13.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 22:23:13.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:13.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:23:13.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:23:13.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:23:13.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:13.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:13.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:13.757 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:13.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 '\*?\QError Log\E') 22:23:13.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:13.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:13.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:23:13.759 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 22:23:13.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 22:23:13.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:13.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:23:13.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:23:13.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:23:13.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:13.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:13.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 22:23:13.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:13.764 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:13.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:13.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:13.765 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 22:23:13.766 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTestClassWithoutCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 22:23:13.766 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:13.766 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTestClassWithCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 22:23:13.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 22:23:13.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:13.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:13.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:13.769 INFO [WorkbenchTestable][CleanErrorLogRequirement] Clean all records in Error Log 22:23:13.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.790 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 22:23:13.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:13.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:13.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:13.792 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:13.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 '\*?\QError Log\E') 22:23:13.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:13.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:13.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:23:13.794 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 22:23:13.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 22:23:13.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:13.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:23:13.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:23:13.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:23:13.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:13.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:13.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:13.796 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:13.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 22:23:13.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:13.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:13.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:23:13.797 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 22:23:13.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 22:23:13.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:13.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:23:13.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:23:13.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:23:13.798 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 22:23:13.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:13.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:13.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:13.800 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:23:13.800 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:13.814 DEBUG [main][MenuItemLookup] Found menu:'Copy' 22:23:13.814 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:13.814 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 22:23:13.814 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 22:23:13.814 DEBUG [main][MenuItemLookup] Item match:Delete Log 22:23:13.814 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 22:23:13.815 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 22:23:13.815 INFO [main][MenuItemHandler] Select menu item: &Delete Log 22:23:13.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 22:23:13.833 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 22:23:13.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 22:23:13.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:13.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:13.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:13.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:13.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:13.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 22:23:13.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:13.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:23:13.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:13.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:13.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:13.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 22:23:13.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:13.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:13.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:13.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:13.835 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 22:23:13.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:13.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:13.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:13.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:13.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:23:13.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:23:13.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.848 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 22:23:13.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:13.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:13.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:13.850 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:13.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 22:23:13.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:13.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:13.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:23:13.852 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 22:23:13.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 22:23:13.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:13.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:23:13.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:23:13.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:23:13.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:13.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:13.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:13.861 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:13.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 22:23:13.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:13.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:13.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:23:13.863 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 22:23:13.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 22:23:13.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:13.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:23:13.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:23:13.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:23:13.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:13.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:13.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 22:23:13.865 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:13.865 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:13.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:13.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:13.865 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTestClassWithCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 22:23:13.865 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 22:23:13.865 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:13.865 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:13.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:13.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.847 s - in org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest testTestClassWithoutCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) Time elapsed: 0.646 s testTestClassWithCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) Time elapsed: 0.099 s Running org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 22:23:13.868 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 22:23:13.869 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:23:13.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:13.869 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 22:23:13.869 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:13.869 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:23:13.869 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:13.869 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:23:13.869 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:13.869 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:23:13.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.*'] 22:23:13.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:13.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.*'] 22:23:13.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:13.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.*'] 22:23:13.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:13.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:13.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:13.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:13.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:13.895 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:13.895 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:13.895 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:13.895 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:13.895 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:13.895 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:13.895 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:13.895 DEBUG [main][MenuItemLookup] Item match:Window 22:23:13.896 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:13.896 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:13.896 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:13.896 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:13.896 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:13.896 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:13.896 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:13.896 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:13.896 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:13.896 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:13.896 DEBUG [main][MenuItemLookup] Item match:Preferences 22:23:13.896 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:23:13.896 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:23:13.896 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:23:13.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.... 22:23:13.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 22:23:13.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:23:13.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:13.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:13.949 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:23:13.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:13.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:23:13.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:13.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:13.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:13.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:13.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:13.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:23:13.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:13.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:13.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:13.951 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:23:13.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:13.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:13.951 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:13.951 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:13.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:13.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:13.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:13.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:13.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:13.965 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:13.965 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillJavaPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 22:23:13.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 22:23:13.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:13.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:13.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:13.968 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 22:23:13.976 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 22:23:13.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:13.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:13.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:13.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:13.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:13.990 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") 22:23:13.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:13.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:13.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:13.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:13.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:23:13.994 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 22:23:13.995 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:23:13.995 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:14.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 22:23:14.026 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 22:23:14.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 22:23:14.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:14.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:14.026 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 22:23:14.026 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:14.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:14.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:14.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:23:14.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:14.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:14.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:14.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:14.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:14.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:23:14.027 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 22:23:14.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:23:14.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:23:14.028 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 22:23:14.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:23:14.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:23:14.028 TRACE [main][WidgetHandler] Notify Table with event 13 22:23:14.028 TRACE [main][WidgetHandler] Wait for synchronization 22:23:14.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:14.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:14.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:14.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:23:14.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:14.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:14.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23: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 "Open") 22:23:14.029 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:14.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:14.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:14.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:23:14.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:14.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:14.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:14.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:14.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:14.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:14.030 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:23:14.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:14.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:14.030 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:14.030 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:14.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:23:14.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:23:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 22:23:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:14.348 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:14.348 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:14.348 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:14.348 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:14.348 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:14.348 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:14.348 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:14.348 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:14.348 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:14.348 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:14.348 DEBUG [main][MenuItemLookup] Item match:Window 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:14.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:14.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:14.349 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:14.349 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:14.349 DEBUG [main][MenuItemLookup] Item match:Window 22:23:14.350 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:14.350 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:14.350 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:14.350 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.350 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:14.350 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:14.350 DEBUG [main][MenuItemLookup] Item match:Perspective 22:23:14.352 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:23:14.352 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.352 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:23:14.352 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:23:14.352 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:23:14.352 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:23:14.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 22:23:14.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:14.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:14.353 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:14.353 DEBUG [main][MenuItemLookup] Item match:Window 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.353 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:14.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:14.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:14.354 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:14.354 DEBUG [main][MenuItemLookup] Item match:Window 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:14.354 DEBUG [main][MenuItemLookup] Item match:Perspective 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:23:14.354 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:23:14.354 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:23:14.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:14.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:14.357 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:14.357 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:14.357 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:14.357 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:14.358 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:14.358 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:14.358 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:14.358 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:14.358 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:14.358 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:14.358 DEBUG [main][MenuItemLookup] Item match:Window 22:23:14.358 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:14.358 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:14.358 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:14.358 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.358 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:14.358 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:14.358 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.358 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:14.358 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.358 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:14.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:14.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:14.359 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:14.359 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:14.359 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:14.359 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:14.359 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:14.359 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:14.359 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:14.359 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:14.359 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:14.359 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:14.359 DEBUG [main][MenuItemLookup] Item match:Window 22:23:14.359 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:14.359 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:14.360 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:14.360 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.360 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:14.360 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:14.360 DEBUG [main][MenuItemLookup] Item match:Perspective 22:23:14.360 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:23:14.360 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.360 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:23:14.360 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:23:14.360 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:23:14.360 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:23:14.360 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 22:23:14.360 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 22:23:14.360 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 22:23:14.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 22:23:14.402 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 22:23:14.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 22:23:14.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:14.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:14.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:14.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:14.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:14.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:23:14.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:14.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:14.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:14.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:23:14.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:14.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:14.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:14.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:23:14.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:14.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:14.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:14.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:14.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:14.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:14.404 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 22:23:14.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:14.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:14.404 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:14.404 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:14.521 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 22:23:14.521 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:14.521 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:14.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:14.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:14.522 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillJavaPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 22:23:14.522 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:14.522 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillNonExistingPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 22:23:14.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 22:23:14.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:14.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:14.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:14.524 WARNING [WorkbenchTestable][ScreenshotCapturer] Screenshot has not been captured on failure, because RedDeer property whether screenshot should be captured or not is set to false. 22:23:14.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 22:23:14.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:14.525 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:14.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:14.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:14.525 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillNonExistingPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 22:23:14.525 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 22:23:14.525 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:14.525 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:14.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:14.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.658 s - in org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest fulfillJavaPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) Time elapsed: 0.557 s fulfillNonExistingPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) Time elapsed: 0.003 s Running org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 22:23:14.528 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 22:23:14.529 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:23:14.529 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:14.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 22:23:14.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:14.529 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:23:14.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:14.529 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:23:14.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:14.529 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:23:14.529 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:14.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:14.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.*'] 22:23:14.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:14.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.*'] 22:23:14.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:14.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:14.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:14.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:14.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:14.531 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:14.531 DEBUG [main][MenuItemLookup] Item match:Window 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.531 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:14.531 DEBUG [main][MenuItemLookup] Item match:Preferences 22:23:14.532 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:23:14.532 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:23:14.532 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:23:14.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:23:14.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:23:14.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:23:14.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:14.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:14.610 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:23:14.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:14.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:23:14.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:14.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:14.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:14.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:14.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:14.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:14.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:14.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:23:14.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:14.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:14.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:14.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:14.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:14.613 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:23:14.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:14.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:14.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:14.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:14.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:14.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:14.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:14.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:14.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:14.638 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:14.638 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeAllEditors no-configuration(org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest) 22:23:14.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 22:23:14.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:14.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:14.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:14.638 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:23:14.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:14.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:23:14.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:14.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:14.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:14.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:14.639 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:14.639 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:14.639 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:14.639 DEBUG [main][MenuItemLookup] Item match:File 22:23:14.640 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:23:14.640 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:23:14.644 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:23:14.644 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:23:14.644 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.644 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:23:14.644 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:23:14.644 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:23:14.644 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:23:14.644 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:23:14.644 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:23:14.644 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:23:14.644 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:23:14.644 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:23:14.644 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:14.644 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:23:14.644 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:23:14.644 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:14.644 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:23:14.644 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:23:14.645 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:23:14.645 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:23:14.645 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:23:14.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 'New|Select a wizard'] is available.... 22:23:14.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 'New|Select a wizard'] is available. finished successfully 22:23:14.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:23:14.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:14.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:14.709 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:23:14.709 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:14.710 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 22:23:14.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:14.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:14.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:14.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:14.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:14.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:14.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:14.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:23:14.711 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:23:14.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:15.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:15.213 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:23:15.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:23:15.214 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:23:15.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:15.215 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:23:15.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:15.215 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:23:15.215 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Untitled Text File 22:23:15.215 DEBUG [main][TreeItemHandler] Selecting tree item: Untitled Text File 22:23:15.215 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Untitled Text File about selection 22:23:15.217 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Untitled Text File 22:23:15.217 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:23:15.218 INFO [WorkbenchTestable][NewWizard] Finish wizard 22:23:15.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 22:23:15.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:15.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:15.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:15.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:15.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:15.219 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:23:15.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:15.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:15.219 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:15.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:15.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:15.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:15.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:23:15.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:23:15.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:23:15.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:23:15.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:23:15.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:23:15.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'] 22:23:15.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:15.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'] 22:23:15.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:15.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Untitled 1 - Eclipse Platform 22:23:15.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:15.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:15.496 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Untitled 1 - Eclipse Platform' 22:23:15.496 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Untitled 1 - Eclipse Platform' 22:23:15.496 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:15.496 DEBUG [main][MenuItemLookup] Item match:File 22:23:15.497 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:23:15.497 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:23:15.500 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:23:15.500 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:23:15.500 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:15.500 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:23:15.500 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:23:15.500 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:23:15.500 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:23:15.500 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:23:15.500 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:23:15.500 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:23:15.500 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:23:15.500 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:23:15.500 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:15.500 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:23:15.500 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:23:15.500 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:15.500 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:23:15.500 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:23:15.501 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:23:15.501 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:23:15.501 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:23:15.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:23:15.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:23:15.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:23:15.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:15.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:15.553 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:23:15.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:15.553 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 22:23:15.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:15.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:15.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:15.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:15.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:15.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:15.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:15.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:23:15.555 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:23:15.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:15.555 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:23:15.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:15.555 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:23:15.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:23:15.555 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:23:15.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:15.555 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:23:15.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:15.555 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:23:15.555 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Untitled Text File 22:23:15.555 DEBUG [main][TreeItemHandler] Selecting tree item: Untitled Text File 22:23:15.556 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Untitled Text File about selection 22:23:15.556 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Untitled Text File 22:23:15.556 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:23:15.556 INFO [WorkbenchTestable][NewWizard] Finish wizard 22:23:15.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.dialogs.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) 22:23:15.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:15.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:15.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:15.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:15.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:15.557 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:23:15.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:15.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:15.557 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:15.557 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:15.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:15.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:15.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:23:15.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:23:15.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:23:15.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:23:15.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:23:15.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:23:15.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:23:15.628 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:23:15.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:15.628 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:23:15.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:15.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Untitled 2 - Eclipse Platform 22:23:15.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:15.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:15.628 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Untitled 2 - Eclipse Platform' 22:23:15.628 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Untitled 2 - Eclipse Platform' 22:23:15.629 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:15.629 DEBUG [main][MenuItemLookup] Item match:File 22:23:15.629 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:23:15.629 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:23:15.634 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:23:15.634 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:23:15.634 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:15.634 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:23:15.634 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:23:15.634 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:23:15.634 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:23:15.634 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:23:15.634 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:23:15.634 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:23:15.634 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:23:15.634 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:23:15.634 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:15.634 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:23:15.634 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:23:15.634 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:15.634 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:23:15.634 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:23:15.634 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:23:15.634 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:23:15.635 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:23:15.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 'New|Select a wizard'] is available.... 22:23:15.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 22:23:15.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:23:15.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:15.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:15.684 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:23:15.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:15.684 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 22:23:15.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:15.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:15.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:15.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:15.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:15.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:15.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:15.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:23:15.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:23:15.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:15.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:23:15.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:15.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:23:15.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:23:15.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:23:15.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:15.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:23:15.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:15.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:23:15.685 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Untitled Text File 22:23:15.685 DEBUG [main][TreeItemHandler] Selecting tree item: Untitled Text File 22:23:15.685 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Untitled Text File about selection 22:23:15.685 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Untitled Text File 22:23:15.685 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:23:15.685 INFO [WorkbenchTestable][NewWizard] Finish wizard 22:23:15.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.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) 22:23:15.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:15.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:15.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:15.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:15.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:15.693 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:23:15.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:15.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:15.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:15.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:15.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:15.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:15.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:23:15.750 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:23:15.750 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:23:15.750 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:23:15.750 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:23:15.750 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:23:15.750 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:23:15.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:23:15.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUntitled 3\E') 22:23:15.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:15.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:15.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:15.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:15.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:23:15.788 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:15.788 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 22:23:15.837 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 22:23:15.837 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:15.837 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:15.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:15.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:15.838 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeAllEditors no-configuration(org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest) 22:23:15.838 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 22:23:15.838 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:15.838 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:15.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:15.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.311 s - in org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest closeAllEditors no-configuration(org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest) Time elapsed: 1.2 s Running org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 22:23:15.848 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 22:23:15.848 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:23:15.849 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:15.849 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 22:23:15.849 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:15.849 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:23:15.849 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:15.849 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:23:15.849 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:15.849 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:23:15.849 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:15.849 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:15.849 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:15.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:15.850 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:15.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:15.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:15.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:15.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:15.850 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:15.850 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:15.851 DEBUG [main][MenuItemLookup] Item match:Window 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:15.851 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:15.851 DEBUG [main][MenuItemLookup] Item match:Preferences 22:23:15.862 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:23:15.862 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:23:15.862 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:23:15.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:23:15.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:23:15.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:23:15.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:15.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:15.939 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:23:15.939 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:15.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:23:15.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:15.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:15.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:15.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:15.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:15.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:15.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:15.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:23:15.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:15.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:15.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:15.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:15.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:15.941 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:23:15.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:15.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:15.941 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:15.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:15.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:15.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:15.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:15.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:15.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:15.957 TRACE [WorkbenchTestable][DatabaseRequirement] Database requirement performed 22:23:15.957 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:15.957 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDatabaseConfiguration My H2 Driver-Generic JDBC-jdbc:h2:db://localhost/sakila-null(org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest) 22:23:15.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 22:23:15.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:15.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:15.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:15.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 22:23:15.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:15.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:15.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:15.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:15.958 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDatabaseConfiguration My H2 Driver-Generic JDBC-jdbc:h2:db://localhost/sakila-null(org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest) 22:23:15.958 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 22:23:15.958 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:15.958 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:15.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:15.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 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 22:23:15.960 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 22:23:15.961 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:23:15.961 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:15.961 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 22:23:15.961 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:15.961 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:23:15.968 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:15.968 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:23:15.968 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:15.968 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:23:15.968 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:15.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:15.968 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:15.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:15.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:15.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:15.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:15.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:15.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:15.969 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:15.969 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:15.969 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:15.970 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:15.970 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:15.970 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:15.970 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:15.970 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:15.970 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:15.970 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:15.970 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:15.970 DEBUG [main][MenuItemLookup] Item match:Window 22:23:15.970 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:15.970 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:15.970 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:15.970 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:15.970 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:15.970 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:15.970 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:15.970 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:15.970 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:15.970 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:15.970 DEBUG [main][MenuItemLookup] Item match:Preferences 22:23:15.970 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:23:15.970 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:23:15.970 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:23:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:23:16.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 'Preferences.*'] is available. finished successfully 22:23:16.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:23:16.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:16.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:16.032 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:23:16.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:16.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:23:16.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:16.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:16.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:16.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:16.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:16.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:16.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:16.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 22:23:16.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:16.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:16.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:16.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:16.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:16.035 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:23:16.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:16.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:16.035 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:16.035 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:16.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:16.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:16.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:16.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:16.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:16.050 INFO [WorkbenchTestable][JRERequirement] JRE Requirement fulfill performed 22:23:16.050 DEBUG [WorkbenchTestable][JRERequirement] Configuration (name,version,path): testName, 1.7, ${java.home} 22:23:16.050 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:16.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:16.050 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:16.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:16.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.*'] 22:23:16.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:16.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:16.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:16.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:16.051 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:16.051 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:16.051 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:16.052 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:16.052 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:16.052 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:16.052 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:16.052 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:16.052 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:16.052 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:16.052 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:16.052 DEBUG [main][MenuItemLookup] Item match:Window 22:23:16.052 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:16.052 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:16.052 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:16.052 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:16.052 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:16.052 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:16.052 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:16.052 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:16.052 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:16.052 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:16.052 DEBUG [main][MenuItemLookup] Item match:Preferences 22:23:16.052 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:23:16.052 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:23:16.052 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:23:16.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:23:16.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:23:16.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:23:16.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:16.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:16.115 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:23:16.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:16.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:23:16.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:16.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:16.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:16.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:16.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:16.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:16.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:16.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:23:16.117 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:23:16.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:16.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:16.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:23:16.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:23:16.620 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:23:16.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:16.620 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:23:16.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:16.620 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:23:16.620 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 22:23:16.620 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 22:23:16.621 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 22:23:16.621 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs (Eclipse:5306): Gtk-CRITICAL **: 22:23:16.645: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:23:16.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:16.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:16.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:16.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:16.661 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...") 22:23:16.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:16.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:16.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:16.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:16.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:16.662 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 22:23:16.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:16.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:16.662 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:16.662 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:16.699 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.... 22:23:16.699 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:16.699 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:16.699 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 22:23:16.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add JRE 22:23:16.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:16.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:16.702 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 22:23:16.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:16.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:16.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:16.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:16.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 22:23:16.703 TRACE [main][WidgetHandler] Notify List with event 13 22:23:16.703 TRACE [main][WidgetHandler] Wait for synchronization 22:23:16.704 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 22:23:16.704 INFO [WorkbenchTestable][AddVMInstallWizard] Go to next wizard page 22:23:16.704 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) 22:23:16.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:16.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:16.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:16.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:16.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:16.705 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:23:16.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:16.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:16.705 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:16.705 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:16.739 DEBUG [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:") 22:23:16.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:16.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:16.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:16.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:16.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:23:16.740 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:23:16.741 INFO [WorkbenchTestable][AbstractText] Text set to: /opt/tools/java/openjdk/jdk-11/11.0.2+9 22:23:16.754 DEBUG [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:") 22:23:16.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:16.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:16.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:16.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:16.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:23:16.756 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:23:16.757 INFO [WorkbenchTestable][AbstractText] Text set to: testName 22:23:16.759 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 22:23:16.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.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) 22:23:16.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:16.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:16.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:16.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:16.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:16.761 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 22:23:16.761 INFO [WorkbenchTestable][AddVMInstallWizard] Finish wizard 22:23:16.761 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) 22:23:16.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:16.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:16.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:16.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:16.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:16.764 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:23:16.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:16.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:16.764 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:16.764 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:16.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:16.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:16.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:23:16.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:23:16.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:23:16.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:23:16.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:23:16.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:16.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:16.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 22:23:16.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:16.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:16.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:16.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:16.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:16.794 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 22:23:16.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:16.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:16.794 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:16.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:16.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:16.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:16.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:16.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:16.844 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:16.844 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConfiguredValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 22:23:16.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 22:23:16.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:16.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:16.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:16.844 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:16.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:16.844 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:16.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:16.844 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:16.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:16.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:16.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:16.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:16.845 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:16.845 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:16.845 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:16.846 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:16.846 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:16.846 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:16.846 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:16.846 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:16.846 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:16.846 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:16.846 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:16.846 DEBUG [main][MenuItemLookup] Item match:Window 22:23:16.846 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:16.846 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:16.846 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:16.846 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:16.846 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:16.846 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:16.846 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:16.846 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:16.846 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:16.846 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:16.846 DEBUG [main][MenuItemLookup] Item match:Preferences 22:23:16.846 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:23:16.846 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:23:16.846 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:5306): Gtk-CRITICAL **: 22:23:16.893: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:23:16.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 'Preferences.*'] is available.... 22:23:16.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:23:16.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:23:16.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:16.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:16.927 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:23:16.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:16.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:23:16.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:16.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:16.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:16.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:16.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:16.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:16.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:16.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:23:16.929 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:23:16.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:16.929 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:23:16.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:16.929 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:23:16.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:23:16.929 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:23:16.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:16.929 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:23:16.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:16.929 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:23:16.929 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 22:23:16.929 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 22:23:16.930 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 22:23:16.930 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 22:23:16.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:16.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:16.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:16.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:16.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 22:23:16.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:16.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:16.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:16.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:16.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:23:16.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:23:16.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:23:16.934 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 22:23:16.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:16.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:16.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:16.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:23:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:23:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:23:16.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:23:16.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:16.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:16.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:16.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:16.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:16.937 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:23:16.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:16.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:16.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:16.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:16.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:16.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:16.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:16.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:16.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:16.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 22:23:16.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:16.953 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:16.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:16.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:16.953 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConfiguredValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 22:23:16.953 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:16.953 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConfigurationValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 22:23:16.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 22:23:16.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:16.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:16.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:16.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 22:23:16.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:16.953 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:16.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:16.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:16.954 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConfigurationValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 22:23:16.954 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 22:23:16.954 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:16.954 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:16.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:16.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.994 s - in org.eclipse.reddeer.requirements.test.jre.JRERequirementTest testConfiguredValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) Time elapsed: 0.109 s testConfigurationValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 22:23:16.956 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 22:23:16.957 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:23:16.957 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:16.957 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 22:23:16.957 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:16.957 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:23:16.957 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:16.957 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:23:16.957 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:16.957 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:23:16.958 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:16.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:16.958 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:16.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:16.958 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:16.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:16.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:16.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:16.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:16.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:16.958 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:16.958 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:16.959 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:16.959 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:16.959 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:16.959 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:16.959 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:16.959 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:16.959 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:16.959 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:16.959 DEBUG [main][MenuItemLookup] Item match:Window 22:23:16.959 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:16.959 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:16.959 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:16.959 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:16.959 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:16.959 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:16.959 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:16.959 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:16.959 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:16.959 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:16.959 DEBUG [main][MenuItemLookup] Item match:Preferences 22:23:16.959 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:23:16.959 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:23:16.959 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:5306): Gtk-CRITICAL **: 22:23:17.012: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:23:17.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:23:17.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:23:17.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:23:17.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:17.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:17.049 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:23:17.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:17.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:23:17.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:17.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:17.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:17.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:17.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:17.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:17.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:17.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:23:17.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:17.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:17.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:17.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:17.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:17.052 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:23:17.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:17.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:17.052 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:17.052 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:17.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:17.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:17.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:17.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:17.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:17.090 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:17.090 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillWithProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 22:23:17.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 22:23:17.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:17.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:17.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:17.091 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest$TestClass 22:23:17.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'] 22:23:17.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:17.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'] 22:23:17.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:17.093 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 22:23:17.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:17.093 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:23:17.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:17.093 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:23:17.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:17.093 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:23:17.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:17.093 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window 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"] 22:23:17.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:17.093 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:23:17.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:17.094 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:23:17.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:17.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:17.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:17.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:17.094 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:17.094 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:17.094 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:17.094 DEBUG [main][MenuItemLookup] Item match:File 22:23:17.095 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:23:17.095 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:23:17.100 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:23:17.100 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:23:17.100 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:17.100 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:23:17.100 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:23:17.100 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:23:17.100 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:23:17.100 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:23:17.100 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:23:17.100 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:23:17.100 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:23:17.100 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:23:17.100 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:17.100 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:23:17.100 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:23:17.100 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:17.100 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:23:17.100 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:23:17.100 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:23:17.100 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:23:17.100 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:23:17.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:23:17.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:23:17.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:23:17.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:17.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:17.146 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:23:17.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:17.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:23:17.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:17.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:17.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:17.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:17.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:17.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:17.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:17.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:23:17.148 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:23:17.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:17.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:17.650 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:23:17.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:23:17.652 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:23:17.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:17.652 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:23:17.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:17.652 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:23:17.652 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:23:17.652 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:23:17.652 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:23:17.654 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:23:17.654 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:23:17.655 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:23:17.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:23:17.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:17.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:17.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:17.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:17.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:17.656 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:23:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:17.656 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:17.656 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:17.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'] 22:23:17.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:17.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:17.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:23:17.926 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 22:23:17.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:23:17.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:17.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:17.927 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:23:17.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:17.927 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'TestProject' 22:23:17.927 DEBUG [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:") 22:23:17.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:17.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:17.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:17.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:17.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:23:17.929 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:23:17.930 INFO [WorkbenchTestable][AbstractText] Text set to: TestProject 22:23:17.950 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:23:17.950 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:23:17.950 DEBUG [WorkbenchTestable][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) 22:23:17.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:17.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:17.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:17.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:17.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:17.952 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:23:17.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:17.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:17.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:17.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:17.955 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.... 22:23:18.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. finished successfully 22:23:18.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:23:18.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:18.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:18.806 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:23:18.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:23:18.806 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:18.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:18.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:18.807 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:23:18.807 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:18.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:18.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:18.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:18.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:18.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:18.808 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:23:18.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:18.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:18.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:18.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:19.111 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.... 22:23:19.111 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 22:23:19.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:19.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:19.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:23:19.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 22:23:19.612 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 22:23:19.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:23:19.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:23:19.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:23:19.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:23:19.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:19.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:19.614 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:23:19.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:19.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:19.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:19.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:19.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:19.615 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:19.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 '\*?\QPackage Explorer\E') 22:23:19.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:19.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:19.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:19.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:19.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:23:19.616 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:23:19.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:23:19.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:19.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:23:19.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:23:19.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:23:19.618 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:23:19.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:23:19.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:19.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:23:19.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:19.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:19.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:20.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:20.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:20.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:20.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:20.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:23:20.621 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:23:20.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:23:20.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:20.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:23:20.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 22:23:20.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:20.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:20.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:20.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:20.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:20.622 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Servers 22:23:20.641 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TestProject 22:23:20.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 22:23:20.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:20.642 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:20.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:20.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:20.642 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillWithProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 22:23:20.642 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:20.642 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillWithoutProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 22:23:20.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 22:23:20.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:20.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:20.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:20.643 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest$TestClass 22:23:20.643 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 22:23:20.644 DEBUG [main][EditorHandler] 0 editor(s) found 22:23:20.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:20.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:20.688 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 22:23:20.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:20.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:20.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:20.689 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:20.689 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:20.689 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:20.689 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:20.689 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:20.689 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:20.689 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:20.689 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:20.689 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:20.689 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:20.689 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:20.689 DEBUG [main][MenuItemLookup] Item match:Window 22:23:20.690 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:20.690 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:20.690 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:20.690 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:20.690 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:20.690 DEBUG [main][MenuItemLookup] Item match:Show View 22:23:20.696 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:23:20.696 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:23:20.696 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:23:20.696 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:23:20.696 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:23:20.696 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:23:20.696 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:23:20.696 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:23:20.696 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:23:20.696 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:23:20.696 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:23:20.696 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:23:20.696 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:23:20.696 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:23:20.696 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:20.696 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:23:20.696 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:23:20.697 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:23:20.697 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:23:20.697 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:23:20.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:23:20.810 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 22:23:20.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:23:20.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:20.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:23:20.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:20.812 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:23:20.812 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:20.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:20.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:20.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:20.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:23:20.813 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:23:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:20.813 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:23:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:20.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:23:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:23:20.814 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:23:20.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:20.814 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:23:20.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:20.814 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:23:20.814 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 22:23:20.814 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 22:23:20.814 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 22:23:20.814 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 22:23:20.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:20.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:20.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:20.815 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:23:20.815 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:20.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:20.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:20.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 "Open") 22:23:20.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:20.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:20.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:20.815 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:23:20.815 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:20.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:20.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:20.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:20.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:20.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:20.817 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:23:20.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:20.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:20.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:20.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:20.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:23:20.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:23:20.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 22:23:20.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:20.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:20.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 22:23:20.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:20.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:20.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:20.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:20.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:20.920 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:20.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:23:20.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:20.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:20.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:20.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:20.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:23:20.920 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:23:20.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:23:20.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:20.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:23:20.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:23:20.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:23:20.934 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:23:20.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:23:20.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:20.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:23:20.935 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:23:20.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:23:20.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:20.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:23:20.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:20.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:20.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:21.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:21.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:21.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:21.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:21.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:23:21.938 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:23:21.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:23:21.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:21.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:23:21.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 22:23:21.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:21.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:21.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:21.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:21.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:21.939 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Servers 22:23:21.939 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TestProject 22:23:21.940 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:23:21.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:23:21.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:21.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:23:21.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:21.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:21.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:22.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:22.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:22.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:22.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:22.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:23:22.942 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:23:22.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:23:22.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:22.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:23:22.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:23:22.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:22.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:22.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:22.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:22.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:22.943 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Servers 22:23:22.944 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TestProject 22:23:22.944 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:23:22.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:23:22.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:22.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:23:22.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 22:23:22.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:22.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:22.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:22.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:22.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:22.945 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 22:23:22.945 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 22:23:22.946 DEBUG [main][TreeItemHandler] Set Tree selection 22:23:22.946 DEBUG [main][TreeHandler] Notify Tree about selection event 22:23:22.952 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 22:23:22.953 DEBUG [WorkbenchTestable][TreeItemHandler] Servers 22:23:22.953 DEBUG [WorkbenchTestable][TreeItemHandler] TestProject 22:23:22.953 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:23:22.953 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:23.007 DEBUG [main][MenuItemLookup] Found menu:'New' 22:23:23.007 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:23:23.007 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:23.007 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:23:23.007 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:23.007 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:23:23.007 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:23:23.007 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:23:23.007 DEBUG [main][MenuItemLookup] Found menu:'Move...' 22:23:23.007 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 22:23:23.007 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:23.007 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:23:23.007 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:23:23.007 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:23.007 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:23:23.008 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:23:23.008 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:23:23.008 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:23:23.008 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:23:23.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:23:23.009 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 22:23:23.009 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:23:23.509 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 22:23:23.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:23:23.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:23:23.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:23:23.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:23:23.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:23:23.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:23.557 DEBUG [main][MenuItemLookup] Found menu:'New' 22:23:23.557 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:23:23.557 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:23.557 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:23:23.557 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:23.557 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:23:23.557 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:23:23.557 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:23:23.557 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:23:23.588 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:23:23.588 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:23:23.588 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:23:23.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:5306): Gtk-CRITICAL **: 22:23:23.803: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5306): Gtk-CRITICAL **: 22:23:23.807: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5306): Gtk-CRITICAL **: 22:23:23.892: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5306): Gtk-CRITICAL **: 22:23:23.908: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 22:23:24.412 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 22:23:24.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:23:24.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:24.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:24.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: 32) 22:23:24.414 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:24.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:24.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:24.415 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:23:24.415 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:24.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:24.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:24.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:24.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:24.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:24.416 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:23:24.416 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:23:24.416 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:23:24.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:24.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:24.416 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:24.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:24.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 "OK") 22:23:24.416 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:24.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:24.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:24.416 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:23:24.416 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:24.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:24.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:24.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:24.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:24.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:24.417 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:23:24.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:24.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:24.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:24.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:24.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:23:24.424 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:23:24.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:23:24.924 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:23:24.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:23:24.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:23:24.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:23:24.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:23:24.925 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:23:24.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:23:24.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:23:24.926 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 22:23:24.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 22:23:24.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:24.926 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:24.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:24.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:24.926 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillWithoutProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 22:23:24.926 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 22:23:24.926 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:24.926 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:24.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:24.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.971 s - in org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest fulfillWithProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) Time elapsed: 3.552 s fulfillWithoutProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) Time elapsed: 4.284 s Results: Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.requirements.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.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 22:23:35.144 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 22:23:35.146 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 22:23:35.153 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 22:23:35.153 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 22:23:35.209 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 22:23:35.231 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:23:35.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:35.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 22:23:35.236 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 22:23:35.236 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 22:23:35.242 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 22:23:35.244 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:35.244 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:23:35.246 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:35.246 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:23:35.248 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:35.249 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:23:35.294 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:35.310 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:35.311 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:35.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:35.312 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:23:35.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:35.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:35.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:35.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:35.319 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:35.323 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:35.326 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:35.326 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:35.326 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:35.326 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:35.326 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:35.326 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:35.326 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:35.326 DEBUG [main][MenuItemLookup] Item match:Window 22:23:35.329 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:35.329 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:35.329 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:35.329 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:35.329 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:35.329 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:35.329 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:35.329 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:35.329 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:35.329 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:35.329 DEBUG [main][MenuItemLookup] Item match:Preferences 22:23:35.331 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:23:35.331 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:23:35.333 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:23:35.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:23:35.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:23:35.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:23:35.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:35.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:35.501 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:23:35.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:35.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:23:35.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:35.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:35.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:35.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:35.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:35.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:35.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:35.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:23:35.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:35.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:35.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:35.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:35.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:35.543 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:23:35.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:35.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:35.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:35.545 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:35.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:35.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:35.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:35.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:35.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:35.604 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 22:23:35.605 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 22:23:35.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:35.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:35.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:35.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:35.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:35.607 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") 22:23:35.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:35.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:35.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:35.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:35.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:23:35.618 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 22:23:35.619 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:23:35.619 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:35.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 22:23:35.693 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 22:23:35.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 22:23:35.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:35.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:35.694 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 22:23:35.694 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:35.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:35.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:35.694 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:23:35.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:35.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:35.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:35.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:35.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:35.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:23:35.696 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 22:23:35.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:23:35.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:23:35.698 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 22:23:35.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:23:35.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:23:35.699 TRACE [main][WidgetHandler] Notify Table with event 13 22:23:35.699 TRACE [main][WidgetHandler] Wait for synchronization 22:23:35.699 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:35.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:35.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:35.699 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:23:35.699 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:35.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:35.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:35.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:23:35.701 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:35.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:35.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:35.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 22:23:35.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:35.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:35.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:35.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:35.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:35.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:35.702 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:23:35.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:35.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:35.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:35.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:36.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:23:36.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:23:36.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 22:23:36.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:36.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:36.155 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:36.155 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:36.155 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:36.155 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:36.155 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:36.155 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:36.156 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:36.156 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:36.156 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:36.156 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:36.156 DEBUG [main][MenuItemLookup] Item match:Window 22:23:36.156 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:36.156 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:36.157 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:36.157 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:36.157 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:36.157 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:36.157 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:36.157 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:36.157 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:36.157 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:36.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:36.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:36.157 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:36.158 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:36.158 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:36.158 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:36.158 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:36.158 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:36.158 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:36.158 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:36.158 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:36.158 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:36.158 DEBUG [main][MenuItemLookup] Item match:Window 22:23:36.159 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:36.159 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:36.159 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:36.159 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:36.159 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:36.159 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:36.159 DEBUG [main][MenuItemLookup] Item match:Perspective 22:23:36.190 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:23:36.190 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:36.190 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:23:36.190 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:23:36.190 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:23:36.191 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:23:36.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 22:23:36.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:36.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:36.196 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:36.197 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:36.197 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:36.197 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:36.197 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:36.197 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:36.197 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:36.197 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:36.197 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:36.197 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:36.197 DEBUG [main][MenuItemLookup] Item match:Window 22:23:36.198 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:36.198 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:36.198 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:36.198 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:36.198 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:36.198 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:36.198 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:36.198 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:36.198 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:36.198 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:36.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:36.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:36.198 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:36.199 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:36.199 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:36.199 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:36.199 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:36.199 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:36.199 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:36.199 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:36.199 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:36.199 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:36.199 DEBUG [main][MenuItemLookup] Item match:Window 22:23:36.200 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:36.200 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:36.200 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:36.200 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:36.200 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:36.200 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:36.200 DEBUG [main][MenuItemLookup] Item match:Perspective 22:23:36.201 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:23:36.201 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:36.201 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:23:36.201 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:23:36.201 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:23:36.201 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:23:36.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:36.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:36.202 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:36.202 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:36.202 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:36.202 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:36.202 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:36.202 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:36.202 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:36.202 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:36.202 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:36.202 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:36.202 DEBUG [main][MenuItemLookup] Item match:Window 22:23:36.203 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:36.203 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:36.203 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:36.203 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:36.203 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:36.203 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:36.203 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:36.203 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:23:36.203 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:36.203 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:23:36.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:36.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:36.204 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:36.204 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:36.204 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:36.204 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:36.204 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:36.204 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:36.204 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:36.204 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:36.204 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:36.204 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:23:36.204 DEBUG [main][MenuItemLookup] Item match:Window 22:23:36.205 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:23:36.205 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:23:36.205 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:23:36.205 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:36.205 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:23:36.205 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:23:36.205 DEBUG [main][MenuItemLookup] Item match:Perspective 22:23:36.205 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:23:36.205 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:36.205 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:23:36.205 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:23:36.205 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:23:36.206 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:23:36.206 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 22:23:36.206 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 22:23:36.206 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 22:23:36.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 22:23:36.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 22:23:36.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 22:23:36.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:36.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:36.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:36.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:36.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:36.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:23:36.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:36.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:36.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:36.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 22:23:36.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:36.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:36.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:36.235 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:23:36.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:36.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:36.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:36.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:36.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:36.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:36.236 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 22:23:36.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:36.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:36.236 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:36.236 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:37.291 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:23:37.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:37.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:23:37.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:37.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 22:23:37.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:37.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:23:37.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:37.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'] 22:23:37.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:37.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'] 22:23:37.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:37.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 22:23:37.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:37.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'] 22:23:37.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:37.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'] 22:23:37.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:37.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:23:37.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:37.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:37.295 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:23:37.295 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:37.295 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:37.295 DEBUG [main][MenuItemLookup] Item match:File 22:23:37.297 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:23:37.297 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:23:37.303 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:23:37.303 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:23:37.303 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:37.303 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:23:37.303 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:23:37.303 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:23:37.303 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:23:37.303 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:23:37.303 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:23:37.303 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:23:37.303 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:23:37.304 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:23:37.304 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:37.304 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:23:37.304 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:23:37.304 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:37.304 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:23:37.304 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:23:37.310 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:23:37.310 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:23:37.310 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:23:37.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 'New|Select a wizard'] is available.... 22:23:37.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:23:37.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:23:37.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:37.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:37.415 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:23:37.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:37.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:23:37.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:37.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:37.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:37.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:37.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:37.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:37.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:37.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 22:23:37.419 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 22:23:37.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:37.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:37.923 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 22:23:37.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 22:23:37.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 22:23:37.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:37.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 22:23:37.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:37.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 22:23:37.924 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 22:23:37.925 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 22:23:37.925 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 22:23:37.926 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 22:23:37.926 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:23:37.926 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:23:37.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) 22:23:37.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:37.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:37.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:37.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:37.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:37.928 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:23:37.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:37.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:37.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:37.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:38.117 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:23:38.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:38.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:38.117 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.... 22:23:38.117 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 22:23:38.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 22:23:38.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:38.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:38.118 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 22:23:38.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:23:38.120 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:") 22:23:38.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:38.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:38.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:38.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:38.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:23:38.124 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:23:38.125 INFO [WorkbenchTestable][AbstractText] Text set to: reddeer.test.plugin 22:23:38.131 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:") 22:23:38.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:38.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:38.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:38.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:38.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:23:38.140 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:23:38.140 INFO [WorkbenchTestable][AbstractText] Text set to: test.plugin 22:23:38.152 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:") 22:23:38.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:38.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:38.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:38.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:38.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:23:38.157 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:23:38.157 INFO [WorkbenchTestable][AbstractText] Text set to: 8.2.9.qualifier 22:23:38.166 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:") 22:23:38.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:38.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:38.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:38.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:38.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:23:38.196 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:23:38.196 INFO [WorkbenchTestable][AbstractText] Text set to: Eclipse.org - RedDeer 22:23:38.202 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:") 22:23:38.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:38.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:38.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:38.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:38.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:38.208 INFO [WorkbenchTestable][RadioButton] Select radio button &Application id: 22:23:38.208 INFO [WorkbenchTestable][AbstractButton] Click button &Application id: 22:23:38.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:38.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:38.208 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:38.208 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:38.210 TRACE [main][WidgetHandler] Notify Button with event 27 22:23:38.210 TRACE [main][WidgetHandler] Wait for synchronization 22:23:38.210 TRACE [main][WidgetHandler] Notify Button with event 13 22:23:38.210 TRACE [main][WidgetHandler] Wait for synchronization 22:23:38.210 TRACE [main][WidgetHandler] Notify Button with event 26 22:23:38.210 TRACE [main][WidgetHandler] Wait for synchronization 22:23:38.210 TRACE [main][WidgetHandler] Notify Button with event 3 22:23:38.210 TRACE [main][WidgetHandler] Wait for synchronization 22:23:38.210 TRACE [main][WidgetHandler] Notify Button with event 4 22:23:38.210 TRACE [main][WidgetHandler] Wait for synchronization 22:23:38.210 TRACE [main][WidgetHandler] Notify Button with event 13 22:23:38.210 TRACE [main][WidgetHandler] Wait for synchronization 22:23:38.211 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 22:23:38.211 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:38.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:38.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:38.212 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:23:38.212 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:38.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:38.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:23:38.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:23:38.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:38.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:23:38.213 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 22:23:38.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:38.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:23:38.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:23:38.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:38.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:23:38.215 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.ui.ide.workbench to selection: org.eclipse.ui.ide.workbench 22:23:38.217 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) 22:23:38.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:38.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:38.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:38.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:38.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:38.218 INFO [WorkbenchTestable][CheckBox] Select checkbox 22:23:38.218 INFO [WorkbenchTestable][CheckBox] Check checkbox 22:23:38.219 INFO [WorkbenchTestable][AbstractButton] Click button 22:23:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:38.219 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:38.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:38.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: 32) 22:23:38.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:38.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:23:38.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:38.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:38.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:38.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:38.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:38.220 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:") 22:23:38.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:38.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:38.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:38.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:38.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:38.228 INFO [WorkbenchTestable][RadioButton] Select radio button &Product id: 22:23:38.228 INFO [WorkbenchTestable][AbstractButton] Click button &Product id: 22:23:38.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:38.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:38.229 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:38.229 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:38.229 TRACE [main][WidgetHandler] Notify Button with event 27 22:23:38.229 TRACE [main][WidgetHandler] Wait for synchronization 22:23:38.229 TRACE [main][WidgetHandler] Notify Button with event 13 22:23:38.229 TRACE [main][WidgetHandler] Wait for synchronization 22:23:38.229 TRACE [main][WidgetHandler] Notify Button with event 26 22:23:38.229 TRACE [main][WidgetHandler] Wait for synchronization 22:23:38.229 TRACE [main][WidgetHandler] Notify Button with event 3 22:23:38.229 TRACE [main][WidgetHandler] Wait for synchronization 22:23:38.229 TRACE [main][WidgetHandler] Notify Button with event 4 22:23:38.229 TRACE [main][WidgetHandler] Wait for synchronization 22:23:38.229 TRACE [main][WidgetHandler] Notify Button with event 13 22:23:38.229 TRACE [main][WidgetHandler] Wait for synchronization 22:23:38.229 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 22:23:38.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:38.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:38.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:38.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:23:38.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:38.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:38.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:23:38.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:23:38.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:38.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:23:38.232 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 22:23:38.232 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:38.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:38.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:38.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:23:38.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:38.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:38.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:38.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:38.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:38.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:23:38.234 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 22:23:38.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:38.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:38.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:38.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:38.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:23:38.234 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.platform.ide to selection: org.eclipse.platform.ide 22:23:38.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 22:23:38.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:38.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:38.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:38.235 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:23:38.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:38.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:38.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:38.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:38.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:38.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:38.242 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 22:23:38.242 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Finish wizard 22:23:38.243 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) 22:23:38.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:38.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:38.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:38.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:38.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:38.244 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:23:38.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:38.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:38.244 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:38.244 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:38.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:23:38.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:23:38.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:23:38.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:23:38.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:23:38.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:23:38.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Blocked Dialog' is a system job, skipped 22:23:38.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:23:38.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:23:38.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:23:38.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:23:38.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:23:38.742 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:38.743 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRedDeerRunConfigurationItem no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 22:23:38.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 22:23:38.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:38.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:38.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:38.744 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 22:23:38.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:38.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:38.744 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:38.745 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:38.745 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:38.745 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:38.745 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:38.745 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:38.745 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:38.745 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:38.745 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:38.745 DEBUG [main][MenuItemLookup] Item match:Run 22:23:38.746 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 22:23:38.746 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 22:23:38.746 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:38.746 DEBUG [main][MenuItemLookup] Found menu:'Run History' 22:23:38.746 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:23:38.746 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 22:23:38.746 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 22:23:38.747 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 22:23:38.747 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 22:23:38.747 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 22:23:39.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 22:23:39.304 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 22:23:39.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 22:23:39.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:39.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:39.305 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test 22:23:39.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:23:39.305 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:39.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:39.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:39.306 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:23:39.306 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:39.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:39.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:39.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:39.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:39.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:39.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:39.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:39.308 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test 22:23:39.308 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test 22:23:39.308 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test about selection 22:23:39.308 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test 22:23:39.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 22:23:39.399 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 22:23:39.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 22:23:39.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:39.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:39.400 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 22:23:39.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:39.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:39.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 22:23:39.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:39.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:39.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:23:39.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:39.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:39.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:39.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:23:39.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:39.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:39.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:39.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:39.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:39.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:23:39.402 INFO [WorkbenchTestable][AbstractButton] Click button Close 22:23:39.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:23:39.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:23:39.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:23:39.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:23:39.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 22:23:42.444 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 22:23:42.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 22:23:42.444 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 22:23:42.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:23:42.444 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 22:23:42.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:23:42.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:23:42.445 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:23:42.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:23:42.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 22:23:42.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:23:42.449 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:23:42.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:42.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:42.450 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRedDeerRunConfigurationItem no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 22:23:42.450 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:23:42.451 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRedDeerLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 22:23:42.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 22:23:42.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:23:42.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:23:42.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:23:42.451 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 22:23:42.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:42.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:42.451 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:23:42.451 DEBUG [main][MenuItemLookup] Found menu:'File' 22:23:42.452 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:23:42.452 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:23:42.452 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:23:42.452 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:23:42.452 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:23:42.452 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:23:42.452 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:23:42.452 DEBUG [main][MenuItemLookup] Item match:Run 22:23:42.453 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 22:23:42.453 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 22:23:42.453 DEBUG [main][MenuItemLookup] Found menu:'' 22:23:42.453 DEBUG [main][MenuItemLookup] Found menu:'Run History' 22:23:42.453 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:23:42.453 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 22:23:42.453 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 22:23:42.453 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 22:23:42.453 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 22:23:42.453 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 22:23:42.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 22:23:42.609 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 22:23:42.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 22:23:42.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:42.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:42.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 22:23:42.614 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 22:23:42.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 22:23:42.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:23:42.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:23:42.615 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 22:23:42.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:23:42.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:42.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:42.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:42.615 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:23:42.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:42.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:42.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:42.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:42.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:42.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:42.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:42.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:42.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 22:23:42.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 22:23:42.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:43.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:43.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 22:23:43.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 22:23:43.120 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 22:23:43.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:43.120 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 22:23:43.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:43.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 22:23:43.121 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 22:23:43.121 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 22:23:43.121 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 22:23:43.121 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 22:23:43.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:44.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:44.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:44.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:23:44.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:44.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:44.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:44.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:44.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:44.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:45.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:45.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:45.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:45.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:46.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:46.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:46.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:46.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:47.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:47.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:47.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:47.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:48.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:48.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:48.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:48.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:49.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:49.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:49.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:49.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:50.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:50.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:50.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:50.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:51.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:51.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:51.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:51.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:52.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:52.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:52.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:52.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:53.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:53.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:53.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:53.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:54.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:54.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:54.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:23:54.273 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 22:23:54.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 22:23:54.274 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:54.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:54.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:54.274 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:23:54.274 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:54.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:54.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:54.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:23:54.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:23:54.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:23:54.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:23:54.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:23:54.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 22:23:54.275 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 22:23:54.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:54.275 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 22:23:54.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:54.275 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 22:23:54.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 22:23:54.276 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 22:23:54.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:23:54.276 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 22:23:54.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:23:54.276 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 22:23:54.276 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 22:23:54.276 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 22:23:54.277 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 22:23:54.277 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 22:23:54.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:23:54.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:23:54.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:23:54.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:23:54.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:23:54.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:23:54.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:54.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:54.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:54.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:55.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:55.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:55.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:55.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:56.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:56.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:56.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:56.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:57.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:57.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:57.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:57.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:58.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:58.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:58.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:58.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:59.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:59.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:23:59.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:23:59.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:00.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:00.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:00.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:00.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:01.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:01.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:01.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:01.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:02.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:02.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:02.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:02.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:03.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:03.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:03.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:03.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:04.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:04.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:04.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:24:04.341 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") 22:24:04.341 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:04.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:04.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:04.342 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:04.342 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:04.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:04.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:04.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:04.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:04.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:24:04.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer 22:24:04.368 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") 22:24:04.368 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:04.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:04.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:04.372 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:04.372 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:04.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:04.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:04.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:04.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:04.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:24:04.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer 22:24:04.374 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 22:24:04.374 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:04.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:04.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:04.375 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:04.375 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:04.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:04.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:04.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:04.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:04.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:24:04.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:24:04.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:24:04.383 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") 22:24:04.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:04.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:04.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:04.384 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:04.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:04.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:04.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:04.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:04.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:04.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:24:04.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer 22:24:04.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 22:24:04.386 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:04.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:04.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:04.386 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:04.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:04.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:04.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:04.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:04.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:04.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:24:04.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 22:24:04.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 22:24:04.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 22:24:04.389 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 22:24:04.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 22:24:04.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:04.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:04.390 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 22:24:04.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:04.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:04.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 22:24:04.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:04.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:04.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 "Close") 22:24:04.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:04.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:04.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:04.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:04.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:04.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:04.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:04.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:04.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:04.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:24:04.392 INFO [WorkbenchTestable][AbstractButton] Click button Close 22:24:04.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:24:04.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:24:04.392 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:24:04.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:24:04.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 22:24:04.419 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 22:24:04.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 22:24:04.419 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:04.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:04.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:04.419 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Changes" as the parent 22:24:04.419 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:04.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:04.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:04.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:04.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:04.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:24:04.420 INFO [WorkbenchTestable][AbstractButton] Click button &Save 22:24:04.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:24:04.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:24:04.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:24:04.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:24:04.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 22:24:04.526 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 22:24:04.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 22:24:04.527 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 22:24:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:24:04.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:24:04.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:24:04.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:24:04.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:24:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:24:04.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 22:24:04.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:24:04.527 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:24:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:04.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:04.527 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRedDeerLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 22:24:04.527 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:24:04.527 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJUnitLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 22:24:04.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 22:24:04.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:24:04.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:24:04.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:24:04.528 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 22:24:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:04.528 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:24:04.528 DEBUG [main][MenuItemLookup] Found menu:'File' 22:24:04.528 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:24:04.528 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:24:04.528 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:24:04.528 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:24:04.528 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:24:04.528 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:24:04.528 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:24:04.528 DEBUG [main][MenuItemLookup] Item match:Run 22:24:04.530 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 22:24:04.530 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 22:24:04.530 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:04.530 DEBUG [main][MenuItemLookup] Found menu:'Run History' 22:24:04.530 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:24:04.530 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 22:24:04.530 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 22:24:04.530 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 22:24:04.530 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 22:24:04.530 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 22:24:04.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 22:24:04.652 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 22:24:04.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 22:24:04.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:04.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:04.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 22:24:04.654 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 22:24:04.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 22:24:04.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:04.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:04.654 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 22:24:04.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:24:04.654 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:04.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:04.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:04.655 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:04.655 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:04.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:04.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:04.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:04.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:04.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:24:04.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:24:04.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:24:04.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 22:24:04.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 22:24:04.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:24:04.657 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 22:24:04.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:24:04.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 22:24:04.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 22:24:04.661 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 22:24:04.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:24:04.661 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 22:24:04.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:24:04.661 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 22:24:04.662 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 22:24:04.662 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 22:24:04.662 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 22:24:04.662 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 22:24:04.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:04.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:04.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:04.894 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:04.894 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:04.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:04.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:04.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:05.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:05.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:05.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:05.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:06.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:06.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:06.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:06.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:07.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:07.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:07.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:07.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:08.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:08.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:08.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:08.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:09.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:09.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:09.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:09.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:10.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:10.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:10.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:10.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:11.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:11.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:11.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:11.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:12.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:12.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:12.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:12.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:13.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:13.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:13.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:13.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:14.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:14.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:14.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:14.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:14.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:24:14.948 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 22:24:14.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:24:14.948 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:14.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:14.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:14.948 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:14.948 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:14.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:14.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:14.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:14.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:14.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:24:14.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:24:14.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:24:14.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 22:24:14.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 22:24:14.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:24:14.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 22:24:14.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:24:14.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 22:24:14.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 22:24:14.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 22:24:14.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:24:14.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 22:24:14.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:24:14.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 22:24:14.950 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 22:24:14.950 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 22:24:14.951 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 22:24:14.951 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 22:24:14.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:14.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:14.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:14.951 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:14.951 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:14.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:14.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:14.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:15.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:15.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:15.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:15.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:16.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:16.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:16.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:16.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:17.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:17.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:17.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:17.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:18.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:18.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:18.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:18.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:19.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:19.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:19.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:19.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:20.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:20.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:20.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:20.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:21.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:21.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:21.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:21.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:22.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:22.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:22.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:22.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:23.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:23.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:23.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:23.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:24.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:24.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:24.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:25.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:25.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:24:25.002 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") 22:24:25.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:25.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:25.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:25.002 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:25.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:25.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:25.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:25.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:25.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:25.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:24:25.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Test 22:24:25.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 "Project:") 22:24:25.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:25.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:25.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:25.004 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:25.004 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:25.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:25.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:25.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:25.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:25.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:24:25.012 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:24:25.018 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:") 22:24:25.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:25.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:25.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:25.018 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:25.018 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:25.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:25.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:25.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:25.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:25.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:24:25.028 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:24:25.029 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:") 22:24:25.029 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:25.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:25.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:25.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:25.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:25.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:25.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:25.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:25.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:25.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:24:25.040 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:24:25.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: 16, Matcher matching widgets with text that without mnenomic matches: is "Run a single test") 22:24:25.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:25.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:25.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:25.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:25.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:25.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:25.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:25.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:25.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:25.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:24:25.043 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:") 22:24:25.043 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:25.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:25.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:25.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:25.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:25.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:25.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:25.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:25.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:25.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:24:25.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 22:24:25.048 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 22:24:25.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 22:24:25.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:25.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:25.048 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 22:24:25.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:25.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:25.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 22:24:25.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:25.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:25.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 "Close") 22:24:25.049 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:25.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:25.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:25.049 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:25.049 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:25.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:25.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:25.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:25.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:25.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:24:25.060 INFO [WorkbenchTestable][AbstractButton] Click button Close 22:24:25.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:24:25.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:24:25.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:24:25.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:24:25.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 22:24:28.134 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 22:24:28.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 22:24:28.134 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 22:24:28.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:24:28.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:24:28.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:24:28.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:24:28.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:24:28.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 22:24:28.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:24:28.134 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:24:28.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:28.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:28.135 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJUnitLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 22:24:28.135 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:24:28.135 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRedDeerRunConfigurationForClass no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 22:24:28.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 22:24:28.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:24:28.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:24:28.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:24:28.135 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 22:24:28.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:28.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:28.135 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:24:28.135 DEBUG [main][MenuItemLookup] Found menu:'File' 22:24:28.135 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:24:28.136 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:24:28.136 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:24:28.136 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:24:28.136 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:24:28.136 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:24:28.136 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:24:28.136 DEBUG [main][MenuItemLookup] Item match:Run 22:24:28.136 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 22:24:28.136 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 22:24:28.136 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:28.136 DEBUG [main][MenuItemLookup] Found menu:'Run History' 22:24:28.136 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:24:28.136 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 22:24:28.136 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 22:24:28.137 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 22:24:28.137 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 22:24:28.137 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 22:24:28.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 22:24:28.212 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 22:24:28.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 22:24:28.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:28.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:28.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 22:24:28.214 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 22:24:28.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 22:24:28.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:28.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:28.214 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 22:24:28.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:24:28.214 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:28.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:28.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:28.214 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:28.214 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:28.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:28.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:28.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:28.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:28.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:24:28.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:24:28.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:24:28.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 22:24:28.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 22:24:28.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:24:28.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 22:24:28.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:24:28.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 22:24:28.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 22:24:28.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 22:24:28.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:24:28.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 22:24:28.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:24:28.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 22:24:28.217 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 22:24:28.217 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 22:24:28.217 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 22:24:28.217 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 22:24:28.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:28.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:28.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:28.423 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:28.423 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:28.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:28.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:28.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:28.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:28.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:29.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:29.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:29.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:29.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:30.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:30.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:30.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:30.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:31.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:31.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:31.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:31.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:32.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:32.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:32.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:32.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:33.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:33.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:33.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:33.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:34.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:34.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:34.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:34.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:35.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:35.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:35.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:35.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:36.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:36.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:36.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:36.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:37.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:37.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:37.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:37.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:38.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:38.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:38.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:24:38.474 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 22:24:38.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 22:24:38.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:38.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:38.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:38.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:38.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:38.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:38.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:38.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:38.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:38.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:24:38.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:24:38.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:24:38.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 22:24:38.475 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 22:24:38.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:24:38.475 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 22:24:38.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:24:38.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 22:24:38.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 22:24:38.476 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 22:24:38.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:24:38.476 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 22:24:38.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:24:38.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 22:24:38.476 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 22:24:38.476 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 22:24:38.477 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 22:24:38.477 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 22:24:38.477 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:38.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:38.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:38.477 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:38.477 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:38.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:38.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:38.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:38.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:38.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:39.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:39.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:39.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:39.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:40.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:40.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:40.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:40.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:41.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:41.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:41.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:41.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:42.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:42.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:42.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:42.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:43.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:43.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:44.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:44.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:44.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:44.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:45.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:45.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:45.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:45.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:46.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:46.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:46.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:46.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:47.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:47.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:47.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:47.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:48.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:48.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:48.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:48.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:48.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:24:48.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 22:24:48.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 22:24:48.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 22:24:48.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:48.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:48.532 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 22:24:48.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:48.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:48.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 22:24:48.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:48.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:48.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:24:48.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:48.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:48.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:48.532 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 22:24:48.532 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:48.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:48.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:48.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:48.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:48.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:24:48.536 INFO [WorkbenchTestable][AbstractButton] Click button Close 22:24:48.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:24:48.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:24:48.536 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:24:48.536 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:24:48.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 22:24:51.592 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 22:24:51.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 22:24:51.592 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 22:24:51.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:24:51.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:24:51.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:24:51.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:24:51.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:24:51.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 22:24:51.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:24:51.593 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:24:51.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:51.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:51.593 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRedDeerRunConfigurationForClass no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 22:24:51.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:51.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:51.600 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 22:24:51.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:24:51.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:51.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:51.600 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:24:51.600 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:24:51.600 DEBUG [main][MenuItemLookup] Found menu:'File' 22:24:51.600 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:24:51.601 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:24:51.601 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:24:51.601 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:24:51.601 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:24:51.601 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:24:51.601 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:24:51.601 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:24:51.601 DEBUG [main][MenuItemLookup] Item match:Window 22:24:51.601 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:24:51.601 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:24:51.601 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:24:51.601 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:51.601 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:24:51.601 DEBUG [main][MenuItemLookup] Item match:Show View 22:24:51.607 DEBUG [main][MenuItemLookup] Found menu:'Ant' 22:24:51.607 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:24:51.607 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:24:51.607 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:24:51.607 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:24:51.607 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:24:51.607 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:24:51.607 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:24:51.607 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:24:51.607 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:24:51.607 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:24:51.607 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:24:51.607 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:24:51.607 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:24:51.607 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:24:51.607 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:51.607 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:24:51.607 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:24:51.608 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:24:51.608 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:24:51.608 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:24:51.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:24:51.645 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 22:24:51.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:24:51.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:51.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:51.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 22:24:51.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:51.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:51.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:51.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:24:51.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:51.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:51.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:51.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:51.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:51.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:24:51.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:24:51.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:24:51.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:24:51.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:24:51.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:24:52.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:24:52.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:24:52.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:24:52.154 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:24:52.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:24:52.154 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:24:52.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:24:52.154 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:24:52.154 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 22:24:52.154 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 22:24:52.155 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 22:24:52.155 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 22:24:52.155 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:52.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:52.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:52.155 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:24:52.155 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:52.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:52.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:52.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 22:24:52.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:52.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:52.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:52.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:24:52.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:52.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:52.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:52.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:52.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:52.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:24:52.157 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:24:52.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:24:52.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:24:52.157 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:24:52.157 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:24:52.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:24:52.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:24:52.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 22:24:52.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:52.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:52.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 22:24:52.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:52.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:52.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:24:52.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:52.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:52.199 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:24:52.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 '\*?\QProject Explorer\E') 22:24:52.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:52.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:52.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:52.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:52.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:24:52.199 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:24:52.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:24:52.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:24:52.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:24:52.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:24:52.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:24:52.214 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:24:52.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:24:52.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:24:52.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:24:52.216 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:24:52.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:24:52.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:24:52.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:24:52.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:52.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:52.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:52.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:52.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:53.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:53.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:53.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:24:53.219 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:24:53.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:24:53.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:24:53.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:24:53.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 22:24:53.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:53.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:53.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:53.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:53.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:24:53.222 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 22:24:53.225 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 22:24:53.225 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 22:24:53.225 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 22:24:53.240 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 22:24:53.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:24:53.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:24:53.421 DEBUG [main][MenuItemLookup] Found menu:'New' 22:24:53.421 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:24:53.421 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:53.421 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:24:53.421 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:53.421 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:24:53.421 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:24:53.421 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:24:53.421 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:24:53.421 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:24:53.421 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:24:53.421 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:53.421 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:24:53.421 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:24:53.421 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:53.421 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:24:53.421 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:24:53.422 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:24:53.422 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:24:53.422 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:24:53.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:24:53.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:24:53.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:24:53.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:24:53.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:24:53.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:24:53.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:24:53.924 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test.plugin' via Explorer 22:24:53.924 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 22:24:53.924 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 22:24:53.924 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 22:24:53.929 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 22:24:53.930 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:24:53.930 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:24:53.958 DEBUG [main][MenuItemLookup] Found menu:'New' 22:24:53.958 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:24:53.958 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:53.958 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:24:53.958 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:53.958 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:24:53.958 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:24:53.958 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:24:53.958 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:24:53.958 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:24:53.958 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:24:53.958 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:24:53.958 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:24:53.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.... 22:24:54.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 22:24:54.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:24:54.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:54.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:54.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:54.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:54.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:24:54.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:54.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:54.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:54.570 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:24:54.570 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:54.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:54.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:54.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:54.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:54.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:24:54.571 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:24:54.571 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:24:54.571 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:24:54.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:24:54.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:24:54.571 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:24:54.571 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:24:54.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:24:54.571 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:54.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:54.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:54.572 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:24:54.572 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:54.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:54.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:54.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:54.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:54.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:24:54.572 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:24:54.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:24:54.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:24:54.573 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:24:54.573 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:24:54.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:24:54.579 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:24:55.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:24:55.080 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:24:55.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:24:55.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:24:55.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:24:55.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:24:55.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:24:55.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:24:55.080 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 22:24:55.080 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:24:55.080 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:24:55.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:55.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 79.951 s - in org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest testRedDeerRunConfigurationItem no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 3.707 s testRedDeerLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 22.076 s testJUnitLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 23.608 s testRedDeerRunConfigurationForClass no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 23.458 s Running org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 22:24:55.097 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 22:24:55.098 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:24:55.098 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:24:55.098 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 22:24:55.098 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:24:55.098 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:24:55.099 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:24:55.099 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:24:55.099 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:24:55.099 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:24:55.099 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:24:55.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:24:55.099 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:24:55.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:24:55.100 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:24:55.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:24:55.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:24:55.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:55.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:55.100 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:24:55.100 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:24:55.100 DEBUG [main][MenuItemLookup] Found menu:'File' 22:24:55.101 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:24:55.101 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:24:55.101 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:24:55.101 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:24:55.101 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:24:55.101 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:24:55.101 DEBUG [main][MenuItemLookup] Item match:Window 22:24:55.101 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:24:55.101 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:24:55.101 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:24:55.101 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.101 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:24:55.101 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:24:55.101 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.101 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:24:55.101 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.101 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:24:55.101 DEBUG [main][MenuItemLookup] Item match:Preferences 22:24:55.101 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:24:55.101 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:24:55.102 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:24:55.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 22:24:55.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:24:55.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:24:55.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:55.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:55.167 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:24:55.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:24:55.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:24:55.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:55.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:55.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:55.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:55.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:24:55.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:24:55.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:24:55.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:24:55.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:55.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:55.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:55.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:55.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:24:55.197 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:24:55.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:24:55.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:24:55.198 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:24:55.198 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:24:55.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:24:55.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:24:55.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:24:55.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:55.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:55.223 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 22:24:55.223 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 22:24:55.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 22:24:55.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:55.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:55.223 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:24:55.223 DEBUG [main][MenuItemLookup] Found menu:'File' 22:24:55.223 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:24:55.223 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:24:55.223 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:24:55.223 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:24:55.223 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:24:55.223 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:24:55.223 DEBUG [main][MenuItemLookup] Item match:Window 22:24:55.224 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:24:55.224 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:24:55.224 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:24:55.224 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.224 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:24:55.224 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:24:55.224 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.224 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:24:55.224 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.224 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:24:55.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:55.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:55.224 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:24:55.224 DEBUG [main][MenuItemLookup] Found menu:'File' 22:24:55.224 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:24:55.224 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:24:55.224 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:24:55.224 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:24:55.224 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:24:55.224 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:24:55.224 DEBUG [main][MenuItemLookup] Item match:Window 22:24:55.225 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:24:55.225 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:24:55.225 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:24:55.225 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.225 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:24:55.225 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:24:55.225 DEBUG [main][MenuItemLookup] Item match:Perspective 22:24:55.225 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:24:55.225 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.225 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:24:55.225 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:24:55.225 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:24:55.225 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:24:55.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 22:24:55.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:55.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:55.225 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'File' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:24:55.226 DEBUG [main][MenuItemLookup] Item match:Window 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:24:55.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:55.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:55.226 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'File' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:24:55.226 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:24:55.226 DEBUG [main][MenuItemLookup] Item match:Window 22:24:55.227 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:24:55.227 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:24:55.227 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:24:55.227 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.227 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:24:55.227 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:24:55.227 DEBUG [main][MenuItemLookup] Item match:Perspective 22:24:55.227 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:24:55.227 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.227 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:24:55.227 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:24:55.227 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:24:55.227 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:24:55.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:55.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:55.228 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:24:55.228 DEBUG [main][MenuItemLookup] Found menu:'File' 22:24:55.228 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:24:55.228 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:24:55.228 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:24:55.228 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:24:55.228 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:24:55.228 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:24:55.228 DEBUG [main][MenuItemLookup] Item match:Window 22:24:55.228 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:24:55.228 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:24:55.228 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:24:55.228 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.228 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:24:55.228 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:24:55.228 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.228 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:24:55.228 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.228 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:24:55.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:55.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:55.228 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:24:55.229 DEBUG [main][MenuItemLookup] Found menu:'File' 22:24:55.229 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:24:55.229 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:24:55.229 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:24:55.229 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:24:55.229 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:24:55.229 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:24:55.229 DEBUG [main][MenuItemLookup] Item match:Window 22:24:55.229 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:24:55.229 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:24:55.229 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:24:55.229 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.229 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:24:55.229 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:24:55.229 DEBUG [main][MenuItemLookup] Item match:Perspective 22:24:55.229 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:24:55.229 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.229 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:24:55.229 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:24:55.229 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:24:55.229 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:24:55.229 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 22:24:55.229 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 22:24:55.230 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 22:24:55.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 22:24:55.254 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 22:24:55.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 22:24:55.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:55.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:55.254 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:55.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:55.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:55.255 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:24:55.255 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:55.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:55.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:55.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:24:55.255 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:55.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:55.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:55.255 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:24:55.255 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:55.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:55.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:55.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:55.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:55.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:24:55.256 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 22:24:55.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:24:55.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:24:55.256 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:24:55.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:24:55.988 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:24:55.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:24:55.988 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:24:55.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:24:55.988 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 22:24:55.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:24:55.989 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:24:55.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:24:55.989 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:24:55.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:24:55.989 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:24:55.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:24:55.989 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 22:24:55.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:24:55.989 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:24:55.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:24:55.989 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:24:55.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:24:55.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:24:55.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:55.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:55.990 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:24:55.990 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:24:55.990 DEBUG [main][MenuItemLookup] Found menu:'File' 22:24:55.990 DEBUG [main][MenuItemLookup] Item match:File 22:24:55.991 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:24:55.991 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:24:55.994 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:24:55.994 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:24:55.994 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.994 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:24:55.994 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:24:55.994 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:24:55.994 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:24:55.994 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:24:55.994 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:24:55.994 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:24:55.994 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:24:55.994 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:24:55.994 DEBUG [main][MenuItemLookup] Found menu:'File' 22:24:55.994 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:24:55.994 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:24:55.994 DEBUG [main][MenuItemLookup] Found menu:'' 22:24:55.994 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:24:55.994 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:24:55.995 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:24:55.995 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:24:55.995 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:24:56.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:24:56.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 'New|Select a wizard'] is available. finished successfully 22:24:56.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:24:56.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:56.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:56.043 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:24:56.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:24:56.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:24:56.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:24:56.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:24:56.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:24:56.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 22:24:56.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 22:24:56.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:24:56.045 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 22:24:56.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:24:56.045 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 22:24:56.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 22:24:56.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 22:24:56.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:24:56.045 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 22:24:56.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:24:56.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 22:24:56.046 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 22:24:56.046 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 22:24:56.046 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 22:24:56.046 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 22:24:56.046 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:24:56.046 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:24:56.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:24:56.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:24:56.047 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:24:56.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:24:56.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:24:56.048 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:24:56.048 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:24:56.218 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:24:56.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:24:56.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:24:56.218 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.... 22:24:56.218 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 22:24:56.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 22:24:56.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:56.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:56.219 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 22:24:56.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:24:56.220 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:") 22:24:56.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:24:56.221 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:24:56.222 INFO [WorkbenchTestable][AbstractText] Text set to: reddeer.test.plugin 22:24:56.226 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:") 22:24:56.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:24:56.229 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:24:56.229 INFO [WorkbenchTestable][AbstractText] Text set to: test.plugin 22:24:56.240 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:") 22:24:56.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:24:56.243 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:24:56.243 INFO [WorkbenchTestable][AbstractText] Text set to: 8.2.9.qualifier 22:24:56.252 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:") 22:24:56.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:24:56.256 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:24:56.257 INFO [WorkbenchTestable][AbstractText] Text set to: Eclipse.org - RedDeer 22:24:56.265 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:") 22:24:56.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:24:56.266 INFO [WorkbenchTestable][RadioButton] Select radio button &Application id: 22:24:56.266 INFO [WorkbenchTestable][AbstractButton] Click button &Application id: 22:24:56.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:24:56.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:24:56.266 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:24:56.266 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:24:56.292 TRACE [main][WidgetHandler] Notify Button with event 27 22:24:56.292 TRACE [main][WidgetHandler] Wait for synchronization 22:24:56.292 TRACE [main][WidgetHandler] Notify Button with event 13 22:24:56.292 TRACE [main][WidgetHandler] Wait for synchronization 22:24:56.292 TRACE [main][WidgetHandler] Notify Button with event 26 22:24:56.292 TRACE [main][WidgetHandler] Wait for synchronization 22:24:56.292 TRACE [main][WidgetHandler] Notify Button with event 3 22:24:56.292 TRACE [main][WidgetHandler] Wait for synchronization 22:24:56.292 TRACE [main][WidgetHandler] Notify Button with event 4 22:24:56.292 TRACE [main][WidgetHandler] Wait for synchronization 22:24:56.292 TRACE [main][WidgetHandler] Notify Button with event 13 22:24:56.292 TRACE [main][WidgetHandler] Wait for synchronization 22:24:56.292 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 22:24:56.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:56.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:56.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:56.303 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:24:56.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:56.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:24:56.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:24:56.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:24:56.304 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 22:24:56.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:24:56.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:24:56.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:24:56.305 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.ui.ide.workbench to selection: org.eclipse.ui.ide.workbench 22:24:56.305 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) 22:24:56.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:24:56.306 INFO [WorkbenchTestable][CheckBox] Select checkbox 22:24:56.306 INFO [WorkbenchTestable][CheckBox] Check checkbox 22:24:56.306 INFO [WorkbenchTestable][AbstractButton] Click button 22:24:56.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:24:56.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:24:56.306 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:24:56.306 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:24:56.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: 32) 22:24:56.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:56.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:56.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:56.306 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:24:56.306 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:56.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:24:56.307 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:") 22:24:56.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:24:56.307 INFO [WorkbenchTestable][RadioButton] Select radio button &Product id: 22:24:56.308 INFO [WorkbenchTestable][AbstractButton] Click button &Product id: 22:24:56.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:24:56.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:24:56.308 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:24:56.308 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:24:56.309 TRACE [main][WidgetHandler] Notify Button with event 27 22:24:56.309 TRACE [main][WidgetHandler] Wait for synchronization 22:24:56.309 TRACE [main][WidgetHandler] Notify Button with event 13 22:24:56.309 TRACE [main][WidgetHandler] Wait for synchronization 22:24:56.309 TRACE [main][WidgetHandler] Notify Button with event 26 22:24:56.309 TRACE [main][WidgetHandler] Wait for synchronization 22:24:56.309 TRACE [main][WidgetHandler] Notify Button with event 3 22:24:56.309 TRACE [main][WidgetHandler] Wait for synchronization 22:24:56.309 TRACE [main][WidgetHandler] Notify Button with event 4 22:24:56.309 TRACE [main][WidgetHandler] Wait for synchronization 22:24:56.309 TRACE [main][WidgetHandler] Notify Button with event 13 22:24:56.309 TRACE [main][WidgetHandler] Wait for synchronization 22:24:56.309 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 22:24:56.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:56.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:56.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:56.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:24:56.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:56.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:24:56.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:24:56.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:24:56.317 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 22:24:56.317 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:56.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:56.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:56.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:24:56.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:56.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:24:56.319 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 22:24:56.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:24:56.320 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.platform.ide to selection: org.eclipse.platform.ide 22:24:56.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 22:24:56.320 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:24:56.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:24:56.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:24:56.320 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:24:56.320 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:24:56.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:24:56.322 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 22:24:56.322 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Finish wizard 22:24:56.322 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) 22:24:56.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:24:56.322 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:24:56.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:24:56.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:24:56.323 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:24:56.323 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:24:56.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:24:56.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:24:56.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:24:56.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:24:56.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:24:56.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:24:56.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Blocked Dialog' is a system job, skipped 22:24:56.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:24:56.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:24:56.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:24:56.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:24:56.494 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:24:56.494 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 22:24:56.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 22:24:56.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:24:56.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:24:56.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:24:56.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.496 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:24:56.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:24:56.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:56.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:56.498 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:24:56.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 '\*?\QPackage Explorer\E') 22:24:56.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:24:56.498 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:24:56.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:24:56.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:24:56.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:24:56.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:24:56.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:24:56.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists.... 22:24:56.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.502 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:24:56.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:24:56.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:24:56.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:24:56.503 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:24:56.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:24:56.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:56.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:24:56.504 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:24:56.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:24:56.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:24:56.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:24:56.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:24:56.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:24:56.505 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:24:56.505 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:24:56.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:24:56.506 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 22:24:56.506 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:24:56.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:24:56.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:24:56.506 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 22:24:56.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:56.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:56.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:56.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:57.007 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:24:57.008 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:24:57.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:24:57.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:24:57.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 22:24:57.009 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:24:57.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:24:57.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:24:57.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 22:24:57.010 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:24:57.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:24:57.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:24:57.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 22:24:57.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:57.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:57.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:57.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:57.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:58.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:58.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:58.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:24:58.013 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:24:58.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:24:58.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:24:58.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 22:24:58.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:24:58.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:58.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:58.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:58.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:58.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:24:58.015 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 22:24:58.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists. finished successfully 22:24:58.015 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:24:58.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:24:58.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:24:58.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:24:58.016 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:24:58.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:24:58.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:24:58.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:24:58.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:58.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:58.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:58.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:58.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:59.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:59.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:24:59.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:24:59.018 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:24:59.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:24:59.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:24:59.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:24:59.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 22:24:59.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:24:59.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:24:59.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:24:59.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:24:59.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:24:59.020 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 22:24:59.024 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:24:59.025 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 22:24:59.025 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 22:24:59.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:24:59.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:24:59.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 22:24:59.527 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 22:24:59.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:24:59.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:00.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:00.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:25:00.029 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 22:25:00.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 22:25:00.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:00.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:00.529 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 22:25:00.530 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 22:25:00.530 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 22:25:00.531 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 22:25:00.561 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 22:25:00.561 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item RedDeerTest.java 22:25:00.561 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 22:25:00.561 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 22:25:00.562 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 22:25:00.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 22:25:00.563 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 22:25:00.563 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 22:25:01.198 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 22:25:01.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:25:01.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:25:01.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:25:01.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:25:01.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:25:01.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:25:01.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:25:01.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:25:01.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:25:01.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:01.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:01.207 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 22:25:01.207 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:01.207 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:25:01.207 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:25:01.207 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:25:01.207 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:25:01.207 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:25:01.207 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:25:01.207 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:25:01.207 DEBUG [main][MenuItemLookup] Item match:Run 22:25:01.208 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 22:25:01.208 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 22:25:01.208 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:01.208 DEBUG [main][MenuItemLookup] Found menu:'Run History' 22:25:01.208 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:25:01.208 DEBUG [main][MenuItemLookup] Item match:Run As 22:25:01.436 DEBUG [main][MenuItemLookup] Found menu:'1 JUnit Plug-in Test Shift+Alt+X P' 22:25:01.436 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+X T' 22:25:01.436 DEBUG [main][MenuItemLookup] Found menu:'3 RedDeer Test Shift+Alt+X S' 22:25:01.436 DEBUG [main][MenuItemLookup] Item match:3 RedDeer Test Shift+Alt+X S 22:25:01.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:01.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:01.491 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 22:25:01.491 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:01.491 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:25:01.491 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:25:01.491 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:25:01.491 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:25:01.491 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:25:01.491 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:25:01.491 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:25:01.491 DEBUG [main][MenuItemLookup] Item match:Run 22:25:01.492 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 22:25:01.492 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 22:25:01.492 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:01.492 DEBUG [main][MenuItemLookup] Found menu:'Run History' 22:25:01.492 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:25:01.492 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 22:25:01.492 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:01.492 DEBUG [main][MenuItemLookup] Found menu:'Debug History' 22:25:01.492 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 22:25:01.492 DEBUG [main][MenuItemLookup] Item match:Debug As 22:25:01.521 DEBUG [main][MenuItemLookup] Found menu:'1 JUnit Plug-in Test Shift+Alt+D P' 22:25:01.521 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 22:25:01.521 DEBUG [main][MenuItemLookup] Found menu:'3 RedDeer Test Shift+Alt+D S' 22:25:01.521 DEBUG [main][MenuItemLookup] Item match:3 RedDeer Test Shift+Alt+D S 22:25:01.521 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 22:25:01.521 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:25:01.521 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:25:01.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:01.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:01.524 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 22:25:01.524 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:25:01.524 INFO [WorkbenchTestable][RequirementsRunner] Started test: testContextMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 22:25:01.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 22:25:01.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:25:01.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:25:01.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:25:01.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:01.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:01.526 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:25:01.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:01.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:01.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 22:25:01.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:01.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:01.527 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 22:25:01.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:25:01.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:01.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:01.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:01.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:01.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:25:01.529 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:01.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:01.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:01.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:01.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists.... 22:25:01.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:01.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:01.621 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:25:01.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:01.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:01.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 22:25:01.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:01.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:01.622 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 22:25:01.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 '\*?\QPackage Explorer\E') 22:25:01.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:01.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:01.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:01.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:01.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:25:01.623 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:01.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:01.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:01.643 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 22:25:01.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:25:01.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:25:01.645 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:01.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:01.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:01.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:01.646 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:01.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:01.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:01.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:01.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:01.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:01.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:02.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:02.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:02.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:02.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:02.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:25:02.649 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:02.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:02.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:02.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:02.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:25:02.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:02.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:02.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:02.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:02.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:02.650 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 22:25:02.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists. finished successfully 22:25:02.651 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:02.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:02.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:02.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:02.651 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:02.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:02.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:02.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:02.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:02.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:02.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:03.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:03.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:03.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:03.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:03.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:25:03.654 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:03.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:03.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:03.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:03.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 22:25:03.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:03.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:03.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:03.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:03.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:03.656 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 22:25:03.656 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:25:03.657 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 22:25:03.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 22:25:03.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:03.657 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 22:25:03.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:03.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 22:25:03.657 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 22:25:03.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:25:03.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:03.657 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 22:25:03.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:03.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:25:03.657 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 22:25:03.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 22:25:03.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:03.657 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org.reddeer.test is already expanded. No action performed 22:25:03.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:03.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 22:25:03.658 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 22:25:03.658 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 22:25:03.658 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 22:25:03.659 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 22:25:03.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:25:03.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:03.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:03.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:03.661 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Package Explorer"as the parent 22:25:03.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:03.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:03.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:03.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:03.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:03.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:03.661 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:25:03.661 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'New' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'Open With' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'References' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:03.709 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:25:03.709 DEBUG [main][MenuItemLookup] Item match:Run As 22:25:03.736 DEBUG [main][MenuItemLookup] Found menu:'1 JUnit Plug-in Test Shift+Alt+X P' 22:25:03.736 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+X T' 22:25:03.736 DEBUG [main][MenuItemLookup] Found menu:'3 RedDeer Test Shift+Alt+X S' 22:25:03.736 DEBUG [main][MenuItemLookup] Item match:3 RedDeer Test Shift+Alt+X S 22:25:03.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 22:25:03.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:03.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:03.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:03.736 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Package Explorer"as the parent 22:25:03.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:03.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:03.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:03.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:03.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:03.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:03.737 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:25:03.737 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'New' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'Open With' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'References' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'Run As' 22:25:03.792 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 22:25:03.792 DEBUG [main][MenuItemLookup] Item match:Debug As 22:25:03.827 DEBUG [main][MenuItemLookup] Found menu:'1 JUnit Plug-in Test Shift+Alt+D P' 22:25:03.827 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 22:25:03.827 DEBUG [main][MenuItemLookup] Found menu:'3 RedDeer Test Shift+Alt+D S' 22:25:03.827 DEBUG [main][MenuItemLookup] Item match:3 RedDeer Test Shift+Alt+D S 22:25:03.827 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 22:25:03.827 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:25:03.827 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:25:03.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:03.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:03.828 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testContextMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 22:25:03.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:03.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:03.831 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 22:25:03.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 22:25:03.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:03.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:03.832 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 22:25:03.832 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 22:25:03.832 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:03.832 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:25:03.832 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:25:03.832 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:25:03.832 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:25:03.832 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:25:03.832 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:25:03.832 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:25:03.832 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:25:03.832 DEBUG [main][MenuItemLookup] Item match:Window 22:25:03.834 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:25:03.834 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:25:03.834 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:25:03.834 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:03.834 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:25:03.834 DEBUG [main][MenuItemLookup] Item match:Show View 22:25:03.839 DEBUG [main][MenuItemLookup] Found menu:'Ant' 22:25:03.839 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:25:03.839 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:25:03.839 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:25:03.839 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:25:03.839 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:25:03.839 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:25:03.839 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:25:03.839 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:25:03.839 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:25:03.839 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:25:03.839 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:25:03.839 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:25:03.839 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:25:03.839 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:25:03.839 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:03.839 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:25:03.839 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:25:03.839 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:25:03.839 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:25:03.840 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:25:03.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:25:03.919 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 22:25:03.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:25:03.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:03.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:03.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:25:03.920 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:03.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:03.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:03.921 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:25:03.921 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:03.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:03.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:03.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:03.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:03.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:03.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:25:03.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:25:03.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:25:03.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:25:03.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:03.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:25:03.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:03.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:25:03.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:25:03.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:25:03.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:03.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:25:03.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:03.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:25:03.925 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 22:25:03.925 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 22:25:03.925 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 22:25:03.925 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 22:25:03.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:03.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:03.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:03.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:25:03.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:03.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:03.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:03.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 22:25:03.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:03.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:03.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:03.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:25:03.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:03.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:03.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:03.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:03.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:03.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:03.926 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:25:03.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:03.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:03.927 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:03.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:03.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:25:03.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:25:03.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 22:25:03.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:03.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:03.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 22:25:03.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:03.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:03.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 22:25:03.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:03.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:03.959 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 22:25:03.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 '\*?\QProject Explorer\E') 22:25:03.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:03.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:03.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:03.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:03.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:25:03.960 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:25:03.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:25:03.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:03.996 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 22:25:03.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:25:03.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:25:03.998 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:25:03.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:25:03.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:03.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:03.999 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:25:03.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:25:03.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:03.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:03.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:03.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:04.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:04.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:04.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:05.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:05.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:05.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:25:05.001 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:25:05.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:25:05.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:05.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:05.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 22:25:05.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:05.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:05.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:05.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:05.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:05.003 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 22:25:05.003 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 22:25:05.003 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 22:25:05.003 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 22:25:05.009 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 22:25:05.009 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:25:05.009 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:05.044 DEBUG [main][MenuItemLookup] Found menu:'New' 22:25:05.044 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:25:05.044 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:05.044 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:25:05.044 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:05.044 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:25:05.044 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:25:05.044 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:25:05.044 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:25:05.044 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:25:05.044 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:25:05.044 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:05.044 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:25:05.044 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:25:05.044 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:05.044 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:25:05.044 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:25:05.044 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:25:05.044 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:25:05.044 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:25:05.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:25:05.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:25:05.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:25:05.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:25:05.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:25:05.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:25:05.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:25:05.545 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test.plugin' via Explorer 22:25:05.545 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 22:25:05.545 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 22:25:05.545 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 22:25:05.551 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 22:25:05.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:25:05.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:05.585 DEBUG [main][MenuItemLookup] Found menu:'New' 22:25:05.585 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:25:05.585 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:05.585 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:25:05.585 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:05.585 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:25:05.585 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:25:05.585 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:25:05.585 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:25:05.585 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:25:05.585 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:25:05.585 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:25:05.586 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:25:05.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 22:25:06.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 22:25:06.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:25:06.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:06.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:06.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:06.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:06.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:25:06.155 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:06.155 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:25:06.155 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:06.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:06.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:06.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:06.156 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:25:06.156 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:25:06.156 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:25:06.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:06.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:06.156 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:06.156 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:06.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 22:25:06.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:06.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:06.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:06.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:25:06.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:06.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:06.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:06.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:06.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:06.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:06.157 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:25:06.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:06.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:06.157 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:06.157 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:06.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:25:06.161 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:25:06.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:25:06.661 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:25:06.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:25:06.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:25:06.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:25:06.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:25:06.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:25:06.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:25:06.662 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 22:25:06.662 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:25:06.662 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:25:06.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:06.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.565 s - in org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest testShellMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) Time elapsed: 5.03 s testContextMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) Time elapsed: 2.304 s Running org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 22:25:06.669 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 22:25:06.670 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:25:06.670 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:25:06.670 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 22:25:06.670 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:25:06.670 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:25:06.671 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:25:06.671 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:25:06.671 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:25:06.671 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:25:06.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:25:06.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:06.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:25:06.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:06.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:25:06.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:06.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:25:06.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:06.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:06.672 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:25:06.672 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:25:06.672 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:06.672 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:25:06.672 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:25:06.672 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:25:06.672 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:25:06.672 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:25:06.673 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:25:06.673 DEBUG [main][MenuItemLookup] Item match:Window 22:25:06.673 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:25:06.673 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:25:06.673 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:25:06.673 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:06.673 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:25:06.673 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:25:06.673 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:06.673 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:25:06.673 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:06.673 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:25:06.673 DEBUG [main][MenuItemLookup] Item match:Preferences 22:25:06.673 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:25:06.674 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:25:06.674 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:25:06.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.... 22:25:06.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:25:06.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:25:06.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:06.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:06.737 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:25:06.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:06.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:25:06.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:06.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:06.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:06.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:06.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:06.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:25:06.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:25:06.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:25:06.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:06.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:06.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:06.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:06.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:06.741 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:25:06.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:06.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:06.741 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:06.741 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:06.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:25:06.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:25:06.767 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:25:06.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:06.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:06.767 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 22:25:06.767 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 22:25:06.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 22:25:06.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:06.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:06.768 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:25:06.768 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:06.768 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:25:06.768 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:25:06.768 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:25:06.768 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:25:06.768 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:25:06.768 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:25:06.768 DEBUG [main][MenuItemLookup] Item match:Window 22:25:06.768 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:25:06.768 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:25:06.768 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:25:06.768 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:06.769 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:25:06.769 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:25:06.769 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:06.769 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:25:06.769 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:06.769 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:25:06.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:06.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:06.788 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:25:06.788 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:06.788 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:25:06.788 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:25:06.788 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:25:06.788 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:25:06.788 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:25:06.788 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:25:06.788 DEBUG [main][MenuItemLookup] Item match:Window 22:25:06.788 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:25:06.788 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:25:06.788 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:25:06.788 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:06.788 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:25:06.788 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:25:06.788 DEBUG [main][MenuItemLookup] Item match:Perspective 22:25:06.789 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:25:06.789 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:06.789 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:25:06.789 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:25:06.789 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:25:06.789 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:25:06.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 22:25:06.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:06.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:06.789 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:25:06.789 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:06.789 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:25:06.789 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:25:06.789 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:25:06.789 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:25:06.789 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:25:06.789 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:25:06.789 DEBUG [main][MenuItemLookup] Item match:Window 22:25:06.790 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:25:06.790 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:25:06.790 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:25:06.790 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:06.790 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:25:06.790 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:25:06.790 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:06.790 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:25:06.790 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:06.790 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:25:06.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:06.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:06.790 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:25:06.790 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:06.790 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:25:06.790 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:25:06.790 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:25:06.790 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:25:06.790 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:25:06.790 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:25:06.790 DEBUG [main][MenuItemLookup] Item match:Window 22:25:06.791 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:25:06.791 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:25:06.791 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:25:06.791 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:06.791 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:25:06.791 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:25:06.791 DEBUG [main][MenuItemLookup] Item match:Perspective 22:25:06.791 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:25:06.791 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:06.791 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:25:06.791 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:25:06.791 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:25:06.791 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:25:06.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:06.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:06.792 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:25:06.792 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:06.792 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:25:06.792 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:25:06.792 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:25:06.792 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:25:06.792 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:25:06.792 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:25:06.792 DEBUG [main][MenuItemLookup] Item match:Window 22:25:06.792 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:25:06.792 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:25:06.792 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:25:06.792 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:06.792 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:25:06.792 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:25:06.792 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:06.792 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:25:06.792 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:06.792 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:25:06.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:06.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:06.793 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:25:06.793 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:06.793 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:25:06.793 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:25:06.793 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:25:06.793 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:25:06.793 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:25:06.793 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:25:06.793 DEBUG [main][MenuItemLookup] Item match:Window 22:25:06.793 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:25:06.793 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:25:06.793 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:25:06.793 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:06.793 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:25:06.793 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:25:06.793 DEBUG [main][MenuItemLookup] Item match:Perspective 22:25:06.794 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:25:06.794 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:06.794 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:25:06.794 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:25:06.794 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:25:06.794 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:25:06.794 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 22:25:06.794 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 22:25:06.794 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 22:25:06.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 22:25:06.819 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 22:25:06.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 22:25:06.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:06.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:06.819 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:06.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:06.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:06.819 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:25:06.819 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:06.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:06.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:06.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 "Reset Perspective") 22:25:06.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:06.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:06.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:06.820 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:25:06.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:06.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:06.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:06.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:06.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:06.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:06.821 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 22:25:06.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:06.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:06.821 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:06.821 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:07.602 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:07.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.602 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:07.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.603 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 22:25:07.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.603 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:25:07.603 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 22:25:07.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 22:25:07.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:25:07.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:25:07.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:25:07.603 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:07.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.603 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:07.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.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'] 22:25:07.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.604 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 22:25:07.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.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'] 22:25:07.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.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'] 22:25:07.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:25:07.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:07.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:07.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:25:07.605 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:25:07.605 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:07.605 DEBUG [main][MenuItemLookup] Item match:File 22:25:07.605 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:25:07.605 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:25:07.607 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:25:07.607 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:25:07.607 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:07.607 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:25:07.607 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:25:07.607 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:25:07.607 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:25:07.607 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:25:07.607 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:25:07.607 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:25:07.607 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:25:07.607 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:25:07.607 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:07.607 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:25:07.607 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:25:07.607 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:07.607 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:25:07.607 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:25:07.608 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:25:07.608 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:25:07.608 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:25:07.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:25:07.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 'New|Select a wizard'] is available. finished successfully 22:25:07.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:25:07.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:07.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:07.653 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:25:07.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:25:07.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:07.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:07.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:07.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:07.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:07.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:25:07.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:25:07.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 22:25:07.655 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 22:25:07.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:07.655 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 22:25:07.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:07.655 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 22:25:07.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 22:25:07.655 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 22:25:07.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:07.655 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 22:25:07.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:07.655 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 22:25:07.655 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 22:25:07.655 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 22:25:07.655 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 22:25:07.655 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 22:25:07.655 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:25:07.655 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:25:07.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:25:07.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:07.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:07.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:07.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:07.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:07.657 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:25:07.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:07.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:07.657 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:07.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:07.754 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:07.754 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.755 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.... 22:25:07.755 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 22:25:07.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 22:25:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:07.756 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 22:25:07.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:07.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 22:25:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:07.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Product id:") 22:25:07.756 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:07.756 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:25:07.756 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:07.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:07.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:07.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:07.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:07.757 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 22:25:07.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:07.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:07.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:07.758 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:25:07.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:07.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:07.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:07.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:07.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:07.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:25:07.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Application id:") 22:25:07.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:07.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:07.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:07.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:25:07.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:07.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:07.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:07.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:07.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:07.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:07.760 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 22:25:07.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:07.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:07.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:07.766 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:25:07.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:07.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:07.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:25:07.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:25:07.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:07.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:25:07.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 22:25:07.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:07.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:07.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:07.767 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:25:07.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:07.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:07.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:07.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:07.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:07.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:07.790 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.... 22:25:07.790 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 22:25:07.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 22:25:07.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:07.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:07.791 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 22:25:07.791 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Cancel wizard 22:25:07.791 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) 22:25:07.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:07.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:07.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:07.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:07.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:07.792 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:25:07.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:07.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:07.793 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:07.793 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:07.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:25:07.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:25:07.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:25:07.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:25:07.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:25:07.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:25:07.819 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:25:07.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:25:07.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 22:25:07.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:25:07.819 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:25:07.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:07.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:07.820 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 22:25:07.820 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:25:07.820 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 22:25:07.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 22:25:07.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:25:07.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:25:07.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:25:07.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'] 22:25:07.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.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'] 22:25:07.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.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'] 22:25:07.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:25:07.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:07.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:07.821 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:25:07.821 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:25:07.821 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:07.822 DEBUG [main][MenuItemLookup] Item match:File 22:25:07.822 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:25:07.822 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:25:07.824 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:25:07.824 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:25:07.824 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:07.824 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:25:07.824 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:25:07.824 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:25:07.824 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:25:07.824 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:25:07.824 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:25:07.824 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:25:07.824 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:25:07.824 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:25:07.824 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:07.824 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:25:07.824 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:25:07.824 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:07.824 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:25:07.824 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:25:07.825 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:25:07.825 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:25:07.825 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:25:07.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 'New|Select a wizard'] is available.... 22:25:07.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 22:25:07.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:25:07.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:07.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:07.896 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:25:07.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:25:07.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:07.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:07.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:07.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:07.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:07.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:25:07.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:25:07.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 22:25:07.898 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 22:25:07.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:07.898 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 22:25:07.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:07.898 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 22:25:07.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 22:25:07.898 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 22:25:07.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:07.898 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 22:25:07.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:07.898 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 22:25:07.898 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 22:25:07.898 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 22:25:07.898 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 22:25:07.898 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 22:25:07.898 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:25:07.898 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:25:07.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:25:07.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:07.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:07.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:07.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:07.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:07.900 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:25:07.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:07.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:07.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:07.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:07.933 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:07.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.934 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.... 22:25:07.934 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 22:25:07.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 22:25:07.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:07.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:07.935 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 22:25:07.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:07.935 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:") 22:25:07.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:07.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:07.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:07.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:07.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:25:07.936 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:25:07.937 INFO [WorkbenchTestable][AbstractText] Text set to: reddeer.test.plugin 22:25:07.941 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:") 22:25:07.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:07.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:07.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:07.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:07.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:25:07.949 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:25:07.950 INFO [WorkbenchTestable][AbstractText] Text set to: test.plugin 22:25:07.958 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:") 22:25:07.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:07.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:07.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:07.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:07.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:25:07.965 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:25:07.966 INFO [WorkbenchTestable][AbstractText] Text set to: 8.2.9.qualifier 22:25:07.993 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:") 22:25:07.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:07.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:07.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:07.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:07.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:25:07.998 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:25:07.999 INFO [WorkbenchTestable][AbstractText] Text set to: Eclipse.org - RedDeer 22:25:08.003 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:") 22:25:08.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:08.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:08.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:08.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:08.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:08.004 INFO [WorkbenchTestable][RadioButton] Select radio button &Application id: 22:25:08.004 INFO [WorkbenchTestable][AbstractButton] Click button &Application id: 22:25:08.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:08.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:08.005 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:08.005 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:08.006 TRACE [main][WidgetHandler] Notify Button with event 27 22:25:08.006 TRACE [main][WidgetHandler] Wait for synchronization 22:25:08.006 TRACE [main][WidgetHandler] Notify Button with event 13 22:25:08.006 TRACE [main][WidgetHandler] Wait for synchronization 22:25:08.006 TRACE [main][WidgetHandler] Notify Button with event 26 22:25:08.006 TRACE [main][WidgetHandler] Wait for synchronization 22:25:08.006 TRACE [main][WidgetHandler] Notify Button with event 3 22:25:08.006 TRACE [main][WidgetHandler] Wait for synchronization 22:25:08.006 TRACE [main][WidgetHandler] Notify Button with event 4 22:25:08.006 TRACE [main][WidgetHandler] Wait for synchronization 22:25:08.006 TRACE [main][WidgetHandler] Notify Button with event 13 22:25:08.006 TRACE [main][WidgetHandler] Wait for synchronization 22:25:08.006 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 22:25:08.006 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:08.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:08.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:08.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:25:08.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:08.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:08.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:25:08.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:25:08.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:08.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:25:08.008 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 22:25:08.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:08.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:25:08.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:25:08.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:08.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:25:08.009 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.ui.ide.workbench to selection: org.eclipse.ui.ide.workbench 22:25:08.009 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) 22:25:08.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:08.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:08.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:08.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:08.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:08.015 INFO [WorkbenchTestable][CheckBox] Select checkbox 22:25:08.015 INFO [WorkbenchTestable][CheckBox] Check checkbox 22:25:08.015 INFO [WorkbenchTestable][AbstractButton] Click button 22:25:08.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:08.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:08.015 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:08.015 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:08.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 22:25:08.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:08.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:08.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:08.016 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:25:08.016 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:08.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:08.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:08.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:08.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:08.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:08.016 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:") 22:25:08.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:08.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:08.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:08.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:08.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:08.017 INFO [WorkbenchTestable][RadioButton] Select radio button &Product id: 22:25:08.017 INFO [WorkbenchTestable][AbstractButton] Click button &Product id: 22:25:08.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:08.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:08.017 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:08.017 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:08.018 TRACE [main][WidgetHandler] Notify Button with event 27 22:25:08.018 TRACE [main][WidgetHandler] Wait for synchronization 22:25:08.018 TRACE [main][WidgetHandler] Notify Button with event 13 22:25:08.018 TRACE [main][WidgetHandler] Wait for synchronization 22:25:08.018 TRACE [main][WidgetHandler] Notify Button with event 26 22:25:08.018 TRACE [main][WidgetHandler] Wait for synchronization 22:25:08.018 TRACE [main][WidgetHandler] Notify Button with event 3 22:25:08.018 TRACE [main][WidgetHandler] Wait for synchronization 22:25:08.018 TRACE [main][WidgetHandler] Notify Button with event 4 22:25:08.018 TRACE [main][WidgetHandler] Wait for synchronization 22:25:08.018 TRACE [main][WidgetHandler] Notify Button with event 13 22:25:08.018 TRACE [main][WidgetHandler] Wait for synchronization 22:25:08.018 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 22:25:08.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:08.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:08.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:08.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:25:08.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:08.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:08.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 22:25:08.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 22:25:08.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:08.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 22:25:08.020 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 22:25:08.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:08.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:08.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:08.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:25:08.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:08.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:08.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:08.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:08.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:08.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:25:08.021 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 22:25:08.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:08.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:08.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:08.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:08.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 22:25:08.022 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.platform.ide to selection: org.eclipse.platform.ide 22:25:08.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 22:25:08.022 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:08.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:08.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:08.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 22:25:08.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:08.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:08.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:08.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:08.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:08.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:08.024 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 22:25:08.024 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Finish wizard 22:25:08.024 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) 22:25:08.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:08.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:08.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:08.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:08.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:08.025 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:25:08.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:08.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:08.025 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:08.025 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:08.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:25:08.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:25:08.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:25:08.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:25:08.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:25:08.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:25:08.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Blocked Dialog' is a system job, skipped 22:25:08.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:25:08.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:25:08.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:25:08.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:25:08.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:08.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:08.152 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:25:08.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:08.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:08.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:25:08.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:08.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:08.153 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:25:08.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 22:25:08.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:08.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:08.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:08.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:08.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:25:08.154 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:08.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:08.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:08.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:25:08.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:25:08.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:25:08.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists.... 22:25:08.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:08.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:08.156 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:25:08.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:08.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:08.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:25:08.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:08.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:08.165 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:25:08.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 '\*?\QPackage Explorer\E') 22:25:08.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:08.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:08.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:08.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:08.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:25:08.166 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:08.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:08.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:08.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 22:25:08.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:25:08.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:25:08.188 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:08.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:08.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:08.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 22:25:08.189 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:08.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:08.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:08.190 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 22:25:08.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:08.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:08.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:08.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:08.690 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 22:25:08.691 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:08.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:08.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:08.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 22:25:08.692 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:08.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:08.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:08.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 22:25:08.692 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:08.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:08.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:08.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 22:25:08.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:08.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:08.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:09.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:09.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:09.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:09.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:09.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:25:09.695 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:09.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:09.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:09.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 22:25:09.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 22:25:09.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:09.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:09.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:09.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:09.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:09.698 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 22:25:09.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists. finished successfully 22:25:09.698 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:09.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:09.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:09.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:09.699 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:09.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:09.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:09.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:09.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:09.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:09.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:10.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:10.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:10.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:10.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:10.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:25:10.702 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 22:25:10.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 22:25:10.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:10.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:10.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 22:25:10.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:10.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:10.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:10.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:10.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:10.703 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 22:25:10.704 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:25:10.704 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:25:10.704 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item build.properties of tree item test.plugin 22:25:10.704 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 22:25:10.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:11.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:11.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 22:25:11.206 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:25:11.211 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:25:11.212 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item pluginCustomization.ini of tree item test.plugin 22:25:11.212 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 22:25:11.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:11.212 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 22:25:11.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:11.212 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 22:25:11.212 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:25:11.213 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:25:11.213 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item META-INF of tree item test.plugin 22:25:11.213 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 22:25:11.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:11.213 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 22:25:11.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:11.213 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 22:25:11.214 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item MANIFEST.MF of tree item META-INF 22:25:11.214 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item META-INF 22:25:11.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:11.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:11.714 INFO [WorkbenchTestable][TreeItemHandler] Expanded: META-INF 22:25:11.715 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:25:11.715 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:25:11.716 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 22:25:11.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 22:25:11.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:11.716 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 22:25:11.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:11.716 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 22:25:11.716 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 22:25:11.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:25:11.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:12.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:12.217 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:25:12.217 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 22:25:12.217 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 22:25:12.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:12.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:12.718 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 22:25:12.719 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:25:12.720 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:25:12.720 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.launch of tree item test.plugin 22:25:12.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 22:25:12.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:12.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 22:25:12.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:12.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 22:25:12.727 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:25:12.727 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:25:12.727 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JRE System Library of tree item test.plugin 22:25:12.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 22:25:12.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:12.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 22:25:12.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:12.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 22:25:12.728 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item test.plugin and wait with time period 1 22:25:12.728 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 22:25:12.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:12.728 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 22:25:12.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:12.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 22:25:12.728 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 22:25:12.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:12.728 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 22:25:12.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:12.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 22:25:12.729 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:25:12.729 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JRE System Library of tree item test.plugin 22:25:12.729 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 22:25:12.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:12.729 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 22:25:12.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:12.729 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 22:25:12.729 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item test.plugin and wait with time period 1 22:25:12.729 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 22:25:12.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:12.729 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 22:25:12.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:12.729 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 22:25:12.729 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 22:25:12.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:12.730 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 22:25:12.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:12.730 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 22:25:12.730 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:25:12.730 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item META-INF of tree item test.plugin 22:25:12.731 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 22:25:12.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:12.731 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 22:25:12.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:12.731 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 22:25:12.731 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item MANIFEST.MF of tree item META-INF 22:25:12.731 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item META-INF 22:25:12.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:12.731 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item META-INF is already expanded. No action performed 22:25:12.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:12.731 INFO [WorkbenchTestable][TreeItemHandler] Expanded: META-INF 22:25:12.731 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item MANIFEST.MF 22:25:12.731 DEBUG [main][TreeItemHandler] Selecting tree item: MANIFEST.MF 22:25:12.731 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item MANIFEST.MF about selection 22:25:12.736 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: MANIFEST.MF 22:25:12.736 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item MANIFEST.MF 22:25:12.736 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item MANIFEST.MF 22:25:12.736 DEBUG [main][TreeItemHandler] Selecting tree item: MANIFEST.MF 22:25:12.742 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item MANIFEST.MF about selection 22:25:12.744 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: MANIFEST.MF 22:25:12.744 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 22:25:12.745 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 22:25:13.105 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 22:25:13.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:25:13.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:25:13.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:25:13.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:25:13.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:25:13.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:25:13.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:25:13.105 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:") 22:25:13.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:13.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:13.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:13.113 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 22:25:13.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:13.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:13.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:13.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:13.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:13.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:25:13.117 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:25:13.118 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:") 22:25:13.118 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:13.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:13.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:13.119 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 22:25:13.119 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:13.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:13.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:13.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:13.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:13.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:25:13.124 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:25:13.125 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:") 22:25:13.125 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:13.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:13.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:13.125 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 22:25:13.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:13.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:13.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:13.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:13.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:13.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:25:13.139 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:25:13.140 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:") 22:25:13.140 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:13.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:13.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:13.141 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 22:25:13.141 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:13.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:13.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:13.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:13.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:13.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:25:13.157 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:25:13.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:13.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:13.195 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 22:25:13.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:13.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:13.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/META-INF/MANIFEST.MF - Eclipse Platform 22:25:13.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:13.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:13.201 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/META-INF/MANIFEST.MF - Eclipse Platform' 22:25:13.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 '\*?\QOutline\E') 22:25:13.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:13.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:13.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:13.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:13.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:25:13.205 INFO [WorkbenchTestable][AbstractView] Activate view Outline 22:25:13.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 22:25:13.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:13.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:13.235 INFO [WorkbenchTestable][AbstractView] Activate view Outline 22:25:13.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 22:25:13.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:13.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:13.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 22:25:13.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:13.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:13.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:13.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:13.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:13.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:25:13.237 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:6 22:25:13.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:25:13.237 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Dependencies and wait with time period 1 22:25:13.237 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Dependencies 22:25:13.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:13.237 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Dependencies is already expanded. No action performed 22:25:13.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:13.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Dependencies 22:25:13.238 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.eclipse.reddeer.go of tree item Dependencies 22:25:13.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Dependencies 22:25:13.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:13.238 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Dependencies is already expanded. No action performed 22:25:13.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:13.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Dependencies 22:25:13.238 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.junit of tree item Dependencies 22:25:13.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Dependencies 22:25:13.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:13.238 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Dependencies is already expanded. No action performed 22:25:13.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:13.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Dependencies 22:25:13.238 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:25:13.256 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 22:25:13.257 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 22:25:13.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:13.257 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 22:25:13.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:13.257 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 22:25:13.257 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 22:25:13.257 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:25:13.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:13.257 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 22:25:13.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:13.257 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:25:13.257 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 22:25:13.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 22:25:13.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:13.258 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org.reddeer.test is already expanded. No action performed 22:25:13.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:13.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 22:25:13.258 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 22:25:13.258 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 22:25:13.263 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 22:25:13.268 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 22:25:13.268 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item RedDeerTest.java 22:25:13.290 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 22:25:13.290 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 22:25:13.290 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 22:25:13.295 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 22:25:13.295 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 22:25:13.296 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 22:25:13.430 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 22:25:13.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:25:13.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:25:13.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:25:13.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:25:13.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:25:13.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:25:13.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:25:13.430 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:25:13.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:25:13.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:13.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:13.445 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 22:25:13.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:13.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:13.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 22:25:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:13.446 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 22:25:13.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 '\*?\QOutline\E') 22:25:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:13.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:13.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:13.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:13.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:25:13.448 INFO [WorkbenchTestable][AbstractView] Activate view Outline 22:25:13.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 22:25:13.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:13.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:13.496 INFO [WorkbenchTestable][AbstractView] Activate view Outline 22:25:13.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 22:25:13.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:13.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:13.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:25:13.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:13.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:13.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:13.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:13.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:13.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:25:13.497 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 22:25:13.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:25:13.497 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item RedDeerTest and wait with time period 1 22:25:13.498 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeerTest 22:25:13.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:13.498 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeerTest is already expanded. No action performed 22:25:13.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:13.498 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeerTest 22:25:13.498 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeerTest 22:25:13.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:13.498 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeerTest is already expanded. No action performed 22:25:13.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:13.498 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeerTest 22:25:13.498 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 22:25:13.504 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 22:25:13.504 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 22:25:13.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:13.504 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 22:25:13.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:13.505 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 22:25:13.505 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 22:25:13.505 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 22:25:13.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:13.505 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 22:25:13.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:13.505 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 22:25:13.505 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 22:25:13.505 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 22:25:13.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:13.505 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org.reddeer.test is already expanded. No action performed 22:25:13.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:13.505 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 22:25:13.505 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 22:25:13.505 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 22:25:13.506 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 22:25:13.517 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 22:25:13.517 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item RedDeerTest.java 22:25:13.518 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 22:25:13.518 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 22:25:13.518 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 22:25:13.519 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 22:25:13.519 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 22:25:13.519 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 22:25:13.544 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 22:25:13.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:25:13.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:25:13.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:25:13.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:25:13.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:25:13.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:25:13.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:25:13.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:25:13.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:13.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:13.549 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 22:25:13.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:13.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:13.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 22:25:13.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:13.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:13.552 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 22:25:13.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 22:25:13.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:13.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:13.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:13.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:13.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:25:13.554 INFO [WorkbenchTestable][AbstractView] Activate view Problems 22:25:13.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 22:25:13.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:13.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:13.604 INFO [WorkbenchTestable][AbstractView] Activate view Problems 22:25:13.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 22:25:13.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:13.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:13.606 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 22:25:13.606 INFO [WorkbenchTestable][AbstractView] Activate view Problems 22:25:13.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 22:25:13.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:13.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:13.608 DEBUG [main][WorkbenchPartLookup] Looking up all open views 22:25:13.609 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 22:25:13.609 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 22:25:13.609 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 22:25:13.609 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 22:25:13.609 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 22:25:13.609 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 22:25:13.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 22:25:14.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 22:25:14.610 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 22:25:14.611 INFO [WorkbenchTestable][AbstractView] Activate view Problems 22:25:14.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 22:25:14.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:14.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:14.612 DEBUG [main][WorkbenchPartLookup] Looking up all open views 22:25:14.613 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 22:25:14.613 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 22:25:14.613 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 22:25:14.613 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 22:25:14.613 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 22:25:14.613 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 22:25:14.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 22:25:14.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 22:25:14.614 INFO [WorkbenchTestable][AbstractView] Activate view Problems 22:25:14.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 22:25:14.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:14.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:14.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 22:25:14.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:14.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:14.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:14.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:14.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:14.616 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.... 22:25:24.626 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 03, 2021 10:25:24 PM org.eclipse.reddeer.ui.test.wizard.RedDeerWizardTestCase closeOpenedWizard 22:25:24.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest INFO: Shell New RedDeer Test Plugin is not open 22:25:24.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:25:24.635 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:25:24.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:24.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:24.636 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 22:25:24.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:24.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:24.638 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 22:25:24.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 22:25:24.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:24.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:24.639 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 22:25:24.639 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 22:25:24.639 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:24.639 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:25:24.639 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:25:24.639 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:25:24.639 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:25:24.639 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:25:24.639 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:25:24.639 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:25:24.639 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:25:24.639 DEBUG [main][MenuItemLookup] Item match:Window 22:25:24.641 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:25:24.641 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:25:24.641 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:25:24.641 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:24.641 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:25:24.641 DEBUG [main][MenuItemLookup] Item match:Show View 22:25:24.646 DEBUG [main][MenuItemLookup] Found menu:'Ant' 22:25:24.646 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:25:24.646 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:25:24.646 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:25:24.646 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:25:24.646 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:25:24.646 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:25:24.646 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:25:24.646 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:25:24.646 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:25:24.646 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:25:24.646 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:25:24.646 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:25:24.646 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:25:24.646 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:25:24.646 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:24.646 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:25:24.646 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:25:24.647 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:25:24.647 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:25:24.647 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:25:24.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:25:24.692 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 22:25:24.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:25:24.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:24.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:24.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:25:24.693 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:24.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:24.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:24.693 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:25:24.693 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:24.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:24.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:24.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:24.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:24.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:24.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:25:24.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:25:24.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:25:24.694 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:25:24.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:24.694 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:25:24.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:24.694 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:25:24.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:25:24.694 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:25:24.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:24.694 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:25:24.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:24.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:25:24.695 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 22:25:24.695 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 22:25:24.695 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 22:25:24.695 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 22:25:24.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:24.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:24.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:24.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:25:24.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:24.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:24.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:24.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 22:25:24.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:24.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:24.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:24.696 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:25:24.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:24.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:24.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:24.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:24.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:24.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:24.697 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:25:24.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:24.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:24.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:24.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:24.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:25:24.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:25:24.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 22:25:24.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:24.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:24.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 22:25:24.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:24.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:24.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 22:25:24.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:24.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:24.729 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 22:25:24.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 22:25:24.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:24.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:24.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:24.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:24.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:25:24.729 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:25:24.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:25:24.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:24.730 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 22:25:24.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:25:24.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:25:24.731 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:25:24.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:25:24.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:24.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:24.732 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:25:24.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:25:24.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:24.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:24.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:24.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:24.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:25.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:25.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:25.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:25.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:25:25.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:25:25.735 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:25:25.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:25:25.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:25.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:25:25.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 22:25:25.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:25.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:25.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:25.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:25.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:25.736 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 22:25:25.736 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 22:25:25.736 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 22:25:25.736 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 22:25:25.743 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 22:25:25.744 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:25:25.744 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:25.766 DEBUG [main][MenuItemLookup] Found menu:'New' 22:25:25.766 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:25:25.766 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:25.766 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:25:25.766 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:25.766 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:25:25.766 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:25:25.766 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:25:25.766 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:25:25.766 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:25:25.766 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:25:25.766 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:25.766 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:25:25.766 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:25:25.766 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:25.766 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:25:25.766 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:25:25.766 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:25:25.766 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:25:25.766 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:25:25.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:25:25.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:25:26.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 22:25:26.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:25:26.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:25:26.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:25:26.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:25:26.267 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test.plugin' via Explorer 22:25:26.267 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 22:25:26.267 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 22:25:26.267 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 22:25:26.274 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 22:25:26.274 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:25:26.274 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:26.308 DEBUG [main][MenuItemLookup] Found menu:'New' 22:25:26.308 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:25:26.309 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:26.309 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:25:26.309 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:26.309 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:25:26.309 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:25:26.309 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:25:26.309 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:25:26.309 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:25:26.309 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:25:26.309 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:25:26.309 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:25:26.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 22:25:26.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 'Delete.*'] is available. finished successfully 22:25:26.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:25:26.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:26.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:26.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:26.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:26.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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) 22:25:26.890 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:26.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:26.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:26.891 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:25:26.891 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:26.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:26.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:26.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:26.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:26.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:26.891 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:25:26.891 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:25:26.891 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:25:26.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:26.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:26.892 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:26.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:26.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", Widget matcher matching widgets with style: 8) 22:25:26.892 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:26.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:26.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:26.892 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:25:26.892 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:26.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:26.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:26.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:26.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:26.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:26.893 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:25:26.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:26.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:26.893 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:26.893 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:26.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:25:26.895 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:25:27.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:25:27.396 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:25:27.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:25:27.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:25:27.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:25:27.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:25:27.396 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:25:27.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:25:27.396 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 22:25:27.396 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:25:27.396 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:25:27.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:27.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.727 s - in org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) Time elapsed: 0.217 s testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) Time elapsed: 16.816 s Running org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 22:25:27.403 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 22:25:27.404 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:25:27.404 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:25:27.404 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 22:25:27.404 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:25:27.404 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 22:25:27.404 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:25:27.404 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 22:25:27.404 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:25:27.404 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 22:25:27.404 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:25:27.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:27.405 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:25:27.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:27.405 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 22:25:27.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:27.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:25:27.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:27.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:27.405 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:25:27.405 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:25:27.406 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:27.406 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:25:27.406 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:25:27.406 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:25:27.406 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:25:27.406 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:25:27.406 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:25:27.406 DEBUG [main][MenuItemLookup] Item match:Window 22:25:27.406 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:25:27.407 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:25:27.407 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:25:27.407 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:27.407 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:25:27.407 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:25:27.407 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:27.407 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:25:27.407 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:27.407 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:25:27.407 DEBUG [main][MenuItemLookup] Item match:Preferences 22:25:27.407 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 22:25:27.407 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 22:25:27.407 INFO [main][MenuItemHandler] Select menu item: &Preferences 22:25:27.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 'Preferences.*'] is available.... 22:25:27.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 22:25:27.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 22:25:27.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:27.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:27.466 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 22:25:27.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:27.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 22:25:27.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:27.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:27.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:27.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:27.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:27.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:25:27.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:25:27.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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) 22:25:27.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:27.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:27.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:27.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:27.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:27.469 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:25:27.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:27.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:27.469 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:27.469 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:27.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:25:27.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:25:27.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:25:27.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:27.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:27.493 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 22:25:27.494 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 22:25:27.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 22:25:27.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:27.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:27.494 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:25:27.494 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:27.494 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:25:27.494 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:25:27.494 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:25:27.494 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:25:27.494 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:25:27.494 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:25:27.494 DEBUG [main][MenuItemLookup] Item match:Window 22:25:27.494 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:25:27.494 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:25:27.494 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:25:27.494 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:27.494 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:25:27.494 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:25:27.494 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:27.494 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:25:27.494 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:27.494 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:25:27.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:27.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:27.495 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:25:27.495 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:27.495 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:25:27.495 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:25:27.495 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:25:27.495 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:25:27.495 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:25:27.495 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:25:27.495 DEBUG [main][MenuItemLookup] Item match:Window 22:25:27.495 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:25:27.495 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:25:27.495 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:25:27.495 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:27.495 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:25:27.495 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:25:27.495 DEBUG [main][MenuItemLookup] Item match:Perspective 22:25:27.495 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:25:27.495 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:27.495 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:25:27.495 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:25:27.495 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:25:27.495 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:25:27.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 22:25:27.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:27.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:27.496 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:25:27.496 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:27.496 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:25:27.496 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:25:27.496 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:25:27.496 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:25:27.496 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:25:27.496 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:25:27.496 DEBUG [main][MenuItemLookup] Item match:Window 22:25:27.496 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:25:27.496 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:25:27.496 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:25:27.496 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:27.496 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:25:27.496 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:25:27.496 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:27.496 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:25:27.496 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:27.496 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:25:27.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:27.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:27.496 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:25:27.497 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:27.497 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:25:27.497 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:25:27.497 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:25:27.497 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:25:27.497 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:25:27.497 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:25:27.497 DEBUG [main][MenuItemLookup] Item match:Window 22:25:27.497 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:25:27.497 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:25:27.497 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:25:27.497 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:27.497 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:25:27.497 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:25:27.497 DEBUG [main][MenuItemLookup] Item match:Perspective 22:25:27.497 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:25:27.497 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:27.497 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:25:27.497 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:25:27.497 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:25:27.497 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:25:27.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:27.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:27.497 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:25:27.498 DEBUG [main][MenuItemLookup] Item match:Window 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 22:25:27.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:27.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:27.498 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:25:27.498 DEBUG [main][MenuItemLookup] Item match:Window 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:25:27.498 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 22:25:27.498 DEBUG [main][MenuItemLookup] Item match:Perspective 22:25:27.499 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 22:25:27.499 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:27.499 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 22:25:27.499 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 22:25:27.499 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 22:25:27.499 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 22:25:27.499 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 22:25:27.499 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 22:25:27.499 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 22:25:27.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 22:25:27.522 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 22:25:27.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 22:25:27.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:27.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:27.522 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:27.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:27.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:27.522 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:25:27.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:27.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:27.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:27.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:25:27.523 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:27.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:27.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:27.523 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 22:25:27.523 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:27.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:27.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:27.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:27.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:27.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:27.523 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 22:25:27.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:27.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:27.523 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:27.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:28.253 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:28.254 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:28.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'] 22:25:28.254 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:28.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 RedDeer Test Case"] 22:25:28.254 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:28.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'] 22:25:28.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:28.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'] 22:25:28.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:28.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"] 22:25:28.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:28.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'] 22:25:28.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:28.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'] 22:25:28.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:28.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'] 22:25:28.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:28.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"] 22:25:28.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:28.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'] 22:25:28.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:28.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'] 22:25:28.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:28.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:25:28.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:28.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:28.257 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:25:28.257 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:25:28.257 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:28.257 DEBUG [main][MenuItemLookup] Item match:File 22:25:28.258 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:25:28.258 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:25:28.260 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:25:28.260 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:25:28.260 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:28.260 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:25:28.260 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:25:28.260 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:25:28.260 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:25:28.260 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:25:28.260 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:25:28.260 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:25:28.260 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:25:28.260 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:25:28.260 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:28.260 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:25:28.260 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:25:28.260 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:28.260 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:25:28.260 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:25:28.293 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:25:28.293 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:25:28.293 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:25:28.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:25:28.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. finished successfully 22:25:28.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:25:28.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:28.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:28.339 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:25:28.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:28.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:25:28.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:28.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:28.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:28.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:28.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:28.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:25:28.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:25:28.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:25:28.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:25:28.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:28.843 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:25:28.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:25:28.844 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:25:28.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:28.844 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:25:28.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:28.844 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:25:28.844 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 22:25:28.844 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 22:25:28.844 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 22:25:28.846 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 22:25:28.847 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:25:28.847 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:25:28.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:25:28.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:28.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:28.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:28.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:28.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:28.848 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:25:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:28.848 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:28.848 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:29.048 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:29.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:29.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:29.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 22:25:29.048 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 22:25:29.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 22:25:29.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:29.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:29.049 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:25:29.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:29.050 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'testproject' 22:25:29.050 DEBUG [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:") 22:25:29.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:29.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:29.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:29.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:29.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:25:29.052 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:25:29.053 INFO [WorkbenchTestable][AbstractText] Text set to: testproject 22:25:29.071 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 22:25:29.071 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 22:25:29.072 DEBUG [WorkbenchTestable][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) 22:25:29.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:29.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:29.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:29.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:29.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:29.074 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:25:29.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:29.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:29.074 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:29.074 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:29.077 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.... 22:25:29.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. finished successfully 22:25:29.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 22:25:29.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:29.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:29.581 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 22:25:29.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 "Don't Create") 22:25:29.581 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:29.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:29.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:29.581 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 22:25:29.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:29.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:29.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:29.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:29.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:29.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:29.582 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 22:25:29.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:29.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:29.583 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:29.583 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:29.638 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.... 22:25:29.638 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 22:25:29.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:25:29.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:25:29.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:25:29.639 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 22:25:29.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:25:29.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:25:29.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:25:29.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:25:29.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:25:29.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:29.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:29.640 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:29.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:29.640 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 22:25:29.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:29.640 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:29.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:29.641 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:29.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:29.641 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:29.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:29.641 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 22:25:29.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:29.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'] 22:25:29.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:29.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'] 22:25:29.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:29.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 22:25:29.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:29.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:29.642 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 22:25:29.642 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 22:25:29.642 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:29.642 DEBUG [main][MenuItemLookup] Item match:File 22:25:29.643 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:25:29.643 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:25:29.645 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:25:29.645 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:25:29.645 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:29.645 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:25:29.645 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:25:29.645 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:25:29.645 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:25:29.645 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:25:29.645 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:25:29.645 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:25:29.645 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:25:29.645 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:25:29.645 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:29.645 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:25:29.645 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:25:29.645 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:29.645 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:25:29.645 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:25:29.688 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:25:29.688 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:25:29.688 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:25:29.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 22:25:29.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 22:25:29.794 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:25:29.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:29.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:29.795 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:25:29.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:29.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:25:29.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:29.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:29.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:29.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:29.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:29.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:25:29.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:25:29.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 22:25:29.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:25:29.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:29.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:25:29.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:29.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:25:29.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 22:25:29.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 22:25:29.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:29.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 22:25:29.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:29.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 22:25:29.798 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 22:25:29.798 DEBUG [main][TreeItemHandler] Selecting tree item: Class 22:25:29.798 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 22:25:29.800 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 22:25:29.800 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:25:29.800 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:25:29.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:25:29.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:29.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:29.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:29.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:29.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:29.801 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:25:29.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:29.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:29.802 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:29.802 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:29.899 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:29.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:29.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:29.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 22:25:29.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 22:25:29.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 22:25:29.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:29.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:29.900 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:25:29.900 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:29.902 DEBUG [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:") 22:25:29.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:29.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:29.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:29.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:29.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:25:29.909 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:25:29.910 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 22:25:29.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 22:25:29.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:29.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:29.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:29.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:29.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:25:29.913 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:25:29.914 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 22:25:29.915 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 22:25:29.915 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 22:25:29.916 DEBUG [WorkbenchTestable][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) 22:25:29.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:29.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:29.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:29.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:29.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:29.928 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:25:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:29.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:29.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:30.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:25:30.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:25:30.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:25:30.530 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 22:25:30.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:25:30.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:25:30.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:25:30.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:25:30.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:25:30.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:25:30.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:25:30.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:25:30.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:25:30.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:25:30.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:25:30.530 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 22:25:30.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 22:25:30.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:25:30.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:25:30.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:25:30.531 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:30.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:30.531 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:30.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:30.532 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:30.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:30.532 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for 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"] 22:25:30.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:30.532 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:30.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:30.532 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:30.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:30.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClass.java - Eclipse Platform 22:25:30.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:30.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:30.533 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 22:25:30.533 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 22:25:30.533 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:30.534 DEBUG [main][MenuItemLookup] Item match:File 22:25:30.534 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:25:30.534 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:25:30.536 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:25:30.536 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:25:30.536 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:30.536 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:25:30.536 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:25:30.536 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:25:30.536 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:25:30.536 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:25:30.536 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:25:30.536 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:25:30.536 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:25:30.536 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:25:30.536 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:30.536 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:25:30.536 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:25:30.536 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:30.536 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:25:30.536 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:25:30.537 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:25:30.537 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:25:30.537 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:25:30.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.... 22:25:30.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching 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 22:25:30.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:25:30.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:30.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:30.641 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:25:30.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:30.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 22:25:30.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:30.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:30.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:30.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:30.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:30.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:25:30.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:25:30.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 22:25:30.642 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 22:25:30.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:30.643 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 22:25:30.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:30.643 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 22:25:30.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 22:25:30.643 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 22:25:30.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:30.643 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 22:25:30.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:30.643 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 22:25:30.643 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test 22:25:30.643 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test 22:25:30.643 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test about selection 22:25:30.691 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test 22:25:30.692 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:25:30.692 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:25:30.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) 22:25:30.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:30.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:30.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:30.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:30.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:30.693 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:25:30.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:30.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:30.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:30.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:31.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'] 22:25:31.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:31.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:31.011 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.... 22:25:31.011 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 22:25:31.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 22:25:31.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:31.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:31.011 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 22:25:31.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:31.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:31.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:31.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 22:25:31.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:31.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:31.012 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:") 22:25:31.012 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:31.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:31.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:31.012 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 22:25:31.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:31.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:31.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:31.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:31.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:31.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:25:31.014 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:25:31.015 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:") 22:25:31.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:31.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:31.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:31.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 22:25:31.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:31.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:31.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:31.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:31.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:31.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:25:31.090 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:25:31.091 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:") 22:25:31.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:31.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:31.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:31.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 22:25:31.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:31.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:31.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:31.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:31.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:31.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:25:31.094 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:25:31.095 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:") 22:25:31.095 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:31.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:31.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:31.095 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 22:25:31.095 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:31.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:31.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:31.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:31.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:31.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:25:31.100 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:25:31.100 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:") 22:25:31.100 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:31.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:31.101 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 22:25:31.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:31.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:31.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:31.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:31.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:25:31.110 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:25:31.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:25:31.111 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:31.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:31.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:31.111 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 22:25:31.111 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:31.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:31.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:31.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:31.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:31.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:31.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 "Finish", Widget matcher matching widgets with style: 8) 22:25:31.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:31.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:31.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:31.113 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 22:25:31.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:31.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:31.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:31.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:31.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:31.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:31.115 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 22:25:31.115 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Go to next wizard page 22:25:31.115 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) 22:25:31.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:31.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:31.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:31.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:31.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:31.116 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:25:31.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:31.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:31.116 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:31.116 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:31.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:25:31.212 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:31.212 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 22:25:31.212 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:31.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:31.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:31.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:31.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:31.213 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item TestClass and wait with time period 1 22:25:31.213 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 22:25:31.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:31.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:31.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 22:25:31.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 22:25:31.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:32.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:32.221 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 22:25:32.222 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object and wait with time period 1 22:25:32.222 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 22:25:32.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:32.222 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 22:25:32.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:32.222 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 22:25:32.222 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 22:25:32.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:32.222 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 22:25:32.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:32.222 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 22:25:32.222 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object() and wait with time period 1 22:25:32.223 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 22:25:32.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:32.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:32.723 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 22:25:32.723 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 22:25:32.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:33.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:33.224 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 22:25:33.224 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item getClass() and wait with time period 1 22:25:33.224 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 22:25:33.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:33.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:33.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 22:25:33.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 22:25:33.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:34.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:34.225 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 22:25:34.225 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item hashCode() and wait with time period 1 22:25:34.225 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 22:25:34.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:34.726 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 22:25:34.726 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 22:25:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:35.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:35.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 22:25:35.227 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item equals(Object) and wait with time period 1 22:25:35.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 22:25:35.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:35.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:35.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 22:25:35.728 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 22:25:35.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:36.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:36.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 22:25:36.228 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item clone() and wait with time period 1 22:25:36.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 22:25:36.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:36.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:36.729 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 22:25:36.730 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 22:25:36.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:37.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:37.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 22:25:37.231 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item toString() and wait with time period 1 22:25:37.231 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 22:25:37.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:37.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:37.732 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 22:25:37.733 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 22:25:37.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:38.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:38.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 22:25:38.234 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notify() and wait with time period 1 22:25:38.234 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 22:25:38.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:38.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:38.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 22:25:38.735 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 22:25:38.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:39.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:39.236 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 22:25:39.236 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notifyAll() and wait with time period 1 22:25:39.236 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 22:25:39.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:39.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:39.738 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 22:25:39.738 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 22:25:39.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:40.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:40.239 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 22:25:40.239 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait() and wait with time period 1 22:25:40.239 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 22:25:40.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:40.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:40.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 22:25:40.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 22:25:40.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:41.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:41.241 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 22:25:41.242 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long) and wait with time period 1 22:25:41.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 22:25:41.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:41.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:41.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 22:25:41.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 22:25:41.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:42.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:42.244 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 22:25:42.244 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long, int) and wait with time period 1 22:25:42.244 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 22:25:42.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:42.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:42.745 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 22:25:42.746 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 22:25:42.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:43.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:43.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 22:25:43.247 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item finalize() and wait with time period 1 22:25:43.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 22:25:43.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:43.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:43.748 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 22:25:43.748 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 22:25:43.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:44.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:44.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 22:25:44.250 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.... 22:25:44.250 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 22:25:44.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 22:25:44.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:44.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:44.259 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 22:25:44.259 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Cancel wizard 22:25:44.259 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) 22:25:44.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:44.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:44.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:44.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:44.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:44.260 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 22:25:44.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:44.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:44.261 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:44.261 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:44.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:25:44.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:25:44.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:25:44.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:25:44.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:25:44.320 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:25:44.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:25:44.320 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 22:25:44.320 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:25:44.320 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:25:44.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:44.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:44.321 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 22:25:44.321 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:25:44.321 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 22:25:44.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 22:25:44.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 22:25:44.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 22:25:44.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 22:25:44.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'] 22:25:44.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:44.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'] 22:25:44.322 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:44.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'] 22:25:44.322 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:44.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClass.java - Eclipse Platform 22:25:44.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:44.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:44.322 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 22:25:44.322 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 22:25:44.322 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:44.322 DEBUG [main][MenuItemLookup] Item match:File 22:25:44.323 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 22:25:44.323 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 22:25:44.325 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 22:25:44.325 DEBUG [main][MenuItemLookup] Found menu:'Project...' 22:25:44.325 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:44.325 DEBUG [main][MenuItemLookup] Found menu:'Package' 22:25:44.325 DEBUG [main][MenuItemLookup] Found menu:'Class' 22:25:44.325 DEBUG [main][MenuItemLookup] Found menu:'Interface' 22:25:44.325 DEBUG [main][MenuItemLookup] Found menu:'Enum' 22:25:44.325 DEBUG [main][MenuItemLookup] Found menu:'Record' 22:25:44.325 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 22:25:44.325 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 22:25:44.325 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 22:25:44.325 DEBUG [main][MenuItemLookup] Found menu:'Folder' 22:25:44.325 DEBUG [main][MenuItemLookup] Found menu:'File' 22:25:44.325 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 22:25:44.325 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 22:25:44.325 DEBUG [main][MenuItemLookup] Found menu:'' 22:25:44.325 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 22:25:44.325 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 22:25:44.325 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 22:25:44.325 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 22:25:44.325 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 22:25:44.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.... 22:25:44.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 'New|Select a wizard'] is available. finished successfully 22:25:44.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 22:25:44.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:44.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:44.390 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:25:44.390 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:44.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 22:25:44.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:44.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:44.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:44.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:44.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:44.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:25:44.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:25:44.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 22:25:44.392 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 22:25:44.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:44.392 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 22:25:44.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:44.392 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 22:25:44.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 22:25:44.392 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 22:25:44.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:44.392 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 22:25:44.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:44.392 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 22:25:44.393 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test 22:25:44.393 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test 22:25:44.393 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test about selection 22:25:44.398 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test 22:25:44.399 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 22:25:44.399 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 22:25:44.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 22:25:44.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:44.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:44.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:44.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:44.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:44.400 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:25:44.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:44.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:44.400 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:44.400 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:44.460 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 22:25:44.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:44.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:44.461 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.... 22:25:44.461 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 22:25:44.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 22:25:44.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:25:44.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:25:44.461 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 22:25:44.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 22:25:44.462 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()") 22:25:44.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:44.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:44.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:44.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:44.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:44.463 INFO [WorkbenchTestable][CheckBox] Select checkbox tearDown&AfterClass() 22:25:44.463 INFO [WorkbenchTestable][CheckBox] Check checkbox tearDown&AfterClass() 22:25:44.463 INFO [WorkbenchTestable][AbstractButton] Click button tearDown&AfterClass() 22:25:44.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:44.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:44.463 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:44.463 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:44.464 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()") 22:25:44.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:44.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:44.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:44.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:44.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:44.465 INFO [WorkbenchTestable][CheckBox] Select checkbox setU&pBeforeClass() 22:25:44.465 INFO [WorkbenchTestable][CheckBox] Check checkbox setU&pBeforeClass() 22:25:44.465 INFO [WorkbenchTestable][AbstractButton] Click button setU&pBeforeClass() 22:25:44.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:44.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:44.465 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:44.465 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:44.465 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()") 22:25:44.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:44.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:44.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:44.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:44.466 INFO [WorkbenchTestable][CheckBox] Select checkbox set&Up() 22:25:44.466 INFO [WorkbenchTestable][CheckBox] Check checkbox set&Up() 22:25:44.466 INFO [WorkbenchTestable][AbstractButton] Click button set&Up() 22:25:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:44.466 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:44.466 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:44.466 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()") 22:25:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:44.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:44.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:44.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:44.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:44.467 INFO [WorkbenchTestable][CheckBox] Select checkbox &tearDown() 22:25:44.468 INFO [WorkbenchTestable][CheckBox] Check checkbox &tearDown() 22:25:44.468 INFO [WorkbenchTestable][AbstractButton] Click button &tearDown() 22:25:44.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:44.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:44.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:44.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:44.468 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") 22:25:44.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:44.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:44.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:44.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:44.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:44.469 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 22:25:44.469 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 22:25:44.469 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 22:25:44.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:44.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:44.469 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:44.469 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:44.469 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:") 22:25:44.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:44.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:44.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:44.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:44.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:25:44.504 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:25:44.504 INFO [WorkbenchTestable][AbstractText] Text set to: TestClassTest 22:25:44.505 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:") 22:25:44.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:44.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:44.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:44.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:44.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:25:44.507 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:25:44.508 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 22:25:44.509 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 22:25:44.509 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Go to next wizard page 22:25:44.509 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) 22:25:44.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:44.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:44.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:44.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:44.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:44.516 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 22:25:44.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:44.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:44.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:44.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:44.538 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") 22:25:44.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:44.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:44.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:44.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:44.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:44.539 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 22:25:44.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:44.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:44.539 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:44.539 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:44.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:25:44.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:25:44.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:25:44.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:25:44.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 22:25:44.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:25:44.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:44.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:44.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:44.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:44.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:25:44.542 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item TestClass and wait with time period 1 22:25:44.542 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 22:25:44.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:45.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:45.043 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 22:25:45.043 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 22:25:45.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:45.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:45.544 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 22:25:45.544 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object and wait with time period 1 22:25:45.544 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 22:25:45.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:45.545 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 22:25:45.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:45.545 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 22:25:45.545 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 22:25:45.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:45.545 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 22:25:45.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:45.545 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 22:25:45.545 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object() and wait with time period 1 22:25:45.545 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 22:25:45.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:46.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:46.045 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 22:25:46.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 22:25:46.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:46.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:46.547 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 22:25:46.547 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item getClass() and wait with time period 1 22:25:46.547 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 22:25:46.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:47.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:47.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 22:25:47.048 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 22:25:47.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:47.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:47.548 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 22:25:47.549 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item hashCode() and wait with time period 1 22:25:47.549 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 22:25:47.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:48.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:48.050 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 22:25:48.050 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 22:25:48.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:48.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:48.551 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 22:25:48.552 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item equals(Object) and wait with time period 1 22:25:48.552 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 22:25:48.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:49.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:49.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 22:25:49.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 22:25:49.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:49.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:49.554 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 22:25:49.554 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item clone() and wait with time period 1 22:25:49.554 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 22:25:49.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:50.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:50.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 22:25:50.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 22:25:50.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:50.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:50.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 22:25:50.556 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item toString() and wait with time period 1 22:25:50.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 22:25:50.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:51.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:51.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 22:25:51.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 22:25:51.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:51.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:51.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 22:25:51.557 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notify() and wait with time period 1 22:25:51.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 22:25:51.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:52.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:52.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 22:25:52.059 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 22:25:52.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:52.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:52.560 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 22:25:52.560 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notifyAll() and wait with time period 1 22:25:52.560 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 22:25:52.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:53.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:53.061 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 22:25:53.061 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 22:25:53.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:53.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:53.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 22:25:53.563 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait() and wait with time period 1 22:25:53.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 22:25:53.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:54.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:54.064 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 22:25:54.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 22:25:54.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:54.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:54.565 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 22:25:54.565 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long) and wait with time period 1 22:25:54.565 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 22:25:54.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:55.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:55.066 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 22:25:55.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 22:25:55.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:55.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:55.568 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 22:25:55.568 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long, int) and wait with time period 1 22:25:55.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 22:25:55.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:56.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:56.069 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 22:25:56.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 22:25:56.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:56.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:56.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 22:25:56.571 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item finalize() and wait with time period 1 22:25:56.571 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 22:25:56.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:57.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:57.072 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 22:25:57.072 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 22:25:57.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:25:57.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:25:57.573 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 22:25:57.574 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 22:25:57.574 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Finish wizard 22:25:57.574 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) 22:25:57.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:57.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:57.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:57.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:57.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:25:57.584 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 22:25:57.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:25:57.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:25:57.584 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:25:57.584 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:25:58.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 22:25:58.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 22:25:58.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:25:58.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Sending problem marker updates...' is a system job, skipped 22:25:58.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:25:58.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 22:25:58.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:25:58.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 22:25:58.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 22:25:58.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 22:25:58.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:25:58.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:25:58.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:25:58.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:25:58.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:25:58.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClassTest.java\E') 22:25:58.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:25:58.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:25:58.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:25:58.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:25:58.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:25:58.301 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:25:58.301 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 22:25:58.323 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.... 22:26:08.333 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 03, 2021 10:26:08 PM org.eclipse.reddeer.ui.test.wizard.RedDeerWizardTestCase closeOpenedWizard 22:26:08.334 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest INFO: Shell New RedDeer Test Case is not open 22:26:08.334 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:26:08.334 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:26:08.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:26:08.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:26:08.334 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 22:26:08.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:08.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:26:08.337 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 22:26:08.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform 22:26:08.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:26:08.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:26:08.338 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform' 22:26:08.338 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform' 22:26:08.338 DEBUG [main][MenuItemLookup] Found menu:'File' 22:26:08.338 DEBUG [main][MenuItemLookup] Found menu:'Edit' 22:26:08.338 DEBUG [main][MenuItemLookup] Found menu:'Source' 22:26:08.338 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 22:26:08.338 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 22:26:08.338 DEBUG [main][MenuItemLookup] Found menu:'Search' 22:26:08.338 DEBUG [main][MenuItemLookup] Found menu:'Project' 22:26:08.338 DEBUG [main][MenuItemLookup] Found menu:'Run' 22:26:08.338 DEBUG [main][MenuItemLookup] Found menu:'Window' 22:26:08.338 DEBUG [main][MenuItemLookup] Item match:Window 22:26:08.340 DEBUG [main][MenuItemLookup] Found menu:'New Window' 22:26:08.340 DEBUG [main][MenuItemLookup] Found menu:'Editor' 22:26:08.340 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 22:26:08.340 DEBUG [main][MenuItemLookup] Found menu:'' 22:26:08.340 DEBUG [main][MenuItemLookup] Found menu:'Show View' 22:26:08.340 DEBUG [main][MenuItemLookup] Item match:Show View 22:26:08.345 DEBUG [main][MenuItemLookup] Found menu:'Ant' 22:26:08.345 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 22:26:08.345 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 22:26:08.345 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 22:26:08.345 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 22:26:08.345 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 22:26:08.345 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 22:26:08.345 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 22:26:08.345 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 22:26:08.345 DEBUG [main][MenuItemLookup] Found menu:'Progress' 22:26:08.345 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 22:26:08.345 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 22:26:08.345 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 22:26:08.345 DEBUG [main][MenuItemLookup] Found menu:'Templates' 22:26:08.345 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 22:26:08.345 DEBUG [main][MenuItemLookup] Found menu:'' 22:26:08.345 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 22:26:08.345 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 22:26:08.357 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 22:26:08.357 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 22:26:08.358 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 22:26:08.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 22:26:08.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 22:26:08.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 22:26:08.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:26:08.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:26:08.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 22:26:08.401 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:26:08.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:26:08.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:26:08.401 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:26:08.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:26:08.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:08.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:08.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:08.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:08.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:26:08.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 22:26:08.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 22:26:08.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 22:26:08.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:26:08.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:26:08.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:26:08.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:26:08.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:26:08.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 22:26:08.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 22:26:08.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 22:26:08.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 22:26:08.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 22:26:08.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 22:26:08.403 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 22:26:08.403 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 22:26:08.403 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 22:26:08.403 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 22:26:08.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:26:08.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:26:08.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:26:08.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:26:08.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:26:08.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:08.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:08.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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") 22:26:08.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:26:08.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:26:08.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:26:08.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 22:26:08.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:26:08.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:08.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:08.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:08.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:08.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:26:08.404 INFO [WorkbenchTestable][AbstractButton] Click button &Open 22:26:08.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:26:08.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:26:08.404 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:26:08.404 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:26:08.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 22:26:08.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 22:26:08.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 22:26:08.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:08.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:08.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 22:26:08.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:08.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:08.437 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform 22:26:08.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:26:08.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:26:08.438 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform' 22:26:08.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 '\*?\QProject Explorer\E') 22:26:08.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:08.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:08.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:08.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:08.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:26:08.438 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:26:08.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:26:08.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:26:08.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform TooltipText=null 22:26:08.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 22:26:08.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 22:26:08.440 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:26:08.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:26:08.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:26:08.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:26:08.441 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:26:08.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:26:08.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:26:08.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:26:08.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:08.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:08.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:26:08.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:08.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:26:09.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:09.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:26:09.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 22:26:09.444 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 22:26:09.444 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 22:26:09.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 22:26:09.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 22:26:09.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 22:26:09.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:09.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:09.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:09.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:09.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 22:26:09.445 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 22:26:09.445 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item testproject 22:26:09.445 DEBUG [main][TreeItemHandler] Selecting tree item: testproject 22:26:09.445 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item testproject about selection 22:26:09.452 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: testproject 22:26:09.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:26:09.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:26:09.472 DEBUG [main][MenuItemLookup] Found menu:'New' 22:26:09.472 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:26:09.472 DEBUG [main][MenuItemLookup] Found menu:'' 22:26:09.472 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:26:09.472 DEBUG [main][MenuItemLookup] Found menu:'' 22:26:09.472 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:26:09.472 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:26:09.472 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:26:09.472 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:26:09.473 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 22:26:09.473 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 22:26:09.473 DEBUG [main][MenuItemLookup] Found menu:'' 22:26:09.473 DEBUG [main][MenuItemLookup] Found menu:'Import...' 22:26:09.473 DEBUG [main][MenuItemLookup] Found menu:'Export...' 22:26:09.473 DEBUG [main][MenuItemLookup] Found menu:'' 22:26:09.473 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 22:26:09.473 DEBUG [main][MenuItemLookup] Item match:Refresh F5 22:26:09.473 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 22:26:09.473 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 22:26:09.473 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 22:26:09.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:26:09.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:26:09.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 22:26:09.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 22:26:09.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:26:09.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:26:09.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 22:26:09.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:26:09.974 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'testproject' via Explorer 22:26:09.974 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item testproject 22:26:09.974 DEBUG [main][TreeItemHandler] Selecting tree item: testproject 22:26:09.974 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item testproject about selection 22:26:09.979 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: testproject 22:26:09.979 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 22:26:09.979 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:26:10.004 DEBUG [main][MenuItemLookup] Found menu:'New' 22:26:10.004 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 22:26:10.004 DEBUG [main][MenuItemLookup] Found menu:'' 22:26:10.004 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 22:26:10.004 DEBUG [main][MenuItemLookup] Found menu:'' 22:26:10.004 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 22:26:10.004 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 22:26:10.004 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 22:26:10.004 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 22:26:10.004 DEBUG [main][MenuItemLookup] Item match:Delete Delete 22:26:10.004 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 22:26:10.004 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 22:26:10.004 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 22:26:10.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 22:26:10.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 22:26:10.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 22:26:10.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:26:10.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:26:10.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:10.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:10.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: 32) 22:26:10.566 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:26:10.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:26:10.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:26:10.566 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:26:10.566 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:26:10.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:10.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:10.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:10.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:10.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:26:10.567 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 22:26:10.567 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 22:26:10.567 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 22:26:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:26:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:26:10.567 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:26:10.567 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:26:10.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 "OK", Widget matcher matching widgets with style: 8) 22:26:10.567 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:26:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:26:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:26:10.567 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 22:26:10.567 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:26:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:10.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:10.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:10.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 22:26:10.568 INFO [WorkbenchTestable][AbstractButton] Click button OK 22:26:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 22:26:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 22:26:10.568 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 22:26:10.568 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:26:10.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 22:26:10.571 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 22:26:11.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 22:26:11.072 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 22:26:11.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 22:26:11.072 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 22:26:11.072 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 22:26:11.072 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 22:26:11.072 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 22:26:11.072 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 22:26:11.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 22:26:11.072 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 22:26:11.072 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 22:26:11.072 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 22:26:11.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:26:11.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.672 s - in org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) Time elapsed: 13.791 s testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) Time elapsed: 24.013 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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.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 22:26:18.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 22:26:18.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:26:18.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:26:18.048 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 22:26:18.054 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Eclipse 4 RCP Application' 22:26:18.096 DEBUG [main][MenuItemLookup] Found menu:'File' 22:26:18.096 DEBUG [main][MenuItemLookup] Item match:File 22:26:18.102 DEBUG [main][MenuItemLookup] Found menu:'File' 22:26:18.103 DEBUG [main][MenuItemLookup] Found menu:'Help' 22:26:18.103 DEBUG [main][MenuItemLookup] Item match:Help 22:26:18.103 DEBUG [main][MenuItemLookup] Found menu:'File' 22:26:18.103 DEBUG [main][MenuItemLookup] Item match:File 22:26:18.106 DEBUG [main][MenuItemLookup] Found menu:'Open' 22:26:18.106 DEBUG [main][MenuItemLookup] Item match:Open 22:26:18.107 DEBUG [main][MenuItemLookup] Found menu:'File' 22:26:18.107 DEBUG [main][MenuItemLookup] Found menu:'Help' 22:26:18.107 DEBUG [main][MenuItemLookup] Item match:Help 22:26:18.109 DEBUG [main][MenuItemLookup] Found menu:'About' 22:26:18.109 DEBUG [main][MenuItemLookup] Item match:About 22:26:18.110 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Eclipse 4 RCP Application' 22:26:18.110 DEBUG [main][MenuItemLookup] Found menu:'File' 22:26:18.110 DEBUG [main][MenuItemLookup] Item match:File 22:26:18.111 DEBUG [main][MenuItemLookup] Found menu:'Open' 22:26:18.111 DEBUG [main][MenuItemLookup] Item match:Open 22:26:18.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:26:18.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:26:18.113 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Eclipse 4 RCP Application' 22:26:18.113 DEBUG [main][MenuItemLookup] Found menu:'File' 22:26:18.113 DEBUG [main][MenuItemLookup] Item match:File 22:26:18.114 DEBUG [main][MenuItemLookup] Found menu:'Open' 22:26:18.114 DEBUG [main][MenuItemLookup] Item match:Open 22:26:18.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 22:26:18.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:26:18.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:26:18.116 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s - in org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest findWorkbenchShellMenu(org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest) Time elapsed: 0.117 s findWorkbenchShell(org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 22:26:18.147 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 22:26:18.148 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=0 22:26:18.148 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 22:26:18.149 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=0 22:26:18.193 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 22:26:18.203 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 22:26:18.204 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:26:18.206 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 22:26:18.207 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:26:18.208 INFO [WorkbenchTestable][RequirementsRunner] Started test: getWidgetFromPartWhenOtherShellIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 22:26:18.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 22:26:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:26:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:26:18.208 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Eclipse 4 RCP Application' 22:26:18.209 DEBUG [main][MenuItemLookup] Found menu:'File' 22:26:18.209 DEBUG [main][MenuItemLookup] Found menu:'Help' 22:26:18.209 DEBUG [main][MenuItemLookup] Item match:Help 22:26:18.210 DEBUG [main][MenuItemLookup] Found menu:'About' 22:26:18.210 DEBUG [main][MenuItemLookup] Item match:About 22:26:18.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "About"] is available.... 22:26:18.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "About"] is available. finished successfully 22:26:18.220 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") 22:26:18.220 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:26:18.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:26:18.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:26:18.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:26:18.220 ERROR [WorkbenchTestable][WidgetLookup] Unable to determine active parent 22:26:18.221 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 22:26:18.222 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getWidgetFromPartWhenOtherShellIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 22:26:18.222 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:26:18.222 INFO [WorkbenchTestable][RequirementsRunner] Started test: getWidgetFromPartWhenOtherPartIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 22:26:18.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 22:26:18.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 22:26:18.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:26:18.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:26:18.225 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 22:26:18.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Sample Part 2") 22:26:18.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:18.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:18.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:18.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:18.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:26:18.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 2 22:26:18.247 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") 22:26:18.247 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 22:26:18.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 22:26:18.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 22:26:18.249 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Sample Part 2"as the parent 22:26:18.249 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 22:26:18.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:18.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:18.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:26:18.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:18.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:26:19.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:19.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 22:26:19.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 22:26:19.259 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was not found 22:26:19.259 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 22:26:19.259 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getWidgetFromPartWhenOtherPartIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 22:26:19.260 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:26:19.260 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateWorkbenchParts no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 22:26:19.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 22:26:19.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 22:26:19.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:26:19.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:26:19.264 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 22:26:19.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Sample Part") 22:26:19.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:19.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:19.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:19.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:19.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:26:19.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 22:26:19.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:26:19.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:26:19.265 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 22:26:19.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 widgets with text that without mnenomic matches: is "Sample Part 2") 22:26:19.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:19.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:19.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:19.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:19.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:26:19.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 22:26:19.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 2 22:26:19.277 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 22:26:19.277 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateWorkbenchParts no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 22:26:19.277 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:26:19.277 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPartAsReferencedComposite no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 22:26:19.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 22:26:19.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 22:26:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:26:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:26:19.280 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 22:26:19.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 widgets with text that without mnenomic matches: is "Sample Part") 22:26:19.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:19.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:19.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:19.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:19.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:26:19.282 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 22:26:19.287 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 22:26:19.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:19.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:19.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:19.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:19.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 22:26:19.289 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") 22:26:19.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:19.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:19.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:19.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:19.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 22:26:19.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 22:26:19.289 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPartAsReferencedComposite no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 22:26:19.289 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:26:19.290 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDirtyablePart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 22:26:19.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 22:26:19.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 22:26:19.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:26:19.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:26:19.290 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 22:26:19.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 widgets with text that without mnenomic matches: is "Sample Part") 22:26:19.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:19.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:19.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:19.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:19.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:26:19.293 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 22:26:19.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:19.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:19.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:19.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:19.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 22:26:19.293 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 22:26:19.294 INFO [WorkbenchTestable][AbstractText] Text set to: makePartDirty 22:26:19.301 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 22:26:19.301 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDirtyablePart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 22:26:19.301 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:26:19.301 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 22:26:19.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 22:26:19.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 22:26:19.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:26:19.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:26:19.302 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 22:26:19.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Sample Part 2") 22:26:19.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:19.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:19.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:19.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:19.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:26:19.303 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Sample Part 2 22:26:19.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 2 22:26:19.307 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 22:26:19.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 22:26:19.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:26:19.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:26:19.318 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 22:26:19.319 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') 22:26:19.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:19.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:19.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:19.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:19.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 22:26:19.321 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openSamplePart 22:26:19.322 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 22:26:19.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 22:26:19.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 22:26:19.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:26:19.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:26:19.333 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 22:26:19.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Sample Part 2") 22:26:19.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:19.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:19.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:19.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:19.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:26:19.339 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 22:26:19.339 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 22:26:19.339 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 22:26:19.339 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSampleWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 22:26:19.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 22:26:19.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 22:26:19.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:26:19.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:26:19.340 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 22:26:19.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 widgets with text that without mnenomic matches: is "Sample Part") 22:26:19.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:19.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:19.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:19.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:19.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:26:19.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 22:26:19.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 22:26:19.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 22:26:19.343 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 22:26:19.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Sample Part 2") 22:26:19.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 22:26:19.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 22:26:19.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 22:26:19.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 22:26:19.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 22:26:19.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 22:26:19.344 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSampleWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 22:26:19.345 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.199 s - in org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest getWidgetFromPartWhenOtherShellIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.013 s getWidgetFromPartWhenOtherPartIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 1.037 s activateWorkbenchParts no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.017 s testPartAsReferencedComposite no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.012 s testDirtyablePart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.011 s closeWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.038 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.v20210303-2130 [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 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [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.v20210303-2130 [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.v20210303-2130 [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.v20210303-2130 [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.v20210303-2130 [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.v20210303-2130 [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.v20210303-2130 [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.v20210303-2130 [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.v20210303-2130 [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.v20210303-2130 [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.v20210303-2130 [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.v20210303-2130 [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.v20210303-2130 [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] Fetching 202101151000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-03/ [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar.pack.gz from https://download.eclipse.org/releases/2021-03/202101151000/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/releases/2021-03/202101151000/plugins/ (14.59kB) [INFO] Unpacking org.slf4j.jcl_1.7.2.v20130115-1340... [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] 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] 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.58kB) [INFO] [INFO] Fetching content.xml.xz from https://download.eclipse.org/reddeer/snapshots/ (67.58kB) [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 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.debug.core_3.18.0.v20210222-1101.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (125.97kB) [INFO] [INFO] Fetching org.eclipse.debug.core_3.18.0.v20210222-1101.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (125.97kB) [INFO] [INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210222-1101.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (1,018.14kB) [INFO] [INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210222-1101.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (1,018.14kB) [INFO] [INFO] Fetching org.eclipse.swt_3.116.0.v20210224-1103.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (16.03kB) [INFO] [INFO] Fetching org.eclipse.swt_3.116.0.v20210224-1103.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (16.03kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (9.79kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (9.79kB) [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.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (14.74kB) [INFO] [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (14.74kB) [INFO] [INFO] Fetching org.eclipse.reddeer.common_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (28.09kB) [INFO] [INFO] Fetching org.eclipse.reddeer.common_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (28.09kB) [INFO] [INFO] Fetching org.eclipse.reddeer.core_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (70.75kB) [INFO] [INFO] Fetching org.eclipse.reddeer.core_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (70.75kB) [INFO] [INFO] Fetching org.eclipse.reddeer.direct_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (10.33kB) [INFO] [INFO] Fetching org.eclipse.reddeer.direct_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (10.33kB) [INFO] [INFO] Fetching org.eclipse.reddeer.uiforms_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (14.34kB) [INFO] [INFO] Fetching org.eclipse.reddeer.uiforms_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (14.34kB) [INFO] [INFO] Fetching org.eclipse.reddeer.eclipse_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (103.37kB) [INFO] [INFO] Fetching org.eclipse.reddeer.eclipse_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (103.37kB) [INFO] [INFO] Fetching org.eclipse.reddeer.jface_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (17.69kB) [INFO] [INFO] Fetching org.eclipse.reddeer.jface_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (17.69kB) [INFO] [INFO] Fetching org.eclipse.reddeer.swt_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (48.77kB) [INFO] [INFO] Fetching org.eclipse.reddeer.swt_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (48.77kB) [INFO] [INFO] Fetching org.eclipse.reddeer.workbench_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (32.99kB) [INFO] [INFO] Fetching org.eclipse.reddeer.workbench_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (32.99kB) [INFO] [INFO] Fetching org.eclipse.reddeer.workbench.core_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (15.15kB) [INFO] [INFO] Fetching org.eclipse.reddeer.workbench.core_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (15.15kB) [INFO] [INFO] Fetching org.eclipse.reddeer.junit_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (38.58kB) [INFO] [INFO] Fetching org.eclipse.reddeer.junit_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (38.58kB) [INFO] [INFO] Fetching org.eclipse.reddeer.go_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (7.14kB) [INFO] [INFO] Fetching org.eclipse.reddeer.go_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (7.14kB) [INFO] [INFO] Fetching org.eclipse.reddeer.junit.extension_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (14.6kB) [INFO] [INFO] Fetching org.eclipse.reddeer.junit.extension_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (14.6kB) [INFO] [INFO] Fetching org.eclipse.reddeer.requirements_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (16.79kB) [INFO] [INFO] Fetching org.eclipse.reddeer.requirements_3.3.0.v20210303-2134.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (16.79kB) [INFO] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210224-1103.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (976.62kB) [INFO] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210224-1103.jar.pack.gz from https://download.eclipse.org/reddeer/snapshots/plugins/ (976.62kB) [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] 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.20210303-2226 [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] 22:27:27.501 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running [INFO] 22:27:27.502 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 [INFO] 22:27:27.505 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running [INFO] 22:27:27.506 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 [INFO] 22:27:27.511 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class foo.bar.myplugin.simrel.BasicTest [INFO] 22:27:27.521 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created [INFO] 22:27:27.523 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements [INFO] 22:27:27.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 22:27:27.525 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench [INFO] 22:27:27.527 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data' [INFO] 22:27:27.540 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt [INFO] 22:27:27.540 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen [INFO] 22:27:27.541 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt [INFO] 22:27:27.541 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' [INFO] 22:27:27.543 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt [INFO] 22:27:27.544 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven [INFO] 22:27:27.588 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers 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] 22:27:27.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 22:27:27.601 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers 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] 22:27:27.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 22:27:27.602 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers 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] 22:27:27.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 22:27:27.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data [INFO] 22:27:27.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 22:27:27.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 22:27:27.606 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data' [INFO] 22:27:27.608 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data' [INFO] 22:27:27.609 DEBUG [main][MenuItemLookup] Found menu:'File' [INFO] 22:27:27.609 DEBUG [main][MenuItemLookup] Found menu:'Edit' [INFO] 22:27:27.609 DEBUG [main][MenuItemLookup] Found menu:'Navigate' [INFO] 22:27:27.609 DEBUG [main][MenuItemLookup] Found menu:'Project' [INFO] 22:27:27.609 DEBUG [main][MenuItemLookup] Found menu:'Window' [INFO] 22:27:27.609 DEBUG [main][MenuItemLookup] Item match:Window [INFO] 22:27:27.612 DEBUG [main][MenuItemLookup] Found menu:'New Window' [INFO] 22:27:27.612 DEBUG [main][MenuItemLookup] Found menu:'Editor' [INFO] 22:27:27.612 DEBUG [main][MenuItemLookup] Found menu:'Appearance' [INFO] 22:27:27.612 DEBUG [main][MenuItemLookup] Found menu:'' [INFO] 22:27:27.612 DEBUG [main][MenuItemLookup] Found menu:'Show View' [INFO] 22:27:27.612 DEBUG [main][MenuItemLookup] Found menu:'Perspective' [INFO] 22:27:27.612 DEBUG [main][MenuItemLookup] Found menu:'' [INFO] 22:27:27.612 DEBUG [main][MenuItemLookup] Found menu:'Navigation' [INFO] 22:27:27.612 DEBUG [main][MenuItemLookup] Found menu:'' [INFO] 22:27:27.612 DEBUG [main][MenuItemLookup] Found menu:'Preferences' [INFO] 22:27:27.612 DEBUG [main][MenuItemLookup] Item match:Preferences [INFO] 22:27:27.613 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" [INFO] 22:27:27.613 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences [INFO] 22:27:27.614 INFO [main][MenuItemHandler] Select menu item: &Preferences [INFO] 22:27:27.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... [INFO] 22:27:27.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 'Preferences.*'] is available. finished successfully [INFO] 22:27:27.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences [INFO] 22:27:27.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 22:27:27.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 22:27:27.757 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed [INFO] 22:27:27.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 22:27:27.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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] 22:27:27.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... [INFO] 22:27:27.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers [INFO] 22:27:27.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found [INFO] 22:27:27.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully [INFO] 22:27:27.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found [INFO] 22:27:27.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... [INFO] 22:27:27.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully [INFO] 22:27:27.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.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] 22:27:27.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... [INFO] 22:27:27.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers [INFO] 22:27:27.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found [INFO] 22:27:27.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully [INFO] 22:27:27.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found [INFO] 22:27:27.813 INFO [WorkbenchTestable][AbstractButton] Click button Cancel [INFO] 22:27:27.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... [INFO] 22:27:27.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully [INFO] 22:27:27.814 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 [INFO] 22:27:27.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization [INFO] 22:27:27.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... [INFO] 22:27:27.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully [INFO] 22:27:27.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data [INFO] 22:27:27.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 22:27:27.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 22:27:27.843 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements [INFO] 22:27:27.844 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(foo.bar.myplugin.simrel.BasicTest) [INFO] 22:27:27.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 22:27:27.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt [INFO] 22:27:27.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt [INFO] 22:27:27.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt [INFO] 22:27:27.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... [INFO] 22:27:27.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully [INFO] 22:27:27.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data [INFO] 22:27:27.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 22:27:27.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 22:27:27.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 22:27:27.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt [INFO] 22:27:27.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... [INFO] 22:27:27.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... [INFO] 22:27:27.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully [INFO] 22:27:27.849 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(foo.bar.myplugin.simrel.BasicTest) [INFO] 22:27:27.849 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 22:27:27.850 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt [INFO] 22:27:27.850 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... [INFO] 22:27:27.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... [INFO] 22:27:27.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 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: 32.633 s [INFO] [INFO] Finished at: 2021-03-03T22:27:28Z [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 [ 6.675 s] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.004 s] [INFO] RedDeer Common ..................................... SUCCESS [ 4.896 s] [INFO] RedDeer Workbench Core ............................. SUCCESS [ 0.556 s] [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [ 0.300 s] [INFO] RedDeer Core ....................................... SUCCESS [ 0.741 s] [INFO] RedDeer SWT ........................................ SUCCESS [ 0.557 s] [INFO] RedDeer JFace ...................................... SUCCESS [ 0.245 s] [INFO] RedDeer Workbench .................................. SUCCESS [ 0.480 s] [INFO] RedDeer E4 Workbench ............................... SUCCESS [ 0.301 s] [INFO] RedDeer UIForms .................................... SUCCESS [ 0.287 s] [INFO] RedDeer Direct ..................................... SUCCESS [ 0.193 s] [INFO] RedDeer JUnit ...................................... SUCCESS [ 0.384 s] [INFO] RedDeer Eclipse .................................... SUCCESS [ 0.900 s] [INFO] RedDeer GEF ........................................ SUCCESS [ 0.305 s] [INFO] RedDeer GEF Spy .................................... SUCCESS [ 0.235 s] [INFO] RedDeer Graphiti ................................... SUCCESS [ 0.273 s] [INFO] RedDeer JDT Junit .................................. SUCCESS [ 0.144 s] [INFO] RedDeer JUnit Extensions ........................... SUCCESS [ 0.199 s] [INFO] RedDeer Requirements ............................... SUCCESS [ 0.200 s] [INFO] RedDeer UI ......................................... SUCCESS [ 0.564 s] [INFO] RedDeer Spy ........................................ SUCCESS [ 0.307 s] [INFO] RedDeer Recorder ................................... SUCCESS [ 0.415 s] [INFO] RedDeer Go ......................................... SUCCESS [ 0.069 s] [INFO] RedDeer Log Parser ................................. SUCCESS [ 0.225 s] [INFO] RedDeer CodeGen .................................... SUCCESS [ 0.314 s] [INFO] RedDeer Test-Apps .................................. SUCCESS [ 0.003 s] [INFO] RedDeer E4 Test App ................................ SUCCESS [ 0.176 s] [INFO] RedDeer Tests ...................................... SUCCESS [ 0.129 s] [INFO] RedDeer Common Tests ............................... SUCCESS [01:12 min] [INFO] RedDeer SWT Tests .................................. SUCCESS [03:19 min] [INFO] RedDeer Core Tests ................................. SUCCESS [02:59 min] [INFO] RedDeer Workbench Tests ............................ SUCCESS [04:43 min] [INFO] RedDeer UIForms Test ............................... SUCCESS [ 20.586 s] [INFO] RedDeer JFace Tests ................................ SUCCESS [01:16 min] [INFO] RedDeer Eclipse Tests .............................. SUCCESS [29:26 min] [INFO] RedDeer GEF Tests .................................. SUCCESS [ 55.034 s] [INFO] RedDeer Graphiti Tests ............................. SUCCESS [ 28.862 s] [INFO] RedDeer Direct Tests ............................... SUCCESS [ 23.656 s] [INFO] RedDeer JUnit Tests ................................ SUCCESS [ 13.649 s] [INFO] RedDeer Requirements Tests ......................... SUCCESS [05:08 min] [INFO] RedDeer UI Tests ................................... SUCCESS [02:45 min] [INFO] RedDeer E4 Workbench Tests ......................... SUCCESS [ 7.488 s] [INFO] RedDeer Integration and Eclipse Installation Tests . SUCCESS [ 0.654 s] [INFO] RedDeer Features ................................... SUCCESS [ 0.003 s] [INFO] RedDeer E4 Feature ................................. SUCCESS [ 0.330 s] [INFO] RedDeer Eclipse Feature ............................ SUCCESS [ 0.487 s] [INFO] RedDeer GEF Spy Feature ............................ SUCCESS [ 0.062 s] [INFO] RedDeer SWT Feature ................................ SUCCESS [ 0.189 s] [INFO] RedDeer Tests Feature .............................. SUCCESS [ 0.441 s] [INFO] RedDeer UI Feature ................................. SUCCESS [ 0.062 s] [INFO] RedDeer Recorder Feature ........................... SUCCESS [ 0.094 s] [INFO] RedDeer GEF/Graphiti Feature ....................... SUCCESS [ 0.436 s] [INFO] RedDeer Spy Feature ................................ SUCCESS [ 0.178 s] [INFO] RedDeer Log Parser Feature ......................... SUCCESS [ 0.093 s] [INFO] RedDeer CodeGen Feature ............................ SUCCESS [ 0.119 s] [INFO] RedDeer Site ....................................... SUCCESS [ 27.157 s] [INFO] RedDeer Archetype .................................. SUCCESS [ 38.399 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 57:20 min [INFO] Finished at: 2021-03-03T22:27:29Z [INFO] ------------------------------------------------------------------------ Terminating xvnc. Archiving artifacts Recording test results [Checks API] No suitable checks publisher found. Build step 'Publish JUnit test result report' changed build result to UNSTABLE Sending e-mails to: odockal@redhat.com Finished: UNSTABLE